5.1.0
-
π₯ 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 toDialogTitle
-
π Add
rel
andtarget
toButtonBase
props -
π Add missing
rowSpan
toTableCell
-
π Add
enterKeyHint
andinputMode
to input props -
π Add
variant
toCard
props -
π Add
data-testid
to common props