Skip to content

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Nov 17:39
· 168 commits to master since this release

[2.2.0] - 2022-11-22

Added

  • RruForm: add support for nested fields.

Changed

  • RruForm: eagerly validate a field if it has an error even before losing focus; for a better UX error feedback.

Fixed

  • RruForm: fix initialValues not reflected in React 18 Strict mode.

Other

  • Upgrade Dependencies.
  • CI/CD pipeline for testing and publishing releases on tags.
  • Storybook: enable react strict mode.
  • Improve tests.