Socket
Socket
Sign inDemoInstall

@angular/bazel

Package Overview
Dependencies
295
Maintainers
2
Versions
566
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245
57Next

15.1.2

Diff

Changelog

Source

15.1.2 (2023-01-25)

compiler

| Commit | Type | Description | | -- | -- | -- | | 98ccb57117 | fix | handle css selectors with space after an escaped character. (#48558) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 145f848a10 | fix | resolve deprecation warning (#48812) |

router

| Commit | Type | Description | | -- | -- | -- | | a6b10f6e59 | fix | 'createUrlTreeFromSnapshot' with empty paths and named outlets (#48734) |

Special Thanks

Alan Agius, AleksanderBodurri, Andrew Kushnir, Andrew Scott, Charles Lyding, Dylan Hunn, JoostK, Matthieu Riegler, Paul Gschwendtner, Payam Valadkhan, Virginia Dooley, Yann Thomas LE MOIGNE and dario-piotrowicz

<!-- CHANGELOG SPLIT MARKER -->

<a name="15.1.1"></a>

google-wombot
published 15.2.0-next.1 •

google-wombot
published 15.1.1 •

Changelog

Source

15.1.1 (2023-01-18)

common

| Commit | Type | Description | | -- | -- | -- | | 68ce4f6ab4 | fix | Update Location to get a normalized URL valid in case a represented URL starts with the substring equals APP_BASE_HREF (#48489) | | 032b2bd689 | perf | avoid excessive DOM mutation in NgClass (#48433) |

core

| Commit | Type | Description | | -- | -- | -- | | dd54f6bd96 | fix | makeEnvironmentProviders should accept EnvironmentProviders (#48720) |

Special Thanks

Alan Agius, Alex Rickabaugh, Andrew Scott, Aristeidis Bampakos, Bob Watson, Jens, Konstantin Kharitonov, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Pawel Kozlowski, Vladyslav Slipchenko, ced, dario-piotrowicz, mgechev and ノウラ

<!-- CHANGELOG SPLIT MARKER -->

<a name="15.1.0"></a>

google-wombot
published 15.2.0-next.0 •

google-wombot
published 15.1.0 •

Changelog

Source

15.1.0 (2023-01-10)

Deprecations

router

  • CanLoad guards in the Router are deprecated. Use CanMatch instead.

  • router writable properties

    The following strategies are meant to be configured by registering the application strategy in DI via the providers in the root NgModule or bootstrapApplication:

    • routeReuseStrategy
    • titleStrategy
    • urlHandlingStrategy

    The following options are meant to be configured using the options available in RouterModule.forRoot or provideRouter.

    • onSameUrlNavigation
    • paramsInheritanceStrategy
    • urlUpdateStrategy
    • canceledNavigationResolution

    The following options are available in RouterModule.forRoot but not available in provideRouter:

    • malformedUriErrorHandler - This was found to not be used anywhere internally.
    • errorHandler - Developers can instead subscribe to Router.events and filter for NavigationError.

common

| Commit | Type | Description | | -- | -- | -- | | fe50813664 | feat | Add BrowserPlatformLocation to the public API (#48488) | | 2f4f0638c7 | fix | Add data attribtue to NgOptimizedImage (#48497) |

compiler

| Commit | Type | Description | | -- | -- | -- | | a532d71975 | feat | allow self-closing tags on custom elements (#48535) | | caf7228f8a | fix | resolve deprecation warning (#48652) | | 33f35b04ef | fix | type-only symbols incorrectly retained when downlevelling custom decorators (#48638) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | caedef0f5b | fix | update @babel/core dependency and lock version (#48634) |

core

| Commit | Type | Description | | -- | -- | -- | | 6acae1477a | feat | Add TestBed.runInInjectionContext to help test functions which use inject (#47955) | | 38421578a2 | feat | Make the isStandalone() function available in public API (#48114) | | dd42974b07 | feat | support TypeScript 4.9 (#48005) |

forms

| Commit | Type | Description | | -- | -- | -- | | 8aa8b4b77c | fix | Form provider FormsModule.withConfig return a FormsModule (#48526) |

language-service

| Commit | Type | Description | | -- | -- | -- | | 5f0b53c735 | feat | Allow auto-imports to suggest multiple possible imports. (#47787) | | 6a8ea29a04 | fix | expose package.json for vscode extension resolution (#48678) | | ce8160ecb2 | fix | Prevent crashes on unemitable references (#47938) | | e615b598ba | fix | ship /api entry-point (#48670) | | 6ce7d76a0e | fix | update packages/language-service/build.sh script to work with vscode-ng-language-service's new Bazel build (#48663) |

localize

| Commit | Type | Description | | -- | -- | -- | | a1a8e91eca | fix | add triple slash type reference on @angular/localize on `ng add (#48502) |

migrations

| Commit | Type | Description | | -- | -- | -- | | cc284afbbc | fix | combine newly-added imports in import manager (#48620) |

router

| Commit | Type | Description | | -- | -- | -- | | 228e992db7 | docs | Deprecate canLoad guards in favor of canMatch (#48180) | | 0a8b8a66cd | docs | Deprecate public members of Router that are meant to be configured elsewhere (#48006) | | 332461bd0c | feat | Add ability to override onSameUrlNavigation default per-navigation (#48050) | | f58ad86e51 | feat | Add feature provider for enabling hash navigation (#48301) | | 73f03ad2d2 | feat | Add new NavigationSkipped event for ignored navigations (#48024) | | 3fe75710d9 | fix | page refresh should not destroy history state (#48540) |

Special Thanks

Alan Agius, Alex Castle, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Bob Watson, Charles Lyding, Derek Cormier, Doug Parker, Dylan Hunn, George Kalpakas, Greg Magolan, Jessica Janiuk, JiaLiPassion, Joey Perrott, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Pawel Kozlowski, Renan Ferro, Tim Gates, Vadim, Virginia Dooley, ced, mgechev, piyush132000, robertIsaac and sr5434

<!-- CHANGELOG SPLIT MARKER -->

<a name="15.0.4"></a>

google-wombot
published 15.1.0-rc.0 •

google-wombot
published 15.1.0-next.3 •

google-wombot
published 15.0.4 •

Changelog

Source

15.0.4 (2022-12-14)

animations

| Commit | Type | Description | | -- | -- | -- | | 6c1064c72f | fix | fix incorrect handling of camel-case css properties (#48436) |

common

| Commit | Type | Description | | -- | -- | -- | | f30d18a942 | fix | Fix TestBed.overrideProvider type to include multi (#48424) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | b55d2dab5d | fix | evaluate const tuple types statically (#48091) |

Special Thanks

Alan Agius, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bob Watson, BrowserPerson, Jens, Jessica Janiuk, Joey Perrott, JoostK, Konstantin Kharitonov, Lukas Matta, Piotr Kowalski, Virginia Dooley, Yannick Baron, dario-piotrowicz, lsst25, piyush132000 and why520crazy

<!-- CHANGELOG SPLIT MARKER -->

<a name="15.0.3"></a>

google-wombot
published 15.1.0-next.2 •

google-wombot
published 15.0.3 •

Changelog

Source

15.0.3 (2022-12-07)

common

| Commit | Type | Description | | -- | -- | -- | | 50b1c2bf52 | fix | Don't generate srcsets with very large sources (#47997) | | bf44dc234a | fix | Update Location to support base href containing origin (#48327) |

compiler

| Commit | Type | Description | | -- | -- | -- | | 9a5d84249a | fix | make sure selectors inside container queries are correctly scoped (#48353) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 167bc0d163 | fix | Produce diagnostic rather than crash when using invalid hostDirective (#48314) |

core

| Commit | Type | Description | | -- | -- | -- | | e4dcaa513e | fix | unable to inject ChangeDetectorRef inside host directives (#48355) |

Special Thanks

Alan Agius, Alex Castle, Andrew Kushnir, Andrew Scott, Bob Watson, Derek Cormier, Joey Perrott, Konstantin Kharitonov, Kristiyan Kostadinov, Paul Gschwendtner, Pawel Kozlowski, dario-piotrowicz and piyush132000

<!-- CHANGELOG SPLIT MARKER -->

<a name="15.0.2"></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