Skip to content

Commit 982ea5d

Browse files
committed
4.0.3 - Component.styles() and classkeys cleanup
1 parent 2d95e07 commit 982ea5d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1414
off `@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
5353
Optionally, 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

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

0 commit comments

Comments
 (0)