Skip to content

v0.46.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 18:43
· 166 commits to master since this release

⚠️ Breaking Changes

  • Require Node 16 which is current LTS (PR #371)
  • Define and fix rendering of components when no children are provided (#305) (PR #367)
  • Display labels of inline form fields in the same FormLayout column as other labels (#323) (PR #375)
  • Rename Link component to TextLink and pass in the display value via label prop instead of children (PR #368)
  • Unify the propTypes label to be always string and value to be always either string or number (PR #366)

🌟 Features

  • Introduce flexible ToolbarItem (PR #369)

🐞 Bug Fixes

  • Fix truncating of single-line Text broken in some scenarios #334 (PR #370)

🔧 Maintenance

  • Update GitHub actions to their latest versions (PR #372)