Skip to content

Commit 8826d67

Browse files
authored
chore: add missing breaking changes from beta.3 (angular#4126)
1 parent d1a752e commit 8826d67

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ imports only the set of components actually used in the application.
4646
need to explicitly import `BrowserAnimationsModule` (or `NoopAnimationsModule`) from
4747
`@angular/platform-browser/animations` as well as installing `@angular/animations`.
4848

49+
#### Other changes
50+
* The `DomProjection` service was removed. This was an experimental, undocumented service that we
51+
ultimately found did not provide a good approach to composing components.
52+
* The `config` property was removed from `MdDialogRef`. If you were using this to access the `data`
53+
property, you can instead inject that value using the `MD_DIALOG_DATA` of the opened component.
54+
4955

5056

5157
### Bug Fixes

0 commit comments

Comments
 (0)