Skip to content

v0.32.0

Compare
Choose a tag to compare
@bedrich-schindler bedrich-schindler released this 26 Jun 07:43
· 343 commits to master since this release

⚠️ Breaking Changes

  • Dependencies react and react-dom are no longer bundled together with React UI library (#112)
  • Extend Modal with autoFocus prop (which is true by default) to enable modal submission using enter key if primary action is of type submit (#100)

Features

  • Create ScrollView component (#50)
  • Implement ScrollView into Modal and Table (#53)
  • Extend Modal to use React Portal when portalId prop is set (#104)
  • Add opacity to disabled Card (#61)
  • Handle custom input size with CSS to fix different bahaviour across browsers (#101)

Bug Fixes

  • Limit width of long form fields with manual size (#102)
  • Limit width of auto-sized Modal (#106)