Skip to content

v3.0.0

Compare
Choose a tag to compare
@blackfalcon blackfalcon released this 13 May 20:45
· 33 commits to main since this release

3.0.0 (2024-05-13)

Bug Fixes

  • required: stop error ui in dynamic implementation #125 (a19944a)

Features

  • event: add events dispatched by validation repo (0750f4a)
  • library: add library to repo for custom component use (d85ef20)
  • selected: add optionSelected attribute to radio group #97 (ba37820)
  • validation: install and use formvalidation repo (5e4cd59)

Performance Improvements

  • error: update error handling (11cf71d)
  • validation: update logic around validation handling #125 (3d79361)

BREAKING CHANGES

  • validation: The current validation has been removed and replaced by the auro-formvalidation repo to keep validation consistent across all form components.