Skip to content

Commit b31098d

Browse files
release: cut the v12.0.0-next.1 release (angular#40889)
1 parent a9936c2 commit b31098d

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
<a name="12.0.0-next.1"></a>
2+
# 12.0.0-next.1 (2021-02-17)
3+
4+
5+
### Bug Fixes
6+
7+
* **compiler-cli:** `readConfiguration` existing options should override options in tsconfig ([#40694](https://github.com/angular/angular/issues/40694)) ([b7c4d07](https://github.com/angular/angular/commit/b7c4d07e81277f7aed566e443d1d4e1395c5a2f4))
8+
* **compiler-cli:** extend `angularCompilerOptions` in tsconfig from node ([#40694](https://github.com/angular/angular/issues/40694)) ([5eb1954](https://github.com/angular/angular/commit/5eb195416bf73f2fa59de52531724d8d19392975)), closes [#36715](https://github.com/angular/angular/issues/36715)
9+
10+
11+
### Features
12+
13+
* **common:** support ICU standard "stand alone day of week" with `DatePipe` ([#40766](https://github.com/angular/angular/issues/40766)) ([c56ecab](https://github.com/angular/angular/commit/c56ecab515c28d2ad45c630080bfbf549675528a)), closes [#26922](https://github.com/angular/angular/issues/26922)
14+
* **forms:** add `emitEvent` option for AbstractControl-based class methods ([#31031](https://github.com/angular/angular/issues/31031)) ([4ec045e](https://github.com/angular/angular/commit/4ec045e12b7614b901d4ef643988b86f09dfeee5)), closes [#29662](https://github.com/angular/angular/issues/29662)
15+
* **platform-server:** allow shimming the global env sooner ([#40559](https://github.com/angular/angular/issues/40559)) ([43ecf8a](https://github.com/angular/angular/commit/43ecf8a77bc7e92d3c635b450de904732e938e64)), closes [#24551](https://github.com/angular/angular/issues/24551) [#39950](https://github.com/angular/angular/issues/39950) [#39950](https://github.com/angular/angular/issues/39950)
16+
17+
18+
### BREAKING CHANGES
19+
20+
* **forms:** The `emitEvent` option was added to the following `FormArray` and `FormGroup` methods:
21+
22+
* FormGroup.addControl
23+
* FormGroup.removeControl
24+
* FormGroup.setControl
25+
* FormArray.push
26+
* FormArray.insert
27+
* FormArray.removeAt
28+
* FormArray.setControl
29+
* FormArray.clear
30+
31+
If your app has custom classes that extend `FormArray` or `FormGroup` classes and override the
32+
above-mentioned methods, you may need to update your implementation to take the new options into
33+
account and make sure that overrides are compatible from a types perspective.
34+
35+
36+
137
<a name="11.2.1"></a>
238
## 11.2.1 (2021-02-17)
339

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-srcs",
3-
"version": "12.0.0-next.0",
3+
"version": "12.0.0-next.1",
44
"private": true,
55
"description": "Angular - a web framework for modern web apps",
66
"homepage": "https://github.com/angular/angular",

0 commit comments

Comments
 (0)