Releases: cca-io/rescript-mui
Releases · cca-io/rescript-mui
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.