All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.3.0 - 2026-06-08
- Support for
modelessmodifier, allowing the dialog to open as a non-modal dialog viael.show()instead ofel.showModal()
2.2.3 - 2025-10-16
- Missing closeBy logic for escape key event
2.2.2 - 2025-10-16
- Escape key still triggering the native close event
2.2.1 - 2025-10-09
- Missing closeby logic for escape key
- Missing submit logic from not triggering the close event
2.2.0 - 2025-10-09
- 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
- Closing of all open dialogs when pressing the escape key
2.1.1 - 2025-05-08
- Return value for
closeby
2.1.0 - 2025-04-15
- 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).
- Backdrop still being triggered
2.0.2 - 2025-03-10
- Support for form method dialog
- Incorrect handeling of the backdrop click event, causing errors with the enter key inside a form
2.0.0 - 2024-02-21
- Renamed name from
x-dialogtox-htmldialogto not conflict with Alpine UI name
Initial Release 🎉