"Fossies" - the Fresh Open Source Software Archive

Member "angular-17.0.5/packages/zone.js/CHANGELOG.md" (29 Nov 2023, 113204 Bytes) of package /linux/www/angular-17.0.5.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format (assuming markdown format). Alternatively you can here view or download the uninterpreted source code file. A member file download can also be achieved by clicking within a package contents listing on the according byte size field. See also the last Fossies "Diffs" side-by-side code changes report for "CHANGELOG.md": 16.2.12_vs_17.0.0.

A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.


0.14.2 (2023-11-03)

Bug Fixes

14.0.1 (2023-10-25)

Bug Fixes

0.14.0 (2023-09-14)

Features

BREAKING CHANGES

The proper way to import zone.js and zone.js/testing is:

import 'zone.js';
import 'zone.js/testing';

0.13.3 (2023-09-12)

Bug Fixes

0.13.2 (2023-09-07)

Bug Fixes

v0.13.1 (2023-06-09)

Bug Fixes

Features

Reverts

0.13 (2023-02-28)

Bug Fixes

0.12.0 (2022-10-27)

Bug Fixes

0.11.8 (2022-08-08)

Features

0.11.7 (2022-07-20)

Bug Fixes

Features

0.11.6 (2022-06-02)

Bug Fixes

BREAKING CHANGES

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

Features

0.11.3 (2020-10-27)

Bug Fixes

0.11.2 (2020-09-19)

Bug Fixes

Features

Refactor

Build

BREAKING CHANGES

Prior to this change, ZoneJS monkey patched Object.defineProperty and if there is an error (such as the property is not configurable or not writable) the patched logic swallowed it and only console.log was produced. This behavior used to hide real errors, so the logic is now updated to trigger original errors (if any). One exception where the patch remains in place is document.registerElement (to allow smooth transition for code/polyfills that rely on old behavior in legacy browsers). If your code relies on the old behavior (where errors were not thrown before), you may need to update the logic to handle the errors that are no longer masked by ZoneJS patch.

0.11.1 (2020-08-19)

Bug Fixes

BREAKING CHANGES since Zone.js v0.11.1

Prior to v0.11.1, Zone.js provided two distribution bundle formats in the dist folder. They were (1) ES5 bundle distributed as zone.js and (2) ES2015 bundle distributed as zone-evergreen.js. These bundles are used for Angular's differential-loading mechanism.

Prior to v0.11.11 the following code

import 'zone.js';

would load the ES5 bundle from dist/zone.js.

Starting with v0.11.1, Zone.js follows the Angular Package Format, so the folder structure of the Zone.js bundles is updated to match Angular Package Format. So the same code

import 'zone.js';

now loads the ES2015 bundle instead.

This is a breaking change for legacy browsers such as IE11.

For backwards compatibility zone.js continues to distribute the same bundles under dist. To restore the old behavior change the polyfills.ts generated by Angular CLI to import like so:

import 'zone.js/dist/zone';

0.11.0 (2020-08-14)

Bug Fixes

Features

0.10.3 (2020-02-27)

Bug Fixes

Features

Performance Improvements

0.10.2 (2019-08-13)

Features

0.10.1 (2019-08-02)

Bug Fixes

0.10.0 (2019-07-26)

Bug Fixes

0.9.1 (2019-04-30)

Bug Fixes

Features

0.9.0 (2019-03-12)

Bug Fixes

Doc

Features

Env

Build

0.8.29 (2019-01-22)

Bug Fixes

0.8.28 (2019-01-16)

Bug Fixes

0.8.27 (2019-01-08)

Bug Fixes

Features

0.8.26 (2018-04-08)

Bug Fixes

0.8.25 (2018-04-04)

Bug Fixes

0.8.24 (2018-04-02)

Bug Fixes

0.8.24 (2018-04-02)

Bug Fixes

0.8.23 (2018-04-01)

Bug Fixes

0.8.22 (2018-03-31)

Bug Fixes

0.8.21 (2018-03-30)

Bug Fixes

Features

0.8.20 (2018-01-10)

Bug Fixes

0.8.18 (2017-09-27)

Bug Fixes

Features

0.8.17 (2017-08-23)

Bug Fixes

Features

0.8.16 (2017-07-27)

Bug Fixes

Features

0.8.15 (2017-07-27)

Features

0.8.14 (2017-07-20)

Bug Fixes

Features

