material-ui v3.7.0 Release Notes

  • ๐Ÿ—„ Deprecations

    We are allowing more align variants (left, center, right, inherit, justify). ๐Ÿ’ป Following our API guideline, we are using an enum over a boolean. Keep in mind that monetary or generally number fields should be right aligned as that allows you to add them up quickly in your head without having to worry about decimals.

    -<TableCell numeric>
    +<TableCell align="right">
    
    • [TableCell] Add align property (#13860) @rfbotto

    ๐Ÿ”„ Changes

    • ๐Ÿ›  [Card][List] Change sub-components to have fixed gutters (#13788) @joshwooding
    • [Button] Fix padding for Text Button variant to adhere to spec (#13827) @bdeloeste
    • [ButtonBase] Add stop ripple on context menu event (#13740) @joshwooding
    • ๐Ÿ“š [Menu] Add reason value and update documentation for on close reason (#13877) @rfbotto
    • [Dialog] Add a PaperComponent property & draggable demo (#13879) @rfbotto
    • [Tabs] Correct typo in error message (#13902) @timmydoza
    • [Tooltip] Fix hover display issue (#13911) @oliviertassinari