Skip to content

v4.10.0

Compare
Choose a tag to compare
@oliviertassinari oliviertassinari released this 23 May 17:51
· 14609 commits to master since this release
May 23, 2020

Big thanks to the 30 contributors who made this release possible.

Here are some highlights ✨:

  • 🦴 Allow Skeleton to infer its dimensions from the children (#21097) @mikew.
    In the following example, the skeleton will take the size of the avatar.
    <Skeleton><Avatar /></Skeleton>
    Follow the docs to learn more.
  • ♿️ Add tabs accessibility docs section (#20965) @eps1lon.
    The behavior of the keyboard navigation can be customized with the selectionFollowsFocus prop.
  • ℹ Improve tooltip arrow customizability (#21095) @sakulstra.
    The arrow background color and border can now be customized independently.
  • 🔘 Add vertical support to the ToggleButton component (#21051) @xiaomaini
  • And many more 🐛 bug fixes and 📚 improvements.

@material-ui/core@v4.10.0

@material-ui/styles@v4.10.0

@material-ui/lab@v4.0.0-alpha.54

Docs

Core