Releases: angular/angular
Releases Β· angular/angular
v19.1.0-next.4
19.1.0-next.4 (2024-12-18)
core
| Commit | Description |
|---|---|
| add utility for resolving defer block information to ng global (#59184) | |
| extend the set of profiler events (#59183) | |
avoid triggering on timer and on idle on the server (#59177) |
|
| Fix nested timer serialization (#59173) |
platform-server
| Commit | Description |
|---|---|
| Warn user when transfer state happens more than once (#58935) |
v19.0.5
v19.1.0-next.3
19.1.0-next.3 (2024-12-12)
compiler-cli
| Commit | Description |
|---|---|
| check event side of two-way bindings (#59002) | |
| consider pre-release versions when detecting feature support (#59061) | |
| error in unused standalone imports diagnostic (#59064) |
core
| Commit | Description |
|---|---|
| add event listener options to renderer (#59092) | |
| Fix a bug where snapshotted functions are being run twice if they return a nullish/falsey value. (#59073) |
platform-browser
| Commit | Description |
|---|---|
| collect external component styles from server rendering (#59031) |
v19.0.4
19.0.4 (2024-12-12)
compiler-cli
| Commit | Description |
|---|---|
| consider pre-release versions when detecting feature support (#59061) | |
| error in unused standalone imports diagnostic (#59064) |
core
| Commit | Description |
|---|---|
| Fix a bug where snapshotted functions are being run twice if they return a nullish/falsey value. (#59073) |
platform-browser
| Commit | Description |
|---|---|
| collect external component styles from server rendering (#59031) |
v19.1.0-next.2
v19.1.0-next.1
19.1.0-next.1 (2024-12-04)
compiler-cli
| Commit | Description |
|---|---|
| account for multiple generated namespace imports in HMR (#58924) |
core
| Commit | Description |
|---|---|
| set kind field on template and effect nodes (#58865) | |
| Explicitly manage TracingSnapshot lifecycle and dispose of it once it's been used. (#58929) |
migrations
| Commit | Description |
|---|---|
| class content being deleted in some edge cases (#58959) | |
| correctly strip away parameters surrounded by comments in inject migration (#58959) | |
| don't migrate classes with parameters that can't be injected (#58959) | |
| inject migration aggressively removing imports (#58959) | |
| inject migration dropping code if everything except super is removed (#58959) | |
| preserve type literals and tuples in inject migrations (#58959) |
platform-server
| Commit | Description |
|---|---|
| remove peer dependency on animations (#58997) |
v19.0.3
v19.0.2
19.0.2 (2024-12-04)
compiler-cli
| Commit | Description |
|---|---|
| account for multiple generated namespace imports in HMR (#58924) |
core
| Commit | Description |
|---|---|
| Explicitly manage TracingSnapshot lifecycle and dispose of it once it's been used. (#58929) |
migrations
| Commit | Description |
|---|---|
| class content being deleted in some edge cases (#58959) | |
| correctly strip away parameters surrounded by comments in inject migration (#58959) | |
| don't migrate classes with parameters that can't be injected (#58959) | |
| inject migration aggressively removing imports (#58959) | |
| inject migration dropping code if everything except super is removed (#58959) | |
| preserve type literals and tuples in inject migrations (#58959) |
platform-server
| Commit | Description |
|---|---|
| remove peer dependency on animations (#58997) |
v19.1.0-next.0
v19.0.1
19.0.1 (2024-11-26)
compiler-cli
| Commit | Description |
|---|---|
| more accurate diagnostics for host binding parser errors (#58870) |
core
| Commit | Description |
|---|---|
| correctly clear template HMR internal renderer cache (#58724) | |
| correctly perform lazy routes migration for components with additional decorators (#58796) | |
| Ensure _tick is always run within the TracingSnapshot. (#58881) | |
| Ensure resource sets an error (#58855) | |
| make component id generation more stable between client and server builds (#58813) | |
| Prevents race condition of cleanup for incremental hydration (#58722) |
forms
| Commit | Description |
|---|---|
| work around TypeScript 5.7 issue (#58731) |
language-service
| Commit | Description |
|---|---|
| add fix for individual unused imports (#58719) | |
| allow fixes to run without template info (#58719) |
migrations
| Commit | Description |
|---|---|
| fix provide-initializer migration when using useFactory (#58518) | |
| handle parameters with initializers in inject migration (#58769) | |
| Mark hoisted properties as removed in inject migration (#58804) |