Skip to content

Releases: cca-io/rescript-mui

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.

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.