Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@angular/common

Package Overview
Dependencies
4
Maintainers
2
Versions
809
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
46
81Next

17.2.0-rc.1

Diff

google-wombot
published 17.2.0-rc.0 •

google-wombot
published 17.1.3 •

Changelog

Source

17.1.3 (2024-02-08)

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | bc4a6a9715 | fix | do not error due to multiple components named equally (#54273) | | a997e08c6f | fix | handle default imports in defer blocks (#53695) | | 63a9027720 | fix | interpolatedSignalNotInvoked diagnostic for model signals (#54338) | | 40e1edc977 | fix | properly catch fatal diagnostics in type checking (#54309) | | 9f6605d11b | fix | support jumping to definitions of signal-based inputs (#54233) |

core

| Commit | Type | Description | | -- | -- | -- | | 7df133dcc2 | fix | afterRender hooks should allow updating state (#54074) | | 744e20641a | fix | Fix possible infinite loop with markForCheck by partially reverting #54074 (#54329) | | 0fb114274c | fix | update imports to be compatible with rxjs 6 (#54193) |

router

| Commit | Type | Description | | -- | -- | -- | | 238f2a8bc9 | fix | Clear internal transition when navigation finalizes (#54261) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.1.2"></a>

google-wombot
published 17.2.0-next.1 •

google-wombot
published 17.1.2 •

Changelog

Source

17.1.2 (2024-01-31)

| Commit | Type | Description | | -- | -- | -- | | ccddacf11d | fix | cta clickability issue in adev homepage. (#52905) |

animations

| Commit | Type | Description | | -- | -- | -- | | 98d545fafa | fix | cleanup DOM elements when root view is removed with async animations (#53033) |

common

| Commit | Type | Description | | -- | -- | -- | | cdc5e39532 | fix | The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879) |

compiler

| Commit | Type | Description | | -- | -- | -- | | f12b01ec88 | fix | Update type check block to fix control flow source mappings (#53980) |

core

| Commit | Type | Description | | -- | -- | -- | | c477e876e3 | fix | change defer block fixture default behavior to playthrough (#54088) |

migrations

| Commit | Type | Description | | -- | -- | -- | | 8264382a6b | fix | error in standalone migration when non-array value is used as declarations in TestBed (#54122) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.1.1"></a>

google-wombot
published 17.2.0-next.0 •

google-wombot
published 17.1.1 •

Changelog

Source

17.1.1 (2024-01-24)

router

| Commit | Type | Description | | -- | -- | -- | | f222bee8fa | fix | revert commit that replaced last helper with native Array.at(-1) (#54021) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.1.0"></a>

google-wombot
published 17.1.0 •

Changelog

Source

17.1.0 (2024-01-17)

compiler

| Commit | Type | Description | | -- | -- | -- | | 79ff91a813 | fix | allow TS jsDocParsingMode host option to be programmatically set (#53126) | | 5613051a8b | fix | allow TS jsDocParsingMode host option to be programmatically set again (#53292) | | df8a825910 | fix | project empty block root node (#53620) | | 478d622265 | fix | project empty block root node in template pipeline (#53620) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | abdc7e4578 | feat | support type-checking for generic signal inputs (#53521) | | e620b3a724 | fix | add compiler option to disable control flow content projection diagnostic (#53311) | | 4c1d69e288 | fix | add diagnostic for control flow that prevents content projection (#53190) | | 76ceebad04 | fix | do not throw fatal error if extended type check fails (#53896) | | 1a6eaa0fea | fix | input transform in local compilation mode (#53645) | | 56a76d73e0 | fix | modify getConstructorDependencies helper to work with reflection host after the previous change (#52215) |

core

| Commit | Type | Description | | -- | -- | -- | | 863be4b698 | feat | expose new input API for signal-based inputs (#53872) | | 94096c6ede | feat | support TypeScript 5.3 (#52572) | | 69b384c0d1 | fix | SignalNode reactive node incorrectly exposing unset field (#53571) | | 6f79507ea7 | fix | Change defer block fixture default behavior to playthrough (#53956) | | 32f908ab70 | fix | do not accidentally inherit input transforms when overridden (#53571) | | bdd61c768a | fix | replace assertion with more intentional error (#52234) | | 0daca457bb | fix | TestBed should still use the microtask queue to schedule effects (#53843) |

router

| Commit | Type | Description | | -- | -- | -- | | 5c1d441029 | feat | Add info property to NavigationExtras (#53303) | | 50d7916278 | feat | Add router configuration to resolve navigation promise on error (#48910) | | a5a9b408e2 | feat | Add transient info to RouterLink input (#53784) | | 726530a9af | feat | Allow onSameUrlNavigation: 'ignore' in navigateByUrl (#52265) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.0.9"></a>

google-wombot
published 17.1.0-rc.0 •

google-wombot
published 17.0.9 •

Changelog

Source

17.0.9 (2024-01-10)

common

| Commit | Type | Description | | -- | -- | -- | | c22b513b3f | fix | remove unused parameters from the ngClass constructor (#53831) | | bd9f89d1c8 | fix | server-side rendering error when using in-memory scrolling (#53683) |

compiler

| Commit | Type | Description | | -- | -- | -- | | 92fd6cc42e | fix | generate less code for advance instructions (#53845) | | 6a41961fbd | fix | ignore empty switch blocks (#53776) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 7309463697 | fix | interpolatedSignalNotInvoked diagnostic (#53585) |

core

| Commit | Type | Description | | -- | -- | -- | | 441db5123f | fix | afterRender hooks now only run on ApplicationRef.tick (#52455) | | f9120d79cb | fix | allow effect to be used inside an ErrorHandler (#53713) |

migrations

| Commit | Type | Description | | -- | -- | -- | | e92c86b77f | fix | Fix empty switch case offset bug in cf migration (#53839) |

platform-server

| Commit | Type | Description | | -- | -- | -- | | 91cb16fde9 | fix | Do not delete global Event (#53659) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.0.8"></a>

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc