Skip to content

Latest commit

 

History

History
94 lines (56 loc) · 2.58 KB

File metadata and controls

94 lines (56 loc) · 2.58 KB

Changelog

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

Added

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

2.2.3 - 2025-10-16

Fixed

  • Missing closeBy logic for escape key event

2.2.2 - 2025-10-16

Fixed

  • Escape key still triggering the native close event

2.2.1 - 2025-10-09

Fixed

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

2.2.0 - 2025-10-09

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

2.1.1 - 2025-05-08

Fixed

  • Return value for closeby

2.1.0 - 2025-04-15

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

2.0.2 - 2025-03-10

Added

  • Support for form method dialog

Fixed

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

2.0.0 - 2024-02-21

Changed

  • Renamed name from x-dialog to x-htmldialog to not conflict with Alpine UI name

1.0.0 - 2022-09-15

Initial Release 🎉