Skip to content

Commit

Permalink
chore: bump version to 8.0.0-rc.0 w/ changelog (angular#15927)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored Apr 29, 2019
1 parent 84928d2 commit f21d1ae
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit f21d1ae

Please sign in to comment.