Skip to content

Releases: fabian-hiller/modular-forms

v0.8.1 (@modular-forms/qwik)

07 Apr 10:44
Compare
Choose a tag to compare
  • Downgrade Qwik and Qwik City peer dependency due to a bug in Qwik

v0.8.0 (@modular-forms/qwik)

06 Apr 22:06
Compare
Choose a tag to compare

Many thanks to @RBleyenberg and @jmcelreavey for contributing to this release.

  • Fix date support at updateFieldDirty util
  • Fix and refactor getInitialStores util
  • Add setValues and improve setValue method (issue #35)
  • Upgrade Qwik and Qwik City peer dependency (issue #45)

v0.7.0 (@modular-forms/qwik)

02 Apr 13:18
Compare
Choose a tag to compare

Many thanks to @GrandSchtroumpf for contributing to this release.

  • Add type property to Field component
  • Change implementation of getElementInput util
  • Add Date to FieldValue type (issue #34)
  • Add date support to getFormDataValues util
  • Add number and date support to minRange and maxRange validation function
  • Deprecate minFiles, maxFiles, minNumber and maxNumber validation function

v0.6.0 (@modular-forms/qwik)

31 Mar 21:24
Compare
Choose a tag to compare
  • Upgrade Qwik and Qwik City to v1 release candidate (issue #45)

v0.5.0 (@modular-forms/qwik)

26 Mar 21:21
Compare
Choose a tag to compare

Many thanks to @tuurbo for contributing to this release.

  • Improve types for optional properties and parameters
  • Add generic to type data of FormResponse type (issue #37)

v0.4.0 (@modular-forms/qwik)

25 Mar 12:02
Compare
Choose a tag to compare

Many thanks to @tuurbo for contributing to this release.

  • Extend parameter of zodField$ and zodForm$ to allow passing a function (issue #38)
  • Add data property to FormResponse type (issue #37)

v0.3.1 (@modular-forms/qwik)

24 Mar 12:20
Compare
Choose a tag to compare

Many thanks to @GrandSchtroumpf for contributing to this release.

  • Refactor processing of numbers in getElementInput util (issue #34)

v0.3.0 (@modular-forms/qwik)

23 Mar 22:05
Compare
Choose a tag to compare

Many thanks to @tuurbo for contributing to this release.

  • Add reloadDocument prop to Form component (issue #31)

v0.2.0 (@modular-forms/qwik)

23 Mar 15:01
Compare
Choose a tag to compare

Thank you @jmcelreavey, @tuurbo and @lbensaad for your input!

  • Change return type of first argument of formAction$
  • Add custom$ validation function and deprecate custom (issue #32)

v0.1.1 (@modular-forms/qwik)

22 Mar 09:54
Compare
Choose a tag to compare
  • Fix Vite config and package.json