Skip to content

Releases: angular/angular

v19.1.2

20 Jan 14:10
Compare
Choose a tag to compare

19.1.2 (2025-01-20)

compiler

Commit Description
fix - 8dcd889987 update @ng/component URL to be relative (#59620)

compiler-cli

Commit Description
fix - 95a05bb202 disable tree shaking during HMR (#59595)

core

Commit Description
fix - a4eb74c79c animation sometimes renderer not being destroyed during HMR (#59574)
fix - 906413aba3 change Resource to use explicit undefined in its typings (#59024)
fix - 4eb541837c cleanup _ejsa when app is destroyed (#59492)
fix - 5497102769 cleanup stash listener when app is destroyed (#59598)
fix - 266a8f2f2e handle shadow DOM encapsulated component with HMR (#59597)
fix - 6f7716268a HMR not matching component that injects ViewContainerRef (#59596)
fix - d12a186d53 treat exceptions in equal as part of computation (#55818)

v19.1.1

16 Jan 12:16
Compare
Choose a tag to compare

19.1.1 (2025-01-16)

core

Commit Description
fix - 357795cb96 run HMR replacement in the zone (#59562)

platform-browser

Commit Description
fix - eb0b1851f4 roll back HMR fix (#59557)

v19.1.0

15 Jan 19:57
Compare
Choose a tag to compare

19.1.0 (2025-01-15)

common

Commit Description
feat - e4c50b3bea expose component instance in NgComponentOutlet (#58698)

compiler

Commit Description
fix - ceadd28ea1 allow $any in two-way bindings (#59362)
fix - aed49ddaaa use chunk origin in template HMR request URL (#59459)

compiler-cli

Commit Description
fix - c5c20e9d86 check event side of two-way bindings (#59002)

core

Commit Description
feat - d010e11b73 add event listener options to renderer (#59092)
feat - 57f3550219 add utility for resolving defer block information to ng global (#59184)
feat - 22f191f763 extend the set of profiler events (#59183)
feat - e894a5daea set kind field on template and effect nodes (#58865)
feat - bd1f1294ae support TypeScript 5.7 (#58609)
fix - 9870b643bf Defer afterRender until after first CD (#58250)
fix - a5fc962094 Don't run effects in check no changes pass (#58250)

migrations

Commit Description
feat - d298d25426 add schematic to clean up unused imports (#59353)
fix - 14fb8ce4c0 resolve text replacement issue (#59452)

platform-browser

Commit Description
fix - 8c5db3cfb7 avoid circular DI error in async renderer (#59256)

router

Commit Description
fix - 52a6710f54 complete router events on dispose (#59327)

v19.0.7

15 Jan 19:45
Compare
Choose a tag to compare

19.0.7 (2025-01-15)

compiler-cli

Commit Description
fix - 2b4b7c3ebf handle more node types when extracting dependencies (#59445)

core

Commit Description
fix - f893d07232 destroy renderer when replacing styles during HMR (#59514)

migrations

Commit Description
fix - eb2fcd1896 incorrect stats when migrating queries with best effort mode (#59463)

v19.1.0-rc.0

08 Jan 18:24
Compare
Choose a tag to compare
v19.1.0-rc.0 Pre-release
Pre-release

19.1.0-rc.0 (2025-01-08)

compiler

Commit Description
fix - ceadd28ea1 allow $any in two-way bindings (#59362)

compiler-cli

Commit Description
fix - ce3b6641fb account for more expression types when determining HMR dependencies (#59323)
fix - ee99879fdc preserve defer block dependencies during HMR when class metadata is disabled (#59313)

core

Commit Description
fix - 9870b643bf Defer afterRender until after first CD (#58250)
fix - a5fc962094 Don't run effects in check no changes pass (#58250)
fix - 5c0d68804e Ensure that a destroyed effect never run. (#59415)

migrations

Commit Description
feat - d298d25426 add schematic to clean up unused imports (#59353)

platform-browser

Commit Description
fix - 8c5db3cfb7 avoid circular DI error in async renderer (#59256)
fix - 0e23f20c41 styles not replaced during HMR when using animations renderer (#59393)

router

Commit Description
fix - 5ac6f065ab avoid component ID collisions with user code (#59300)
fix - 52a6710f54 complete router events on dispose (#59327)

v19.0.6

08 Jan 18:04
Compare
Choose a tag to compare

19.0.6 (2025-01-08)

compiler-cli

Commit Description
fix - 06a55e9817 account for more expression types when determining HMR dependencies (#59323)
fix - 17fb20f85d preserve defer block dependencies during HMR when class metadata is disabled (#59313)

core

Commit Description
fix - 07afce81b8 Ensure that a destroyed effect never run. (#59415)

platform-browser

Commit Description
fix - dbb8980d03 avoid circular DI error in async renderer (#59271)
fix - 6d00efde95 styles not replaced during HMR when using animations renderer (#59393)

router

Commit Description
fix - 144bccb687 avoid component ID collisions with user code (#59300)

v19.1.0-next.4

18 Dec 19:05
Compare
Choose a tag to compare
v19.1.0-next.4 Pre-release
Pre-release

19.1.0-next.4 (2024-12-18)

core

Commit Description
feat - 57f3550219 add utility for resolving defer block information to ng global (#59184)
feat - 22f191f763 extend the set of profiler events (#59183)
fix - 1f4ff2fa36 avoid triggering on timer and on idle on the server (#59177)
fix - cf89f14766 Fix nested timer serialization (#59173)

platform-server

Commit Description
fix - 300b141cc8 Warn user when transfer state happens more than once (#58935)

v19.0.5

18 Dec 18:57
Compare
Choose a tag to compare

19.0.5 (2024-12-18)

core

Commit Description
fix - 3793218e77 avoid triggering on timer and on idle on the server (#59177)
fix - cfc96ed82c Fix nested timer serialization (#59173)

platform-server

Commit Description
fix - 9085a8fbd8 Warn user when transfer state happens more than once (#58935)

v19.1.0-next.3

12 Dec 22:42
Compare
Choose a tag to compare
v19.1.0-next.3 Pre-release
Pre-release

19.1.0-next.3 (2024-12-12)

compiler-cli

Commit Description
fix - c5c20e9d86 check event side of two-way bindings (#59002)
fix - 0dee2681f7 consider pre-release versions when detecting feature support (#59061)
fix - 1b9492edf8 error in unused standalone imports diagnostic (#59064)

core

Commit Description
feat - d010e11b73 add event listener options to renderer (#59092)
fix - 30e676098d Fix a bug where snapshotted functions are being run twice if they return a nullish/falsey value. (#59073)

platform-browser

Commit Description
fix - 52be35118f collect external component styles from server rendering (#59031)

v19.0.4

12 Dec 10:08
Compare
Choose a tag to compare

19.0.4 (2024-12-12)

compiler-cli

Commit Description
fix - 7e612171709 consider pre-release versions when detecting feature support (#59061)
fix - cd764a31152 error in unused standalone imports diagnostic (#59064)

core

Commit Description
fix - 34ded10fa60 Fix a bug where snapshotted functions are being run twice if they return a nullish/falsey value. (#59073)

platform-browser

Commit Description
fix - ae0802d63c5 collect external component styles from server rendering (#59031)