Skip to content

Commit f21d1ae

Browse files
authored
chore: bump version to 8.0.0-rc.0 w/ changelog (#15927)
1 parent 84928d2 commit f21d1ae

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 8.0.0-rc.0 "plastic-portal" (2019-04-29)
2+
3+
4+
### Project Organization
5+
6+
* The repo name has changed from `angular/material2` to `angular/components`
7+
* All files under `src/lib` have been moved under `src/material`
8+
9+
10+
### Bug Fixes
11+
12+
* **autocomplete:** make template ViewChild query `static: true` ([#15877](https://github.com/angular/components/issues/15877)) ([388baa2](https://github.com/angular/components/commit/388baa2))
13+
* **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)
14+
* **stepper:** Fix visual flake in focusing stepper header ([#15870](https://github.com/angular/components/issues/15870)) ([8b5c0f1](https://github.com/angular/components/commit/8b5c0f1))
15+
16+
17+
### Features
18+
19+
* **table:** add text column for simple columns ([#14841](https://github.com/angular/components/issues/14841)) ([cf76707](https://github.com/angular/components/commit/cf76707))
20+
21+
22+
123
# 8.0.0-beta.2 "helium-blockade" (2019-04-15)
224

325
**Imminent Important Import Deprecation**:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"preinstall": "node ./tools/npm/check-npm.js",
2929
"format": "git-clang-format HEAD $(git diff HEAD --name-only | grep -v \"\\.d\\.ts\")"
3030
},
31-
"version": "8.0.0-beta.2",
31+
"version": "8.0.0-rc.0",
3232
"requiredAngularVersion": ">=8.0.0-rc.1",
3333
"requiredMDCVersion": "^1.1.0",
3434
"dependencies": {

0 commit comments

Comments
 (0)