v0.41.0
·
263 commits
to master
since this release
⚠️ Breaking Changes
- Unify API of components with color variants (#272) (PR #278)
- Drop support for automatically setting
TextField
size attribute based on the value of themax
attribute 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
Text
component to control wrapping of text content (#286) (PR #289) - Introduce
Paper
component as a primary option to hold larger content areas (PR #283) - Make
id
optional in all components (PR #282)
♻️ Refactoring
- Modernize Sass syntax with native Sass modules (PR #287)