File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,28 @@ title: Changelog
1414(_ Tags are copied from
1515[ babel] ( https://github.com/babel/babel/blob/master/CHANGELOG.md ) _ )
1616
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+
1739## 5.0.1
1840
1941- :bug : Add missing colSpan to TableCell
Original file line number Diff line number Diff line change 11{
22 "name" : " @rescript-mui/lab" ,
3- "version" : " 5.0.1 " ,
3+ "version" : " 5.1.0 " ,
44 "description" : " This library provides ReScript bindings for material-ui-lab." ,
55 "keywords" : [
66 " rescript" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rescript-mui/material" ,
3- "version" : " 5.0.1 " ,
3+ "version" : " 5.1.0 " ,
44 "description" : " This library provides ReScript bindings for material-ui (MUI)." ,
55 "keywords" : [
66 " rescript" ,
You can’t perform that action at this time.
0 commit comments