Skip to content

Commit 83c3ddb

Browse files
committed
chore: release 2.5.0
1 parent 38724b9 commit 83c3ddb

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.4.1"
2+
".": "2.5.0"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [2.5.0](https://github.com/material-components/material-web/compare/v2.4.1...v2.5.0) (2026-03-05)
4+
5+
6+
### Features
7+
8+
* export CSSStyleSheet as default from CSSResult-in-js files ([1cbfc75](https://github.com/material-components/material-web/commit/1cbfc757e98e075a3759260b3d9f5107a714db2d))
9+
* **labs:** change form-submitter to a behavior mixin ([4142a69](https://github.com/material-components/material-web/commit/4142a697caf4d57b4c99ee568b74081cb8edf210))
10+
* **sass-ext:** add `@material/web/sass/ext` helper utilities ([dd87fd2](https://github.com/material-components/material-web/commit/dd87fd2117e46b524625c929d4c0ea8d0097b542))
11+
12+
13+
### Bug Fixes
14+
15+
* **field:** prevent NaN transforms when element is hidden ([590ae99](https://github.com/material-components/material-web/commit/590ae99ff77c5296258b322dd98351c7e2be20f5))
16+
* **iconbutton:** use event dispatch hooks for toggle clicks ([9538d26](https://github.com/material-components/material-web/commit/9538d26d86f997274b52606c10402c480f64637d))
17+
* **slider:** prevent internal selection and a frozen knob. ([46fc0ea](https://github.com/material-components/material-web/commit/46fc0ead2f66a3cadb6d3c00f4e62065e0d2d632))
18+
* **tokens:** add expressive token versions ([9779099](https://github.com/material-components/material-web/commit/977909925e484fcfefae74a5babf70c996d6c656))
19+
* **tokens:** add readme for the `@material/web/tokens/versions` folder ([a7ba471](https://github.com/material-components/material-web/commit/a7ba471a627b03b0849682b1301bc4c5474baba7))
20+
21+
22+
### Reverts
23+
24+
* "feat(labs): change form-submitter to a behavior mixin" ([38724b9](https://github.com/material-components/material-web/commit/38724b9070301bf725db7b45c9cba0898c657549))
25+
326
## [2.4.1](https://github.com/material-components/material-web/compare/v2.4.0...v2.4.1) (2025-10-27)
427

528

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/web",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)