Skip to content

Releases: cca-io/rescript-mui

5.0.0-alpha.8

20 Nov 13:57
Compare
Choose a tag to compare
5.0.0-alpha.8 Pre-release
Pre-release
  • 💥 Switch to rescript.json for all packages

MUI Lab 5.0.0-alpha.3

  • 💥 Switch to rescript.json

5.0.0-alpha.7

20 Nov 13:26
Compare
Choose a tag to compare
5.0.0-alpha.7 Pre-release
Pre-release
  • 💅 Switch to rescript.json

  • 🐛 Fix Autocomplete's renderTags signature.

  • 🐛 Fix Autocomplete's renderOption signature.

  • 🐛 Fix typo @as annotations in Fab and LoadingButton.

5.0.0-alpha.6

27 Aug 07:55
Compare
Choose a tag to compare
5.0.0-alpha.6 Pre-release
Pre-release
  • 🐛 Fix Breadcrumbs signature.

5.0.0-alpha.4

17 Jul 13:13
Compare
Choose a tag to compare
5.0.0-alpha.4 Pre-release
Pre-release
  • 🐛 Fix CardActionArea having no typical button props like onClick.

5.0.0-alpha.3 / MUI Lab 5.0.0-alpha.1

21 Jun 16:34
Compare
Choose a tag to compare
Pre-release

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

16 Jun 13:50
54bb835
Compare
Choose a tag to compare
5.0.0-alpha.2 Pre-release
Pre-release
  • 🐛 Fix Input element type.

5.0.0-alpha.1

16 Jun 09:47
53d6809
Compare
Choose a tag to compare
5.0.0-alpha.1 Pre-release
Pre-release
  • 💥 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

09 Dec 14:26
583d4ba
Compare
Choose a tag to compare
  • 🐛 Fixed the binding generator's handling of int enums.

3.0.1

07 Dec 17:02
fc73fb6
Compare
Choose a tag to compare
  • 🏠 Fixed outdated peer dependencies.

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.