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 Jun 29, 2022
1 parent 764de22 commit 4f32848
Show file tree
Hide file tree
Showing 53 changed files with 462 additions and 438 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
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-06-29)


### 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))
* **iconbutton:** Apply icon-size theme-styles properly for font icons. ([77cf00e](https://github.com/material-components/material-components-web/commit/77cf00e3767e7ae73fd704e55830ceda8b71fdc9))
* **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))
* **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))
* **list:** Added boilerplate code for list theming API implementation ([df47894](https://github.com/material-components/material-components-web/commit/df47894dbe5132b66af0df9c53a54d7d1030f397))
* **list:** Added Theming API to MDC list ([b18a873](https://github.com/material-components/material-components-web/commit/b18a873dcb2800b3263d7636e829fa94b3c12d6d))
* **tooltip:** Adding side positioning options for plain tooltips. ([ba9c296](https://github.com/material-components/material-components-web/commit/ba9c29637109e300121c79a902df12310d9cf9fe))





# [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"
}
}
Loading

0 comments on commit 4f32848

Please sign in to comment.