Skip to content

Releases: fylgja/alpinejs-dialog

v2.2.3

16 Oct 10:47

Choose a tag to compare

Fixed

  • Missing closeBy logic for escape key event

Full Changelog: 2.2.2...2.2.3

v2.2.2

16 Oct 10:42

Choose a tag to compare

Fixed

  • Escape key still triggering the native close event

Full Changelog: 2.2.1...2.2.2

v2.2.1

10 Sep 13:03

Choose a tag to compare

Fixed

  • Missing closeby logic for escape key
  • Missing submit logic from not triggering the close event

Full Changelog: 2.2.0...2.2.1

v2.2.0

10 Sep 10:10

Choose a tag to compare

Added

  • Support for native closeby attribute,
    This will replace the custom closeby Alpine modifier, in a later release
  • Support for handling the evaluate action when the native dialog close event is triggered.
    This extending the first step we made for form submits, but now also for the backdrop and escape key

Fixed

  • Closing of all open dialogs when pressing the escape key

Full Changelog: 2.1.1...2.2.0

v2.1.1

08 May 19:13

Choose a tag to compare

Fixed

  • Return value for closeby

Full Changelog: 2.1.0...2.1.1

v2.1.0

14 Apr 22:56

Choose a tag to compare

Added

  • Implemented custom closeby Alpine modifier (native lacks sufficient browser support,
    to be tested for side effects).
    Backdrop closing is the current default (may be revisited; differs from standard dialog closeby).

Fixed

  • Backdrop still being triggered

Full Changelog: 2.0.2...2.1.0

v2.0.2

10 Mar 00:23

Choose a tag to compare

Added

  • Support for form method dialog

Fixed

  • Incorrect handeling of the backdrop click event, causing errors with the enter key inside a form, closes #3

Full Changelog: 2.0.0...2.0.2

v2.0.0

21 Feb 21:43

Choose a tag to compare

Changed

  • renamed name from x-dialog to x-htmldialog to not conflict with Alpine UI name, that is being used for a none native dialog

Full Changelog: 1.0.1...2.0.0

v1.0.1

15 Sep 20:28

Choose a tag to compare

Initial Release 🎉