Skip to content

Releases: cca-io/rescript-mui

3.0.0

07 Dec 16:35
38cef50
Compare
Choose a tag to compare
  • 💥 Converted the main entry point MaterialUi to the Mui namespace.
  • 💥 Added Any module as a replacement for MaterialUi.Types and
    MaterialUi.any.
  • 💥 Use stricter React.element type for children.
  • 💥 Simplified ThemeProvider and removed MuiThemeProvider.
  • 💥 createTheme replaces createMuiTheme.
  • 💥 Removed WithStyles HOC and added a simple useStyles 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.

2.1.2

30 May 07:15
c2ae3d7
Compare
Choose a tag to compare
  • 💥 Republished 2.1.0 with the new package name rescript-material-ui.

2.1.0

29 May 08:37
c2ae3d7
Compare
Choose a tag to compare
  • 🚀 Updated to MaterialUi v4.11.4
  • 🚀 Added StylesProvider
  • 💥 Switched to the new @rescript/react package (keep on 2.0.0 if you need legacy support)
  • NOTE: This is the last version with the old package name @jsiebern/bs-material-ui.