Skip to content

Commit

Permalink
4.0.1 - Ensure compatibility with haxe 3.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Dec 6, 2019
1 parent 25d6f86 commit b17a0fb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

## 4.0.0 - 2019-12-06
## Material UI v4.x

## 4.0.1 - 2019-12-06

* Fix compatibility with haxe 3.4.7
* Add CI for haxe 3.4.7

## 4.0.0 - 2019-12-05

* Update existing core components and API to `4.7.1`
* Update existing lab components to `4.7.1`
Expand All @@ -19,12 +26,14 @@
* Add `Skeleton` component (lab)
* Add `TreeView` / `TreeItem` components (lab)

## 3.9.0 - 2019-12-05
## Material UI v3.x

### 3.9.0 - 2019-12-05

* Add `tabIndex` prop to `Button`
* Start branch `version/3.x` to continue development for v3

## 0.14.0 - 2019-01-29
### 0.14.0 - 2019-01-29

* Rewrite base props for all components to avoid some blocking issues
* Fix `ClassKey`-related props (by fixing `Record<T>` in `react-types`)
Expand Down
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ off `@material-ui/core` version [`4.7.1`][mui-4.7.x-doc] and

| Haxe Material UI | `@material-ui/core` | `@material-ui/icons` |
|:-------------------:|:--------------------------:|:--------------------:|
| < `0.9.0` | ± [`3.6.x`][mui-3.6.0-doc] | `3.0.x` |
| `0.9.0` - `0.11.0` | [`3.7.x`][mui-3.7.0-doc] | `3.0.x` |
| `0.12.x` | [`3.8.x`][mui-3.8.0-doc] | `3.0.x` |
| `0.13.x` - ??? | [`3.9.x`][mui-3.9.0-doc] | `3.0.x` |
| `3.9.x` | [`3.9.x`][mui-3.9.0-doc] | `3.0.x` |
| `4.x.x` |[`4.7.0`][mui-4.7.x-doc] | `4.5.x` |

Expand All @@ -37,9 +33,8 @@ possible using [`react-next-compat`](https://github.com/kLabz/haxe-react-next-co
This would not be 100% accurate, but since current version of `react` doesn't
check props types, this should work.

This library should work with Haxe `3.4.7`, and fixes will be made if necessary,
but it is not being intensively tested with this version of Haxe. Please
[open an issue][open-issue] if you have trouble using it with Haxe 3.4.7.
Compatibility with Haxe `3.4.7` is now enforced in CI and should be kept at
least until Haxe `4.1.0` is released.

### Installation

Expand Down Expand Up @@ -82,9 +77,6 @@ on [`haxe-react`'s gitter][gitter] or haxe discord ([invitation link][discord]).

[mui-core]: https://www.npmjs.com/package/@material-ui/core
[mui-icons]: https://www.npmjs.com/package/@material-ui/icons
[mui-3.6.0-doc]: https://v3-6-0.material-ui.com/versions/
[mui-3.7.0-doc]: https://v3-7-0.material-ui.com/versions/
[mui-3.8.0-doc]: https://v3-8-0.material-ui.com/versions/
[mui-3.9.0-doc]: https://v3-9-0.material-ui.com/versions/
[mui-4.7.x-doc]: https://material-ui.com/versions/
[react-next]: https://github.com/kLabz/haxe-react
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.0",
"releasenote": "Compatibility with Material UI v4 (See CHANGELOG.md)",
"version": "4.0.1",
"releasenote": "Ensure compatibility with haxe 3.4.7 (See CHANGELOG.md)",
"url": "https://gitlab.com/k-labz/haxe-oss/haxe-material-ui",
"license": "MIT",
"tags": [],
Expand Down

0 comments on commit b17a0fb

Please sign in to comment.