🎉 New features
- Web: New
vaul-based renderer replacing@gorhom/bottom-sheet, with full feature parity. (#639, #675, #676, #677, #678, #679 by @lodev09)
🐛 Bug fixes
-
Web: Fixed detached/form sheet autopresent animation, scrollable content, footer click, and grabber drag interactions. (#684 by @lodev09)
-
Web: Clip parent to form-card box when child is a form sheet, skip cascade when form parent has page child, and track only immediate child for cascade target. (#687 by @lodev09)
-
iOS: Fixed footer rendering at the bottom of the content view instead of the bottom of the sheet when the footer view is recycled across present cycles. (#688 by @lucaswickstrom)
⚠️ Breaking
- Renamed
pageSizing: booleantopresentation: 'page' | 'form'(default'page').presentation='form'is absolute and ignoresmaxContentWidth. Migration:pageSizing={true}→presentation='page'(default);pageSizing={false}→presentation='form'. (#680 by @lodev09)