Skip to content

[dependabot]: Bump @angular/platform-browser from 13.0.3 to 13.1.1

Bumps @angular/platform-browser from 13.0.3 to 13.1.1.

Release notes

Sourced from @​angular/platform-browser's releases.

v13.1.1

13.1.1 (2021-12-15)

animations

Commit Description
fix - bb1d4ff315 don't consume instructions for animateChild (#44357)
fix - d8b6adb7bc should not invoke disabled child animations (#37724)

forms

Commit Description
fix - bce108ab49 _reduceValue arrow function now has correct types. (#44483)
fix - 998c1e63fe I indroduced a minor error in a previous PR: pendingValue is a value not a boolean flag. (#44450)

Special Thanks

Aristeidis Bampakos, Dylan Hunn, George Kalpakas, JoostK, Kristiyan Kostadinov, Paul Gschwendtner, Spej, Yousaf Nawaz, dario-piotrowicz, faso-dev, jaybell and zuckjet

v13.1.0

13.1.0 (2021-12-09)

Deprecations

  • The downgradeModule function calls with NgModule factories are deprecated. Please use NgModule class based downgradeModule calls instead.

common

  • TestRequest from @angular/common/http/testing no longer accepts ErrorEvent when simulating XHR errors. Instead instances of ProgressEvent should be passed, matching with the native browser behavior.

Commit Description
docs - dbc46d68b9 deprecate factory-based signature of the downgradeModule function (#44090)

common

Commit Description
fix - 489cf42cd0 incorrect error type for XHR errors in TestRequest (#36082)
perf - 13362972bb code size reduction of ngFor directive (#44315)

compiler

Commit Description
feat - c85bcb0c63 reference ICU message IDs from their placeholders (#43534)

core

Commit Description
feat - 5dff077d50 add migration to remove entryComponents (#44308)
feat - e65a245a0b add migration to remove entryComponents (#44322)
feat - d56e3f43a1 support TypeScript 4.5 (#44164)

http

Commit Description
feat - d452b388bd add has() method to HttpContext class (#43887)

localize

... (truncated)

Changelog

Sourced from @​angular/platform-browser's changelog.

13.1.1 (2021-12-15)

animations

Commit Type Description
bb1d4ff315 fix don't consume instructions for animateChild (#44357)
d8b6adb7bc fix should not invoke disabled child animations (#37724)

forms

Commit Type Description
bce108ab49 fix _reduceValue arrow function now has correct types. (#44483)
998c1e63fe fix I indroduced a minor error in a previous PR: pendingValue is a value not a boolean flag. (#44450)

Special Thanks

Aristeidis Bampakos, Dylan Hunn, George Kalpakas, JoostK, Kristiyan Kostadinov, Paul Gschwendtner, Spej, Yousaf Nawaz, dario-piotrowicz, faso-dev, jaybell and zuckjet

13.2.0-next.0 (2021-12-09)

There have been no changes since the previous 13.1.0 release.

13.1.0 (2021-12-09)

Deprecations

  • The downgradeModule function calls with NgModule factories are deprecated. Please use NgModule class based downgradeModule calls instead.

common

  • TestRequest from @angular/common/http/testing no longer accepts ErrorEvent when simulating XHR errors. Instead instances of ProgressEvent should be passed, matching with the native browser behavior.

Commit Type Description
dbc46d68b9 docs deprecate factory-based signature of the downgradeModule function (#44090)

common

Commit Type Description
489cf42cd0 fix incorrect error type for XHR errors in TestRequest (#36082)
13362972bb perf code size reduction of ngFor directive (#44315)

compiler

Commit Type Description
c85bcb0c63 feat reference ICU message IDs from their placeholders (#43534)

core

Commit Type Description
5dff077d50 feat add migration to remove entryComponents (#44308)
e65a245a0b feat add migration to remove entryComponents (#44322)

... (truncated)

Commits
  • 98c5063 build: update visibility for npm package targets to work with new integration...
  • b31973c test: remove Ivy/ViewEngine switch helpers and obsolete tests (#44120)
  • adaff41 ci: Upgrade tsec to 0.2.0. (#44205)
  • 8c71b9f refactor: delete the View Engine runtime (#43884)
  • 155742e refactor(animations): improve some animations comments (#44203)
  • 236bdff fix(platform-browser): use correct parent in animation removeChild callback (...
  • bf1a2fc test(platform-browser): complete component bootstrap before switching to the ...
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports