Skip to content

2.2.3 Hotfix Release

Choose a tag to compare

@AuxiDev AuxiDev released this 01 Nov 13:54
· 19 commits to master since this release
5d9f3ac

🎉Svelte Bottom Sheet 2.2.3

Hey!
This is just a small hotfix to ensure the bottom sheet is working correctly. Consider updating to the new version.
Released yesterday.

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.2.2)

Bug Fixes

  • Bottom Sheet affecting scroll behavior after navigation: Resolved an issue where the Bottom Sheet’s scroll event listeners were not properly cleared when navigating away from the page, causing broken scrolling on the page.

What's Changed

  • [HOTFIX] Clean up event listeners on component destruction to prevent cross-page effects by @AuxiDev in #38

Full Changelog: v2.2.2-fix...v2.2.3-hotfix