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

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Material Web Team authored May 20, 2022
1 parent f807e79 commit 466c3fc
Show file tree
Hide file tree
Showing 53 changed files with 456 additions and 437 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.1.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v14.1.0) (2022-05-20)


### Bug Fixes

* **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))
* **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))
* **text-field:** Update textfield icons to allow spacebar keypresses to trigger an interaction ([c0a11ef](https://github.com/material-components/material-components-web/commit/c0a11ef0d000a098fd0c372be8f12d6a99302855))


### Features

* **data-table:** Include modifier keys in MDC data table row click event data ([5b40eb9](https://github.com/material-components/material-components-web/commit/5b40eb9886f63aa9d8e8d571fb7aedeaf3d97892))
* **dialog:** Add display mixin ([bebf5bf](https://github.com/material-components/material-components-web/commit/bebf5bfdf0ca880e6ce4a4b8c2f13f62bf433abe))





# [14.0.0](https://github.com/material-components/material-components-web/compare/v13.0.0...v14.0.0) (2022-04-27)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "14.0.0",
"version": "14.1.0",
"command": {
"version": {
"conventionalCommits": true
Expand Down
100 changes: 50 additions & 50 deletions packages/material-components-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "material-components-web",
"description": "Modular and customizable Material Design UI components for the web",
"version": "14.0.0",
"version": "14.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -17,54 +17,54 @@
"directory": "packages/material-components-web"
},
"dependencies": {
"@material/animation": "^14.0.0",
"@material/auto-init": "^14.0.0",
"@material/banner": "^14.0.0",
"@material/base": "^14.0.0",
"@material/button": "^14.0.0",
"@material/card": "^14.0.0",
"@material/checkbox": "^14.0.0",
"@material/chips": "^14.0.0",
"@material/circular-progress": "^14.0.0",
"@material/data-table": "^14.0.0",
"@material/density": "^14.0.0",
"@material/dialog": "^14.0.0",
"@material/dom": "^14.0.0",
"@material/drawer": "^14.0.0",
"@material/elevation": "^14.0.0",
"@material/fab": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/floating-label": "^14.0.0",
"@material/focus-ring": "^14.0.0",
"@material/form-field": "^14.0.0",
"@material/icon-button": "^14.0.0",
"@material/image-list": "^14.0.0",
"@material/layout-grid": "^14.0.0",
"@material/line-ripple": "^14.0.0",
"@material/linear-progress": "^14.0.0",
"@material/list": "^14.0.0",
"@material/menu": "^14.0.0",
"@material/menu-surface": "^14.0.0",
"@material/notched-outline": "^14.0.0",
"@material/radio": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/segmented-button": "^14.0.0",
"@material/select": "^14.0.0",
"@material/shape": "^14.0.0",
"@material/slider": "^14.0.0",
"@material/snackbar": "^14.0.0",
"@material/switch": "^14.0.0",
"@material/tab": "^14.0.0",
"@material/tab-bar": "^14.0.0",
"@material/tab-indicator": "^14.0.0",
"@material/tab-scroller": "^14.0.0",
"@material/textfield": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/tokens": "^14.0.0",
"@material/tooltip": "^14.0.0",
"@material/top-app-bar": "^14.0.0",
"@material/touch-target": "^14.0.0",
"@material/typography": "^14.0.0"
"@material/animation": "^14.1.0",
"@material/auto-init": "^14.1.0",
"@material/banner": "^14.1.0",
"@material/base": "^14.1.0",
"@material/button": "^14.1.0",
"@material/card": "^14.1.0",
"@material/checkbox": "^14.1.0",
"@material/chips": "^14.1.0",
"@material/circular-progress": "^14.1.0",
"@material/data-table": "^14.1.0",
"@material/density": "^14.1.0",
"@material/dialog": "^14.1.0",
"@material/dom": "^14.1.0",
"@material/drawer": "^14.1.0",
"@material/elevation": "^14.1.0",
"@material/fab": "^14.1.0",
"@material/feature-targeting": "^14.1.0",
"@material/floating-label": "^14.1.0",
"@material/focus-ring": "^14.1.0",
"@material/form-field": "^14.1.0",
"@material/icon-button": "^14.1.0",
"@material/image-list": "^14.1.0",
"@material/layout-grid": "^14.1.0",
"@material/line-ripple": "^14.1.0",
"@material/linear-progress": "^14.1.0",
"@material/list": "^14.1.0",
"@material/menu": "^14.1.0",
"@material/menu-surface": "^14.1.0",
"@material/notched-outline": "^14.1.0",
"@material/radio": "^14.1.0",
"@material/ripple": "^14.1.0",
"@material/rtl": "^14.1.0",
"@material/segmented-button": "^14.1.0",
"@material/select": "^14.1.0",
"@material/shape": "^14.1.0",
"@material/slider": "^14.1.0",
"@material/snackbar": "^14.1.0",
"@material/switch": "^14.1.0",
"@material/tab": "^14.1.0",
"@material/tab-bar": "^14.1.0",
"@material/tab-indicator": "^14.1.0",
"@material/tab-scroller": "^14.1.0",
"@material/textfield": "^14.1.0",
"@material/theme": "^14.1.0",
"@material/tokens": "^14.1.0",
"@material/tooltip": "^14.1.0",
"@material/top-app-bar": "^14.1.0",
"@material/touch-target": "^14.1.0",
"@material/typography": "^14.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/mdc-animation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/animation",
"description": "Animation Variables and Mixins used by Material Components for the web",
"version": "14.0.0",
"version": "14.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-auto-init/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/auto-init",
"description": "Declarative, easy-to-use auto-initialization for Material Components for the web",
"version": "14.0.0",
"version": "14.1.0",
"main": "dist/mdc.autoInit.js",
"module": "index.js",
"sideEffects": false,
Expand All @@ -12,7 +12,7 @@
"directory": "packages/mdc-auto-init"
},
"dependencies": {
"@material/base": "^14.0.0",
"@material/base": "^14.1.0",
"tslib": "^2.1.0"
}
}
24 changes: 12 additions & 12 deletions packages/mdc-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/banner",
"description": "The Material Components Web banner component.",
"version": "14.0.0",
"version": "14.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -17,17 +17,17 @@
"directory": "packages/mdc-banner"
},
"dependencies": {
"@material/base": "^14.0.0",
"@material/button": "^14.0.0",
"@material/dom": "^14.0.0",
"@material/elevation": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/shape": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/tokens": "^14.0.0",
"@material/typography": "^14.0.0",
"@material/base": "^14.1.0",
"@material/button": "^14.1.0",
"@material/dom": "^14.1.0",
"@material/elevation": "^14.1.0",
"@material/feature-targeting": "^14.1.0",
"@material/ripple": "^14.1.0",
"@material/rtl": "^14.1.0",
"@material/shape": "^14.1.0",
"@material/theme": "^14.1.0",
"@material/tokens": "^14.1.0",
"@material/typography": "^14.1.0",
"tslib": "^2.1.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mdc-base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/base",
"description": "The set of base classes for Material Components for the web",
"version": "14.0.0",
"version": "14.1.0",
"license": "MIT",
"main": "dist/mdc.base.js",
"module": "index.js",
Expand Down
26 changes: 13 additions & 13 deletions packages/mdc-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/button",
"description": "The Material Components for the web button component",
"version": "14.0.0",
"version": "14.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -15,18 +15,18 @@
},
"sideEffects": false,
"dependencies": {
"@material/density": "^14.0.0",
"@material/dom": "^14.0.0",
"@material/elevation": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/focus-ring": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/shape": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/tokens": "^14.0.0",
"@material/touch-target": "^14.0.0",
"@material/typography": "^14.0.0",
"@material/density": "^14.1.0",
"@material/dom": "^14.1.0",
"@material/elevation": "^14.1.0",
"@material/feature-targeting": "^14.1.0",
"@material/focus-ring": "^14.1.0",
"@material/ripple": "^14.1.0",
"@material/rtl": "^14.1.0",
"@material/shape": "^14.1.0",
"@material/theme": "^14.1.0",
"@material/tokens": "^14.1.0",
"@material/touch-target": "^14.1.0",
"@material/typography": "^14.1.0",
"tslib": "^2.1.0"
}
}
16 changes: 8 additions & 8 deletions packages/mdc-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/card",
"version": "14.0.0",
"version": "14.1.0",
"description": "The Material Components for the web card component",
"license": "MIT",
"keywords": [
Expand All @@ -15,13 +15,13 @@
},
"sideEffects": false,
"dependencies": {
"@material/dom": "^14.0.0",
"@material/elevation": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/shape": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/dom": "^14.1.0",
"@material/elevation": "^14.1.0",
"@material/feature-targeting": "^14.1.0",
"@material/ripple": "^14.1.0",
"@material/rtl": "^14.1.0",
"@material/shape": "^14.1.0",
"@material/theme": "^14.1.0",
"tslib": "^2.1.0"
}
}
20 changes: 10 additions & 10 deletions packages/mdc-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/checkbox",
"description": "The Material Components for the web checkbox component",
"version": "14.0.0",
"version": "14.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -17,15 +17,15 @@
"directory": "packages/mdc-checkbox"
},
"dependencies": {
"@material/animation": "^14.0.0",
"@material/base": "^14.0.0",
"@material/density": "^14.0.0",
"@material/dom": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/focus-ring": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/touch-target": "^14.0.0",
"@material/animation": "^14.1.0",
"@material/base": "^14.1.0",
"@material/density": "^14.1.0",
"@material/dom": "^14.1.0",
"@material/feature-targeting": "^14.1.0",
"@material/focus-ring": "^14.1.0",
"@material/ripple": "^14.1.0",
"@material/theme": "^14.1.0",
"@material/touch-target": "^14.1.0",
"tslib": "^2.1.0"
}
}
32 changes: 16 additions & 16 deletions packages/mdc-chips/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/chips",
"description": "The Material Components for the Web chips component",
"version": "14.0.0",
"version": "14.1.0",
"license": "MIT",
"main": "dist/mdc.chips.js",
"module": "index.js",
Expand All @@ -20,21 +20,21 @@
"access": "public"
},
"dependencies": {
"@material/animation": "^14.0.0",
"@material/base": "^14.0.0",
"@material/checkbox": "^14.0.0",
"@material/density": "^14.0.0",
"@material/dom": "^14.0.0",
"@material/elevation": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/focus-ring": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/shape": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/tokens": "^14.0.0",
"@material/touch-target": "^14.0.0",
"@material/typography": "^14.0.0",
"@material/animation": "^14.1.0",
"@material/base": "^14.1.0",
"@material/checkbox": "^14.1.0",
"@material/density": "^14.1.0",
"@material/dom": "^14.1.0",
"@material/elevation": "^14.1.0",
"@material/feature-targeting": "^14.1.0",
"@material/focus-ring": "^14.1.0",
"@material/ripple": "^14.1.0",
"@material/rtl": "^14.1.0",
"@material/shape": "^14.1.0",
"@material/theme": "^14.1.0",
"@material/tokens": "^14.1.0",
"@material/touch-target": "^14.1.0",
"@material/typography": "^14.1.0",
"tslib": "^2.1.0"
}
}
14 changes: 7 additions & 7 deletions packages/mdc-circular-progress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/circular-progress",
"description": "The Material Components for the web circular progress component",
"version": "14.0.0",
"version": "14.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -17,12 +17,12 @@
"directory": "packages/mdc-circular-progress"
},
"dependencies": {
"@material/animation": "^14.0.0",
"@material/base": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/progress-indicator": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/animation": "^14.1.0",
"@material/base": "^14.1.0",
"@material/feature-targeting": "^14.1.0",
"@material/progress-indicator": "^14.1.0",
"@material/rtl": "^14.1.0",
"@material/theme": "^14.1.0",
"tslib": "^2.1.0"
}
}
Loading

0 comments on commit 466c3fc

Please sign in to comment.