v0.45.0
·
211 commits
to master
since this release
⚠️ Breaking Changes
🌟 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
Button
s 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 fromservices
andutils
intohelpers
folder and rename allhelpers
folders on component level to_helpers
(#270) (PR #342)