Skip to content

Commit 543f1a8

Browse files
chore: release 20.0.0-rc.0
1 parent b0b460c commit 543f1a8

File tree

26 files changed

+50
-32
lines changed

26 files changed

+50
-32
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="20.0.0-rc.0"></a>
2+
3+
# [20.0.0-rc.0](https://github.com/ngrx/platform/compare/20.0.0-beta.0...20.0.0-rc.0) (2025-07-14)
4+
5+
### Bug Fixes
6+
7+
- **signals:** allow generic template literals as state keys ([#4871](https://github.com/ngrx/platform/issues/4871)) ([9fefc77](https://github.com/ngrx/platform/commit/9fefc77)), closes [#4638](https://github.com/ngrx/platform/issues/4638)
8+
- **signals:** allow lazy initialization of DeepSignal ([#4866](https://github.com/ngrx/platform/issues/4866)) ([cb1a2ba](https://github.com/ngrx/platform/commit/cb1a2ba)), closes [#4749](https://github.com/ngrx/platform/issues/4749)
9+
- **signals:** do not create deep signals for empty objects and unknown records with symbol keys ([#4880](https://github.com/ngrx/platform/issues/4880)) ([bae9f18](https://github.com/ngrx/platform/commit/bae9f18))
10+
- **signals:** remove internal Signal type ([#4867](https://github.com/ngrx/platform/issues/4867)) ([4a4a5db](https://github.com/ngrx/platform/commit/4a4a5db))
11+
12+
### Features
13+
14+
- **operators:** add migration for deprecated tapResponse signature ([#4858](https://github.com/ngrx/platform/issues/4858)) ([551ceb4](https://github.com/ngrx/platform/commit/551ceb4))
15+
- **signals:** add `withLinkedState()` ([#4818](https://github.com/ngrx/platform/issues/4818)) ([4bb7fdd](https://github.com/ngrx/platform/commit/4bb7fdd))
16+
- **signals:** allow access to methods in `withComputed` ([#4864](https://github.com/ngrx/platform/issues/4864)) ([e11c23f](https://github.com/ngrx/platform/commit/e11c23f)), closes [#4846](https://github.com/ngrx/platform/issues/4846)
17+
- **signals:** disallow user-defined signals in withState and signalState ([#4879](https://github.com/ngrx/platform/issues/4879)) ([306ed5a](https://github.com/ngrx/platform/commit/306ed5a))
18+
119
<a name="20.0.0-beta.0"></a>
220

321
# [20.0.0-beta.0](https://github.com/ngrx/platform/compare/19.2.1...20.0.0-beta.0) (2025-06-30)

modules/component-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/component-store",
3-
"version": "20.0.0-beta.0",
3+
"version": "20.0.0-rc.0",
44
"description": "Reactive store for component state",
55
"repository": {
66
"type": "git",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^20.0.0-beta.0';
1+
export const platformVersion = '^20.0.0-rc.0';

modules/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/component",
3-
"version": "20.0.0-beta.0",
3+
"version": "20.0.0-rc.0",
44
"description": "Reactive Extensions for Angular Components",
55
"repository": {
66
"type": "git",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^20.0.0-beta.0';
1+
export const platformVersion = '^20.0.0-rc.0';

modules/data/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/data",
3-
"version": "20.0.0-beta.0",
3+
"version": "20.0.0-rc.0",
44
"description": "API management for NgRx",
55
"repository": {
66
"type": "git",
@@ -22,9 +22,9 @@
2222
"peerDependencies": {
2323
"@angular/common": "^20.0.0",
2424
"@angular/core": "^20.0.0",
25-
"@ngrx/store": "20.0.0-beta.0",
26-
"@ngrx/effects": "20.0.0-beta.0",
27-
"@ngrx/entity": "20.0.0-beta.0",
25+
"@ngrx/store": "20.0.0-rc.0",
26+
"@ngrx/effects": "20.0.0-rc.0",
27+
"@ngrx/entity": "20.0.0-rc.0",
2828
"rxjs": "^6.5.3 || ^7.5.0"
2929
},
3030
"schematics": "./schematics/collection.json",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^20.0.0-beta.0';
1+
export const platformVersion = '^20.0.0-rc.0';

modules/effects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/effects",
3-
"version": "20.0.0-beta.0",
3+
"version": "20.0.0-rc.0",
44
"description": "Side effect model for @ngrx/store",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
"homepage": "https://github.com/ngrx/platform#readme",
2323
"peerDependencies": {
2424
"@angular/core": "^20.0.0",
25-
"@ngrx/store": "20.0.0-beta.0",
25+
"@ngrx/store": "20.0.0-rc.0",
2626
"rxjs": "^6.5.3 || ^7.5.0"
2727
},
2828
"schematics": "./schematics/collection.json",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^20.0.0-beta.0';
1+
export const platformVersion = '^20.0.0-rc.0';

modules/entity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/entity",
3-
"version": "20.0.0-beta.0",
3+
"version": "20.0.0-rc.0",
44
"description": "Common utilities for entity reducers",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"homepage": "https://github.com/ngrx/platform#readme",
2222
"peerDependencies": {
2323
"@angular/core": "^20.0.0",
24-
"@ngrx/store": "20.0.0-beta.0",
24+
"@ngrx/store": "20.0.0-rc.0",
2525
"rxjs": "^6.5.3 || ^7.5.0"
2626
},
2727
"schematics": "./schematics/collection.json",

0 commit comments

Comments
 (0)