Skip to content

v0.45.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 17:57
· 211 commits to master since this release

⚠️ Breaking Changes

  • Drop rarely used CTA and Center components in favour of Grid and helper classes (#361) (PR #363)

🌟 Features

  • Extend box alignment helper classes to cover more use cases with Grid and flex helper (PR #362)
  • Link sizes of box form fields to Button sizes to make customisation easier (PR #356)
  • Vertically expand Buttons with long labels to prevent overflow (PR #355)

♻️ Refactoring

  • Refactor components which use multiple class names to use classNames util to unify approach of writing class names and to avoid empty spaces in output; refactor all helper files to use named exports, move all helper files from services and utils into helpers folder and rename all helpers folders on component level to _helpers (#270) (PR #342)

🔧 Maintenance

  • Upgrade to Stylelint 14 and @visionappscz/stylelint-config v3 RC1 (PR #357)
  • Minor update of CSS dev dependencies (PR #359)
  • Automatically check for broken links in the docs on a regular basis (PR #347)