From 7a2d2efff81381ebbfcf3b1fc4443bb4ca18fabc Mon Sep 17 00:00:00 2001 From: Alex Rickabaugh Date: Mon, 12 Jun 2017 15:36:19 -0700 Subject: [PATCH] docs: add changelog for 4.2.2 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ced1048146..8d90aa2143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +## [4.2.2](https://github.com/angular/angular/compare/4.2.1...4.2.2) (2017-06-12) + + +### Bug Fixes + +* **animations:** compute removal node height correctly ([185075d](https://github.com/angular/angular/commit/185075d)) +* **animations:** do not treat a `0` animation state as `void` ([451257a](https://github.com/angular/angular/commit/451257a)) +* **animations:** properly collect :enter nodes in a partially updated collection ([6ca4692](https://github.com/angular/angular/commit/6ca4692)), closes [#17440](https://github.com/angular/angular/issues/17440) +* **compiler:** don’t always compile `.ngfactory.ts` files by default ([ed73d4f](https://github.com/angular/angular/commit/ed73d4f3ac6b542bf5ea3eb73fbe91e2ceabcdb4)) + + + ## [4.2.1](https://github.com/angular/angular/compare/4.2.0-rc.2...4.2.1) (2017-06-09)