This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
zone.js (changelog) | dependencies | minor | ~0.13.3 -> ~0.14.0 |
v0.14.2
v0.14.1
v0.14.0
dist/
imports like zone.js/bundles/zone-testing.js
and zone.js/dist/zone
are no longer allowed. zone-testing-bundle
and zone-testing-node-bundle
are also no longer part of the package.The proper way to import zone.js
and zone.js/testing
is:
import 'zone.js';
import 'zone.js/testing';
typings
conditional export to types
(#51737) (74755c4)queueMicrotask()
API in node.js (#50467) (381cb98)queueMicrotask()
API in node.js (#50530) (7837f71)This MR has been generated by Renovate Bot.