Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Dec 5, 2019
1 parent 74b70c2 commit 0db972b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 4.0.0 - 2019-12-06

* Update existing core components and API to `4.7.1`
* Update existing lab components to `4.7.1`
* Update icons (add 4500 more, including proxies)
* Promote some components from `lab` to `core`
* Add MuiTheme types and providers
* Add style API (`createGenerateClassName`, `styled`, `withTheme`)
* Expose `styles` for core and lab components
* Add color manipulation API / tools
* Add CI to test compilation of all components
* Add `ButtonGroup` component
* Add `Container` component
* Add `TextareaAutosize` component
* Add `Autocomplete` component (lab)
* Add `Rating` component (lab)
* Add `Skeleton` component (lab)
* Add `TreeView` / `TreeItem` components (lab)

## 3.9.0 - 2019-12-05

* Add `tabIndex` prop to `Button`
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": "3.9.0",
"releasenote": "Prepare for 4.0.0 (See CHANGELOG.md)",
"version": "4.0.0",
"releasenote": "Compatibility with Material UI v4 (See CHANGELOG.md)",
"url": "https://gitlab.com/k-labz/haxe-oss/haxe-material-ui",
"license": "MIT",
"tags": [],
Expand Down

0 comments on commit 0db972b

Please sign in to comment.