Releases: cca-io/rescript-mui
Releases · cca-io/rescript-mui
5.0.0-alpha.8
- 💥 Switch to rescript.json for all packages
MUI Lab 5.0.0-alpha.3
- 💥 Switch to rescript.json
5.0.0-alpha.7
-
💅 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
- 🐛 Fix Breadcrumbs signature.
5.0.0-alpha.4
- 🐛 Fix CardActionArea having no typical button props like onClick.
5.0.0-alpha.3 / MUI Lab 5.0.0-alpha.1
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
- 🐛 Fix Input element type.
5.0.0-alpha.1
- 💥 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
- 🐛 Fixed the binding generator's handling of
int
enums.
3.0.1
- 🏠 Fixed outdated peer dependencies.
3.0.0
- 💥 Converted the main entry point
MaterialUi
to theMui
namespace. - 💥 Added
Any
module as a replacement forMaterialUi.Types
and
MaterialUi.any
. - 💥 Use stricter
React.element
type for children. - 💥 Simplified ThemeProvider and removed MuiThemeProvider.
- 💥
createTheme
replacescreateMuiTheme
. - 💥 Removed
WithStyles
HOC and added a simpleuseStyles
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.