From 0db972b76c9923a98df5fe740ecd707ec5d39cd6 Mon Sep 17 00:00:00 2001 From: k Date: Thu, 5 Dec 2019 22:34:28 +0100 Subject: [PATCH] 4.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ haxelib.json | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e80a4c97..7e0455c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/haxelib.json b/haxelib.json index 3b2d5e41..f2707c60 100644 --- a/haxelib.json +++ b/haxelib.json @@ -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": [],