🎉 New features
- Web: New
vaul-based renderer replacing@gorhom/bottom-sheet, with full feature parity. (#639, #675, #676, #677, #678, #679, #684, #687, #692 by @lodev09)
🐛 Bug fixes
- iOS: Fixed Mac Catalyst build issue. (#685 by @theeket)
- 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) - Web: Removed
stackBehaviorprop; stacking is now handled automatically. (#639) - Web: Peer dependency changed from
@gorhom/bottom-sheetto@radix-ui/react-dialog. (#639)