Releases: cca-io/rescript-mui
Releases Β· cca-io/rescript-mui
5.0.0-alpha.4
- π Fix CardActionArea having no typical button props like onClick.
5.0.0-alpha.3 / MUI Lab 5.0.0-alpha.1
MUI Material 5.0.0-alpha.3
- π₯ Finish complete bindings rewrite of the main MUI package.
MUI Lab 5.0.0-alpha.1
- π₯ Complete rewrite to adapt to MUI v5 (in progress).
5.0.0-alpha.2
- π Fix Input element type.
5.0.0-alpha.1
- π₯ Complete rewrite to adapt to MUI v5 (in progress).
- π₯ Release rescript-mui packages under a new npm organization (
@rescript-mui
). - π Rename the repository to rescript-mui.
- π Deprecate website.
- π Restructure repo to a ReScript-Monorepo with pinned-packages.
3.0.2
- π Fixed the binding generator's handling of
int
enums.
3.0.1
- π Fixed outdated peer dependencies.
3.0.0
- π₯ Converted the main entry point
MaterialUi
to theMui
namespace. - π₯ Added
Any
module as a replacement forMaterialUi.Types
and
MaterialUi.any
. - π₯ Use stricter
React.element
type for children. - π₯ Simplified ThemeProvider and removed MuiThemeProvider.
- π₯
createTheme
replacescreateMuiTheme
. - π₯ Removed
WithStyles
HOC and added a simpleuseStyles
binding
instead. - π Added some custom props for
Button
,ButtonBase
,
FormControlLabel
,OutlinedInput
,Radio
,Switch
,TableRow
,
TextField
. - π Updated to material-ui 4.12.3 and material-ui-lab 4.0.0-alpha.60.
- π Updated all Documentation to current changes.
- π Added a migration guide for the transition to this version.
- π Added a bunch of examples.
- π ReScript syntax highlighting.
- π Made most bindings zero cost
- π Restructured the monorepo.
- π Finished Reason -> ReScript transition.