Skip to content

5.1.0

Compare
Choose a tag to compare
@fhammerschmidt fhammerschmidt released this 10 Mar 10:31
· 5 commits to master since this release
  • πŸ’₯ 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