[READ-ONLY] Mirror of https://github.com/probablykasper/modal-svelte.
svelte
0

Configure Feed

Select the types of activity you want to include in your feed.

Changelog#

1.3.1 - 2024 Jan 10#

  • Fix escape handling in Safari

1.3.0 - 2024 Jan 10#

  • Add class property
  • Fix escape shortcut handling
  • Fix Tailwind compatibility

1.2.1 - 2023 Nov 19#

  • Fix backdrop animation on Safari
  • Fix dialog padding causing cancel event
  • Fix edge case where backdrop requires two clicks

1.2.0 - 2023 Nov 19#

  • Use <dialog> element for improved accessibility and simplicity

1.1.1 - 2023 Jul 27#

  • Fix onCancel triggering when it shouldn't

1.1.0 - 2023 Jul 2#

  • Add Svelte 4 support

1.0.3 - 2022 Mar 7#

  • Fix noCloseIcon property

1.0.2 - 2022 Mar 7#

  • Improve text selection in modal
  • Change spacing units from rem to px

1.0.1 - 2022 Dec 12#

  • Fix usage instructions

1.0.0 - 2022 Dec 11#

  • Initial release