Skip to content

Commit d673048

Browse files
chore: release 12.0.0-beta.0
1 parent ac706de commit d673048

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
<a name="12.0.0-beta.0"></a>
2+
3+
# [12.0.0-beta.0](https://github.com/ngrx/platform/compare/11.1.1...12.0.0-beta.0) (2021-04-26)
4+
5+
### Bug Fixes
6+
7+
- **component:** include files in ng-add schematics ([ad13c9c](https://github.com/ngrx/platform/commit/ad13c9c))
8+
- **component-store:** include files in ng-add schematics ([bfef622](https://github.com/ngrx/platform/commit/bfef622))
9+
- **data:** include files in ng-add schematics ([526edd9](https://github.com/ngrx/platform/commit/526edd9))
10+
- **effects:** ng-add schematics will generate effects files properly ([4389307](https://github.com/ngrx/platform/commit/4389307))
11+
- **entity:** include files in ng-add schematics ([4d9f647](https://github.com/ngrx/platform/commit/4d9f647))
12+
- **router-store:** include files in ng-add schematics ([eb71d5c](https://github.com/ngrx/platform/commit/eb71d5c))
13+
- **store:** ng-add schematics will generate router files if minimal set to false ([74a2671](https://github.com/ngrx/platform/commit/74a2671))
14+
- **store-devtools:** include files in ng-add schematics ([ac706de](https://github.com/ngrx/platform/commit/ac706de))
15+
16+
### build
17+
18+
- update to Angular libraries to version 12 RC.0 ([#3000](https://github.com/ngrx/platform/issues/3000)) ([4fb030e](https://github.com/ngrx/platform/commit/4fb030e))
19+
- update to Nx version 12.0.x and TypeScript 4.1.x ([#2999](https://github.com/ngrx/platform/issues/2999)) ([cb258cb](https://github.com/ngrx/platform/commit/cb258cb))
20+
21+
### Features
22+
23+
- **store:** deprecate selectors with props ([#2993](https://github.com/ngrx/platform/issues/2993)) ([7c6d4e4](https://github.com/ngrx/platform/commit/7c6d4e4))
24+
25+
### BREAKING CHANGES
26+
27+
- Minimum versions of Angular and TypeScript have been updated
28+
29+
BEFORE:
30+
31+
Minimum of Angular version 11.x
32+
Minimum of TypeScript 4.1.x
33+
34+
AFTER:
35+
36+
Minimum of Angular version 12.x
37+
Minimum of TypeScript 4.2.x
38+
39+
- The minimum TypeScript version has been updated to 4.1.x
40+
41+
BEFORE:
42+
43+
The minimum TypeScript version is 4.0.x
44+
45+
AFTER:
46+
47+
The minimum TypeScript version is 4.1.x
48+
149
<a name="11.1.1"></a>
250

351
## [11.1.1](https://github.com/ngrx/platform/compare/11.1.0...11.1.1) (2021-04-20)

0 commit comments

Comments
 (0)