Skip to content

Releases: cca-io/rescript-mui

5.1.1

13 Mar 09:18
Compare
Choose a tag to compare
  • πŸ› restore the accidentally removed id prop of ButtonBase
  • πŸ“ Add a bunch of examples

5.1.0

10 Mar 10:31
Compare
Choose a tag to compare
  • πŸ’₯ Theme & ThemeOptions refactor

    • Makes the naming more consistent between the two (needs another check)
    • Re-order types to be defined in the same order in each module
    • Fixes the breakpoints function types on the theme
    • Removes the now unnecessary runtime overhead of ThemeHelpers.addBreakpoint
    • Add ThemeHelpers.addBreakpointDown function
    • Add ExampleTheme.res file to the repo
  • 🏠 Add Breakpoint type

  • πŸ› Add a bunch of missing props to InputBase, TextField

  • πŸ› Add a bunch of event handler props to common props

  • 🏠 Move title to common props

  • 🏠 Move tabIndex to common props

  • πŸ› Add Typography props to DialogTitle

  • πŸ› Add rel and target to ButtonBase props

  • πŸ› Add missing rowSpan to TableCell

  • πŸ› Add enterKeyHint and inputMode to input props

  • πŸ› Add variant to Card props

  • πŸ› Add data-testid to common props

5.0.1

13 Feb 15:18
Compare
Choose a tag to compare
  • πŸ› Add missing colSpan to TableCell
  • πŸ› Fix disableUnderline not being available in Select & Co.
  • πŸ› Fix defaultProps override feature

5.0.0

13 Nov 09:43
Compare
Choose a tag to compare
  • πŸš€ Main release (no changes)

5.0.0-rc.2

18 Apr 13:53
Compare
Choose a tag to compare
5.0.0-rc.2 Pre-release
Pre-release
  • πŸš€ Add ARIA props.

5.0.0-rc.1

12 Apr 15:24
Compare
Choose a tag to compare
5.0.0-rc.1 Pre-release
Pre-release
  • πŸ’₯ Split Autocomplete into Autocomplete and Autocomplete.Multiple and fix their types.
  • πŸš€ OverridableComponent: Add componentWithUnknownProps type coercion function.

5.0.0-alpha.13

26 Dec 09:25
Compare
Choose a tag to compare
5.0.0-alpha.13 Pre-release
Pre-release
  • πŸ› Fab: Actually inherit onClick from ButtonBase

5.0.0-alpha.12

25 Dec 22:20
Compare
Choose a tag to compare
5.0.0-alpha.12 Pre-release
Pre-release
  • πŸ› Fix anchorEl binding in Popper and Popover
  • πŸ› Fab inherits its props from ButtonBase now

5.0.0-alpha.11

27 Nov 14:48
Compare
Choose a tag to compare
5.0.0-alpha.11 Pre-release
Pre-release
  • πŸ› Add missing onMouseEnter to CommonProps.clickableProps

5.0.0-alpha.10

21 Nov 11:58
Compare
Choose a tag to compare
5.0.0-alpha.10 Pre-release
Pre-release
  • πŸ› Fix Popper anchorEl signature once more.