Skip to content

v0.41.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 22:00
· 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 the max attribute of input 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)

🔧 Maintenance

  • Update Stylelint configs and fix coding style (PR #284)
  • Update dependencies (PR #279)