Skip to content

Commit

Permalink
4.0.2 - Update for mui 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Dec 7, 2019
1 parent 959ee3c commit 637e16a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@

* Fix compatibility with haxe 3.4.7
* Add CI for haxe 3.4.7

#### 4.0.2

* Update for `4.7.2` release of `@material-ui/core`
* [Lab] Autocomplete: add getOptionSelected() prop
* Avatar: add fallback classkey
* Add size prop to form control components

</details>

## Material UI v3.x
Expand Down Expand Up @@ -75,6 +83,7 @@
#### 0.14.7

* Allow `children` prop for `Select`

</details>

### 0.13.0 - 2019-01-15
Expand All @@ -91,6 +100,7 @@
* Compatibility with [`@material-ui/core 3.9.1`](https://v3-9-1.material-ui.com/versions/)
* Tooltip: use `ReactElement` instead of `ReactFragment` for `children` prop
* TextField: use `Partial` for `InputProps` prop

</details>

### 0.12.0 - 2018-12-31
Expand All @@ -108,6 +118,7 @@
#### 0.12.2

* Select: use Any for `props.value` type

</details>

### 0.11.0 - 2018-12-27
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This library includes Haxe externs for all components from
## Compatibility table

Current version (`4.0.0`) of `haxe-material-ui` is based
off `@material-ui/core` version [`4.7.1`][mui-4.7.x-doc] and
off `@material-ui/core` version [`4.7.2`][mui-4.7.x-doc] and
`@material-ui/icons` version `4.5.1`.

| Haxe Material UI | `@material-ui/core` | `@material-ui/icons` |
Expand Down Expand Up @@ -47,7 +47,7 @@ haxelib install material-ui
Install npm dependencies:

```
npm i --save-exact @material-ui/core@4.7.1 @material-ui/icons@4.5.1
npm i --save-exact @material-ui/core@4.7.2 @material-ui/icons@4.5.1
```

Optionally, install lab components too:
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "material-ui",
"description": "Material UI - React components that implement Google's Material Design",
"version": "4.0.1",
"releasenote": "Ensure compatibility with haxe 3.4.7 (See CHANGELOG.md)",
"version": "4.0.2",
"releasenote": "Update for mui 4.7.2 (See CHANGELOG.md)",
"url": "https://gitlab.com/k-labz/haxe-oss/haxe-material-ui",
"license": "MIT",
"tags": [],
Expand Down

0 comments on commit 637e16a

Please sign in to comment.