2.3 Feature Release
🎉Svelte Bottom Sheet 2.3
Hey!
I am happy to announce this larger update including support for Nested Sheets!
Read the changelog to know more!
Usage
Check out the updated README for details on how to use it.
No breaking changes where introduced.
Changelog (v2.3.0)
Features
- Added support for Nested Sheets: You can now use Nested Sheets. Read the docs for more information.
- Introduction of the
maxDragPoint-setting: After some heavy lifting this setting is finally available. Similar to thecloseTreshold, you can tell the sheet how far down it can be dragged. Useful if you want to stop it from closing. Read the docs for more usage information.
Bug Fixes
- Error when scrolling on SVGs: There was a bug were an error was thrown when scrolling on a SVG. Thanks to @tbdrz
closeTreshold-setting not working on Snappoint Sheets: Fixed a bug where thecloseTreshold-setting wouldn't work on Snappoint Sheets.
What's Changed
- Update import statement for BottomSheet component by @tbdrz in #43
- [FIX] Add optional chaining to className split check by @tbdrz in #45
- [FIX] Fixed closeTreshhold not working for Snappoint sheets by @AuxiDev in #46
- [FEATURE] Added support for nested sheets by @AuxiDev in #47
New Contributors
Full Changelog: v2.2.4-fix...v2.3.0-minor