Releases: fylgja/alpinejs-dialog
Releases · fylgja/alpinejs-dialog
v2.2.3
v2.2.2
v2.2.1
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
Added
- Support for native
closebyattribute,
This will replace the customclosebyAlpine 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
v2.1.0
Added
- Implemented custom
closebyAlpine modifier (native lacks sufficient browser support,
to be tested for side effects).
Backdrop closing is the current default (may be revisited; differs from standard dialogcloseby).
Fixed
- Backdrop still being triggered
Full Changelog: 2.0.2...2.1.0
v2.0.2
v2.0.0
Changed
- renamed name from
x-dialogtox-htmldialogto not conflict with Alpine UI name, that is being used for a none native dialog
Full Changelog: 1.0.1...2.0.0