Skip to content

Commit 0b10f31

Browse files
5.1.0
1 parent 1f6c080 commit 0b10f31

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff 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

packages/rescript-mui-lab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

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.1",
3+
"version": "5.1.0",
44
"description": "This library provides ReScript bindings for material-ui (MUI).",
55
"keywords": [
66
"rescript",

0 commit comments

Comments
 (0)