Releases: fabian-hiller/modular-forms
Releases · fabian-hiller/modular-forms
v0.8.1 (@modular-forms/qwik)
- Downgrade Qwik and Qwik City peer dependency due to a bug in Qwik
v0.8.0 (@modular-forms/qwik)
Many thanks to @RBleyenberg and @jmcelreavey for contributing to this release.
v0.7.0 (@modular-forms/qwik)
Many thanks to @GrandSchtroumpf for contributing to this release.
- Add
type
property toField
component - Change implementation of
getElementInput
util - Add
Date
toFieldValue
type (issue #34) - Add date support to
getFormDataValues
util - Add number and date support to
minRange
andmaxRange
validation function - Deprecate
minFiles
,maxFiles
,minNumber
andmaxNumber
validation function
v0.6.0 (@modular-forms/qwik)
- Upgrade Qwik and Qwik City to v1 release candidate (issue #45)
v0.5.0 (@modular-forms/qwik)
v0.4.0 (@modular-forms/qwik)
v0.3.1 (@modular-forms/qwik)
Many thanks to @GrandSchtroumpf for contributing to this release.
- Refactor processing of numbers in
getElementInput
util (issue #34)
v0.3.0 (@modular-forms/qwik)
v0.2.0 (@modular-forms/qwik)
Thank you @jmcelreavey, @tuurbo and @lbensaad for your input!
- Change return type of first argument of
formAction$
- Add
custom$
validation function and deprecatecustom
(issue #32)
v0.1.1 (@modular-forms/qwik)
- Fix Vite config and package.json