Releases: fabian-hiller/modular-forms
Releases · fabian-hiller/modular-forms
v0.4.4 (@modular-forms/react)
- Fix date support for
insertandreplacemethod
v0.18.0 (@modular-forms/solid)
Many thanks to @susickypavel and @og-dev for contributing to this release.
v0.18.0 (@modular-forms/qwik)
Many thanks to @wmertens, @og-dev and @ffMathy for contributing to this release.
- Require validation when using
formAction$(issue #57) - Refactor
getFilteredNamesutil - Refactor path index sorting in
insert,moveandremovemethod - Fix bug by removing invalid field array items (issue #85)
- Change
FormOptionsand initialization of field arrays
Migration guide
The revision of the initialization of field arrays requires that the paths to field arrays are specified.
const [todoForm, { Form, Field, FieldArray }] = useForm<TodoForm>({
loader: useFormLoader(),
fieldArrays: ['todos'], // This is new
});For more information, check out the docs.
v0.5.3 (@modular-forms/preact)
v0.4.3 (@modular-forms/react)
v0.17.2 (@modular-forms/solid)
Many thanks to @susickypavel for contributing to this release.
- Allow
noValidateprop ofFormto be overwritten (issue #92)
v0.17.1 (@modular-forms/qwik)
Many thanks to @susickypavel for contributing to this release.
- Allow
noValidateprop ofFormto be overwritten (issue #92)
v0.5.2 (@modular-forms/preact)
Many thanks to @susickypavel for contributing to this release.
- Allow
noValidateprop ofFormto be overwritten (issue #92)
v0.4.2 (@modular-forms/react)
Many thanks to @susickypavel for contributing to this release.
- Allow
noValidateprop ofFormto be overwritten (issue #92)