Skip to content

2.3 Feature Release

Choose a tag to compare

@AuxiDev AuxiDev released this 02 Feb 16:15
· 5 commits to master since this release
29c18d4

🎉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 the closeTreshold, 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 the closeTreshold-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

  • @tbdrz made their first contribution in #43

Full Changelog: v2.2.4-fix...v2.3.0-minor