Releases: cca-io/rescript-mui
Releases Β· cca-io/rescript-mui
5.1.1
5.1.0
-
π₯ Theme & ThemeOptions refactor
- Makes the naming more consistent between the two (needs another check)
- Re-order types to be defined in the same order in each module
- Fixes the breakpoints function types on the theme
- Removes the now unnecessary runtime overhead of ThemeHelpers.addBreakpoint
- Add ThemeHelpers.addBreakpointDown function
- Add ExampleTheme.res file to the repo
-
π Add
Breakpoint
type -
π Add a bunch of missing props to
InputBase
,TextField
-
π Add a bunch of event handler props to common props
-
π Move
title
to common props -
π Move
tabIndex
to common props -
π Add
Typography
props toDialogTitle
-
π Add
rel
andtarget
toButtonBase
props -
π Add missing
rowSpan
toTableCell
-
π Add
enterKeyHint
andinputMode
to input props -
π Add
variant
toCard
props -
π Add
data-testid
to common props
5.0.1
- π Add missing colSpan to TableCell
- π Fix disableUnderline not being available in Select & Co.
- π Fix defaultProps override feature
5.0.0
- π Main release (no changes)
5.0.0-rc.2
- π Add ARIA props.
5.0.0-rc.1
- π₯ Split
Autocomplete
intoAutocomplete
andAutocomplete.Multiple
and fix their types. - π OverridableComponent: Add
componentWithUnknownProps
type coercion function.
5.0.0-alpha.13
- π Fab: Actually inherit onClick from ButtonBase
5.0.0-alpha.12
- π Fix anchorEl binding in Popper and Popover
- π Fab inherits its props from ButtonBase now
5.0.0-alpha.11
- π Add missing onMouseEnter to CommonProps.clickableProps
5.0.0-alpha.10
- π Fix Popper anchorEl signature once more.