Skip to content

v0.6.0

Compare
Choose a tag to compare
@renatodeleao renatodeleao released this 14 Dec 15:40
· 125 commits to master since this release

Remove preventBackgroundScroll prop.

  • Currently it was naively applying overflow: hidden to body but we all know that preventing backgroundScroll in a cross-browser/device world is far more complicated than that.
  • Adding overflow:hidden to body 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.