From f21d1aef567b76c8f3515425b5b803b35d99bdf1 Mon Sep 17 00:00:00 2001 From: mmalerba Date: Mon, 29 Apr 2019 09:13:14 -0700 Subject: [PATCH] chore: bump version to 8.0.0-rc.0 w/ changelog (#15927) --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c9d4e549d8..94de1b5ad03f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# 8.0.0-rc.0 "plastic-portal" (2019-04-29) + + +### Project Organization + +* The repo name has changed from `angular/material2` to `angular/components` +* All files under `src/lib` have been moved under `src/material` + + +### Bug Fixes + +* **autocomplete:** make template ViewChild query `static: true` ([#15877](https://github.com/angular/components/issues/15877)) ([388baa2](https://github.com/angular/components/commit/388baa2)) +* **drag-drop:** not reacting to changes in the cdkDragFreeDragPosition ([#15805](https://github.com/angular/components/issues/15805)) ([021b85a](https://github.com/angular/components/commit/021b85a)), closes [#15765](https://github.com/angular/components/issues/15765) +* **stepper:** Fix visual flake in focusing stepper header ([#15870](https://github.com/angular/components/issues/15870)) ([8b5c0f1](https://github.com/angular/components/commit/8b5c0f1)) + + +### Features + +* **table:** add text column for simple columns ([#14841](https://github.com/angular/components/issues/14841)) ([cf76707](https://github.com/angular/components/commit/cf76707)) + + + # 8.0.0-beta.2 "helium-blockade" (2019-04-15) **Imminent Important Import Deprecation**: diff --git a/package.json b/package.json index df8930ef4731..29a10110c328 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "preinstall": "node ./tools/npm/check-npm.js", "format": "git-clang-format HEAD $(git diff HEAD --name-only | grep -v \"\\.d\\.ts\")" }, - "version": "8.0.0-beta.2", + "version": "8.0.0-rc.0", "requiredAngularVersion": ">=8.0.0-rc.1", "requiredMDCVersion": "^1.1.0", "dependencies": {