docs: release notes for the v12.1.4 release
This commit is contained in:
parent
a2c893309d
commit
b0739c21da
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
||||||
|
<a name="12.1.4"></a>
|
||||||
|
# 12.1.4 (2021-07-28)
|
||||||
|
### compiler-cli
|
||||||
|
| Commit | Description |
|
||||||
|
| -- | -- |
|
||||||
|
| [77ae4459d3](https://github.com/angular/angular/commit/77ae4459d34515493ddf62c7ecdf237260176809) | fix(compiler-cli): use correct module resolution context for absolute imports in .d.ts files ([#42879](https://github.com/angular/angular/pull/42879)) |
|
||||||
|
| [f589b01672](https://github.com/angular/angular/commit/f589b01672d13c1a174b880437d00a910899f29d) | perf(compiler-cli): skip analysis in incremental builds for files without Angular behavior ([#42562](https://github.com/angular/angular/pull/42562)) |
|
||||||
|
### core
|
||||||
|
| Commit | Description |
|
||||||
|
| -- | -- |
|
||||||
|
| [a779a1029b](https://github.com/angular/angular/commit/a779a1029b90039ea39d579ecbc98812c301080a) | fix(core): correctly handle `null` or `undefined` in `ErrorHandler#handleError()` ([#42881](https://github.com/angular/angular/pull/42881)) |
|
||||||
|
## Special Thanks:
|
||||||
|
Andrew Scott, Daniel Trevino, Dylan Hunn, George Kalpakas, Joey Perrott, JoostK, Paul Gschwendtner, Pete Bacon Darwin, Teri Glover, Vladyslav, Yuvaraj and codebriefcase
|
||||||
|
|
||||||
<a name="12.2.0-next.3"></a>
|
<a name="12.2.0-next.3"></a>
|
||||||
# 12.2.0-next.3 (2021-07-21)
|
# 12.2.0-next.3 (2021-07-21)
|
||||||
### animations
|
### animations
|
||||||
|
@ -16,7 +30,6 @@
|
||||||
## Special Thanks:
|
## Special Thanks:
|
||||||
Alan Agius, Alex Rickabaugh, David Shevitz, George Kalpakas, Joey Perrott, JoostK, Krzysztof Kotowicz, Minko Gechev, Paul Gschwendtner and dario-piotrowicz
|
Alan Agius, Alex Rickabaugh, David Shevitz, George Kalpakas, Joey Perrott, JoostK, Krzysztof Kotowicz, Minko Gechev, Paul Gschwendtner and dario-piotrowicz
|
||||||
|
|
||||||
|
|
||||||
<a name="12.1.3"></a>
|
<a name="12.1.3"></a>
|
||||||
# 12.1.3 (2021-07-21)
|
# 12.1.3 (2021-07-21)
|
||||||
### animations
|
### animations
|
||||||
|
|
Loading…
Reference in New Issue