|
1 |
| -This contains changes before 7.0.0. See [CHANGELOG.md](https://github.com/angular/components/blob/master/CHANGELOG.md) for changes in 7.0.0+. |
| 1 | +This contains changes before 7.0.0. See [CHANGELOG.md](https://github.com/angular/components/blob/main/CHANGELOG.md) for changes in 7.0.0+. |
2 | 2 |
|
3 | 3 | <a name="6.4.7"></a>
|
4 | 4 | ## [6.4.7 kryptonite-kombucha](https://github.com/angular/material2/compare/6.4.6...6.4.7) (2018-08-29)
|
@@ -588,7 +588,7 @@ ng update @angular/material
|
588 | 588 |
|
589 | 589 |
|
590 | 590 | ### Breaking Changes
|
591 |
| -* A number of APIs that were deprecated during beta have been removed, see [here for complete list](https://github.com/angular/material2/blob/master/CHANGELOG.md#600-beta5-2018-03-23) |
| 591 | +* A number of APIs that were deprecated during beta have been removed, see [here for complete list](https://github.com/angular/material2/blob/main/CHANGELOG.md#600-beta5-2018-03-23) |
592 | 592 | * See `ng update` tooling above to automatically migrate to the new APIs
|
593 | 593 |
|
594 | 594 |
|
@@ -1640,7 +1640,7 @@ We expect to have the tool ready when we release version 6.0.0.
|
1640 | 1640 | * **menu:** not closing when overlay is detached externally ([#8868](https://github.com/angular/material2/issues/8868)) ([534c797](https://github.com/angular/material2/commit/534c797))
|
1641 | 1641 | * **overlay:** export OverlaySizeConfig ([#8932](https://github.com/angular/material2/issues/8932)) ([adfa31e](https://github.com/angular/material2/commit/adfa31e))
|
1642 | 1642 | * **paginator:** set default display value ([#8455](https://github.com/angular/material2/issues/8455)) ([ccb325e](https://github.com/angular/material2/commit/ccb325e)), closes [#8454](https://github.com/angular/material2/issues/8454)
|
1643 |
| -* **portal:** inaccurate hasAttahed result and portal being cleared if attached too early ([#8642](https://github.com/angular/material2/issues/8642)) ([93e6c53](https://github.com/angular/material2/commit/93e6c53)), closes [/github.com/angular/material2/blob/master/src/material/dialog/dialog-container.ts#L118](https://github.com//github.com/angular/material2/blob/master/src/material/dialog/dialog-container.ts/issues/L118) [#8628](https://github.com/angular/material2/issues/8628) |
| 1643 | +* **portal:** inaccurate hasAttahed result and portal being cleared if attached too early ([#8642](https://github.com/angular/material2/issues/8642)) ([93e6c53](https://github.com/angular/material2/commit/93e6c53)), closes [/github.com/angular/material2/blob/main/src/material/dialog/dialog-container.ts#L118](https://github.com//github.com/angular/material2/blob/main/src/material/dialog/dialog-container.ts/issues/L118) [#8628](https://github.com/angular/material2/issues/8628) |
1644 | 1644 | * **select:** alt + arrow key not opening in single-selection mode ([#8910](https://github.com/angular/material2/issues/8910)) ([85f83f9](https://github.com/angular/material2/commit/85f83f9))
|
1645 | 1645 | * **select:** change event emitted before data binding is updated ([#8740](https://github.com/angular/material2/issues/8740)) ([2493797](https://github.com/angular/material2/commit/2493797)), closes [#8739](https://github.com/angular/material2/issues/8739)
|
1646 | 1646 | * **select:** complete state change event ([#8777](https://github.com/angular/material2/issues/8777)) ([46411e3](https://github.com/angular/material2/commit/46411e3))
|
@@ -2023,15 +2023,15 @@ StackBlitz instead of Plunker.
|
2023 | 2023 | ### Breaking Changes
|
2024 | 2024 |
|
2025 | 2025 | * All "md" prefixes have been removed. See the [deprecation notice in the beta.11 notes for more
|
2026 |
| -information](https://github.com/angular/material2/blob/master/CHANGELOG.md#deprecation-of-md-prefix). |
| 2026 | +information](https://github.com/angular/material2/blob/main/CHANGELOG.md#deprecation-of-md-prefix). |
2027 | 2027 | * All cdk re-exports in `@angular/material` have been removed. See the [the beta.10 notes for more
|
2028 |
| -information](https://github.com/angular/material2/blob/master/CHANGELOG.md#breaking-changes-2). |
| 2028 | +information](https://github.com/angular/material2/blob/main/CHANGELOG.md#breaking-changes-2). |
2029 | 2029 | * 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.
|
2030 | 2030 | * `UniqueSelectionDispatcher`, `UniqueSelectionDispatcherListener` and `UNIQUE_SELECTION_DISPATCHER_PROVIDER` are no longer
|
2031 | 2031 | available from @angular/material and instead must be imported from @angular/cdk/collections
|
2032 | 2032 | * `isFocusTrapEnabled` is now properly marked internal.
|
2033 | 2033 | * The `OverlayRef.getState` method has been renamed to `OverlayRef.getConfig`.
|
2034 |
| -* `defaultErrorStateMatcher` has been replaced by `ErrorStateMatcher`. For more info, see the [input docs](https://github.com/angular/material2/blob/master/src/material/input/input.md#custom-error-matcher). |
| 2034 | +* `defaultErrorStateMatcher` has been replaced by `ErrorStateMatcher`. For more info, see the [input docs](https://github.com/angular/material2/blob/main/src/material/input/input.md#custom-error-matcher). |
2035 | 2035 |
|
2036 | 2036 | ### Features
|
2037 | 2037 |
|
@@ -2128,7 +2128,7 @@ tools like webpack to more easily load _only_ the components being used in an ap
|
2128 | 2128 |
|
2129 | 2129 | * Angular Material now requires **Angular 4.4.3 or greater**
|
2130 | 2130 | * `MaterialModule` has been removed. ([cf1ece0](https://github.com/angular/material2/commit/cf1ece0)) (#6803)
|
2131 |
| -[See the deprecation notice from beta.3 for more information](https://github.com/angular/material2/blob/master/CHANGELOG.md#materialmodule). |
| 2131 | +[See the deprecation notice from beta.3 for more information](https://github.com/angular/material2/blob/main/CHANGELOG.md#materialmodule). |
2132 | 2132 | * `MdCoreModule` has been removed. Most of its functionality has been moved to `@angular/cdk` over
|
2133 | 2133 | the last few releases.
|
2134 | 2134 | * `FocusOriginMonitor` has been renamed to `FocusMonitor` and moved to `@angular/cdk`.
|
@@ -3570,7 +3570,7 @@ switch to using our UMD bundles. Example config:
|
3570 | 3570 | }
|
3571 | 3571 | ```
|
3572 | 3572 |
|
3573 |
| -You can see a more detailed example in our [demo app's system config](https://github.com/angular/material2/blob/master/src/demo-app/system-config.ts). |
| 3573 | +You can see a more detailed example in our [demo app's system config](https://github.com/angular/material2/blob/main/src/demo-app/system-config.ts). |
3574 | 3574 |
|
3575 | 3575 | In addition to this, each component now has an `index.js` file, so you should now have imports like
|
3576 | 3576 | ```ts
|
|
0 commit comments