Assets
2
12.1.0 (2021-06-24)
compiler
Commit | Description |
---|---|
9de65db | fix(compiler): should not break a text token on a non-valid start tag (#42605) |
c873440 | fix(compiler): do not allow unterminated interpolation to leak into later tokens (#42605) |
cc672f0 | feat(compiler): add support for shorthand property declarations in templates (#42421) |
f52df99 | fix(compiler): generate view restoration for keyed write inside template listener (#42603) |
compiler-cli
Commit | Description |
---|---|
874de59 | fix(compiler-cli): change default ngcc hash algorithm to be FIPS compliant (#42582) |
729eea5 | fix(compiler-cli): transform type references in generic type parameter default (#42492) |
core
Commit | Description |
---|---|
873229f | feat(core): add opt-in test module teardown configuration (#42566) |
router
Commit | Description |
---|---|
07c1ddc | fix(router): error if module is destroyed before location is initialized (#42560) |
service-worker
Commit | Description |
---|---|
cc30dc0 | fix(service-worker): ensure obsolete caches are always cleaned up (#42622) |
01128f5 | fix(service-worker): ensure caches are cleaned up when failing to load state (#42622) |
73b0275 | fix(service-worker): improve ServiceWorker cache names (#42622) |
7507ed2 | fix(service-worker): use correct names when listing CacheDatabase tables (#42622) |
53fe557 | feat(service-worker): include ServiceWorker version in debug info (#42622) |
d546501 | feat(service-worker): add openWindow , focusLastFocusedOrOpen and navigateLastFocusedOrOpen (#42520) |
9498da1 | fix(service-worker): correctly determine client ID on navigation requests (#42607) |
Special Thanks:
Alex Rickabaugh, Dale Harris, George Kalpakas, Joey Perrott, JoostK, Kristiyan Kostadinov, Németh Tamás, Paul Gschwendtner, Pete Bacon Darwin, Renovate Bot, Umair Hafeez, codingnuclei and mgechev
Assets
2
12.1.0-next.6 (2021-06-16)
compiler
Commit | Description |
---|---|
8c1e0e6 | fix(compiler): always match close tag to the nearest open element (#42554) |
compiler-cli
Commit | Description |
---|---|
22bda22 | fix(compiler-cli): prevent prior compilations from being retained in watch builds (#42537) |
core
Commit | Description |
---|---|
3961b3c | fix(core): ensure that autoRegisterModuleById registration in ɵɵdefineNgModule is not DCE-ed by closure (#42529) |
forms
Commit | Description |
---|---|
7180ec9 | fix(forms): changes to status not always being emitted to statusChanges observable for async validators. (#42553) |
language-service
Commit | Description |
---|---|
4001e9d | fix(language-service): 'go to defininition' for objects defined in template (#42559) |
228beea | fix(language-service): Use last child end span for parent without close tag (#42554) |
Special Thanks:
Ahmed Ayed, Alan Agius, Alex Rickabaugh, Andrew Scott, Ankit Choudhary, Aristeidis Bampakos, Daniel Trevino, Dario Piotrowicz, Dylan Hunn, George Kalpakas, Igor Minar, JiaLiPassion, JoostK, Kapunahele Wong, Kristiyan Kostadinov, Marius Bethge, Mladen Jakovljević, Paul Gschwendtner, Pete Bacon Darwin, Pham Huu Hien, Renovate Bot, dario-piotrowicz and gobika21
Assets
2
12.0.5 (2021-06-16)
compiler
Commit | Description |
---|---|
89fc131 | fix(compiler): always match close tag to the nearest open element (#42554) |
compiler-cli
Commit | Description |
---|---|
60dbf01 | fix(compiler-cli): prevent prior compilations from being retained in watch builds (#42537) |
core
Commit | Description |
---|---|
785da0f | fix(core): ensure that autoRegisterModuleById registration in ɵɵdefineNgModule is not DCE-ed by closure (#42529) |
forms
Commit | Description |
---|---|
6f1b907 | fix(forms): changes to status not always being emitted to statusChanges observable for async validators. (#42553) |
language-service
Commit | Description |
---|---|
8192f1e | fix(language-service): 'go to defininition' for objects defined in template (#42559) |
11e0f53 | 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
Assets
2
12.1.0-next.5 (2021-06-09)
common
Commit | Description |
---|---|
85c7f76 | fix(common): infer correct type when trackBy is used in ngFor (#41995) |
374fa2c | fix(common): initialize currencyCode in currencyPipe (#40505) |
compiler
Commit | Description |
---|---|
afd68e5 | feat(compiler): emit diagnostic for shadow dom components with an invalid selector (#42245) |
ba08485 | feat(compiler): support safe keyed read expressions (#41911) |
compiler-cli
Commit | Description |
---|---|
bd1836b | fix(compiler-cli): exclude type-only imports from cycle analysis (#42453) |
core
Commit | Description |
---|---|
25f763c | feat(core): support TypeScript 4.3 (#42022) |
forms
Commit | Description |
---|---|
34ce635 | feat(forms): undo revert and add ng-submitted class to forms that have been submitted. (#42132) (#42132) |
47270d9 | feat(forms): add ng-submitted class to forms that have been submitted. (#42132) |
751cd83 | fix(forms): the min and max validators should work correctly with 0 as a value (#42412) |
language-service
Commit | Description |
---|---|
a493ea9 | fix(language-service): fix autocomplete info display for some cases (#42472) |
fe22c2b | fix(language-service): Correct rename info for pipe name expressions (#41974) |
router
Commit | Description |
---|---|
c44ab4f | fix(router): fix serializeQueryParams logic (#42481) |
Special Thanks:
Alex, Alex Inkin, Andrew Kushnir, Andrew Scott, Chris, David Shevitz, Dylan Hunn, George Kalpakas, Gourav102, Igor Minar, Jessica Janiuk, Joey Perrott, JoostK, Kapunahele Wong, Kristiyan Kostadinov, MarsiBarsi, MrJithil, Paul Gschwendtner, Pete Bacon Darwin, Renovate Bot, Sam Severance, Santosh Yadav, Teri Glover, Tiago Temporin, Vahid Mohammadi, anups1, cindygk, iRealNirmal, kuncevic and mgechev
Assets
2
12.0.4 (2021-06-09)
common
Commit | Description |
---|---|
200cc31 | fix(common): infer correct type when trackBy is used in ngFor (#41995) |
0dad375 | fix(common): initialize currencyCode in currencyPipe (#40505) |
compiler-cli
Commit | Description |
---|---|
b6d6a34 | fix(compiler-cli): exclude type-only imports from cycle analysis (#42453) |
forms
Commit | Description |
---|---|
50c87e8 | fix(forms): the min and max validators should work correctly with 0 as a value (#42412) |
language-service
Commit | Description |
---|---|
34dd3c3 | fix(language-service): fix autocomplete info display for some cases (#42472) |
router
Commit | Description |
---|---|
a77ec5b | 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
Assets
2
12.1.0-next.3 (2021-05-26)
forms
Commit | Description |
---|---|
3d9062d | fix(forms): Add float number support for min and max validator (#42223) |
migrations
Commit | Description |
---|---|
7f6213a | fix(migrations): add migration to replace /deep/ with ::ng-deep (#42214) |
platform-browser
Commit | Description |
---|---|
3a6af8e | fix(platform-browser): update started state on reset (#41608) |
Special Thanks:
Alan Agius, Andrew Scott, David Shevitz, George Kalpakas, Igor Minar, Joey Perrott, Kapunahele Wong, Madleina Scheidegger, Paul Gschwendtner, Pete Bacon Darwin, Renovate Bot, Sam Severance, Teri Glover, Zach Arend, chenyunhsin, iRealNirmal, mgechev and twerske
Assets
2
12.0.2 (2021-05-26)
forms
Commit | Description |
---|---|
19d7bf4 | fix(forms): Add float number support for min and max validator (#42223) |
migrations
Commit | Description |
---|---|
11c7bec | fix(migrations): add migration to replace /deep/ with ::ng-deep (#42214) |
platform-browser
Commit | Description |
---|---|
84ab81c | fix(platform-browser): update started state on reset (#41608) |
Special Thanks:
Alan Agius, Andrew Scott, David Shevitz, George Kalpakas, Igor Minar, Joey Perrott, Kapunahele Wong, Madleina Scheidegger, Paul Gschwendtner, Pete Bacon Darwin, Sam Severance, Teri Glover, Zach Arend, chenyunhsin, iRealNirmal, mgechev and twerske