material-ui v3.8.0 Release Notes

  • ๐Ÿ—„ Deprecations

    • ๐Ÿ—„ [Tabs] Add variant prop and deprecate fullWidth and scrollable props (#13980)

    The Tabs fullWidth and scrollable properties can't be used at the same time. The API change prevents any awkward usage.

    -<Tabs fullWidth>
    +<Tabs variant="fullWidth">
    

    ๐Ÿ”„ Changes

    • ๐Ÿ’… [Fab] Add styles to make size property work with extended property (#13973) @rfbotto
    • ๐Ÿ›  [CardHeader] Change action element to have a fixed right margin (#13992) @inv8der
    • [SvgIcon] Add createSvgIcon type definition (#13994) @yifei-fu
    • [ExpansionPanel] Add customized demo (#13998) @rfbotto
    • [Button] Fix vertical text alignment by reducing padding (#13931) @adipascu
    • โšก๏ธ [Card] Update the action spacing to better match the spec (#14005) @oliviertassinari
    • [LinearProgress] Change height from 5 to 4 pixels (#14009) @almondj
    • ๐Ÿ“„ [Modal] Add cross references from Modal docs to other components (#14025) @ryancogswell
    • [Tabs] Fix infinite loop in the scroll button logic (#14033) @joshwooding
    • ๐Ÿ’… [styles] Fix component animations (#14035) @joshwooding