File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 3737* Avatar: add fallback classkey
3838* Add size prop to form control components
3939
40+ #### 4.0.3
41+
42+ * Auto-generated tests to ensure classkeys and ` Component.styles() ` are up-to-date
43+ * Fix ` Component.styles() ` API for components not using the theme
44+ * Fix classkeys for some components
45+
4046</details >
4147
4248## Material UI v3.x
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This library includes Haxe externs for all components from
1010
1111## Compatibility table
1212
13- Current version (` 4.0.0 ` ) of ` haxe-material-ui ` is based
13+ Current version (` 4.0.3 ` ) of ` haxe-material-ui ` is based
1414off ` @material-ui/core ` version [ ` 4.7.2 ` ] [ mui-4.7.x-doc ] and
1515` @material-ui/icons ` version ` 4.5.1 ` .
1616
@@ -53,7 +53,7 @@ npm i --save-exact @material-ui/core@4.7.2 @material-ui/icons@4.5.1
5353Optionally, install lab components too:
5454
5555```
56- npm i --save-exact @material-ui/lab@4.0.0-alpha.34
56+ npm i --save-exact @material-ui/lab@4.0.0-alpha.35
5757```
5858
5959## Roadmap
Original file line number Diff line number Diff line change 11{
22 "name" : " material-ui" ,
33 "description" : " Material UI - React components that implement Google's Material Design" ,
4- "version" : " 4.0.2 " ,
5- "releasenote" : " Update for mui 4.7.2 (See CHANGELOG.md)" ,
4+ "version" : " 4.0.3 " ,
5+ "releasenote" : " Component.styles() and classkeys cleanup (See CHANGELOG.md)" ,
66 "url" : " https://gitlab.com/k-labz/haxe-oss/haxe-material-ui" ,
77 "license" : " MIT" ,
88 "tags" : [],
You can’t perform that action at this time.
0 commit comments