Skip to content

Commit 953f069

Browse files
committed
feat: release 15.0.0-alpha.1
Signed-off-by: Stefano Cappa <stefano.cappa.ks89@gmail.com>
1 parent dd3dd7f commit 953f069

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
# 15.0.0-alpha.1
22

3+
Why this major release? Because I want to upgrade/rewrite to code to the latest angular features.
4+
This requires a lot or refactoring and changes, so I prefer to release the new version as major release.
5+
6+
37
### Refactor
48

59
- migrate to inject() function instead of using the constructor
610
- migrate to output<> syntax
711
- migrate to input<> syntax
812
- migrate to self-closing tags
9-
- migrate to signal queries
13+
- partial migration to signals
14+
- huge refactor to tests to use the new syntax
15+
- force 'strictTemplates: true' and 'noPropertyAccessFromIndexSignature: true' in tsconfig (recommended values) and adapt the library code to work with
1016

1117
### Examples
1218

1319
- upgrade all examples to the new syntax
1420

15-
### Documentation
16-
17-
- upgrade doc website to the new syntax
18-
1921

2022
# 14.0.0
2123

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ From version @ks89/angular-modal-gallery >= 11.0.0, **mousetrap and hammerjs hav
181181

182182
**More than 100 releases in two years**, and more to come... :)
183183

184-
- ??/??/2025 - 15.0.0-alpha.1 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)
184+
- 12/09/2025 - 15.0.0-alpha.1 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)
185185
- 20/08/2025 - 14.0.0 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)
186186
- 22/12/2024 - 13.0.0 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)
187187
- 31/05/2024 - 12.0.0 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)

0 commit comments

Comments
 (0)