Skip to content

Commit d92e8a2

Browse files
committed
IMP: cleanup log
1 parent b2b7fd7 commit d92e8a2

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,65 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

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/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

78
## [Unreleased]
9+
[Unreleased]: https://github.com/fylgja/alpinejs-dialog/compare/v2.2.1...HEAD
810

911
## [2.2.0] - 2025-10-09
12+
[2.2.0]: https://github.com/fylgja/alpinejs-dialog/compare/v2.1.1...v2.2.0
13+
1014
### Added
15+
1116
- Support for native `closeby` attribute,
1217
This will replace the custom `closeby` Alpine modifier, in a later release
1318
- Support for handling the evaluate action when the native dialog close event is triggered.
1419
This extending the first step we made for form submits, but now also for the backdrop and escape key
1520

1621
### Fixed
22+
1723
- Closing of all open dialogs when pressing the escape key
1824

1925
## [2.1.1] - 2025-05-08
26+
[2.1.1]: https://github.com/fylgja/alpinejs-dialog/compare/v2.1.0...v2.1.1
27+
2028
### Fixed
29+
2130
- Return value for `closeby`
2231

2332
## [2.1.0] - 2025-04-15
33+
[2.1.0]: https://github.com/fylgja/alpinejs-dialog/compare/v2.0.2...v2.1.0
34+
2435
### Added
36+
2537
- Implemented custom `closeby` Alpine modifier (native lacks sufficient browser support,
2638
to be tested for side effects).
2739
Backdrop closing is the current default (may be revisited; differs from standard dialog `closeby`).
2840

2941
### Fixed
42+
3043
- Backdrop still being triggered
3144

3245
## [2.0.2] - 2025-03-10
46+
[2.0.2]: https://github.com/fylgja/alpinejs-dialog/compare/v2.0.0...v2.0.2
47+
3348
### Added
49+
3450
- Support for form method dialog
3551

3652
### Fixed
53+
3754
- Incorrect handeling of the backdrop click event, causing errors with the enter key inside a form
3855

3956
## [2.0.0] - 2024-02-21
57+
[2.0.0]: https://github.com/fylgja/alpinejs-dialog/compare/v1.0.0...v2.0.0
58+
4059
### Changed
41-
- renamed name from `x-dialog` to `x-htmldialog` to not conflict with Alpine UI name
4260

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+
4465
Initial Release 🎉

0 commit comments

Comments
 (0)