Skip to content

Releases: angular/angular

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)

v19.1.0-next.2

04 Dec 19:30
Compare
Choose a tag to compare
v19.1.0-next.2 Pre-release
Pre-release

19.1.0-next.2 (2024-12-04)

v19.1.0-next.1

04 Dec 15:21
Compare
Choose a tag to compare
v19.1.0-next.1 Pre-release
Pre-release

19.1.0-next.1 (2024-12-04)

compiler-cli

Commit Description
fix - f280467398 account for multiple generated namespace imports in HMR (#58924)

core

Commit Description
feat - e894a5daea set kind field on template and effect nodes (#58865)
fix - 3b765367f3 Explicitly manage TracingSnapshot lifecycle and dispose of it once it's been used. (#58929)

migrations

Commit Description
fix - e31e52e177 class content being deleted in some edge cases (#58959)
fix - 508d3a1b3b correctly strip away parameters surrounded by comments in inject migration (#58959)
fix - 7191aa6e09 don't migrate classes with parameters that can't be injected (#58959)
fix - a4924af6d5 inject migration aggressively removing imports (#58959)
fix - 35165d152d inject migration dropping code if everything except super is removed (#58959)
fix - 68e5ba7a3a preserve type literals and tuples in inject migrations (#58959)

platform-server

Commit Description
fix - 1cfbfc66d3 remove peer dependency on animations (#58997)

v19.0.3

04 Dec 19:20
Compare
Choose a tag to compare

19.0.3 (2024-12-04)

v19.0.2

04 Dec 15:13
Compare
Choose a tag to compare

19.0.2 (2024-12-04)

compiler-cli

Commit Description
fix - 9f99196d23 account for multiple generated namespace imports in HMR (#58924)

core

Commit Description
fix - 4792db9a6d Explicitly manage TracingSnapshot lifecycle and dispose of it once it's been used. (#58929)

migrations

Commit Description
fix - 7b5bacc228 class content being deleted in some edge cases (#58959)
fix - d1cbdd6acb correctly strip away parameters surrounded by comments in inject migration (#58959)
fix - e17ff71c31 don't migrate classes with parameters that can't be injected (#58959)
fix - 7c5f990001 inject migration aggressively removing imports (#58959)
fix - 4392ccedf9 inject migration dropping code if everything except super is removed (#58959)
fix - 9cbebc6dda preserve type literals and tuples in inject migrations (#58959)

platform-server

Commit Description
fix - f3c388ecda remove peer dependency on animations (#58997)