File tree 3 files changed +24
-2
lines changed
3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,28 @@ title: Changelog
14
14
(_ Tags are copied from
15
15
[ babel] ( https://github.com/babel/babel/blob/master/CHANGELOG.md ) _ )
16
16
17
+ ## 5.1.0
18
+
19
+ - :boom : Theme & ThemeOptions refactor
20
+ - Makes the naming more consistent between the two (needs another check)
21
+ - Re-order types to be defined in the same order in each module
22
+ - Fixes the breakpoints function types on the theme
23
+ - Removes the now unnecessary runtime overhead of ThemeHelpers.addBreakpoint
24
+ - Add ThemeHelpers.addBreakpointDown function
25
+ - Add ExampleTheme.res file to the repo
26
+
27
+ - :house : Add ` Breakpoint ` type
28
+ - :bug : Add a bunch of missing props to ` InputBase ` , ` TextField `
29
+ - :bug : Add a bunch of event handler props to common props
30
+ - :house : Move ` title ` to common props
31
+ - :house : Move ` tabIndex ` to common props
32
+ - :bug : Add ` Typography ` props to ` DialogTitle `
33
+ - :bug : Add ` rel ` and ` target ` to ` ButtonBase ` props
34
+ - :bug : Add missing ` rowSpan ` to ` TableCell `
35
+ - :bug : Add ` enterKeyHint ` and ` inputMode ` to input props
36
+ - :bug : Add ` variant ` to ` Card ` props
37
+ - :bug : Add ` data-testid ` to common props
38
+
17
39
## 5.0.1
18
40
19
41
- :bug : Add missing colSpan to TableCell
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rescript-mui/lab" ,
3
- "version" : " 5.0.1 " ,
3
+ "version" : " 5.1.0 " ,
4
4
"description" : " This library provides ReScript bindings for material-ui-lab." ,
5
5
"keywords" : [
6
6
" rescript" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rescript-mui/material" ,
3
- "version" : " 5.0.1 " ,
3
+ "version" : " 5.1.0 " ,
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