Skip to content

v0.47.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 08:03
· 151 commits to master since this release

⚠️ Breaking Changes

  • Drop List layout in favour of basic Grid layout (#382) (PR #384)
  • Drop Media layout in favour of Toolbar (PR #388)
  • Reduce Grid theming API in favour of global props (PR #389)
  • Refactor Toolbar to use gap property for spacing between items (#333) (PR #380)
  • Rename breakpoints so they scale better (#354) (PR #381)
  • Pass translations through context instead of props (#360) (PR #365)

🌟 Features

  • Introduce Popover component (#45) (PR #378)
  • Ensure that id option is available for all components (PR #383)

🔧 Maintenance

  • Update supported browser versions (PR #379)
  • Fix docs deployment (PR #377)