Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jan 27, 2020
1 parent f998756 commit 05ca9a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Material UI v4.x

### 4.1.0 - 2020-01-27

* Parametrize some components (Select, Tabs)
* Fix `@:structInit` with latest haxe
* Fix `theme.mixins.toolbar` type (`css.Properties`)
* Use `DOMElement` instead of `Element` if `react-types` is configured to do so
* Add `variant` prop to `Paper`

### 4.0.0 - 2019-12-05

* Update existing core components and API to `4.7.1`
Expand Down
2 changes: 1 addition & 1 deletion 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.4`) of `haxe-material-ui` is based
Current version (`4.0.5`) 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
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.4",
"releasenote": "Fix some props typing (See CHANGELOG.md)",
"version": "4.1.0",
"releasenote": "Some fixes + update for latest react-types (See CHANGELOG.md)",
"url": "https://gitlab.com/k-labz/haxe-oss/haxe-material-ui",
"license": "MIT",
"tags": [],
Expand Down

0 comments on commit 05ca9a8

Please sign in to comment.