Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@angular/animations

Package Overview
Dependencies
Maintainers
2
Versions
814
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/animations - npm Package Versions

23
82

19.1.1

Diff

google-wombot
published 19.1.0 •

Changelog

Source

19.1.0 (2025-01-15)

common

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

compiler

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

compiler-cli

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

core

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

migrations

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

platform-browser

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

router

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

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.7"></a>

google-wombot
published 19.0.7 •

Changelog

Source

19.0.7 (2025-01-15)

compiler-cli

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

core

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

migrations

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

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.6"></a>

google-wombot
published 19.1.0-rc.0 •

google-wombot
published 19.0.6 •

Changelog

Source

19.0.6 (2025-01-08)

compiler-cli

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

core

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

platform-browser

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

router

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

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.1.0-next.4"></a>

google-wombot
published 19.1.0-next.4 •

Changelog

Source

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

core

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

platform-server

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

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.5"></a>

google-wombot
published 19.0.5 •

Changelog

Source

19.0.5 (2024-12-18)

core

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

platform-server

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

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.1.0-next.3"></a>

google-wombot
published 19.1.0-next.3 •

Changelog

Source

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

compiler-cli

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

core

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

platform-browser

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

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.4"></a>

google-wombot
published 19.0.4 •

Changelog

Source

19.0.4 (2024-12-12)

compiler-cli

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

core

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

platform-browser

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

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.1.0-next.2"></a>

google-wombot
published 19.1.0-next.2 •

Changelog

Source

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

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.3"></a>

23
82
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc