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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,21 @@
9
9
- Remove type parameter from `selectRouteParam`
10
10
- Specify observable type returned from `selectRouteParam`
11
11
12
+
### Bug fixes
13
+
14
+
- Fixes [#272](https://github.com/ngworker/router-component-store/issues/272) by building the package using Angular 14. Standalone components and applications are now fully supported, including in component tests.
15
+
12
16
### **BREAKING CHANGES**
13
17
18
+
#### Compatibility
19
+
20
+
To fully support standalone Angular applications and components, we now require at least the following peer dependencies.
0 commit comments