From 1ac9085b0ae89755afd839cdd0e779855da3774e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matias=20Niemel=C3=A4?= Date: Thu, 29 Jun 2017 14:40:09 -0700 Subject: [PATCH] docs: add changelog for 4.3.0-beta.1 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 506cff46df..395e9a236e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +# [4.3.0-beta.1](https://github.com/angular/angular/compare/4.3.0-beta.0...4.3.0-beta.1) (2017-06-29) + + +### Bug Fixes + +* **animations:** do not delay style() values before a stagger() runs ([34f3832](https://github.com/angular/angular/commit/34f3832)), closes [#17412](https://github.com/angular/angular/issues/17412) +* **animations:** do not remove container nodes when children are queried by a parent animation ([d699c35](https://github.com/angular/angular/commit/d699c35)), closes [#17746](https://github.com/angular/angular/issues/17746) +* **animations:** do not validate style overlap errors in different transitions ([f2ee1dc](https://github.com/angular/angular/commit/f2ee1dc)) +* **animations:** properly collect :enter nodes that exist within multi-level DOM trees ([40f77cb](https://github.com/angular/angular/commit/40f77cb)), closes [#17632](https://github.com/angular/angular/issues/17632) +* **core:** add needed closure compiler warning suppression ([e80851d](https://github.com/angular/angular/commit/e80851d)) + + +### Features + +* **compiler:** add support `::ng-deep` ([b754e60](https://github.com/angular/angular/commit/b754e60)) +* **compiler-cli:** new compiler api and command-line using TypeScript transformers ([3097083](https://github.com/angular/angular/commit/3097083)) + + + # [4.3.0-beta.0](https://github.com/angular/angular/compare/4.2.1...4.3.0-beta.0) (2017-06-22)