Skip to content

Release 5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 13:08
· 565 commits to master since this release

5.0.0 (2024-02-07)

⚠ BREAKING CHANGES

  • In AppBar component, the props 'actions', 'options' and 'customContent' has been removed. Now this kind of content is defined directly in 'children' prop. In addition, the name of 'tabItems' prop has been changed to 'tabs'.

Features

  • New way of defining the content on the AppBar and removed default value for gutterBottom in Typography.Paragraph (5e2c3fd)
  • SelectControl: added default values for some props. (bd3d21c)

Bug Fixes