From 6af593277a62e2a591d69314e05756d5befafccc Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 22:33:46 +0000 Subject: [PATCH] chore: release 1.0.0-pre.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 258 ++++++++++++++++++++++++++++++++++ package-lock.json | 4 +- package.json | 2 +- 4 files changed, 262 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0abb321bc2..375691cdd3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0-pre.8" + ".": "1.0.0-pre.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 67988b6a0c..7235467304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,263 @@ # Changelog +## [1.0.0-pre.9](https://github.com/material-components/material-web/compare/v1.0.0-pre.8...v1.0.0-pre.9) (2023-05-08) + + +### ⚠ BREAKING CHANGES + +* **button:** remove label property +* **elevation:** remove elevation surfaces +* **iconbutton:** rename selected aria label property, add documentation +* **elevation:** remove surface for tonal surface update +* **iconbutton:** combine button, link, and toggle variants into single components +* **button:** merge standard and link buttons +* remove old menusurface, autocomplete, and tokens v0.160 +* **fab:** remove disabled state +* **iconbutton:** properly size iconbutton to 40x40 +* **focus:** refactor focus ring to better match component shape +* **icon,iconbutton,list:** use material symbols for icons +* **slider:** fix ripple end hover state when leaving handle +* **controller:** fix label activation utility on slotted elements +* **dialog:** fix exception when opening when compiled with advanced closure settings +* **ripple:** rename press methods to event handlers +* **ripple:** rename focus methods to event handlers +* **ripple:** rename hover methods to event handlers +* **navigation,badge:** migrate to `-text-type` tokens +* **fab:** move to `label-text-type` token, shape corners +* **segementedbutton:** move to `label-text-type` token +* **list,menu:** move to `-text-type` tokens +* **dialog:** migrate to `header-type` and `supporting-text-type` tokens +* **button:** replace label-text-* tokens with label-text-type +* **field & dependents:** convert to use text-type tokens +* **all:** checkbox container-width/height tokens have been renamed to container-size +* **ripple:** remove "state-layer" from token names +* **all:** use shape.resolve-tokens and remove shape.resolve-theme +* **iconbutton:** Make a few API improvements +* **textfield:** remove container-height token +* **iconbutton:** normalize toggle variant API with regular icon button +* **iconbutton:** remove icon properties, use slots instead +* **button:** Remove icon property from Button, require slotted icons +* **focus-ring, button:** Button shape properties are now of the form `--md-text-button-container-shape-start-start` +* **formfield:** Removed Formfield. The