Skip to content

Commit 0db972b

Browse files
committed
4.0.0
1 parent 74b70c2 commit 0db972b

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 4.0.0 - 2019-12-06
4+
5+
* Update existing core components and API to `4.7.1`
6+
* Update existing lab components to `4.7.1`
7+
* Update icons (add 4500 more, including proxies)
8+
* Promote some components from `lab` to `core`
9+
* Add MuiTheme types and providers
10+
* Add style API (`createGenerateClassName`, `styled`, `withTheme`)
11+
* Expose `styles` for core and lab components
12+
* Add color manipulation API / tools
13+
* Add CI to test compilation of all components
14+
* Add `ButtonGroup` component
15+
* Add `Container` component
16+
* Add `TextareaAutosize` component
17+
* Add `Autocomplete` component (lab)
18+
* Add `Rating` component (lab)
19+
* Add `Skeleton` component (lab)
20+
* Add `TreeView` / `TreeItem` components (lab)
21+
322
## 3.9.0 - 2019-12-05
423

524
* Add `tabIndex` prop to `Button`

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": "3.9.0",
5-
"releasenote": "Prepare for 4.0.0 (See CHANGELOG.md)",
4+
"version": "4.0.0",
5+
"releasenote": "Compatibility with Material UI v4 (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)