Skip to content

v5.0.0-beta.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@yousifalraheem yousifalraheem released this 27 Apr 07:16
· 71 commits to beta since this release
7ad8f1e

5.0.0-beta.12 (2021-04-27)

Bug Fixes

  • textbox: set proper classname and wrapper props (c025a02)

Features

  • dynamic-form: adds an optional wrapping element for the form item (8224223)

BREAKING CHANGES

  • dynamic-form: additonalProps which used to me mapped to the form element are now mapped to the
    wrapping element to keep the same API as the sections. To map additional props to the form element
    use the formElementAdditionalProps attribute instead.