0.8.14 (2017-07-18)

Bug Fixes

0.8.13 (2017-07-12)

Bug Fixes

Features

Performance Improvements

0.8.12 (2017-06-07)

Bug Fixes

Features

0.8.11 (2017-05-19)

Bug Fixes

0.8.10 (2017-05-03)

Bug Fixes

Features

0.8.9 (2017-04-25)

Bug Fixes

0.8.8 (2017-04-21)

Bug Fixes

0.8.7 (2017-04-21)

Bug Fixes

Features

0.8.5 (2017-03-21)

Bug Fixes

Features

0.8.4 (2017-03-16)

Bug Fixes

0.8.3 (2017-03-15)

Bug Fixes

0.8.2 (2017-03-14)

Bug Fixes

0.8.1 (2017-03-13)

Bug Fixes

Features

0.8.0 (2017-03-10)

Features

0.7.8 (2017-03-10)

Bug Fixes

Features

0.7.6 (2017-01-17)

Bug Fixes

0.7.5 (2017-01-12)

Bug Fixes

0.7.4 (2016-12-31)

Bug Fixes

Features

0.7.1 (2016-11-22)

Bug Fixes

0.7.0 (2016-11-22)

Bug Fixes

Features

0.6.25 (2016-09-20)

Bug Fixes

0.6.24 (2016-09-19)

Bug Fixes

0.6.23 (2016-09-14)

Bug Fixes

0.6.22 (2016-09-14)

Bug Fixes

Features

0.6.21 (2016-09-11)

Bug Fixes

0.6.20 (2016-09-10)

0.6.19 (2016-09-10)

Bug Fixes

Features

0.6.17 (2016-08-22)

Bug Fixes

0.6.15 (2016-08-19)

Bug Fixes

0.6.14 (2016-08-17)

Features

0.6.13 (2016-08-15)

Bug Fixes

Features

0.6.12 (2016-04-19)

Bug Fixes

Features

0.6.11 (2016-04-14)

Bug Fixes

Features

0.6.9 (2016-04-04)

Bug Fixes

Features

0.6.5 (2016-03-21)

Bug Fixes

Features

0.6.2 (2016-03-03)

0.6.1 (2016-02-29)

0.6.0 (2016-02-29)

Chores

BREAKING CHANGES

0.5.15 (2016-02-17)

Bug Fixes

0.5.14 (2016-02-11)

0.5.11 (2016-01-27)

Bug Fixes

Features

0.5.10 (2015-12-11)

Bug Fixes

0.5.9 (2015-12-09)

Bug Fixes

0.5.8 (2015-10-06)

Bug Fixes

0.5.7 (2015-09-29)

Bug Fixes

0.5.6 (2015-09-25)

Bug Fixes

0.5.5 (2015-09-11)

Bug Fixes

Features

0.5.4 (2015-08-31)

Bug Fixes

Features

0.5.3 (2015-08-21)

Bug Fixes

Features

0.5.2 (2015-07-01)

Bug Fixes

0.5.1 (2015-06-10)

Bug Fixes

Features

0.5.0 (2015-05-08)

Bug Fixes

Code Refactoring

Features

BREAKING CHANGES

Previously even without a custom zone installed (e.g. LongStacktracesZone), we would spawn new child zones for all asynchronous events. This is undesirable and generally not useful.

It does not make sense for us to create new zones for callbacks from the root zone since we care only about callbacks from installed custom zones. This reduces the overhead of zones.

This primarily means that LongStackTraces zone won't be able to trace events back to Zone.init(), but instead the starting point will be the installation of the LongStacktracesZone. In all practical situations this should be sufficient.

0.4.4 (2015-05-07)

Bug Fixes

Features

0.4.3 (2015-04-08)

Bug Fixes

0.4.2 (2015-03-27)

Bug Fixes

Features

0.4.1 (2015-02-20)

Bug Fixes

0.4.0 (2015-02-04)

Bug Fixes

0.3.0 (2014-06-12)

Bug Fixes

0.2.4 (2014-05-23)

0.2.3 (2014-05-23)

Bug Fixes

0.2.2 (2014-05-22)

Bug Fixes

Features

0.2.1 (2014-04-24)

Bug Fixes

0.2.0 (2014-04-17)

Bug Fixes

Features

0.1.1 (2014-03-31)

Features

0.1.0 (2014-03-31)

Bug Fixes

Features

0.0.0 (2013-09-18)