You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,30 @@
1
+
# 8.0.0-rc.0 "plastic-pants" (2019-04-29)
2
+
3
+
4
+
### Bug Fixes
5
+
6
+
* **autocomplete:** make template ViewChild query `static: true` ([#15877](https://github.com/angular/components/issues/15877)) ([388baa2](https://github.com/angular/components/commit/388baa2))
7
+
* **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)
* **table:** add text column for simple columns ([#14841](https://github.com/angular/components/issues/14841)) ([cf76707](https://github.com/angular/components/commit/cf76707))
14
+
15
+
16
+
### Project Organization
17
+
18
+
* The repo name has changed from `angular/material2` to `angular/components`
19
+
* All files under `src/lib` have been moved under `src/material`
20
+
21
+
22
+
### Performance Improvements
23
+
24
+
* **popover-edit:** collect common services into a single class for dependency injection ([#15797](https://github.com/angular/components/issues/15797)) ([4143824](https://github.com/angular/components/commit/4143824))
0 commit comments