Skip to content

Releases: angular/angular

v18.2.0-next.1

17 Jul 20:34
Compare
Choose a tag to compare
v18.2.0-next.1 Pre-release
Pre-release

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)

v18.1.1

17 Jul 20:05
Compare
Choose a tag to compare

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)

v17.3.12

17 Jul 19:06
Compare
Choose a tag to compare

17.3.12 (2024-07-17)

compiler

Commit Description
fix - 327bae473b JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)

v18.2.0-next.0

10 Jul 13:41
Compare
Choose a tag to compare
v18.2.0-next.0 Pre-release
Pre-release

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)

v18.1.0

10 Jul 13:00
Compare
Choose a tag to compare

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)

v18.0.7

10 Jul 12:50
Compare
Choose a tag to compare

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)

v18.0.6

03 Jul 19:36
Compare
Choose a tag to compare

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)

v18.1.0-rc.0

01 Jul 21:02
Compare
Choose a tag to compare
v18.1.0-rc.0 Pre-release
Pre-release

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)

v18.1.0-next.4

27 Jun 00:06
Compare
Choose a tag to compare
v18.1.0-next.4 Pre-release
Pre-release

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)

v18.0.5

27 Jun 00:13
Compare
Choose a tag to compare

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)