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

Commit 0d1ef4e

Browse files
author
Material Web Team
authored
chore: Release
1 parent 9bfd12f commit 0d1ef4e

File tree

53 files changed

+462
-438
lines changed

Some content is hidden

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

53 files changed

+462
-438
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [14.1.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v14.1.0) (2022-06-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **button:** Refactored HCM focus ring into a base style with display: none so mixins can be applied to both a visible non-HCM ring and the HCM ring without extra specificity to override ripple-theme.focus selectors ([6a61d62](https://github.com/material-components/material-components-web/commit/6a61d62f6b2b1f6b4bcf7477bdad46ba4139e5c8))
12+
* **iconbutton:** Apply icon-size theme-styles properly for font icons. ([77cf00e](https://github.com/material-components/material-components-web/commit/77cf00e3767e7ae73fd704e55830ceda8b71fdc9))
13+
* **iconbutton:** Extract focus ring display properties into static styles to prevent customization via density mixins from overriding focus ring display conditions ([3c7b844](https://github.com/material-components/material-components-web/commit/3c7b844c2a27c678d9be5e93f9845dd8efda5835))
14+
* **list:** behavior in case of changing focus from -1 to -1 with forceUpdate: true ([ae278a2](https://github.com/material-components/material-components-web/commit/ae278a2fe94fdb8c5d0716fb34cbe84a691d6146))
15+
* **text-field:** Update textfield icons to allow spacebar keypresses to trigger an interaction ([c0a11ef](https://github.com/material-components/material-components-web/commit/c0a11ef0d000a098fd0c372be8f12d6a99302855))
16+
17+
18+
### Features
19+
20+
* **data-table:** Include modifier keys in MDC data table row click event data ([5b40eb9](https://github.com/material-components/material-components-web/commit/5b40eb9886f63aa9d8e8d571fb7aedeaf3d97892))
21+
* **dialog:** Add display mixin ([bebf5bf](https://github.com/material-components/material-components-web/commit/bebf5bfdf0ca880e6ce4a4b8c2f13f62bf433abe))
22+
* **list:** Added boilerplate code for list theming API implementation ([df47894](https://github.com/material-components/material-components-web/commit/df47894dbe5132b66af0df9c53a54d7d1030f397))
23+
* **list:** Added Theming API to MDC list ([b18a873](https://github.com/material-components/material-components-web/commit/b18a873dcb2800b3263d7636e829fa94b3c12d6d))
24+
* **tooltip:** Adding side positioning options for plain tooltips. ([ba9c296](https://github.com/material-components/material-components-web/commit/ba9c29637109e300121c79a902df12310d9cf9fe))
25+
26+
27+
28+
29+
630
# [14.0.0](https://github.com/material-components/material-components-web/compare/v13.0.0...v14.0.0) (2022-04-27)
731

832

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
+50-50
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,54 +17,54 @@
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-ring": "^14.0.0",
39-
"@material/form-field": "^14.0.0",
40-
"@material/icon-button": "^14.0.0",
41-
"@material/image-list": "^14.0.0",
42-
"@material/layout-grid": "^14.0.0",
43-
"@material/line-ripple": "^14.0.0",
44-
"@material/linear-progress": "^14.0.0",
45-
"@material/list": "^14.0.0",
46-
"@material/menu": "^14.0.0",
47-
"@material/menu-surface": "^14.0.0",
48-
"@material/notched-outline": "^14.0.0",
49-
"@material/radio": "^14.0.0",
50-
"@material/ripple": "^14.0.0",
51-
"@material/rtl": "^14.0.0",
52-
"@material/segmented-button": "^14.0.0",
53-
"@material/select": "^14.0.0",
54-
"@material/shape": "^14.0.0",
55-
"@material/slider": "^14.0.0",
56-
"@material/snackbar": "^14.0.0",
57-
"@material/switch": "^14.0.0",
58-
"@material/tab": "^14.0.0",
59-
"@material/tab-bar": "^14.0.0",
60-
"@material/tab-indicator": "^14.0.0",
61-
"@material/tab-scroller": "^14.0.0",
62-
"@material/textfield": "^14.0.0",
63-
"@material/theme": "^14.0.0",
64-
"@material/tokens": "^14.0.0",
65-
"@material/tooltip": "^14.0.0",
66-
"@material/top-app-bar": "^14.0.0",
67-
"@material/touch-target": "^14.0.0",
68-
"@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-ring": "^14.1.0",
39+
"@material/form-field": "^14.1.0",
40+
"@material/icon-button": "^14.1.0",
41+
"@material/image-list": "^14.1.0",
42+
"@material/layout-grid": "^14.1.0",
43+
"@material/line-ripple": "^14.1.0",
44+
"@material/linear-progress": "^14.1.0",
45+
"@material/list": "^14.1.0",
46+
"@material/menu": "^14.1.0",
47+
"@material/menu-surface": "^14.1.0",
48+
"@material/notched-outline": "^14.1.0",
49+
"@material/radio": "^14.1.0",
50+
"@material/ripple": "^14.1.0",
51+
"@material/rtl": "^14.1.0",
52+
"@material/segmented-button": "^14.1.0",
53+
"@material/select": "^14.1.0",
54+
"@material/shape": "^14.1.0",
55+
"@material/slider": "^14.1.0",
56+
"@material/snackbar": "^14.1.0",
57+
"@material/switch": "^14.1.0",
58+
"@material/tab": "^14.1.0",
59+
"@material/tab-bar": "^14.1.0",
60+
"@material/tab-indicator": "^14.1.0",
61+
"@material/tab-scroller": "^14.1.0",
62+
"@material/textfield": "^14.1.0",
63+
"@material/theme": "^14.1.0",
64+
"@material/tokens": "^14.1.0",
65+
"@material/tooltip": "^14.1.0",
66+
"@material/top-app-bar": "^14.1.0",
67+
"@material/touch-target": "^14.1.0",
68+
"@material/typography": "^14.1.0"
6969
}
7070
}

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

+8-8
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,13 +15,13 @@
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",
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",
2525
"tslib": "^2.1.0"
2626
}
2727
}

packages/mdc-checkbox/package.json

+10-10
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,15 +17,15 @@
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/theme": "^14.0.0",
28-
"@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/theme": "^14.1.0",
28+
"@material/touch-target": "^14.1.0",
2929
"tslib": "^2.1.0"
3030
}
3131
}

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
"tslib": "^2.1.0"
3939
}
4040
}

0 commit comments

Comments
 (0)