v0.41.0
·
280 commits
to master
since this release
⚠️ Breaking Changes
- Unify API of components with color variants (#272) (PR #278)
- Drop support for automatically setting
TextFieldsize attribute based on the value of themaxattribute ofinput type=number(PR #280) - Use BEM-like notation for component's CSS custom properties to improve readability (#243) (PR #277)
- Allow passing
<ScrollView />as a prop to modal to facilitate easier configuration (PR #275)
🌟 Features
- Introduce
Textcomponent to control wrapping of text content (#286) (PR #289) - Introduce
Papercomponent as a primary option to hold larger content areas (PR #283) - Make
idoptional in all components (PR #282)
♻️ Refactoring
- Modernize Sass syntax with native Sass modules (PR #287)