Skip to content

Commit 35c06ee

Browse files
committed
3.9.2
1 parent 3c04b90 commit 35c06ee

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99

1010
* Add all icons from `@material-ui/icons` version `3.0.2`
1111

12+
### 3.9.2
13+
14+
* Expose components styles API
15+
* Add CI for components styles API (and class keys)
16+
* Fix class keys for some components
17+
* Remove `TouchRipple`
18+
1219
## 0.14.0 - 2019-01-29
1320

1421
* Rewrite base props for all components to avoid some blocking issues

haxelib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "material-ui",
33
"description": "Material UI - React components that implement Google's Material Design",
4-
"version": "3.9.1",
5-
"releasenote": "Add all icons from mui-icons 3.0.2 (See CHANGELOG.md)",
4+
"version": "3.9.2",
5+
"releasenote": "Add components styles API, classkey fixes (See CHANGELOG.md)",
66
"url": "https://gitlab.com/k-labz/haxe-oss/haxe-material-ui",
77
"license": "MIT",
88
"tags": [],

0 commit comments

Comments
 (0)