Skip to content

Commit

Permalink
release: cut the zone.js-0.11.2 release to fix several new issues (#3…
Browse files Browse the repository at this point in the history
…9298)

PR Close #39298
  • Loading branch information
JiaLiPassion authored and AndrewKushnir committed Oct 16, 2020
1 parent 4dc8d83 commit a38293d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/zone.js/CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@

### Bug Fixes

* **zone.js:** jest getRealSystemTime should return native time ([#39127](https://github.com/angular/angular/issues/39127)) ([ffc3332](https://github.com/angular/angular/commit/ffc3332))
* **zone.js:** add missing types field in package.json ([#38585](https://github.com/angular/angular/issues/38585)) ([27cc56b](https://github.com/angular/angular/commit/27cc56b)), closes [#38584](https://github.com/angular/angular/issues/38584)
* **zone.js:** defineProperty patch should not swallow error ([#37582](https://github.com/angular/angular/issues/37582)) ([45a73dd](https://github.com/angular/angular/commit/45a73dd)), closes [#37432](https://github.com/angular/angular/issues/37432)
* **zone.js:** run tests in umd format ([#37582](https://github.com/angular/angular/issues/37582)) ([40096be](https://github.com/angular/angular/commit/40096be))
Expand All @@ -17,6 +18,16 @@
* **zone.js:** add jest fakeTimers support ([#39016](https://github.com/angular/angular/issues/39016)) ([82d54fe](https://github.com/angular/angular/commit/82d54fe)), closes [#38851](https://github.com/angular/angular/issues/38851)


### Refactor

* **zone.js:** refactor(zone.js): rename several internal apis in fake async zone spec ([#39127](https://github.com/angular/angular/issues/39127)) ([8a68669](https://github.com/angular/angular/commit/8a68669))


### Build

* **zone.js:** build(zone.js): zone.js should output esm format for fesm2015 bundles ([#39203](https://github.com/angular/angular/issues/39203)) ([822b838](https://github.com/angular/angular/commit/822b838))


### BREAKING CHANGES

* **zone.js:** ZoneJS no longer swallows errors produced by `Object.defineProperty` calls.
Expand Down

0 comments on commit a38293d

Please sign in to comment.