Skip to content

Commit 0e36c66

Browse files
jelbournjosephperrott
authored andcommitted
docs(changelog): add missing breaking changes (#7585)
1 parent 9fadf12 commit 0e36c66

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818

1919
### Breaking Changes
2020

21+
* All "md" prefixes have been removed. See the [deprecation notice in the beta.11 notes for more
22+
information](https://github.com/angular/material2/blob/master/CHANGELOG.md#deprecation-of-md-prefix).
23+
* All cdk re-exports in `@angular/material` have been removed. See the [the beta.10 notes for more
24+
information](https://github.com/angular/material2/blob/master/CHANGELOG.md#breaking-changes-2).
2125
* Previously the `ScrollDispatcher.scrolled` subscription would react both on scroll events and on window resize events. Now it only reacts to scroll events. To react to resize events, subscribe to the `ViewportRuler.change()` stream.
2226
* `UniqueSelectionDispatcher`, `UniqueSelectionDispatcherListener` and `UNIQUE_SELECTION_DISPATCHER_PROVIDER` are no longer
2327
available from @angular/material and instead must be imported from @angular/cdk/collections

guides/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ an additional step is required for those components to be affected by the theme'
172172
To do this, you can add the appropriate class to the global overlay container. For the example above,
173173
this would look like:
174174
```ts
175-
import {OverlayContainer} from '@angular/material';
175+
import {OverlayContainer} from '@angular/cdk/overlay';
176176

177177
@NgModule({
178178
// ...

0 commit comments

Comments
 (0)