Skip to content

Commit 550a0bb

Browse files
5.0.0-rc.2
1 parent 867d06d commit 550a0bb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ title: Changelog
1414
(_Tags are copied from
1515
[babel](https://github.com/babel/babel/blob/master/CHANGELOG.md)_)
1616

17+
## 5.0.0-rc.2
18+
19+
- :rocket: Add ARIA props.
20+
21+
## 5.0.0-rc.1
22+
23+
- :boom: Split `Autocomplete` into `Autocomplete` and `Autocomplete.Multiple` and fix their types.
24+
- :rocket: OverridableComponent: Add `componentWithUnknownProps` type coercion function.
25+
1726
## 5.0.0-rc.1
1827

1928
- :boom: Split `Autocomplete` into `Autocomplete` and `Autocomplete.Multiple` and fix their types.

packages/rescript-mui-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript-mui/material",
3-
"version": "5.0.0-rc.1",
3+
"version": "5.0.0-rc.2",
44
"description": "This library provides ReScript bindings for material-ui (MUI).",
55
"keywords": [
66
"rescript",

0 commit comments

Comments
 (0)