Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 4ea3040

Browse files
author
Material Web Team
authored
chore: Release
1 parent 2f5b899 commit 4ea3040

File tree

54 files changed

+703
-462
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+703
-462
lines changed

CHANGELOG.md

+232
Large diffs are not rendered by default.

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "14.0.0",
2+
"version": "14.1.0",
33
"command": {
44
"version": {
55
"conventionalCommits": true
+51-51
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "material-components-web",
33
"description": "Modular and customizable Material Design UI components for the web",
4-
"version": "14.0.0",
4+
"version": "14.1.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -17,55 +17,55 @@
1717
"directory": "packages/material-components-web"
1818
},
1919
"dependencies": {
20-
"@material/animation": "^14.0.0",
21-
"@material/auto-init": "^14.0.0",
22-
"@material/banner": "^14.0.0",
23-
"@material/base": "^14.0.0",
24-
"@material/button": "^14.0.0",
25-
"@material/card": "^14.0.0",
26-
"@material/checkbox": "^14.0.0",
27-
"@material/chips": "^14.0.0",
28-
"@material/circular-progress": "^14.0.0",
29-
"@material/data-table": "^14.0.0",
30-
"@material/density": "^14.0.0",
31-
"@material/dialog": "^14.0.0",
32-
"@material/dom": "^14.0.0",
33-
"@material/drawer": "^14.0.0",
34-
"@material/elevation": "^14.0.0",
35-
"@material/fab": "^14.0.0",
36-
"@material/feature-targeting": "^14.0.0",
37-
"@material/floating-label": "^14.0.0",
38-
"@material/focus": "^14.0.0",
39-
"@material/focus-ring": "^14.0.0",
40-
"@material/form-field": "^14.0.0",
41-
"@material/icon-button": "^14.0.0",
42-
"@material/image-list": "^14.0.0",
43-
"@material/layout-grid": "^14.0.0",
44-
"@material/line-ripple": "^14.0.0",
45-
"@material/linear-progress": "^14.0.0",
46-
"@material/list": "^14.0.0",
47-
"@material/menu": "^14.0.0",
48-
"@material/menu-surface": "^14.0.0",
49-
"@material/notched-outline": "^14.0.0",
50-
"@material/radio": "^14.0.0",
51-
"@material/ripple": "^14.0.0",
52-
"@material/rtl": "^14.0.0",
53-
"@material/segmented-button": "^14.0.0",
54-
"@material/select": "^14.0.0",
55-
"@material/shape": "^14.0.0",
56-
"@material/slider": "^14.0.0",
57-
"@material/snackbar": "^14.0.0",
58-
"@material/switch": "^14.0.0",
59-
"@material/tab": "^14.0.0",
60-
"@material/tab-bar": "^14.0.0",
61-
"@material/tab-indicator": "^14.0.0",
62-
"@material/tab-scroller": "^14.0.0",
63-
"@material/textfield": "^14.0.0",
64-
"@material/theme": "^14.0.0",
65-
"@material/tokens": "^14.0.0",
66-
"@material/tooltip": "^14.0.0",
67-
"@material/top-app-bar": "^14.0.0",
68-
"@material/touch-target": "^14.0.0",
69-
"@material/typography": "^14.0.0"
20+
"@material/animation": "^14.1.0",
21+
"@material/auto-init": "^14.1.0",
22+
"@material/banner": "^14.1.0",
23+
"@material/base": "^14.1.0",
24+
"@material/button": "^14.1.0",
25+
"@material/card": "^14.1.0",
26+
"@material/checkbox": "^14.1.0",
27+
"@material/chips": "^14.1.0",
28+
"@material/circular-progress": "^14.1.0",
29+
"@material/data-table": "^14.1.0",
30+
"@material/density": "^14.1.0",
31+
"@material/dialog": "^14.1.0",
32+
"@material/dom": "^14.1.0",
33+
"@material/drawer": "^14.1.0",
34+
"@material/elevation": "^14.1.0",
35+
"@material/fab": "^14.1.0",
36+
"@material/feature-targeting": "^14.1.0",
37+
"@material/floating-label": "^14.1.0",
38+
"@material/focus": "^14.1.0",
39+
"@material/focus-ring": "^14.1.0",
40+
"@material/form-field": "^14.1.0",
41+
"@material/icon-button": "^14.1.0",
42+
"@material/image-list": "^14.1.0",
43+
"@material/layout-grid": "^14.1.0",
44+
"@material/line-ripple": "^14.1.0",
45+
"@material/linear-progress": "^14.1.0",
46+
"@material/list": "^14.1.0",
47+
"@material/menu": "^14.1.0",
48+
"@material/menu-surface": "^14.1.0",
49+
"@material/notched-outline": "^14.1.0",
50+
"@material/radio": "^14.1.0",
51+
"@material/ripple": "^14.1.0",
52+
"@material/rtl": "^14.1.0",
53+
"@material/segmented-button": "^14.1.0",
54+
"@material/select": "^14.1.0",
55+
"@material/shape": "^14.1.0",
56+
"@material/slider": "^14.1.0",
57+
"@material/snackbar": "^14.1.0",
58+
"@material/switch": "^14.1.0",
59+
"@material/tab": "^14.1.0",
60+
"@material/tab-bar": "^14.1.0",
61+
"@material/tab-indicator": "^14.1.0",
62+
"@material/tab-scroller": "^14.1.0",
63+
"@material/textfield": "^14.1.0",
64+
"@material/theme": "^14.1.0",
65+
"@material/tokens": "^14.1.0",
66+
"@material/tooltip": "^14.1.0",
67+
"@material/top-app-bar": "^14.1.0",
68+
"@material/touch-target": "^14.1.0",
69+
"@material/typography": "^14.1.0"
7070
}
7171
}

