From 5c25595647bc8a7a430216e914e03e729ac2aec0 Mon Sep 17 00:00:00 2001 From: Alex Rickabaugh Date: Wed, 16 Jun 2021 15:59:26 -0700 Subject: [PATCH] docs: release notes for the v12.0.5 release (#42586) PR Close #42586 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6929380a30..16e1709d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ + +# 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 + + # 12.1.0-next.5 (2021-06-09) ### common