v0.32.0
bedrich-schindler
released this
26 Jun 07:43
·
343 commits
to master
since this release
⚠️ Breaking Changes
- Dependencies
react
andreact-dom
are no longer bundled together with React UI library (#112) - Extend
Modal
withautoFocus
prop (which istrue
by default) to enable modal submission using enter key if primary action is of typesubmit
(#100)
Features
- Create
ScrollView
component (#50) - Implement
ScrollView
intoModal
andTable
(#53) - Extend
Modal
to use React Portal whenportalId
prop is set (#104) - Add opacity to disabled
Card
(#61) - Handle custom input size with CSS to fix different bahaviour across browsers (#101)