Skip to content

Release 3.11.7

Choose a tag to compare

@lodev09 lodev09 released this 15 Jul 18:13
983300a

πŸ› Bug fixes

  • Android: The sheet can now be dragged from views overlaying a scrollable β€” e.g. a header (including a TextInput in it) positioned over a FlatList β€” previously the drag did nothing. (#734 by @lodev09)
  • Web: onWillPresent, onDidPresent, and onDetentChange now emit the target detent position/detent β€” consistent with iOS/Android. Previously onWillPresent emitted 0 on first present or the offscreen position on re-present, onDetentChange emitted the old position, and detent was 0 for auto/peek detents. (#737 by @lodev09)
  • Web: Fixed scrollable content cutting off mid-drag, scrolling along with the sheet drag on mobile, and delayed drag after Safari's scroll bounce. (#739 by @lodev09)

Full Changelog: v3.11.6...v3.11.7