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

Commit a468f02

Browse files
author
Matt Goo
committed
chore: Publish
1 parent ea04dc6 commit a468f02

File tree

26 files changed

+74
-47
lines changed

26 files changed

+74
-47
lines changed

CHANGELOG.md

+22-2
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,37 @@
11
<a name=""></a>
2-
# [](https://github.com/material-components/material-components-web-react/compare/v0.6.0...v) (2018-10-25)
2+
# [](https://github.com/material-components/material-components-web-react/compare/v0.6.0...v) (2018-11-07)
33

44

55
### Bug Fixes
66

7-
* **top-app-bar:** add FixedAdjust to npmignore. ([5d3c618](https://github.com/material-components/material-components-web-react/commit/5d3c618))
7+
* **checkbox:** add focusable=false to svg for a11y ([#375](https://github.com/material-components/material-components-web-react/issues/375)) ([c7f3b97](https://github.com/material-components/material-components-web-react/commit/c7f3b97))
8+
* **drawer:** update readme and screenshots to support below top app bar ([#397](https://github.com/material-components/material-components-web-react/issues/397)) ([90adbbe](https://github.com/material-components/material-components-web-react/commit/90adbbe))
9+
* **infrastructure:** increase screenshot timeout to decrease flakes ([#373](https://github.com/material-components/material-components-web-react/issues/373)) ([e96ca10](https://github.com/material-components/material-components-web-react/commit/e96ca10))
10+
* **layout-grid:** remove unit test console warnings ([#379](https://github.com/material-components/material-components-web-react/issues/379)) ([408cdd2](https://github.com/material-components/material-components-web-react/commit/408cdd2))
11+
* **list:** selectedIndex 0 isn't working ([#387](https://github.com/material-components/material-components-web-react/issues/387)) ([4e62aae](https://github.com/material-components/material-components-web-react/commit/4e62aae))
12+
* **text-field:** added reference to input element ([#414](https://github.com/material-components/material-components-web-react/issues/414)) ([ea04dc6](https://github.com/material-components/material-components-web-react/commit/ea04dc6))
13+
* **text-field:** allow for input isValid override ([#374](https://github.com/material-components/material-components-web-react/issues/374)) ([7872856](https://github.com/material-components/material-components-web-react/commit/7872856))
14+
* **text-field:** put foundation on state and do render input unless foundation is present ([#353](https://github.com/material-components/material-components-web-react/issues/353)) ([2cb5d64](https://github.com/material-components/material-components-web-react/commit/2cb5d64))
15+
* **text-field:** remove foundation.setValue call during onChange ([#350](https://github.com/material-components/material-components-web-react/issues/350)) ([36469f7](https://github.com/material-components/material-components-web-react/commit/36469f7))
16+
* **top-app-bar:** add FixedAdjust to npmignore ([#371](https://github.com/material-components/material-components-web-react/issues/371)) ([d4ad675](https://github.com/material-components/material-components-web-react/commit/d4ad675))
17+
* **top-app-bar:** allow react elements in title ([#376](https://github.com/material-components/material-components-web-react/issues/376)) ([f6da361](https://github.com/material-components/material-components-web-react/commit/f6da361))
18+
19+
20+
### Code Refactoring
21+
22+
* **list:** Refactor list item management ([#413](https://github.com/material-components/material-components-web-react/issues/413)) ([1f563d3](https://github.com/material-components/material-components-web-react/commit/1f563d3))
823

924

1025
### Features
1126

1227
* **infrastructure:** add verify pkg main to dist script ([#320](https://github.com/material-components/material-components-web-react/issues/320)) ([459c6dd](https://github.com/material-components/material-components-web-react/commit/459c6dd))
1328

1429

30+
### BREAKING CHANGES
31+
32+
* **list:** Event handlers moved from list to list item. New props on list item for focus, follow href, toggle checkbox, and classnames/attributes passed down from list. Remove ID prop from list item.
33+
34+
1535

1636
<a name="0.6.0"></a>
1737
# [0.6.0](https://github.com/material-components/material-components-web-react/compare/v0.5.1...v0.6.0) (2018-10-24)

lerna.json

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

package-lock.json

+12-5
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.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Button",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@material/button": "^0.40.1",
20-
"@material/react-ripple": "^0.6.1",
20+
"@material/react-ripple": "^0.6.2",
2121
"classnames": "^2.2.5",
2222
"prop-types": "^15.6.1",
2323
"react": "^16.4.2"

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.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Card",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@material/card": "^0.40.1",
20-
"@material/react-ripple": "^0.6.1",
20+
"@material/react-ripple": "^0.6.2",
2121
"classnames": "^2.2.5",
2222
"prop-types": "^15.6.1",
2323
"react": "^16.4.2"

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.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Checkbox",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@material/checkbox": "^0.40.1",
19-
"@material/react-ripple": "^0.6.1",
19+
"@material/react-ripple": "^0.6.2",
2020
"classnames": "^2.2.5",
2121
"prop-types": "^15.6.1",
2222
"react": "^16.3.2"

packages/chips/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-chips",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Chips",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/drawer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-drawer",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Drawer",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/fab/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-fab",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Floating Action Button (FAB)",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@material/fab": "^0.40.1",
20-
"@material/react-ripple": "^0.6.1",
20+
"@material/react-ripple": "^0.6.2",
2121
"classnames": "^2.2.5",
2222
"prop-types": "^15.6.1",
2323
"react": "^16.4.2"

packages/floating-label/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-floating-label",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Floating Label",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/icon-button/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-icon-button",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Icon Button",
55
"license": "Apache-2.0",
66
"main": "dist/index.js",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@material/icon-button": "^0.40.1",
20-
"@material/react-ripple": "^0.6.1",
20+
"@material/react-ripple": "^0.6.2",
2121
"classnames": "^2.2.5",
2222
"prop-types": "^15.6.1",
2323
"react": "^16.3.2"

packages/layout-grid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-layout-grid",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Layout Grid",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/line-ripple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-line-ripple",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Line Ripple",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/list/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-list",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React List",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/material-icon/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-material-icon",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Material Icon",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/material-components/material-components-web-react.git"
1717
},
1818
"dependencies": {
19-
"@material/react-ripple": "^0.6.1",
19+
"@material/react-ripple": "^0.6.2",
2020
"classnames": "^2.2.5",
2121
"prop-types": "^15.6.1",
2222
"react": "^16.4.2"

packages/menu-surface/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-menu-surface",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Menu Surface",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/notched-outline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-notched-outline",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Componens React Notched Outline",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/ripple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-ripple",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Ripple",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/select/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-select",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Select",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -15,9 +15,9 @@
1515
"url": "https://github.com/material-components/material-components-web-react.git"
1616
},
1717
"dependencies": {
18-
"@material/react-floating-label": "^0.6.1",
19-
"@material/react-line-ripple": "^0.6.1",
20-
"@material/react-notched-outline": "^0.6.1",
18+
"@material/react-floating-label": "^0.6.2",
19+
"@material/react-line-ripple": "^0.6.2",
20+
"@material/react-notched-outline": "^0.6.2",
2121
"@material/select": "^0.40.1",
2222
"classnames": "^2.2.5",
2323
"prop-types": "^15.6.1",

packages/switch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-switch",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Switch",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/material-components/material-components-web-react.git"
1616
},
1717
"dependencies": {
18-
"@material/react-ripple": "^0.6.1",
18+
"@material/react-ripple": "^0.6.2",
1919
"@material/ripple": "^0.40.1",
2020
"@material/switch": "^0.40.1",
2121
"classnames": "^2.2.5",

packages/tab-bar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-tab-bar",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Tab Bar",
55
"license": "Apache-2.0",
66
"main": "dist/index.js",
@@ -17,7 +17,7 @@
1717
"url": "https://github.com/material-components/material-components-web-react.git"
1818
},
1919
"dependencies": {
20-
"@material/react-tab-scroller": "^0.6.1",
20+
"@material/react-tab-scroller": "^0.6.2",
2121
"@material/tab-bar": "^0.40.1",
2222
"classnames": "^2.2.5",
2323
"prop-types": "^15.6.1",

packages/tab-indicator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-tab-indicator",
3-
"version": "0.6.0",
3+
"version": "0.6.2",
44
"description": "Material Components React Tab Indicator",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/tab-scroller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-tab-scroller",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Tab Scroller",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/tab/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-tab",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Tab",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -16,8 +16,8 @@
1616
"url": "https://github.com/material-components/material-components-web-react.git"
1717
},
1818
"dependencies": {
19-
"@material/react-ripple": "^0.6.1",
20-
"@material/react-tab-indicator": "^0.6.0",
19+
"@material/react-ripple": "^0.6.2",
20+
"@material/react-tab-indicator": "^0.6.2",
2121
"@material/tab": "^0.40.1",
2222
"classnames": "^2.2.5",
2323
"prop-types": "^15.6.1",

packages/text-field/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-text-field",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Material Components React Text Field",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -16,9 +16,9 @@
1616
"url": "https://github.com/material-components/material-components-web-react.git"
1717
},
1818
"dependencies": {
19-
"@material/react-floating-label": "^0.6.1",
20-
"@material/react-line-ripple": "^0.6.1",
21-
"@material/react-notched-outline": "^0.6.1",
19+
"@material/react-floating-label": "^0.6.2",
20+
"@material/react-line-ripple": "^0.6.2",
21+
"@material/react-notched-outline": "^0.6.2",
2222
"@material/textfield": "^0.40.1",
2323
"classnames": "^2.2.5",
2424
"prop-types": "^15.6.1",

0 commit comments

Comments
 (0)