packages/mdc-animation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/animation",
33
"description": "Animation Variables and Mixins used by Material Components for the web",
4-
"version": "14.0.0",
4+
"version": "14.1.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",

packages/mdc-auto-init/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/auto-init",
33
"description": "Declarative, easy-to-use auto-initialization for Material Components for the web",
4-
"version": "14.0.0",
4+
"version": "14.1.0",
55
"main": "dist/mdc.autoInit.js",
66
"module": "index.js",
77
"sideEffects": false,
@@ -12,7 +12,7 @@
1212
"directory": "packages/mdc-auto-init"
1313
},
1414
"dependencies": {
15-
"@material/base": "^14.0.0",
15+
"@material/base": "^14.1.0",
1616
"tslib": "^2.1.0"
1717
}
1818
}

packages/mdc-banner/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/banner",
33
"description": "The Material Components Web banner component.",
4-
"version": "14.0.0",
4+
"version": "14.1.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -17,17 +17,17 @@
1717
"directory": "packages/mdc-banner"
1818
},
1919
"dependencies": {
20-
"@material/base": "^14.0.0",
21-
"@material/button": "^14.0.0",
22-
"@material/dom": "^14.0.0",
23-
"@material/elevation": "^14.0.0",
24-
"@material/feature-targeting": "^14.0.0",
25-
"@material/ripple": "^14.0.0",
26-
"@material/rtl": "^14.0.0",
27-
"@material/shape": "^14.0.0",
28-
"@material/theme": "^14.0.0",
29-
"@material/tokens": "^14.0.0",
30-
"@material/typography": "^14.0.0",
20+
"@material/base": "^14.1.0",
21+
"@material/button": "^14.1.0",
22+
"@material/dom": "^14.1.0",
23+
"@material/elevation": "^14.1.0",
24+
"@material/feature-targeting": "^14.1.0",
25+
"@material/ripple": "^14.1.0",
26+
"@material/rtl": "^14.1.0",
27+
"@material/shape": "^14.1.0",
28+
"@material/theme": "^14.1.0",
29+
"@material/tokens": "^14.1.0",
30+
"@material/typography": "^14.1.0",
3131
"tslib": "^2.1.0"
3232
},
3333
"publishConfig": {

packages/mdc-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/base",
33
"description": "The set of base classes for Material Components for the web",
4-
"version": "14.0.0",
4+
"version": "14.1.0",
55
"license": "MIT",
66
"main": "dist/mdc.base.js",
77
"module": "index.js",

packages/mdc-button/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/button",
33
"description": "The Material Components for the web button component",
4-
"version": "14.0.0",
4+
"version": "14.1.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -15,18 +15,18 @@
1515
},
1616
"sideEffects": false,
1717
"dependencies": {
18-
"@material/density": "^14.0.0",
19-
"@material/dom": "^14.0.0",
20-
"@material/elevation": "^14.0.0",
21-
"@material/feature-targeting": "^14.0.0",
22-
"@material/focus-ring": "^14.0.0",
23-
"@material/ripple": "^14.0.0",
24-
"@material/rtl": "^14.0.0",
25-
"@material/shape": "^14.0.0",
26-
"@material/theme": "^14.0.0",
27-
"@material/tokens": "^14.0.0",
28-
"@material/touch-target": "^14.0.0",
29-
"@material/typography": "^14.0.0",
18+
"@material/density": "^14.1.0",
19+
"@material/dom": "^14.1.0",
20+
"@material/elevation": "^14.1.0",
21+
"@material/feature-targeting": "^14.1.0",
22+
"@material/focus-ring": "^14.1.0",
23+
"@material/ripple": "^14.1.0",
24+
"@material/rtl": "^14.1.0",
25+
"@material/shape": "^14.1.0",
26+
"@material/theme": "^14.1.0",
27+
"@material/tokens": "^14.1.0",
28+
"@material/touch-target": "^14.1.0",
29+
"@material/typography": "^14.1.0",
3030
"tslib": "^2.1.0"
3131
}
3232
}

