From 7b5e2fef988ebc0b7bc0810ec82d95835450fcb4 Mon Sep 17 00:00:00 2001 From: Jessica Janiuk <72768744+jessicajaniuk@users.noreply.github.com> Date: Wed, 9 Jun 2021 11:10:00 -0700 Subject: [PATCH] docs: release notes for the v12.0.4 release (#42532) --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 081ed4791e..f648dda8ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ + +# 12.0.4 (2021-06-09) +### common +| Commit | Description | +| -- | -- | +| 200cc31df4 | fix(common): infer correct type when `trackBy` is used in `ngFor` (#41995) | +| 0dad375de7 | fix(common): initialize currencyCode in currencyPipe (#40505) | +### compiler-cli +| Commit | Description | +| -- | -- | +| b6d6a34eef | fix(compiler-cli): exclude type-only imports from cycle analysis (#42453) | +### forms +| Commit | Description | +| -- | -- | +| 50c87e86b6 | fix(forms): the `min` and `max` validators should work correctly with `0` as a value (#42412) | +### language-service +| Commit | Description | +| -- | -- | +| 34dd3c360b | fix(language-service): fix autocomplete info display for some cases (#42472) | +### router +| Commit | Description | +| -- | -- | +| a77ec5bcab | fix(router): fix `serializeQueryParams` logic (#42481) | +## Special Thanks: +Alex, Alex Inkin, Andrew Kushnir, Andrew Scott, Chris, David Shevitz, George Kalpakas, Gourav102, Igor Minar, Joey Perrott, JoostK, Kapunahele Wong, Kristiyan Kostadinov, MarsiBarsi, MrJithil, Paul Gschwendtner, Pete Bacon Darwin, Sam Severance, Santosh Yadav, Teri Glover, Tiago Temporin, Vahid Mohammadi, anups1, cindygk, iRealNirmal, kuncevic and mgechev + + # 12.1.0-next.4 (2021-06-02) ### compiler-cli