Skip to content

Commit 637e16a

Browse files
committed
4.0.2 - Update for mui 4.7.2
1 parent 959ee3c commit 637e16a

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
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
@@ -75,6 +83,7 @@
7583
#### 0.14.7
7684

7785
* Allow `children` prop for `Select`
86+
7887
</details>
7988

8089
### 0.13.0 - 2019-01-15
@@ -91,6 +100,7 @@
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
@@ -108,6 +118,7 @@
108118
#### 0.12.2
109119

110120
* Select: use Any for `props.value` type
121+
111122
</details>
112123

113124
### 0.11.0 - 2018-12-27

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This library includes Haxe externs for all components from
1111
## Compatibility table
1212

1313
Current 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
4747
Install 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

5353
Optionally, install lab components too:

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": "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": [],

0 commit comments

Comments
 (0)