Skip to content

v0.33.0

Choose a tag to compare

@adamkudrna adamkudrna released this 20 Jul 19:46
· 387 commits to master since this release

⚠️ Breaking Changes

  • Enable ScrollView arrows to overflow the ScrollView area (may no longer work inside flex layouts) (#128)
  • Enhance automatic label column width in FormLayout with auto and limited options (changed default behaviour of auto and changed API)

🌟 Features

  • Support custom elements in FormLayout (#125)
  • Add link variant of Button (#116)

🐞 Bug Fixes

  • Limit helper text width to the width of input field to prevent form fields from shifting adjacent elements (#124)

📖 Documentation

  • Document how to use React UI in development mode in an app

🔧 Maintenance

  • Lint markdown files to enforce consistent writing and reading experience
  • Improve project meta data (mainly in package.json)