angular

Deliver web apps with confidence 🚀

MIT License

Downloads
98.5M
Stars
95.9K
Committers
2.1K

Bot releases are hidden (Show)

angular - v18.2.0-next.4

Published by thePunderWoman 2 months ago

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Description
fix - e2259c7b09 support JIT transforms before other transforms modifying classes (#57262)

core

Commit Description
fix - 827070e331 Do not run image performance warning checks on server (#57234)

language-service

Commit Description
fix - 4bb9d0f923 avoid generating TS suggestion diagnostics for templates (#56241)

router

Commit Description
feat - 6c76c91e15 Add defaultQueryParamsHandling to router configuration (#57198)
angular - v18.2.0-next.3

Published by dylhunn 3 months ago

18.2.0-next.3 (2024-07-31)

compiler

Commit Description
fix - 67e09404db reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - 0f0a1f2836 emitting references to ngtypecheck files (#57138)
fix - e11c0c42d2 run JIT transforms on @NgModule classes with jit: true (#57212)

core

Commit Description
feat - 3459289ef0 bootstrapModule can configure NgZone in providers (#57060)
fix - 3a63c9ebbe errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
fix - ca89ef9141 handle shorthand assignment in the inject migration (#57134)
fix - a752178f28 hydration error in some let declaration setups (#57173)
fix - 2a4f488a6c warnings for oversized images and lazy-lcp present with bootstrapModule (#57060)

migrations

Commit Description
feat - 147eee4253 add migration to convert standalone component routes to be lazy loaded (#56428)
fix - cb442a0ce7 account for parameters with union types (#57127)
fix - 166166d79e add alias to inject migration (#57127)
fix - 1cf616f671 remove generic arguments from the injected type reference (#57127)
fix - ba0df30ef6 remove unused imports in inject migration (#57179)
fix - aae9646a1b unwrap injected forwardRef (#57127)
angular - v18.1.3

Published by dylhunn 3 months ago

18.1.3 (2024-07-31)

compiler

Commit Description
fix - 31dea066d6 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - 1f9e090910 emitting references to ngtypecheck files (#57138) (#57202)

core

Commit Description
fix - f7ab04018e errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
fix - eaa83f9d27 hydration error in some let declaration setups (#57173)
angular - v18.2.0-next.2

Published by atscott 3 months ago

18.2.0-next.2 (2024-07-24)

compiler

Commit Description
fix - 08c5977bd5 limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - d4ff6bc0b2 add warning for unused let declarations (#57033)
fix - c76b440ac0 add warning for unused let declarations (#57033)
fix - 6c2fbda694 extended diagnostic visitor not visiting template attributes (#57033)

core

Commit Description
feat - fab673a1dd add ng generate schematic to convert to inject (#57056)
fix - 7d4b2d2413 afterNextRender hooks return that callback value. (#57031)
fix - 8718abce90 Deprecate ignoreChangesOutsideZone option (#57029)
fix - fe41b11434 tree shake dev mode error message (#57035)
angular - v18.1.2

Published by atscott 3 months ago

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)
angular - v18.2.0-next.1

Published by atscott 3 months ago

18.2.0-next.1 (2024-07-17)

common

Commit Description
fix - 2c4613a002 Don't run preconnect assertion on the server. (#56213)

compiler

Commit Description
fix - 9167fc815c JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
fix - 107173c14d use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Description
feat - 98ed5b609e run JIT transform on classes with jit: true opt-out (#56892)
fix - f0d6d0688d avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Description
fix - e504ad97d4 not all callbacks running when registered at the same time (#56981)

language-service

Commit Description
feat - 4bb558ab0c support writing code refactorings (#56895)
perf - 7663debce1 quick exit if no code fixes can exist (#57000)

migrations

Commit Description
fix - 0ea6a4a361 fix common module removal (#56968)
angular - v18.1.1

Published by atscott 3 months ago

18.1.1 (2024-07-17)

common

Commit Description
fix - a1cb9dfc0d Don't run preconnect assertion on the server. (#56213)

compiler

Commit Description
fix - daf0317bdc JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
fix - d7dca6dbb6 use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Description
fix - c94a897248 avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Description
fix - 5682527d94 not all callbacks running when registered at the same time (#56981)

migrations

Commit Description
fix - b666d2c20f fix common module removal (#56968)
angular - v17.3.12

Published by atscott 3 months ago

17.3.12 (2024-07-17)

compiler

Commit Description
fix - 327bae473b JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)
angular - v18.2.0-next.0

Published by pkozlowski-opensource 3 months ago

18.2.0-next.0 (2024-07-10)

compiler

Commit Description
feat - c8e2885136 Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295)

core

Commit Description
fix - 5dcdbfcba9 rename the equality function option in toSignal (#56769)
angular - v18.1.0

Published by pkozlowski-opensource 3 months ago

18.1.0 (2024-07-10)

common

Commit Description
fix - f25653e231 typo in NgOptimizedImage warning (#56756)
fix - 9b35726e42 typo in warning for NgOptimizedDirective (#56817)

compiler

Commit Description
feat - fd6cd0422d Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295)
fix - 341a116d61 allow more characters in let declaration name (#56764)
fix - 2a1291e942 give precedence to local let declarations over parent ones (#56752)

compiler-cli

Commit Description
fix - 66e582551e avoid duplicate diagnostics for let declarations read before definition (#56843)
fix - 4d18c5bfd5 flag all conflicts between let declarations and local symbols (#56752)
fix - 9e21582456 Show template syntax errors in local compilation modified (#55855)
fix - 5996502921 type check let declarations nested inside nodes (#56752)
fix - cdebf751e4 used before declared diagnostic not firing for control flow blocks (#56843)

core

Commit Description
feat - ea3c802056 Add a schematic to migrate afterRender phase flag (#55648)
feat - 5df3e78c99 add equality function to rxjs-interop toSignal (#56447)
feat - 0a48d584f2 add support for let syntax (#56715)
feat - 352e0782ec expose signal input metadata in ComponentMirror (#56402)
feat - a655e46447 Redesign the afterRender & afterNextRender phases API (#55648)
feat - e5a6f91722 support TypeScript 5.5 (#56096)
fix - 38effcc63e Add back phase flag option as a deprecated API (#55648)
fix - 86bcfd3e49 improve docs on afterRender hooks (#56522)
fix - b2445a0953 link errors to ADEV (#55554) (#56038)
fix - 03a2acd2a3 properly remove imports in the afterRender phase migration (#56524)
fix - 4d87b9e899 rename the equality function option in toSignal (#56769) (#56922)
fix - 8bd4c074af toSignal equal option should be passed to inner computed (#56903)

forms

Commit Description
fix - 00bde8b1c2 Make NgControlStatus host bindings OnPush compatible (#55720)

http

Commit Description
fix - cc21989132 Make Content-Type header case insensitive (#56541)

language-service

Commit Description
feat - b400e2e4d4 autocompletion for the component not imported (#55595)
fix - 67b2c336bc import the default exported component correctly (#56432)

router

Commit Description
feat - a13f5da773 Allow UrlTree as an input to routerLink (#56265)
feat - 1d3a7529b4 Set a different browser URL from the one for route matching (#53318)
angular - v18.0.7

Published by pkozlowski-opensource 3 months ago

18.0.7 (2024-07-10)

compiler

Commit Description
fix - 85f77b5cda fix CSS animation rule scope (#56800)

http

Commit Description
perf - 95d7076d1a execute fetch outside of Angular zone (#56820)

migrations

Commit Description
fix - d6fff45e73 Fix cf migration let condition semicolon order (#56913)
angular - v18.0.6

Published by thePunderWoman 4 months ago

18.0.6 (2024-07-03)

common

Commit Description
fix - a55719f55e Don't run preconnect assertion on the server. (#56213)

core

Commit Description
fix - 4909844805 establish proper defer injector hierarchy for components attached to ApplicationRef (#56763)
fix - fec5b80aaf support injection of object with null constructor. (#56553)

router

Commit Description
fix - b7d3ecc873 routes should not get stale providers (#56798)
angular - v18.1.0-rc.0

Published by thePunderWoman 4 months ago

18.1.0-rc.0 (2024-07-01)

common

Commit Description
fix - 39e48ce675 Don't run preconnect assertion on the server. (#56213)
fix - f25653e231 typo in NgOptimizedImage warning (#56756)

compiler

Commit Description
feat - fd6cd0422d Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295)
fix - 341a116d61 allow more characters in let declaration name (#56764)
fix - 2a1291e942 give precedence to local let declarations over parent ones (#56752)

compiler-cli

Commit Description
fix - 4d18c5bfd5 flag all conflicts between let declarations and local symbols (#56752)
fix - 5996502921 type check let declarations nested inside nodes (#56752)
angular - v18.0.5

Published by dylhunn 4 months ago

18.0.5 (2024-06-26)

core

Commit Description
fix - 2f73281dfd improve docs on afterRender hooks (#56525)
fix - be9e4892f9 improve support for i18n hydration of projected content (#56192)
fix - 5f9bd5521e prevent calling devMode only function on @defer error. (#56559)
angular - v18.1.0-next.4

Published by dylhunn 4 months ago

18.1.0-next.4 (2024-06-26)

core

Commit Description
feat - 0a48d584f2 add support for let syntax (#56715)
fix - 29ca6d10cc improve support for i18n hydration of projected content (#56192)
fix - 5be16d06bd prevent calling devMode only function on @defer error. (#56559)

http

Commit Description
fix - cc21989132 Make Content-Type header case insensitive (#56541)
angular - v18.1.0-next.3

Published by AndrewKushnir 4 months ago

18.1.0-next.3 (2024-06-20)

compiler-cli

Commit Description
fix - 0b867e83b6 insert constant statements after the first group of imports (#56431)

core

Commit Description
feat - 5df3e78c99 add equality function to rxjs-interop toSignal (#56447)
feat - 352e0782ec expose signal input metadata in ComponentMirror (#56402)
fix - bf6df6f186 do not activate event replay when no events are registered (#56509)
fix - 86bcfd3e49 improve docs on afterRender hooks (#56522)
fix - 03a2acd2a3 properly remove imports in the afterRender phase migration (#56524)

forms

Commit Description
fix - 00bde8b1c2 Make NgControlStatus host bindings OnPush compatible (#55720)

language-service

Commit Description
fix - 67b2c336bc import the default exported component correctly (#56432)

router

Commit Description
feat - 1d3a7529b4 Set a different browser URL from the one for route matching (#53318)
fix - 0d52c6b182 Delay the view transition to ensure renders in microtasks complete (#56494)
angular - v18.0.4

Published by AndrewKushnir 4 months ago

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)
angular - v18.1.0-next.2

Published by alxhub 4 months ago

18.1.0-next.2 (2024-06-12)

benchpress

Commit Description
fix - 31d9fa40bdb adjust supported browser names for headless chrome (#56360)

core

Commit Description
feat - ea3c8020565 Add a schematic to migrate afterRender phase flag (#55648)
feat - a655e464479 Redesign the afterRender & afterNextRender phases API (#55648)
fix - 38effcc63ee Add back phase flag option as a deprecated API (#55648)
fix - d5c6ee432fc async EventEmitter should contribute to app stability (#56308)
fix - 4c7d5d8acd8 signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Description
feat - b400e2e4d4c autocompletion for the component not imported (#55595)

localize

Commit Description
fix - 81486c2f477 add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Description
fix - 96aa5c8a2c9 resolve error in standalone migration (#56302)

router

Commit Description
feat - a13f5da7730 Allow UrlTree as an input to routerLink (#56265)
angular - v18.0.3

Published by alxhub 4 months ago

18.0.3 (2024-06-12)

benchpress

Commit Description
fix - ebf00aa0659 adjust supported browser names for headless chrome (#56360)

core

Commit Description
fix - dbd0fa00f8c async EventEmitter should contribute to app stability (#56308)
fix - 625ca3e2b3f signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

localize

Commit Description
fix - d6dd3dbdb09 add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Description
fix - c07e1b33569 resolve error in standalone migration (#56302)
angular - v18.1.0-next.1

Published by thePunderWoman 4 months ago

18.1.0-next.1 (2024-06-05)

compiler-cli

Commit Description
fix - 9e21582456 Show template syntax errors in local compilation modified (#55855)

core

Commit Description
fix - 8d75627ddd Do not migrate HttpClientModule imports on components. (#56067)
fix - 1081c8d623 don't coerce all producers to consumers on liveness change (#56140)
fix - b6fb53cdc7 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 31f3975e4b handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - 75e811c18b do not generate aliased variables with the same name (#56154)