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
or [building your own with the CDK](https://v9.material.angular.dev/cdk/testing/overview).
1896
1896
1897
1897
#### New `@angular/google-maps` package!
1898
1898
@@ -1911,7 +1911,7 @@ Big thanks to @mbehrlich for contributing this!
1911
1911
#### New `cdk/clipboard` subpackage containing helpers for working with the clipboard.
1912
1912
1913
1913
This new capability for `@angular/cdk` provides some convenient helpers for dealign with
1914
-
the clipboard. [See the documentation for more information](https://material.angular.io/cdk/clipboard).
1914
+
the clipboard. [See the documentation for more information](https://material.angular.dev/cdk/clipboard).
1915
1915
1916
1916
Big thanks to @xkxx for contributing this!
1917
1917
@@ -3242,8 +3242,8 @@ It was always required, but is now correctly listed in the `package.json`.
3242
3242
3243
3243
### Highlights
3244
3244
3245
-
* Support for [Drag and Drop](https://material.angular.io/cdk/drag-drop/overview) in `@angular/cdk/drag-drop`.
3246
-
* Support for [Virtual Scrolling](https://material.angular.io/cdk/scrolling/overview) in `@angular/cdk/scrolling`.
3245
+
* Support for [Drag and Drop](https://material.angular.dev/cdk/drag-drop/overview) in `@angular/cdk/drag-drop`.
3246
+
* Support for [Virtual Scrolling](https://material.angular.dev/cdk/scrolling/overview) in `@angular/cdk/scrolling`.
3247
3247
* Support for native `<select>` element in `<mat-form-field>` .
3248
3248
* Added `<mat-action-list>`, a list where each item is a `<button>`.
3249
3249
* Updated component styles throughout the library matching the 2018 Material Design Spec refresh.
@@ -4334,18 +4334,18 @@ You can view a beta version of the docs at https://beta-angular-material-io.fire
4334
4334
4335
4335
### Highlights
4336
4336
4337
-
* [`MatTree`](https://material.angular.io/components/tree/overview) component is now available, [@tinayuangao](https://github.com/tinayuangao) recently gave a [talk at ng-conf about the new component](https://www.youtube.com/watch?v=s0Vy3sLbeyA)
4338
-
* `<mat-table>` and `<cdk-table>` now native [`<table>` elements](https://material.angular.io/components/table/overview#applying-material-styles-to-native-table) in addition to the existing [`display: flex` based layout](https://material.angular.io/components/table/overview#tables-with-code-display-flex-code-)
4339
-
* `MatTable` now supports having an optional [footer row](https://material.angular.io/components/table/overview#footer_row)
4340
-
* [Schematics](https://material.angular.io/guides/schematics) are now available for Angular Material, [@jelbourn](https://github.com/jelbourn) recently gave a [talk at ng-conf about using schematics](https://www.youtube.com/watch?v=v__RuD9RX3I)
4341
-
* `MatTabs` content can now be [lazy loaded](https://material.angular.io/components/tabs/overview#lazy_loading)
4342
-
* [`MatBadge`](https://material.angular.io/components/badge/overview) and [`MatBottomSheet`](https://material.angular.io/components/bottom-sheet/overview) components are now available
4343
-
* `@angular/cdk/overlay` has a new positioning strategy available, [`FlexibleConnectedPositionStrategy`](https://material.angular.io/cdk/overlay/overview#position-strategies), which intelligently handles sizing and positioning to ensure that overlay contents always remain on the screen
4337
+
* [`MatTree`](https://material.angular.dev/components/tree/overview) component is now available, [@tinayuangao](https://github.com/tinayuangao) recently gave a [talk at ng-conf about the new component](https://www.youtube.com/watch?v=s0Vy3sLbeyA)
4338
+
* `<mat-table>` and `<cdk-table>` now native [`<table>` elements](https://material.angular.dev/components/table/overview#applying-material-styles-to-native-table) in addition to the existing [`display: flex` based layout](https://material.angular.dev/components/table/overview#tables-with-code-display-flex-code-)
4339
+
* `MatTable` now supports having an optional [footer row](https://material.angular.dev/components/table/overview#footer_row)
4340
+
* [Schematics](https://material.angular.dev/guides/schematics) are now available for Angular Material, [@jelbourn](https://github.com/jelbourn) recently gave a [talk at ng-conf about using schematics](https://www.youtube.com/watch?v=v__RuD9RX3I)
4341
+
* `MatTabs` content can now be [lazy loaded](https://material.angular.dev/components/tabs/overview#lazy_loading)
4342
+
* [`MatBadge`](https://material.angular.dev/components/badge/overview) and [`MatBottomSheet`](https://material.angular.dev/components/bottom-sheet/overview) components are now available
4343
+
* `@angular/cdk/overlay` has a new positioning strategy available, [`FlexibleConnectedPositionStrategy`](https://material.angular.dev/cdk/overlay/overview#position-strategies), which intelligently handles sizing and positioning to ensure that overlay contents always remain on the screen
4344
4344
* `MatIcon` now allows SVG icons to be registered from strings
4345
4345
* `@angular/cdk/keycodes` now includes most keycodes you might need for building a web application
4346
4346
* 130+ bug fixes
4347
-
* Docs for v5 are now available at [v5.material.angular.io](https://v5.material.angular.io)
4348
-
* A version picker is available [material.angular.io](https://material.angular.io) to switch between docs versions
4347
+
* Docs for v5 are now available at [v5.material.angular.dev](https://v5.material.angular.dev)
4348
+
* A version picker is available [material.angular.dev](https://material.angular.dev) to switch between docs versions
4349
4349
4350
4350
4351
4351
### Upgrading to Angular Material 6.0
@@ -5526,7 +5526,7 @@ rather than being based on the existing config object.
5526
5526
* **tabs:** fix accidentally setting `top` instead of `width` after removing Renderer use ([#8602](https://github.com/angular/material2/issues/8602)) ([6e865b7](https://github.com/angular/material2/commit/6e865b7))
5527
5527
5528
5528
### Features
5529
-
* The examples on [material.angular.io](https://material.angular.io) are now opened externally via
5529
+
* The examples on [material.angular.dev](https://material.angular.dev) are now opened externally via
5530
5530
StackBlitz instead of Plunker.
5531
5531
5532
5532
<!-- CHANGELOG SPLIT MARKER -->
@@ -5572,7 +5572,7 @@ StackBlitz instead of Plunker.
5572
5572
* consistently coerce boolean and number properties ([#7283](https://github.com/angular/material2/issues/7283)) ([3ca801a](https://github.com/angular/material2/commit/3ca801a))
* using correct global name in rollup bundle ([#8407](https://github.com/angular/material2/issues/8407)) ([40be1f2](https://github.com/angular/material2/commit/40be1f2))
5575
-
* TypeScript interfaces are now documented on https://material.angular.io
5575
+
* TypeScript interfaces are now documented on https://material.angular.dev
5576
5576
5577
5577
### Features
5578
5578
@@ -6350,7 +6350,7 @@ initial release, code from Angular Material's `core/` have been moved for `a11y/
6350
6350
re-exports these symbols, marked as deprecated. The re-exports will be removed in a subsequent
6351
6351
release.
6352
6352
* Initial version of data-table component. There is both a `<cdk-table>` (the core) and the
6353
-
`<md-table>` (with Material Design styles). See the documentation on material.angular.io for more
6353
+
`<md-table>` (with Material Design styles). See the documentation on material.angular.dev for more
6354
6354
information.
6355
6355
* Initial version of `<md-paginator>` and `<md-sort-header>` components, which can be used either
0 commit comments