v0.6.0
Remove preventBackgroundScroll
prop.
- Currently it was naively applying
overflow: hidden
tobody
but we all know that preventing backgroundScroll in a cross-browser/device world is far more complicated than that. - Adding
overflow:hidden
tobody
assumed that the consumer app "scroller" was body, when it might not be the case. - Replaced with custom events,
@show
,@hide
and added example so of how to achieve previous behaviour using them in your compositions.