|
1 | 1 | # Changelog |
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file. |
3 | 4 |
|
4 | | -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
5 | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
6 | 7 |
|
7 | 8 | ## [Unreleased] |
| 9 | +[Unreleased]: https://github.com/fylgja/alpinejs-dialog/compare/v2.2.1...HEAD |
8 | 10 |
|
9 | 11 | ## [2.2.0] - 2025-10-09 |
| 12 | +[2.2.0]: https://github.com/fylgja/alpinejs-dialog/compare/v2.1.1...v2.2.0 |
| 13 | + |
10 | 14 | ### Added |
| 15 | + |
11 | 16 | - Support for native `closeby` attribute, |
12 | 17 | This will replace the custom `closeby` Alpine modifier, in a later release |
13 | 18 | - Support for handling the evaluate action when the native dialog close event is triggered. |
14 | 19 | This extending the first step we made for form submits, but now also for the backdrop and escape key |
15 | 20 |
|
16 | 21 | ### Fixed |
| 22 | + |
17 | 23 | - Closing of all open dialogs when pressing the escape key |
18 | 24 |
|
19 | 25 | ## [2.1.1] - 2025-05-08 |
| 26 | +[2.1.1]: https://github.com/fylgja/alpinejs-dialog/compare/v2.1.0...v2.1.1 |
| 27 | + |
20 | 28 | ### Fixed |
| 29 | + |
21 | 30 | - Return value for `closeby` |
22 | 31 |
|
23 | 32 | ## [2.1.0] - 2025-04-15 |
| 33 | +[2.1.0]: https://github.com/fylgja/alpinejs-dialog/compare/v2.0.2...v2.1.0 |
| 34 | + |
24 | 35 | ### Added |
| 36 | + |
25 | 37 | - Implemented custom `closeby` Alpine modifier (native lacks sufficient browser support, |
26 | 38 | to be tested for side effects). |
27 | 39 | Backdrop closing is the current default (may be revisited; differs from standard dialog `closeby`). |
28 | 40 |
|
29 | 41 | ### Fixed |
| 42 | + |
30 | 43 | - Backdrop still being triggered |
31 | 44 |
|
32 | 45 | ## [2.0.2] - 2025-03-10 |
| 46 | +[2.0.2]: https://github.com/fylgja/alpinejs-dialog/compare/v2.0.0...v2.0.2 |
| 47 | + |
33 | 48 | ### Added |
| 49 | + |
34 | 50 | - Support for form method dialog |
35 | 51 |
|
36 | 52 | ### Fixed |
| 53 | + |
37 | 54 | - Incorrect handeling of the backdrop click event, causing errors with the enter key inside a form |
38 | 55 |
|
39 | 56 | ## [2.0.0] - 2024-02-21 |
| 57 | +[2.0.0]: https://github.com/fylgja/alpinejs-dialog/compare/v1.0.0...v2.0.0 |
| 58 | + |
40 | 59 | ### Changed |
41 | | -- renamed name from `x-dialog` to `x-htmldialog` to not conflict with Alpine UI name |
42 | 60 |
|
43 | | -## [1.0.0] - 2022-09-15 |
| 61 | +- Renamed name from `x-dialog` to `x-htmldialog` to not conflict with Alpine UI name |
| 62 | + |
| 63 | +## 1.0.0 - 2022-09-15 |
| 64 | + |
44 | 65 | Initial Release 🎉 |
0 commit comments