Skip to content

Releases: angular/angular

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)

v19.1.0-next.0

26 Nov 17:58
Compare
Choose a tag to compare
v19.1.0-next.0 Pre-release
Pre-release

19.1.0-next.0 (2024-11-26)

common

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

core

Commit Description
feat - bd1f1294ae support TypeScript 5.7 (#58609)

v19.0.1

26 Nov 17:40
Compare
Choose a tag to compare

19.0.1 (2024-11-26)

compiler-cli

Commit Description
fix - fb1fa8b0fc more accurate diagnostics for host binding parser errors (#58870)

core

Commit Description
fix - 502ee0e722 correctly clear template HMR internal renderer cache (#58724)
fix - 99715104a1 correctly perform lazy routes migration for components with additional decorators (#58796)
fix - 118803035f Ensure _tick is always run within the TracingSnapshot. (#58881)
fix - 08b9452f01 Ensure resource sets an error (#58855)
fix - 84f45ea3ff make component id generation more stable between client and server builds (#58813)
fix - d3491c7cee Prevents race condition of cleanup for incremental hydration (#58722)

forms

Commit Description
fix - 4dfe5b6cef work around TypeScript 5.7 issue (#58731)

language-service

Commit Description
fix - a983865bff add fix for individual unused imports (#58719)
fix - e6e7a4e22b allow fixes to run without template info (#58719)

migrations

Commit Description
fix - 5ce10264a4 fix provide-initializer migration when using useFactory (#58518)
fix - d4f5c85f60 handle parameters with initializers in inject migration (#58769)
fix - a6d2d2dc10 Mark hoisted properties as removed in inject migration (#58804)