Skip to content

Releases: fabian-hiller/modular-forms

v0.4.4 (@modular-forms/react)

25 Jun 18:31

Choose a tag to compare

  • Fix date support for insert and replace method

v0.18.0 (@modular-forms/solid)

23 Jun 15:44

Choose a tag to compare

Many thanks to @susickypavel and @og-dev for contributing to this release.

  • Rename autoFocus in Field component to autofocus (issue #92)
  • Rename noValidate in Form component to novalidate (issue #92)
  • Refactor getFilteredNames util
  • Refactor path index sorting in insert, move and remove method
  • Fix bug by removing invalid field array items (issue #85)

v0.18.0 (@modular-forms/qwik)

23 Jun 15:53

Choose a tag to compare

Many thanks to @wmertens, @og-dev and @ffMathy for contributing to this release.

  • Require validation when using formAction$ (issue #57)
  • Refactor getFilteredNames util
  • Refactor path index sorting in insert, move and remove method
  • Fix bug by removing invalid field array items (issue #85)
  • Change FormOptions and 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)

23 Jun 15:36

Choose a tag to compare

Many thanks to @og-dev for contributing to this release.

  • Refactor getFilteredNames util
  • Refactor path index sorting in insert, move and remove method
  • Fix bug by removing invalid field array items (issue #85)

v0.4.3 (@modular-forms/react)

23 Jun 15:37

Choose a tag to compare

Many thanks to @og-dev for contributing to this release.

  • Refactor getFilteredNames util
  • Refactor path index sorting in insert, move and remove method
  • Fix bug by removing invalid field array items (issue #85)

v0.17.2 (@modular-forms/solid)

17 Jun 21:47

Choose a tag to compare

Many thanks to @susickypavel for contributing to this release.

  • Allow noValidate prop of Form to be overwritten (issue #92)

v0.17.1 (@modular-forms/qwik)

17 Jun 21:45

Choose a tag to compare

Many thanks to @susickypavel for contributing to this release.

  • Allow noValidate prop of Form to be overwritten (issue #92)

v0.5.2 (@modular-forms/preact)

17 Jun 21:44

Choose a tag to compare

Many thanks to @susickypavel for contributing to this release.

  • Allow noValidate prop of Form to be overwritten (issue #92)

v0.4.2 (@modular-forms/react)

17 Jun 21:46

Choose a tag to compare

Many thanks to @susickypavel for contributing to this release.

  • Allow noValidate prop of Form to be overwritten (issue #92)

v0.17.1 (@modular-forms/solid)

05 Jun 09:48

Choose a tag to compare

Many thanks to @devange for contributing to this release.

  • Fix start value bug when using radio inputs (issue #83)