Skip to content

Commit

Permalink
4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Mar 18, 2021
1 parent e54b7d6 commit b98b0d5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@
* Use `DOMElement` instead of `Element` if `react-types` is configured to do so
* Add `variant` prop to `Paper`

<details>
<summary>Patch versions</summary>

#### 4.1.1

* Button: add disableElevation
* ListItemAvatar: fix children type
* Autocomplete: add "reason" parameter to callbacks
* Theme: Allow multiple `Float` parameters for spacing
* Styles: add ColorManipulator
* ThemeProvider allows multiple children
* Tab: accept more props
* Breakpoint: add operator overloading
* Styles: allow setting css variables in parseJss

</details>

### 4.0.0 - 2019-12-05

* Update existing core components and API to `4.7.1`
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.1.0",
"releasenote": "Some fixes + update for latest react-types (See CHANGELOG.md)",
"version": "4.1.1",
"releasenote": "Some fixes, more styles utils (See CHANGELOG.md)",
"url": "https://gitlab.com/k-labz/haxe-oss/haxe-material-ui",
"license": "MIT",
"tags": [],
Expand Down

0 comments on commit b98b0d5

Please sign in to comment.