Skip to content

Commit

Permalink
4.0.3 - Component.styles() and classkeys cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Dec 8, 2019
1 parent 2d95e07 commit 982ea5d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
* Avatar: add fallback classkey
* Add size prop to form control components

#### 4.0.3

* Auto-generated tests to ensure classkeys and `Component.styles()` are up-to-date
* Fix `Component.styles()` API for components not using the theme
* Fix classkeys for some components

</details>

## Material UI v3.x
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This library includes Haxe externs for all components from

## Compatibility table

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

Expand Down Expand Up @@ -53,7 +53,7 @@ npm i --save-exact @material-ui/[email protected] @material-ui/[email protected]
Optionally, install lab components too:

```
npm i --save-exact @material-ui/[email protected].34
npm i --save-exact @material-ui/[email protected].35
```

## Roadmap
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.2",
"releasenote": "Update for mui 4.7.2 (See CHANGELOG.md)",
"version": "4.0.3",
"releasenote": "Component.styles() and classkeys cleanup (See CHANGELOG.md)",
"url": "https://gitlab.com/k-labz/haxe-oss/haxe-material-ui",
"license": "MIT",
"tags": [],
Expand Down

0 comments on commit 982ea5d

Please sign in to comment.