Skip to content

v2.5.0 - Form Validation, Number Fields, and Sliders

Compare
Choose a tag to compare
@mlaursen mlaursen released this 16 Dec 00:05
· 561 commits to main since this release

Summary

This release was mainly focused on the form package and added a lot of new features. I highly recommend checking out the following PRs for more information:

  • Simple form validation using the Constraint API with useTextField #1009
  • Better number handling with useNumberField #1014
  • Slider component #1016

Bug Fixes

Features