You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [3.0.0] - 2024-11-25
10
+
11
+
### Added
12
+
13
+
* Added compatabilty to angular 19 (1609)
14
+
9
15
### Changed
10
16
11
17
* Update build pipeline to use node 20 (#1598)
18
+
*__BREAKING CHANGE:__ Migrated the library to use standalone components. Please see the updated inclusion documentation described in the `README.md` (1608)
12
19
13
20
## [2.1.0] - 2024-06-18
14
21
@@ -92,7 +99,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
92
99
93
100
### Changed
94
101
95
-
* Set angular compiler option to ivy-partial (#161, #257) **Breaking Change: The minimum supported angular version is now 12.x**
102
+
*__BREAKING CHANGE:__Set angular compiler option to ivy-partial (#161, #257) **The minimum supported angular version is now 12.x**
0 commit comments