Skip to content

Releases: fylgja/alpinejs-dialog

v2.3.0

Choose a tag to compare

@GrimLink GrimLink released this 08 Jun 10:51

Added

  • Support for modeless modifier, allowing the dialog to open as a non-modal dialog via el.show() instead of el.showModal()

Full Changelog: 2.2.3...2.3.0

v2.2.3

Choose a tag to compare

@GrimLink GrimLink released this 16 Oct 10:47

Fixed

  • Missing closeBy logic for escape key event

Full Changelog: 2.2.2...2.2.3

v2.2.2

Choose a tag to compare

@GrimLink GrimLink released this 16 Oct 10:42

Fixed

  • Escape key still triggering the native close event

Full Changelog: 2.2.1...2.2.2

v2.2.1

Choose a tag to compare

@GrimLink GrimLink released this 10 Sep 13:03

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

Choose a tag to compare

@GrimLink GrimLink released this 10 Sep 10:10

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

Choose a tag to compare

@GrimLink GrimLink released this 08 May 19:13

Fixed

  • Return value for closeby

Full Changelog: 2.1.0...2.1.1

v2.1.0

Choose a tag to compare

@GrimLink GrimLink released this 14 Apr 22:56

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

Choose a tag to compare

@GrimLink GrimLink released this 10 Mar 00:23

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

Choose a tag to compare

@GrimLink GrimLink released this 21 Feb 21:43

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

Choose a tag to compare

@GrimLink GrimLink released this 15 Sep 20:28

Initial Release 🎉