OneIdentity / IdentityManager.Imx

HTML5 source code for Identity Manager web apps
Other
28 stars 109 forks source link

Bump zone.js from 0.10.3 to 0.11.6 in /imxweb #28

Closed RaffiMezaduryanQuest closed 2 years ago

RaffiMezaduryanQuest commented 2 years ago

Bumps zone.js from 0.10.3 to 0.11.6.

Changelog

Sourced from zone.js's changelog.

0.11.6 (2022-06-02)

Bug Fixes

BREAKING CHANGES

  • zone.js: in TaskTrackingZoneSpec track a periodic task until it is cancelled

The breaking change is scoped only to the plugin zone.js/plugins/task-tracking. If you used TaskTrackingZoneSpec and checked the pending macroTasks e.g. using (this.ngZone as any)._inner ._parent._properties.TaskTrackingZone.getTasksFor('macroTask'), then its behavior slightly changed for periodic macrotasks. For example, previously the setInterval macrotask was no longer tracked after its callback was executed for the first time. Now it's tracked until the task is explicitly cancelled, e.g with clearInterval(id).

0.11.5 (2022-03-03)

Bug Fixes

Features

0.11.4 (2021-02-10)

Bug Fixes

  • zone.js: fesm2015 bundle should also be strict module. (#40456) (f35f7c6), closes #40215 #40215
  • zone.js: fix typo in zone_externs (#40348) (8116edb)
  • zone.js: patch child method that overrides an already patched method (#39850) (82e3f54)
  • zone.js: setTimeout patch should clean tasksByHandleId cache. (#40586) (0652b29), closes #40387
  • zone.js: update build tooling for latest changes in rules_nodejs (#40710) (2827845)

... (truncated)

Commits