Skip to content

Commit b17a0fb

Browse files
committed
4.0.1 - Ensure compatibility with haxe 3.4.7
1 parent 25d6f86 commit b17a0fb

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
## 4.0.0 - 2019-12-06
3+
## Material UI v4.x
4+
5+
## 4.0.1 - 2019-12-06
6+
7+
* Fix compatibility with haxe 3.4.7
8+
* Add CI for haxe 3.4.7
9+
10+
## 4.0.0 - 2019-12-05
411

512
* Update existing core components and API to `4.7.1`
613
* Update existing lab components to `4.7.1`
@@ -19,12 +26,14 @@
1926
* Add `Skeleton` component (lab)
2027
* Add `TreeView` / `TreeItem` components (lab)
2128

22-
## 3.9.0 - 2019-12-05
29+
## Material UI v3.x
30+
31+
### 3.9.0 - 2019-12-05
2332

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

27-
## 0.14.0 - 2019-01-29
36+
### 0.14.0 - 2019-01-29
2837

2938
* Rewrite base props for all components to avoid some blocking issues
3039
* Fix `ClassKey`-related props (by fixing `Record<T>` in `react-types`)

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ off `@material-ui/core` version [`4.7.1`][mui-4.7.x-doc] and
1616

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

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

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

4439
### Installation
4540

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

8378
[mui-core]: https://www.npmjs.com/package/@material-ui/core
8479
[mui-icons]: https://www.npmjs.com/package/@material-ui/icons
85-
[mui-3.6.0-doc]: https://v3-6-0.material-ui.com/versions/
86-
[mui-3.7.0-doc]: https://v3-7-0.material-ui.com/versions/
87-
[mui-3.8.0-doc]: https://v3-8-0.material-ui.com/versions/
8880
[mui-3.9.0-doc]: https://v3-9-0.material-ui.com/versions/
8981
[mui-4.7.x-doc]: https://material-ui.com/versions/
9082
[react-next]: https://github.com/kLabz/haxe-react

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": "4.0.0",
5-
"releasenote": "Compatibility with Material UI v4 (See CHANGELOG.md)",
4+
"version": "4.0.1",
5+
"releasenote": "Ensure compatibility with haxe 3.4.7 (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)