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

Commit 52eeb52

Browse files
author
Matt Goo
committed
chore: Publish
1 parent 2c77ab5 commit 52eeb52

File tree

20 files changed

+661
-562
lines changed

20 files changed

+661
-562
lines changed

CHANGELOG.md

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,38 @@
1-
# [](https://github.com/material-components/material-components-web-react/compare/v0.9.2...v) (2019-02-14)
1+
# [](https://github.com/material-components/material-components-web-react/compare/v0.9.3...v) (2019-02-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **button:** Support anchor and button HTML attributes ([#679](https://github.com/material-components/material-components-web-react/issues/679)) ([#680](https://github.com/material-components/material-components-web-react/issues/680)) ([be8790e](https://github.com/material-components/material-components-web-react/commit/be8790e))
7+
* **checkbox:** enable name attribute ([#678](https://github.com/material-components/material-components-web-react/issues/678)) ([2c77ab5](https://github.com/material-components/material-components-web-react/commit/2c77ab5))
8+
* **chips:** ChipSet no longer overwrites handle[Interaction|Select|Re… ([#651](https://github.com/material-components/material-components-web-react/issues/651)) ([e0b0946](https://github.com/material-components/material-components-web-react/commit/e0b0946))
9+
* **chips:** copy selectedChipIds before calling setState ([#645](https://github.com/material-components/material-components-web-react/issues/645)) ([37905d3](https://github.com/material-components/material-components-web-react/commit/37905d3))
10+
* **chips:** id shuold be required prop ([#649](https://github.com/material-components/material-components-web-react/issues/649)) ([afc16c8](https://github.com/material-components/material-components-web-react/commit/afc16c8))
11+
* **infrastructure:** fix source mappings under dist directory ([#682](https://github.com/material-components/material-components-web-react/issues/682)) ([9f93ef3](https://github.com/material-components/material-components-web-react/commit/9f93ef3))
12+
* **infrastructure:** Upgrade resemblejs to v3 ([#634](https://github.com/material-components/material-components-web-react/issues/634)) ([53abeac](https://github.com/material-components/material-components-web-react/commit/53abeac))
13+
* **infrastructure:** Windows development ([#662](https://github.com/material-components/material-components-web-react/issues/662)) ([fbc4b26](https://github.com/material-components/material-components-web-react/commit/fbc4b26))
14+
* **list:** renders a list with children which is not DOM ([#674](https://github.com/material-components/material-components-web-react/issues/674)) ([e66a267](https://github.com/material-components/material-components-web-react/commit/e66a267))
15+
* **ripple:** Ripple triggers twice on mobile ([#646](https://github.com/material-components/material-components-web-react/issues/646)) ([6876e62](https://github.com/material-components/material-components-web-react/commit/6876e62))
16+
* **tab:** return ScrollContentWidth ([#633](https://github.com/material-components/material-components-web-react/issues/633)) ([c4a2a01](https://github.com/material-components/material-components-web-react/commit/c4a2a01))
17+
* **text-field:** Do not import constants from [@material](https://github.com/material)/textfield internals ([#639](https://github.com/material-components/material-components-web-react/issues/639)) ([3b3a0ab](https://github.com/material-components/material-components-web-react/commit/3b3a0ab))
18+
* **top-app-bar:** clientHeight unit test ([#668](https://github.com/material-components/material-components-web-react/issues/668)) ([9c7330b](https://github.com/material-components/material-components-web-react/commit/9c7330b))
19+
20+
21+
### Features
22+
23+
* **chips:** implements missing adapter method notifyTrailingIconInteraction ([#653](https://github.com/material-components/material-components-web-react/issues/653)) ([c5e87a6](https://github.com/material-components/material-components-web-react/commit/c5e87a6))
24+
* **fab:** exited ([#661](https://github.com/material-components/material-components-web-react/issues/661)) ([a646a33](https://github.com/material-components/material-components-web-react/commit/a646a33))
25+
* **infrastructure:** Fix screenshot tests for external contributors and pull requests ([#638](https://github.com/material-components/material-components-web-react/issues/638)) ([3d421b1](https://github.com/material-components/material-components-web-react/commit/3d421b1))
26+
* **snackbar:** new component ([#620](https://github.com/material-components/material-components-web-react/issues/620)) ([63e1fce](https://github.com/material-components/material-components-web-react/commit/63e1fce))
27+
28+
29+
### BREAKING CHANGES
30+
31+
* **chips:** renamed chip.props.removeIcon --> chips.props.trailingIcon
32+
33+
34+
35+
## [0.9.3](https://github.com/material-components/material-components-web-react/compare/v0.9.2...v0.9.3) (2019-02-14)
236

337

438
### Bug Fixes
@@ -9,11 +43,12 @@
943

1044
## [0.9.2](https://github.com/material-components/material-components-web-react/compare/v0.9.1...v0.9.2) (2019-01-30)
1145

12-
### Bug Fixes
13-
* **button:** react-button contains old CSS (v0.9.0) ([#643](https://github.com/material-components/material-components-web-react/issues/643))
46+
1447

1548
## [0.9.1](https://github.com/material-components/material-components-web-react/compare/v0.9.0...v0.9.1) (2019-01-30)
1649

50+
51+
1752
# [0.9.0](https://github.com/material-components/material-components-web-react/compare/v0.8.0...v0.9.0) (2019-01-23)
1853

1954

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.9.3"
13+
"version": "0.10.0"
1414
}

0 commit comments

Comments
 (0)