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

Commit e95ff65

Browse files
author
Matt Goo
committed
chore: Publish
1 parent c8d023f commit e95ff65

File tree

32 files changed

+98
-64
lines changed

32 files changed

+98
-64
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# [](https://github.com/material-components/material-components-web-react/compare/v0.13.2...v) (2019-06-25)
2+
3+
4+
### Bug Fixes
5+
6+
* master on travis.yml ([#922](https://github.com/material-components/material-components-web-react/issues/922)) ([407de75](https://github.com/material-components/material-components-web-react/commit/407de75))
7+
* **infrastructure:** update docker command to run new image ([#923](https://github.com/material-components/material-components-web-react/issues/923)) ([10a68f6](https://github.com/material-components/material-components-web-react/commit/10a68f6))
8+
* npm vulnerabilities ([#903](https://github.com/material-components/material-components-web-react/issues/903)) ([92a1840](https://github.com/material-components/material-components-web-react/commit/92a1840))
9+
* switch react to peerDependency for all packages ([#940](https://github.com/material-components/material-components-web-react/issues/940)) ([cc06add](https://github.com/material-components/material-components-web-react/commit/cc06add))
10+
* **ripple:** focus style alive when disabled ([#943](https://github.com/material-components/material-components-web-react/issues/943)) ([e222e94](https://github.com/material-components/material-components-web-react/commit/e222e94))
11+
* **ripple:** not activating when clicked after touch ([#932](https://github.com/material-components/material-components-web-react/issues/932)) ([b2f7855](https://github.com/material-components/material-components-web-react/commit/b2f7855))
12+
* **text-field:** label isn't float when set value with setState ([#934](https://github.com/material-components/material-components-web-react/issues/934)) ([f829e12](https://github.com/material-components/material-components-web-react/commit/f829e12))
13+
14+
15+
### chore
16+
17+
* **top-app-bar:** deprecate render props ([#915](https://github.com/material-components/material-components-web-react/issues/915)) ([2541ce2](https://github.com/material-components/material-components-web-react/commit/2541ce2))
18+
19+
20+
### Features
21+
22+
* **infrastructure:** add typescript production typings test ([#900](https://github.com/material-components/material-components-web-react/issues/900)) ([1f7f872](https://github.com/material-components/material-components-web-react/commit/1f7f872))
23+
* **select:** add 'form' attribute to NativeControl component ([#907](https://github.com/material-components/material-components-web-react/issues/907)) ([044117f](https://github.com/material-components/material-components-web-react/commit/044117f))
24+
* **tab:** Allow to render Tab as an anchor node ([#928](https://github.com/material-components/material-components-web-react/issues/928)) ([5108e76](https://github.com/material-components/material-components-web-react/commit/5108e76))
25+
* **text-field:** add placeholder property ([#930](https://github.com/material-components/material-components-web-react/issues/930)) ([0818061](https://github.com/material-components/material-components-web-react/commit/0818061))
26+
27+
28+
### BREAKING CHANGES
29+
30+
* **text-field:** handleValueChange is removed from Input's props.
31+
* **top-app-bar:** Top App Bar render props removed
32+
33+
34+
135
<a name="0.13.2"></a>
236
# [0.13.2](https://github.com/material-components/material-components-web-react/compare/v0.13.0...v0.13.2) (2019-06-11)
337

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"packages": [
1111
"packages/*"
1212
],
13-
"version": "0.13.2"
13+
"version": "0.14.0"
1414
}

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/button/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-button",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Material Components React Button",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@material/button": "^1.1.0",
24-
"@material/react-ripple": "^0.13.0",
24+
"@material/react-ripple": "^0.14.0",
2525
"classnames": "^2.2.6"
2626
},
2727
"publishConfig": {

packages/card/package.json

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

packages/checkbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-checkbox",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Material Components React Checkbox",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@material/checkbox": "^2.1.1",
23-
"@material/react-ripple": "^0.13.0",
23+
"@material/react-ripple": "^0.14.0",
2424
"classnames": "^2.2.6"
2525
},
2626
"publishConfig": {

packages/chips/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-chips",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Material Components React Chips",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@material/chips": "^2.3.0",
26-
"@material/react-ripple": "^0.13.0",
26+
"@material/react-ripple": "^0.14.0",
2727
"classnames": "^2.2.6",
2828
"react-is": "^16.8.6"
2929
},

packages/dialog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-dialog",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Material Components React Dialog",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@material/dialog": "^2.2.0",
2323
"@material/dom": "^1.0.0",
24-
"@material/react-button": "^0.13.0",
24+
"@material/react-button": "^0.14.0",
2525
"classnames": "^2.2.6",
2626
"focus-trap": "^5.0.0"
2727
},

packages/drawer/package.json

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

packages/fab/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/react-fab",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Material Components React Floating Action Button (FAB)",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@material/fab": "^2.1.1",
24-
"@material/react-ripple": "^0.13.0",
24+
"@material/react-ripple": "^0.14.0",
2525
"classnames": "^2.2.6"
2626
},
2727
"publishConfig": {

0 commit comments

Comments
 (0)