From 076b767556f7ae55267f85c38e9356013b6b0afd Mon Sep 17 00:00:00 2001 From: annieyw Date: Wed, 7 Apr 2021 11:47:09 -0700 Subject: [PATCH] release: bump version to 12.0.0-next.6 w/ changelog --- CHANGELOG.md | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 68 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe223bbcc36..496b904ecdb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,70 @@ +# 12.0.0-next.6 "bamboo-shampoo" (2021-04-07) + +### cdk + +_Breaking changes:_ + +* **accordion:** The `disabled` and `expanded` properties in the `AccordionItem` are now strict to `boolean`. + +| | | +| ---------- | --------------------- | +| bug fix | **accordion:** enforce stricter types for inputs ([#20287](https://github.com/angular/components/issues/20287)) ([76a09d975f2a4e19e3c8c8f90ed16abf1498b6fe](https://github.com/angular/components/commit/76a09d975f2a4e19e3c8c8f90ed16abf1498b6fe)) | +| bug fix | **portal:** not marked as attached when going through specific portal methods ([#22372](https://github.com/angular/components/issues/22372)) ([92af5f117f56c2b8c930775fca781b2328827246](https://github.com/angular/components/commit/92af5f117f56c2b8c930775fca781b2328827246)), closes [#22370](https://github.com/angular/components/issues/22370) | +| bug fix | **text-field:** autosize text areas using the placeholder ([#22314](https://github.com/angular/components/issues/22314)) ([2427abe09811e48ddf90313150d4e6c331b78577](https://github.com/angular/components/commit/2427abe09811e48ddf90313150d4e6c331b78577)), closes [#22197](https://github.com/angular/components/issues/22197) | +| feature | **drag-drop:** added dropPoint to dropped event ([#22347](https://github.com/angular/components/issues/22347)) ([1d906b64ab807d7c95f7b38761f2b37b37bef703](https://github.com/angular/components/commit/1d906b64ab807d7c95f7b38761f2b37b37bef703)) | + +### material + +| | | +| ---------- | --------------------- | +| bug fix | **datepicker:** toggle icon not visible in high contrast mode on Chromium browsers ([#22352](https://github.com/angular/components/issues/22352)) ([ea5e5e04dcfbb148364b5b7cb2eb1804840c5601](https://github.com/angular/components/commit/ea5e5e04dcfbb148364b5b7cb2eb1804840c5601)) | +| bug fix | **progress-bar:** fix screenreader not reading aria-label ([#22201](https://github.com/angular/components/issues/22201)) ([a9cdb084d31b59b2b832150affb23b6c08eba486](https://github.com/angular/components/commit/a9cdb084d31b59b2b832150affb23b6c08eba486)) | +| bug fix | **radio:** ripple not positioned correctly inside parent with centered text ([#22391](https://github.com/angular/components/issues/22391)) ([c45cd69f383899cdc7c51d1e1717fd0bc7937a8f](https://github.com/angular/components/commit/c45cd69f383899cdc7c51d1e1717fd0bc7937a8f)), closes [#22389](https://github.com/angular/components/issues/22389) | +| bug fix | **sidenav:** mark sidenav content as scrollable ([#19848](https://github.com/angular/components/issues/19848)) ([2fa78c6fe38e449b3352062129547f7e3fd44934](https://github.com/angular/components/commit/2fa78c6fe38e449b3352062129547f7e3fd44934)), closes [#19846](https://github.com/angular/components/issues/19846) [#18453](https://github.com/angular/components/issues/18453) | +| feature | **stepper:** allow for orientation to be changed dynamically ([#22139](https://github.com/angular/components/issues/22139)) ([ed09a732f67151c9f16210630b4c21422875e323](https://github.com/angular/components/commit/ed09a732f67151c9f16210630b4c21422875e323)), closes [#9173](https://github.com/angular/components/issues/9173) [#7700](https://github.com/angular/components/issues/7700) | + +### google-maps + +| | | +| ---------- | --------------------- | +| feature | add icon input to marker ([#22357](https://github.com/angular/components/issues/22357)) ([10ecfa0ec417bb55c2e7487deaad4aa14ae1d11f](https://github.com/angular/components/commit/10ecfa0ec417bb55c2e7487deaad4aa14ae1d11f)), closes [#22097](https://github.com/angular/components/issues/22097) | + +### material-experimental + +| | | +| ---------- | --------------------- | +| bug fix | **mdc-form-field:** set explicit text-align ([#22353](https://github.com/angular/components/issues/22353)) ([f65d5b5740fd40548a8f9adfddca6c798ceb538b](https://github.com/angular/components/commit/f65d5b5740fd40548a8f9adfddca6c798ceb538b)) | +| bug fix | **mdc-list:** add high contrast mode treatment ([#21376](https://github.com/angular/components/issues/21376)) ([4f8e87e38ea6b58dc81b31a5cc44c773e01e9153](https://github.com/angular/components/commit/4f8e87e38ea6b58dc81b31a5cc44c773e01e9153)) | +| bug fix | **mdc-list:** align ripple timings with MDC ([#22396](https://github.com/angular/components/issues/22396)) ([4ad2d96085e63a46db084627ea359f913daaab63](https://github.com/angular/components/commit/4ad2d96085e63a46db084627ea359f913daaab63)) | +| bug fix | **mdc-paginator:** rename module file ([#22387](https://github.com/angular/components/issues/22387)) ([5519131a727abd72f900fd1c4774d0b43cacc184](https://github.com/angular/components/commit/5519131a727abd72f900fd1c4774d0b43cacc184)) | + + +## 11.2.8 "linen-library" (2021-04-07) + +### cdk + +| | | +| ---------- | --------------------- | +| bug fix | **portal:** not marked as attached when going through specific portal methods ([#22372](https://github.com/angular/components/issues/22372)) ([f387ff6fe199ebe53c1bffea862346e9ac4bcf68](https://github.com/angular/components/commit/f387ff6fe199ebe53c1bffea862346e9ac4bcf68)), closes [#22370](https://github.com/angular/components/issues/22370) | + +### material + +| | | +| ---------- | --------------------- | +| bug fix | **datepicker:** fix high contrast mixin name ([#22418](https://github.com/angular/components/issues/22418)) ([f1cba07e91c889ae01c2bb0671f9ccfb57b5c015](https://github.com/angular/components/commit/f1cba07e91c889ae01c2bb0671f9ccfb57b5c015)) | +| bug fix | **datepicker:** toggle icon not visible in high contrast mode on Chromium browsers ([#22352](https://github.com/angular/components/issues/22352)) ([56840c36a77f823b64b343b2d1b50ab4f43ebd03](https://github.com/angular/components/commit/56840c36a77f823b64b343b2d1b50ab4f43ebd03)) | +| bug fix | **progress-bar:** fix screenreader not reading aria-label ([#22201](https://github.com/angular/components/issues/22201)) ([14ec1a3f69800ff01edf00c5f9ee18f6170aa29d](https://github.com/angular/components/commit/14ec1a3f69800ff01edf00c5f9ee18f6170aa29d)) | +| bug fix | **radio:** ripple not positioned correctly inside parent with centered text ([#22391](https://github.com/angular/components/issues/22391)) ([a140c46f065299b6c546ac5edc162f4169fe3d7e](https://github.com/angular/components/commit/a140c46f065299b6c546ac5edc162f4169fe3d7e)), closes [#22389](https://github.com/angular/components/issues/22389) | +| bug fix | **sidenav:** mark sidenav content as scrollable ([#19848](https://github.com/angular/components/issues/19848)) ([3ee9bcf8a3e4077cf2200623e02cc83633b3e795](https://github.com/angular/components/commit/3ee9bcf8a3e4077cf2200623e02cc83633b3e795)), closes [#19846](https://github.com/angular/components/issues/19846) [#18453](https://github.com/angular/components/issues/18453) | + +### material-experimental + +| | | +| ---------- | --------------------- | +| bug fix | **mdc-list:** align ripple timings with MDC ([#22396](https://github.com/angular/components/issues/22396)) ([1e8de9c8ec962337ec8bd8bf527beb5016a0d8d1](https://github.com/angular/components/commit/1e8de9c8ec962337ec8bd8bf527beb5016a0d8d1)) | +| bug fix | **mdc-paginator:** rename module file ([#22387](https://github.com/angular/components/issues/22387)) ([64ba744ed2dd33730b9c302d89e64e31b9eb3be4](https://github.com/angular/components/commit/64ba744ed2dd33730b9c302d89e64e31b9eb3be4)) | + + # 12.0.0-next.5 "glass-gallery" (2021-03-31) ### material diff --git a/package.json b/package.json index 2eb5edadb0ea..a0d698fa856a 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "check-mdc-exports": "ts-node --project scripts/tsconfig.json scripts/check-mdc-exports.ts", "check-tools": "yarn tsc --project tools/tsconfig-ci.json" }, - "version": "12.0.0-next.5", + "version": "12.0.0-next.6", "dependencies": { "@angular/animations": "^12.0.0-next.7", "@angular/common": "^12.0.0-next.7",