Bs Material Ui Versions Save

ReScript bindings for MUI

v5.0.0-alpha.3

11 months ago

MUI Material 5.0.0-alpha.3

  • :boom: Finish complete bindings rewrite of the main MUI package.

MUI Lab 5.0.0-alpha.1

  • :boom: Complete rewrite to adapt to MUI v5 (in progress).

v5.0.0-alpha.2

11 months ago
  • :bug: Fix Input element type.

v5.0.0-alpha.1

11 months ago
  • :boom: Complete rewrite to adapt to MUI v5 (in progress).
  • :boom: Release rescript-mui packages under a new npm organization (@rescript-mui).
  • :memo: Rename the repository to rescript-mui.
  • :memo: Deprecate website.
  • :house: Restructure repo to a ReScript-Monorepo with pinned-packages.

v3.0.2

2 years ago
  • :bug: Fixed the binding generator's handling of int enums.

v3.0.1

2 years ago
  • :house: Fixed outdated peer dependencies.

v3.0.0

2 years ago
  • :boom: Converted the main entry point MaterialUi to the Mui namespace.
  • :boom: Added Any module as a replacement for MaterialUi.Types and MaterialUi.any.
  • :boom: Use stricter React.element type for children.
  • :boom: Simplified ThemeProvider and removed MuiThemeProvider.
  • :boom: createTheme replaces createMuiTheme.
  • :boom: Removed WithStyles HOC and added a simple useStyles binding instead.
  • :rocket: Added some custom props for Button, ButtonBase, FormControlLabel, OutlinedInput, Radio, Switch, TableRow, TextField.
  • :rocket: Updated to material-ui 4.12.3 and material-ui-lab 4.0.0-alpha.60.
  • :memo: Updated all Documentation to current changes.
  • :memo: Added a migration guide for the transition to this version.
  • :memo: Added a bunch of examples.
  • :memo: ReScript syntax highlighting.
  • :house: Made most bindings zero cost
  • :house: Restructured the monorepo.
  • :nail_care: Finished Reason -> ReScript transition.

v2.1.2

3 years ago
  • :boom: Republished 2.1.0 with the new package name rescript-material-ui.

v2.1.0

3 years ago
  • :rocket: Updated to MaterialUi v4.11.4
  • :rocket: Added StylesProvider
  • :boom: 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.