Skip to content

v0.16.0

Choose a tag to compare

@patrickmichalik patrickmichalik released this 04 Jul 16:40
v0.16.0
a2f4c9f
  • Improved behavior when detents are updated midway through an active drag. Position clamping and snap-index selection are based on a snapshot taken at drag start.
  • Fixed nativeOverlay sheets sizing against the React parent instead of the full window (#24).
  • Fixed Android sheets sometimes failing to open (by @Titozzz; #33).
  • Fixed Android sheets snapping to fully open on detach (by @lklima).
  • Fixed an issue where iOS nativeOverlay modal sheets could reopen inline.
  • Fixed Android builds on React Native versions below 0.82 (#35).
  • Fixed iOS scroll negotiation with nested scrollables (by @bjjeong; #38).
  • Fixed the shadow-node coordinates of nativeOverlay modal sheets mounted at a nonzero origin.
  • Fixed an issue where the content of iOS sheets could unexpectedly become noninteractive (by @Thiago-Candia; #41).
  • Fixed an issue where the content of Android nativeOverlay sheets could unexpectedly be noninteractive (#48).
  • Fixed an issue where the height of Android nativeOverlay sheets was excessively limited (#48).
  • Dropped the react-native-safe-area-context dependency.