Skip to content

v10.0.0

Compare
Choose a tag to compare
@hobbitronics hobbitronics released this 23 Mar 01:07
· 328 commits to main since this release

10.0.0 (2023-03-23)

Bug Fixes

  • types: fix Select and MoneyInput types (f2c6f73)
  • types: JSX.HTMLAttributes is deprecated (f8c593b)

Features

  • components: Add DateInput component (a83dc70)
  • Form: remove success (5f3537c)

BREAKING CHANGES

  • Form: remove success prop

To reset Form use on:submit and event.target.reset() instead of setting success to true