packages/mdc-card/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/card",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"description": "The Material Components for the web card component",
55
"license": "MIT",
66
"keywords": [
@@ -15,14 +15,14 @@
1515
},
1616
"sideEffects": false,
1717
"dependencies": {
18-
"@material/dom": "^14.0.0",
19-
"@material/elevation": "^14.0.0",
20-
"@material/feature-targeting": "^14.0.0",
21-
"@material/ripple": "^14.0.0",
22-
"@material/rtl": "^14.0.0",
23-
"@material/shape": "^14.0.0",
24-
"@material/theme": "^14.0.0",
25-
"@material/tokens": "^14.0.0",
18+
"@material/dom": "^14.1.0",
19+
"@material/elevation": "^14.1.0",
20+
"@material/feature-targeting": "^14.1.0",
21+
"@material/ripple": "^14.1.0",
22+
"@material/rtl": "^14.1.0",
23+
"@material/shape": "^14.1.0",
24+
"@material/theme": "^14.1.0",
25+
"@material/tokens": "^14.1.0",
2626
"tslib": "^2.1.0"
2727
}
2828
}

packages/mdc-checkbox/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/checkbox",
33
"description": "The Material Components for the web checkbox component",
4-
"version": "14.0.0",
4+
"version": "14.1.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -17,16 +17,16 @@
1717
"directory": "packages/mdc-checkbox"
1818
},
1919
"dependencies": {
20-
"@material/animation": "^14.0.0",
21-
"@material/base": "^14.0.0",
22-
"@material/density": "^14.0.0",
23-
"@material/dom": "^14.0.0",
24-
"@material/feature-targeting": "^14.0.0",
25-
"@material/focus-ring": "^14.0.0",
26-
"@material/ripple": "^14.0.0",
27-
"@material/rtl": "^14.0.0",
28-
"@material/theme": "^14.0.0",
29-
"@material/touch-target": "^14.0.0",
20+
"@material/animation": "^14.1.0",
21+
"@material/base": "^14.1.0",
22+
"@material/density": "^14.1.0",
23+
"@material/dom": "^14.1.0",
24+
"@material/feature-targeting": "^14.1.0",
25+
"@material/focus-ring": "^14.1.0",
26+
"@material/ripple": "^14.1.0",
27+
"@material/rtl": "^14.1.0",
28+
"@material/theme": "^14.1.0",
29+
"@material/touch-target": "^14.1.0",
3030
"tslib": "^2.1.0"
3131
}
3232
}

packages/mdc-chips/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/chips",
33
"description": "The Material Components for the Web chips component",
4-
"version": "14.0.0",
4+
"version": "14.1.0",
55
"license": "MIT",
66
"main": "dist/mdc.chips.js",
77
"module": "index.js",
@@ -20,21 +20,21 @@
2020
"access": "public"
2121
},
2222
"dependencies": {
23-
"@material/animation": "^14.0.0",
24-
"@material/base": "^14.0.0",
25-
"@material/checkbox": "^14.0.0",
26-
"@material/density": "^14.0.0",
27-
"@material/dom": "^14.0.0",
28-
"@material/elevation": "^14.0.0",
29-
"@material/feature-targeting": "^14.0.0",
30-
"@material/focus-ring": "^14.0.0",
31-
"@material/ripple": "^14.0.0",
32-
"@material/rtl": "^14.0.0",
33-
"@material/shape": "^14.0.0",
34-
"@material/theme": "^14.0.0",
35-
"@material/tokens": "^14.0.0",
36-
"@material/touch-target": "^14.0.0",
37-
"@material/typography": "^14.0.0",
23+
"@material/animation": "^14.1.0",
24+
"@material/base": "^14.1.0",
25+
"@material/checkbox": "^14.1.0",
26+
"@material/density": "^14.1.0",
27+
"@material/dom": "^14.1.0",
28+
"@material/elevation": "^14.1.0",
29+
"@material/feature-targeting": "^14.1.0",
30+
"@material/focus-ring": "^14.1.0",
31+
"@material/ripple": "^14.1.0",
32+
"@material/rtl": "^14.1.0",
33+
"@material/shape": "^14.1.0",
34+
"@material/theme": "^14.1.0",
35+
"@material/tokens": "^14.1.0",
36+
"@material/touch-target": "^14.1.0",
37+
"@material/typography": "^14.1.0",
3838
"safevalues": "^0.3.4",
3939
"tslib": "^2.1.0"
4040
}
+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/circular-progress",
33
"description": "The Material Components for the web circular progress component",
4-
"version": "14.0.0",
4+
"version": "14.1.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -17,13 +17,13 @@
1717
"directory": "packages/mdc-circular-progress"
1818
},
1919
"dependencies": {
20-
"@material/animation": "^14.0.0",
21-
"@material/base": "^14.0.0",
22-
"@material/dom" : "^14.0.0",
23-
"@material/feature-targeting": "^14.0.0",
24-
"@material/progress-indicator": "^14.0.0",
25-
"@material/rtl": "^14.0.0",
26-
"@material/theme": "^14.0.0",
20+
"@material/animation": "^14.1.0",
21+
"@material/base": "^14.1.0",
22+
"@material/dom": "^14.1.0",
23+
"@material/feature-targeting": "^14.1.0",
24+
"@material/progress-indicator": "^14.1.0",
25+
"@material/rtl": "^14.1.0",
26+
"@material/theme": "^14.1.0",
2727
"tslib": "^2.1.0"
2828
}
2929
}

0 commit comments

Comments
 (0)