File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 2929
3030* Fix compatibility with haxe 3.4.7
3131* Add CI for haxe 3.4.7
32+
33+ #### 4.0.2
34+
35+ * Update for ` 4.7.2 ` release of ` @material-ui/core `
36+ * [ Lab] Autocomplete: add getOptionSelected() prop
37+ * Avatar: add fallback classkey
38+ * Add size prop to form control components
39+
3240</details >
3341
3442## Material UI v3.x
7583#### 0.14.7
7684
7785* Allow ` children ` prop for ` Select `
86+
7887</details >
7988
8089### 0.13.0 - 2019-01-15
91100* Compatibility with [ ` @material-ui/core 3.9.1 ` ] ( https://v3-9-1.material-ui.com/versions/ )
92101* Tooltip: use ` ReactElement ` instead of ` ReactFragment ` for ` children ` prop
93102* TextField: use ` Partial ` for ` InputProps ` prop
103+
94104</details >
95105
96106### 0.12.0 - 2018-12-31
108118#### 0.12.2
109119
110120* Select: use Any for ` props.value ` type
121+
111122</details >
112123
113124### 0.11.0 - 2018-12-27
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This library includes Haxe externs for all components from
1111## Compatibility table
1212
1313Current version (` 4.0.0 ` ) of ` haxe-material-ui ` is based
14- off ` @material-ui/core ` version [ ` 4.7.1 ` ] [ mui-4.7.x-doc ] and
14+ off ` @material-ui/core ` version [ ` 4.7.2 ` ] [ mui-4.7.x-doc ] and
1515` @material-ui/icons ` version ` 4.5.1 ` .
1616
1717| Haxe Material UI | ` @material-ui/core ` | ` @material-ui/icons ` |
@@ -47,7 +47,7 @@ haxelib install material-ui
4747Install npm dependencies:
4848
4949```
50- npm i --save-exact @material-ui/core@4.7.1 @material-ui/icons@4.5.1
50+ npm i --save-exact @material-ui/core@4.7.2 @material-ui/icons@4.5.1
5151```
5252
5353Optionally, install lab components too:
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.1 " ,
5- "releasenote" : " Ensure compatibility with haxe 3. 4.7 (See CHANGELOG.md)" ,
4+ "version" : " 4.0.2 " ,
5+ "releasenote" : " Update for mui 4.7.2 (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