Skip to content

Commit f130ead

Browse files
chore: bump version and create changelog for version 6.0.0 (#11140)
1 parent b5b84dc commit f130ead

File tree

2 files changed

+81
-28
lines changed

2 files changed

+81
-28
lines changed

CHANGELOG.md

Lines changed: 63 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
<a name="6.0.0"></a>
2+
# [6.0.0 vibranium-vivarium](https://github.com/angular/material2/compare/6.0.0-rc.14...6.0.0) (2018-05-03)
3+
4+
### Highlights
5+
6+
* [`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)
7+
* `<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-)
8+
* `MatTable` now supports having an optional [footer row](https://material.angular.io/components/table/overview#footer_row)
9+
* [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)
10+
* `MatTabs` content can now be [lazy loaded](https://material.angular.io/components/tabs/overview#lazy_loading)
11+
* [`MatBadge`](https://material.angular.io/components/badge/overview) and [`MatBottomSheet`](https://material.angular.io/components/bottom-sheet/overview) components are now available
12+
* `@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
13+
* `MatIcon` now allows SVG icons to be registered from strings
14+
* `@angular/cdk/keycodes` now includes most keycodes you might need for building a web application
15+
* 130+ bug fixes
16+
* Docs for v5 are now available at [v5.material.angular.io](https://v5.material.angular.io)
17+
* A version picker is available [material.angular.io](https://material.angular.io) to switch between docs versions
18+
19+
20+
### Upgrading to Angular Material 6.0
21+
22+
With the Angular CLI v6.0+, you can use the `ng update` command to automatically migrate to the new APIs
23+
```
24+
ng update @angular/material
25+
```
26+
**NOTE:** There may be some cases where the tool may be unable to automatically migrate, but will notify you of those cases
27+
28+
29+
### Breaking Changes
30+
* 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)
31+
* See `ng update` tooling above to automatically migrate to the new APIs
32+
33+
34+
35+
### Bug Fixes
36+
37+
* **autocomplete:** panel direction not being updated if the trigger direction changes ([#10916](https://github.com/angular/material2/issues/10916)) ([8c30cee](https://github.com/angular/material2/commit/8c30cee))
38+
* **button-toggle:** not usable in high contrast mode ([#11097](https://github.com/angular/material2/issues/11097)) ([dd2f465](https://github.com/angular/material2/commit/dd2f465))
39+
* **dialog:** add generic parameter for the dialog result to open method ([#11059](https://github.com/angular/material2/issues/11059)) ([bf1bdc0](https://github.com/angular/material2/commit/bf1bdc0))
40+
* **form-field:** inconsistent underline height at different DPIs ([#11062](https://github.com/angular/material2/issues/11062)) ([0f7d503](https://github.com/angular/material2/commit/0f7d503))
41+
* **form-field:** scrollbars appear on autosize textarea in chrome ([#10811](https://github.com/angular/material2/issues/10811)) ([385f96d](https://github.com/angular/material2/commit/385f96d))
42+
* **form-field,select:** handle form field controls inside toolbar ([#10627](https://github.com/angular/material2/issues/10627)) ([1a3993e](https://github.com/angular/material2/commit/1a3993e))
43+
* **list:** selection list always firing change event for selectAll and deselectAll ([#11029](https://github.com/angular/material2/issues/11029)) ([54c0b00](https://github.com/angular/material2/commit/54c0b00))
44+
* **menu:** not updating panel direction after init ([#11070](https://github.com/angular/material2/issues/11070)) ([294ba3c](https://github.com/angular/material2/commit/294ba3c))
45+
* **menu:** unable to open same sub-menu from different triggers and not picking up indirect descendant items ([#10132](https://github.com/angular/material2/issues/10132)) ([5393bfe](https://github.com/angular/material2/commit/5393bfe))
46+
* **overlay:** error when rendering flexible overlay on the server ([#11072](https://github.com/angular/material2/issues/11072)) ([422d102](https://github.com/angular/material2/commit/422d102))
47+
* **paginator:** handle negative pageSize and pageIndex correctly ([#11068](https://github.com/angular/material2/issues/11068)) ([3f5e481](https://github.com/angular/material2/commit/3f5e481))
48+
* **select:** losing focus position when tabbing away after clicking inside multi select ([#10905](https://github.com/angular/material2/issues/10905)) ([c6ad1f8](https://github.com/angular/material2/commit/c6ad1f8))
49+
* **select:** unable to toggle multi select option after using the mouse ([#11061](https://github.com/angular/material2/issues/11061)) ([01d0993](https://github.com/angular/material2/commit/01d0993))
50+
* **sidenav:** box shadow visible while closed when rendering on the server ([#10969](https://github.com/angular/material2/issues/10969)) ([cfe6c1d](https://github.com/angular/material2/commit/cfe6c1d))
51+
52+
53+
154
<a name="6.0.0-rc.14"></a>
255
# [6.0.0-rc.14](https://github.com/angular/material2/compare/6.0.0-rc.12...6.0.0-rc.14) (2018-04-30)
356

@@ -513,7 +566,7 @@ We expect to have the tool ready when we release version 6.0.0.
513566

514567

515568
<a name="5.2.5"></a>
516-
## [5.2.5 cardboard-kangaroo](https://github.com/angular/material2/compare/5.2.4...5.2.5) (2018-04-17)
569+
# [5.2.5 cardboard-kangaroo](https://github.com/angular/material2/compare/5.2.4...5.2.5) (2018-04-17)
517570

518571

519572
### Highlights
@@ -522,7 +575,7 @@ We expect to have the tool ready when we release version 6.0.0.
522575

523576

524577
<a name="5.2.4"></a>
525-
## [5.2.4 ash-submarine](https://github.com/angular/material2/compare/5.2.3...5.2.4) (2018-03-06)
578+
# [5.2.4 ash-submarine](https://github.com/angular/material2/compare/5.2.3...5.2.4) (2018-03-06)
526579

527580

528581
### Bug Fixes
@@ -537,7 +590,7 @@ We expect to have the tool ready when we release version 6.0.0.
537590

538591

539592
<a name="5.2.3"></a>
540-
## [5.2.3 diamond-silhouette](https://github.com/angular/material2/compare/5.2.2...5.2.3) (2018-02-27)
593+
# [5.2.3 diamond-silhouette](https://github.com/angular/material2/compare/5.2.2...5.2.3) (2018-02-27)
541594

542595

543596
### Bug Fixes
@@ -556,7 +609,7 @@ We expect to have the tool ready when we release version 6.0.0.
556609

557610

558611
<a name="5.2.2"></a>
559-
## [5.2.2 cork-yacht](https://github.com/angular/material2/compare/5.2.1...5.2.2) (2018-02-21)
612+
# [5.2.2 cork-yacht](https://github.com/angular/material2/compare/5.2.1...5.2.2) (2018-02-21)
560613

561614

562615
### Bug Fixes
@@ -577,7 +630,7 @@ We expect to have the tool ready when we release version 6.0.0.
577630

578631

579632
<a name="5.2.1"></a>
580-
## [5.2.1 ghillie-soup](https://github.com/angular/material2/compare/5.2.0...5.2.1) (2018-02-12)
633+
# [5.2.1 ghillie-soup](https://github.com/angular/material2/compare/5.2.0...5.2.1) (2018-02-12)
581634

582635

583636
### Bug Fixes
@@ -811,7 +864,7 @@ We expect to have the tool ready when we release version 6.0.0.
811864

812865

813866
<a name="5.1.1"></a>
814-
## [5.1.1 silk-xylophone](https://github.com/angular/material2/compare/5.1.0...5.1.1) (2018-01-29)
867+
# [5.1.1 silk-xylophone](https://github.com/angular/material2/compare/5.1.0...5.1.1) (2018-01-29)
815868

816869

817870
### Bug Fixes
@@ -949,7 +1002,7 @@ We expect to have the tool ready when we release version 6.0.0.
9491002

9501003

9511004
<a name="5.0.4"></a>
952-
## [5.0.4 linoleum-wormhole](https://github.com/angular/material2/compare/5.0.0...5.0.4) (2018-01-08)
1005+
# [5.0.4 linoleum-wormhole](https://github.com/angular/material2/compare/5.0.0...5.0.4) (2018-01-08)
9531006

9541007

9551008
### Bug Fixes
@@ -987,7 +1040,7 @@ We expect to have the tool ready when we release version 6.0.0.
9871040

9881041

9891042
<a name="5.0.3"></a>
990-
## [5.0.3 concrete-aeroplane](https://github.com/angular/material2/compare/5.0.1...5.0.3) (2018-01-02)
1043+
# [5.0.3 concrete-aeroplane](https://github.com/angular/material2/compare/5.0.1...5.0.3) (2018-01-02)
9911044

9921045

9931046
### Bug Fixes
@@ -998,7 +1051,7 @@ We expect to have the tool ready when we release version 6.0.0.
9981051

9991052

10001053
<a name="5.0.2"></a>
1001-
## [5.0.2 flannel-battlestar](https://github.com/angular/material2/compare/5.0.0...5.0.2) (2017-12-19)
1054+
# [5.0.2 flannel-battlestar](https://github.com/angular/material2/compare/5.0.0...5.0.2) (2017-12-19)
10021055

10031056

10041057
### Bug Fixes
@@ -1041,7 +1094,7 @@ We expect to have the tool ready when we release version 6.0.0.
10411094

10421095

10431096
<a name="5.0.1"></a>
1044-
## [5.0.1 ceramic-gravy](https://github.com/angular/material2/compare/5.0.0...5.0.1) (2017-12-11)
1097+
# [5.0.1 ceramic-gravy](https://github.com/angular/material2/compare/5.0.0...5.0.1) (2017-12-11)
10451098

10461099

10471100
### Bug Fixes

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
"docs": "gulp docs",
2121
"api": "gulp api-docs"
2222
},
23-
"version": "6.0.0-rc.14",
23+
"version": "6.0.0",
2424
"license": "MIT",
2525
"engines": {
2626
"node": ">= 5.4.1"
2727
},
2828
"dependencies": {
29-
"@angular/animations": "6.0.0-rc.6",
30-
"@angular/common": "6.0.0-rc.6",
31-
"@angular/compiler": "6.0.0-rc.6",
32-
"@angular/core": "6.0.0-rc.6",
33-
"@angular/elements": "6.0.0-rc.6",
34-
"@angular/forms": "6.0.0-rc.6",
35-
"@angular/platform-browser": "6.0.0-rc.6",
29+
"@angular/animations": "6.0.0",
30+
"@angular/common": "6.0.0",
31+
"@angular/compiler": "6.0.0",
32+
"@angular/core": "6.0.0",
33+
"@angular/elements": "6.0.0",
34+
"@angular/forms": "6.0.0",
35+
"@angular/platform-browser": "6.0.0",
3636
"@webcomponents/custom-elements": "^1.1.0",
3737
"core-js": "^2.4.1",
3838
"rxjs": "6.0.0",
@@ -42,18 +42,18 @@
4242
"zone.js": "^0.8.4"
4343
},
4444
"devDependencies": {
45-
"@angular-devkit/core": "^0.5.6",
46-
"@angular-devkit/schematics": "^0.5.6",
47-
"@angular/bazel": "6.0.0-rc.6",
48-
"@angular/compiler-cli": "6.0.0-rc.6",
49-
"@angular/http": "6.0.0-rc.6",
50-
"@angular/platform-browser-dynamic": "6.0.0-rc.6",
51-
"@angular/platform-server": "6.0.0-rc.6",
52-
"@angular/router": "6.0.0-rc.6",
53-
"@angular/upgrade": "6.0.0-rc.6",
45+
"@angular-devkit/core": "^0.5.12",
46+
"@angular-devkit/schematics": "^0.5.12",
47+
"@angular/bazel": "6.0.0",
48+
"@angular/compiler-cli": "6.0.0",
49+
"@angular/http": "6.0.0",
50+
"@angular/platform-browser-dynamic": "6.0.0",
51+
"@angular/platform-server": "6.0.0",
52+
"@angular/router": "6.0.0",
53+
"@angular/upgrade": "6.0.0",
5454
"@bazel/ibazel": "0.3.1",
5555
"@google-cloud/storage": "^1.1.1",
56-
"@schematics/angular": "^0.5.6",
56+
"@schematics/angular": "^0.5.12",
5757
"@types/chalk": "^0.4.31",
5858
"@types/fs-extra": "^4.0.3",
5959
"@types/glob": "^5.0.33",

0 commit comments

Comments
 (0)