Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<a name="12.0.5"></a>
# 12.0.5 (2021-06-16)
### compiler
| Commit | Description |
| -- | -- |
| 89fc131ef8 | fix(compiler): always match close tag to the nearest open element (#42554) |
### compiler-cli
| Commit | Description |
| -- | -- |
| 60dbf017fb | fix(compiler-cli): prevent prior compilations from being retained in watch builds (#42537) |
### core
| Commit | Description |
| -- | -- |
| 785da0f1bf | fix(core): ensure that autoRegisterModuleById registration in ɵɵdefineNgModule is not DCE-ed by closure (#42529) |
### forms
| Commit | Description |
| -- | -- |
| 6f1b907b79 | fix(forms): changes to status not always being emitted to statusChanges observable for async validators. (#42553) |
### language-service
| Commit | Description |
| -- | -- |
| 8192f1e1c2 | fix(language-service): 'go to defininition' for objects defined in template (#42559) |
| 11e0f53352 | fix(language-service): Use last child end span for parent without close tag (#42554) |
## Special Thanks:
Ahmed Ayed, Alan Agius, Andrew Scott, Ankit Choudhary, Aristeidis Bampakos, Daniel Trevino, Dario Piotrowicz, Dylan Hunn, George Kalpakas, Igor Minar, JiaLiPassion, JoostK, Kapunahele Wong, Kristiyan Kostadinov, Marius Bethge, Pete Bacon Darwin, Pham Huu Hien, dario-piotrowicz and gobika21


<a name="12.0.4"></a>
# 12.0.4 (2021-06-09)
### common
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "12.0.4",
"version": "12.0.5",
"private": true,
"description": "Angular - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular",
Expand Down