From d36828a7a13938af634c213ae2c7999b11ce304a Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 24 Aug 2020 15:38:13 -0700 Subject: [PATCH] release: cut the v10.1.0-next.8 release --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4224a2142e..a67d4529f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ + +# 10.1.0-next.8 (2020-08-24) + + + + +# 10.1.0-next.8 (2020-08-24) + + +### Bug Fixes + +* **localize:** extract the correct message ids ([#38498](https://github.com/angular/angular/issues/38498)) ([ac461e1](https://github.com/angular/angular/commit/ac461e1)) +* **router:** support lazy loading for empty path named outlets ([#38379](https://github.com/angular/angular/issues/38379)) ([7ad3264](https://github.com/angular/angular/commit/7ad3264)), closes [#12842](https://github.com/angular/angular/issues/12842) + + +### Features + +* **compiler:** support unary operators for more accurate type checking ([#37918](https://github.com/angular/angular/issues/37918)) ([874792d](https://github.com/angular/angular/commit/874792d)), closes [#20845](https://github.com/angular/angular/issues/20845) [#36178](https://github.com/angular/angular/issues/36178) +* **compiler-cli:** add support for TypeScript 4.0 ([#38076](https://github.com/angular/angular/issues/38076)) ([0fc44e0](https://github.com/angular/angular/commit/0fc44e0)) + + +### Performance Improvements + +* **forms:** use internal `ngDevMode` flag to tree-shake error messages in prod builds ([#37821](https://github.com/angular/angular/issues/37821)) ([201a546](https://github.com/angular/angular/commit/201a546)), closes [#37697](https://github.com/angular/angular/issues/37697) + + + ## 10.0.12 (2020-08-24) diff --git a/package.json b/package.json index 73f4d37002..fba094aa3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "10.1.0-next.7", + "version": "10.1.0-next.8", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",