Skip to content

3.0.0

Compare
Choose a tag to compare
@fhammerschmidt fhammerschmidt released this 07 Dec 16:35
· 221 commits to master since this release
38cef50
  • πŸ’₯ 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.