Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

v1.0.4

Latest

Choose a tag to compare

@dbaines dbaines released this 21 May 01:28
· 2 commits to master since this release

Additions:

  • Added storybook, run with yarn storybook
  • config prop is now optional, if no config is present the composition will allow all components in the components prop and create a single group named main
  • Draft mode is now opt-in with draftMode: true
  • Added translation options via the lang prop
  • Added a sectionifier helper for JSON data that requires being formatted in to sections
  • Component message can now be HTML
  • Conditional fields with the condition prop for fields
  • Styling enhancements

Fixes:

  • Fixed issues with radio/checkbox collections