Skip to content

Commit 171a0f8

Browse files
authored
docs: update release notes for v0.2.0 (#280)
- Update release notes for v0.2.0 to include bug fixes and breaking compatibility changes.
1 parent f561e15 commit 171a0f8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,21 @@
99
- Remove type parameter from `selectRouteParam`
1010
- Specify observable type returned from `selectRouteParam`
1111

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+
1216
### **BREAKING CHANGES**
1317

18+
#### Compatibility
19+
20+
To fully support standalone Angular applications and components, we now require at least the following peer dependencies.
21+
22+
- Require Angular 14.0
23+
- Require `@ngrx/component-store` 14.0
24+
- Require RxJS 7.4
25+
- Require TypeScript 4.6
26+
1427
#### Stricter signature for selectQueryParam
1528

1629
Signature before:

0 commit comments

Comments
 (0)