v0.45.0
·
228 commits
to master
since this release
⚠️ Breaking Changes
🌟 Features
- Extend box alignment helper classes to cover more use cases with
Gridand flex helper (PR #362) - Link sizes of box form fields to
Buttonsizes 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
classNamesutil 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 fromservicesandutilsintohelpersfolder and rename allhelpersfolders on component level to_helpers(#270) (PR #342)