Skip to content

2.2.4 Bug Fix Release

Choose a tag to compare

@AuxiDev AuxiDev released this 23 Nov 08:34
· 15 commits to master since this release

🎉Svelte Bottom Sheet 2.2.4

Hey!
This update brings 2 small fixes to enhance the sheet. 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

  • Not able to use autofocus: You are now able to use the autofocus tag inside the <BottomSheet.Sheet />
    The marked element will be focused when the sheet is opened.
  • Focustrap sometimes not working: Resolved a bug where the focus trap might not work.

What's Changed

  • fix: take elements with autofocus or data-autofocus into account by @adjsky in #40

New Contributors

  • @adjsky made their first contribution in #40
    Thank you very much for your help

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