File tree 2 files changed +10
-1
lines changed
packages/rescript-mui-material
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,15 @@ title: Changelog
14
14
(_ Tags are copied from
15
15
[ babel] ( https://github.com/babel/babel/blob/master/CHANGELOG.md ) _ )
16
16
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
+
17
26
## 5.0.0-rc.1
18
27
19
28
- :boom : Split ` Autocomplete ` into ` Autocomplete ` and ` Autocomplete.Multiple ` and fix their types.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rescript-mui/material" ,
3
- "version" : " 5.0.0-rc.1 " ,
3
+ "version" : " 5.0.0-rc.2 " ,
4
4
"description" : " This library provides ReScript bindings for material-ui (MUI)." ,
5
5
"keywords" : [
6
6
" rescript" ,
You can’t perform that action at this time.
0 commit comments