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

Commit 7cf30b6

Browse files
author
Matt Goo
committed
chore: Publish
1 parent 4f36078 commit 7cf30b6

File tree

32 files changed

+137
-79
lines changed

32 files changed

+137
-79
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [0.15.0](https://github.com/material-components/material-components-web-react/compare/v0.14.0...v0.15.0) (2019-07-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **infrastructure:** chips need unique key ([#974](https://github.com/material-components/material-components-web-react/issues/974)) ([58408c8](https://github.com/material-components/material-components-web-react/commit/58408c8))
7+
* **infrastructure:** add eslint ignore lines ([#973](https://github.com/material-components/material-components-web-react/issues/973)) ([7172019](https://github.com/material-components/material-components-web-react/commit/7172019))
8+
* **list:** Only apply aria-orientation with role ([#945](https://github.com/material-components/material-components-web-react/issues/945)) ([beab319](https://github.com/material-components/material-components-web-react/commit/beab319))
9+
* **list:** Remove selected & activated from prop spread ([#977](https://github.com/material-components/material-components-web-react/issues/977)) ([4f36078](https://github.com/material-components/material-components-web-react/commit/4f36078))
10+
* **ripple:** broken relative imports ([#953](https://github.com/material-components/material-components-web-react/issues/953)) ([aabe0c1](https://github.com/material-components/material-components-web-react/commit/aabe0c1))
11+
12+
13+
### Features
14+
15+
* **list:** Implement getAttributeForElementIndex ([#948](https://github.com/material-components/material-components-web-react/issues/948)) ([00f2ef1](https://github.com/material-components/material-components-web-react/commit/00f2ef1))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* **list:** 'orientation` is now used instead of 'aria-orientation' to specify list orientation.
21+
This allows smarter aria defaults that can be overridden if needed.
22+
23+
24+
125
# [0.14.1](https://github.com/material-components/material-components-web-react/compare/v0.14.0...v0.14.1) (2019-07-02)
226

327

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"packages": [
1111
"packages/*"
1212
],
13-
"version": "0.14.1"
13+
"version": "0.15.0"
1414
}

package-lock.json

+55-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/button/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-button",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"description": "Material Components React Button",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@material/button": "^1.1.0",
25-
"@material/react-ripple": "^0.14.1",
25+
"@material/react-ripple": "^0.15.0",
2626
"classnames": "^2.2.6"
2727
},
2828
"publishConfig": {

packages/card/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-card",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"description": "Material Components React Card",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@material/card": "^2.1.1",
25-
"@material/react-ripple": "^0.14.1",
25+
"@material/react-ripple": "^0.15.0",
2626
"classnames": "^2.2.6"
2727
},
2828
"publishConfig": {

packages/checkbox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-checkbox",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"description": "Material Components React Checkbox",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@material/checkbox": "^2.1.1",
24-
"@material/react-ripple": "^0.14.1",
24+
"@material/react-ripple": "^0.15.0",
2525
"classnames": "^2.2.6"
2626
},
2727
"publishConfig": {

0 commit comments

Comments
 (0)