Skip to content

Commit fbbed3d

Browse files
release: cut the v14.0.0-next.13 release (angular#45616)
1 parent 0f8e181 commit fbbed3d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
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="14.0.0-next.13"></a>
2+
# 14.0.0-next.13 (2022-04-13)
3+
## Breaking Changes
4+
### core
5+
- Since Ivy, TestBed doesn't use AOT summaries. The `aotSummaries` fields in TestBed APIs were present, but unused. The fields were deprecated in previous major version and in v14 those fields are removed. The `aotSummaries` fields were completely unused, so you can just drop them from the TestBed APIs usage.
6+
### compiler
7+
| Commit | Type | Description |
8+
| -- | -- | -- |
9+
| [598b759d33](https://github.com/angular/angular/commit/598b759d33221cc2bbfad4895ca0d2499a0547f8) | fix | avoid errors with extremely long instruction chains ([#45574](https://github.com/angular/angular/pull/45574)) |
10+
### core
11+
| Commit | Type | Description |
12+
| -- | -- | -- |
13+
| [9add714b13](https://github.com/angular/angular/commit/9add714b13740db621eb2b200d72be74cc7eb630) | refactor | remove deprecated `aotSummaries` fields in TestBed config ([#45487](https://github.com/angular/angular/pull/45487)) |
14+
## Special Thanks
15+
4javier, Andrew Kushnir, Andrew Scott, Dylan Hunn, Jason Hendee, Jessica Janiuk, Kristiyan Kostadinov, Michael-Doner, Michal Materowski and Virginia Dooley
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
119
<a name="13.3.3"></a>
220
# 13.3.3 (2022-04-13)
321
### compiler

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": "14.0.0-next.12",
3+
"version": "14.0.0-next.13",
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)