modular-forms

The modular and type-safe form library for SolidJS, Qwik and Preact

MIT License

Downloads
31.7K
Stars
1K
Committers
21

Bot releases are visible (Hide)

modular-forms - v0.19.0 (@modular-forms/qwik)

Published by fabian-hiller over 1 year ago

  • Add support for Valibot with valiField$ and valiForm$ adapter
  • Require Qwik v1.1.5 due to a bug in production build step in v.1.2.X
modular-forms - v0.19.0 (@modular-forms/solid)

Published by fabian-hiller over 1 year ago

  • Add support for Valibot with valiField and valiForm adapter
modular-forms - v0.5.0 (@modular-forms/react)

Published by fabian-hiller over 1 year ago

  • Add support for Valibot with valiField and valiForm adapter
modular-forms - v0.6.0 (@modular-forms/preact)

Published by fabian-hiller over 1 year ago

  • Add support for Valibot with valiField and valiForm adapter
modular-forms - v0.18.1 (@modular-forms/qwik)

Published by fabian-hiller over 1 year ago

Many thanks to @aurelienbobenrieth for contributing to this release.

  • Change SubmitHandler type due to strange behavior
modular-forms - v0.18.1 (@modular-forms/solid)

Published by fabian-hiller over 1 year ago

Many thanks to @susickypavel for contributing to this release.

  • Fix date support for insert and replace method
  • Fix invalid of attribute in Form component (issue #98)
modular-forms - v0.4.4 (@modular-forms/react)

Published by fabian-hiller over 1 year ago

  • Fix date support for insert and replace method
modular-forms - v0.5.4 (@modular-forms/preact)

Published by fabian-hiller over 1 year ago

  • Fix date support for insert and replace method
modular-forms - v0.18.0 (@modular-forms/qwik)

Published by fabian-hiller over 1 year ago

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.

modular-forms - v0.18.0 (@modular-forms/solid)

Published by fabian-hiller over 1 year ago

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)
modular-forms - v0.4.3 (@modular-forms/react)

Published by fabian-hiller over 1 year ago

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)
modular-forms - v0.5.3 (@modular-forms/preact)

Published by fabian-hiller over 1 year ago

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)
modular-forms - v0.17.2 (@modular-forms/solid)

Published by fabian-hiller over 1 year ago

Many thanks to @susickypavel for contributing to this release.

  • Allow noValidate prop of Form to be overwritten (issue #92)
modular-forms - v0.4.2 (@modular-forms/react)

Published by fabian-hiller over 1 year ago

Many thanks to @susickypavel for contributing to this release.

  • Allow noValidate prop of Form to be overwritten (issue #92)
modular-forms - v0.17.1 (@modular-forms/qwik)

Published by fabian-hiller over 1 year ago

Many thanks to @susickypavel for contributing to this release.

  • Allow noValidate prop of Form to be overwritten (issue #92)
modular-forms - v0.5.2 (@modular-forms/preact)

Published by fabian-hiller over 1 year ago

Many thanks to @susickypavel for contributing to this release.

  • Allow noValidate prop of Form to be overwritten (issue #92)
modular-forms - v0.17.1 (@modular-forms/solid)

Published by fabian-hiller over 1 year ago

Many thanks to @devange for contributing to this release.

  • Fix start value bug when using radio inputs (issue #83)
modular-forms - v0.4.1 (@modular-forms/react)

Published by fabian-hiller over 1 year ago

Many thanks to @devange for contributing to this release.

  • Fix start value bug when using radio inputs (issue #83)
modular-forms - v0.5.1 (@modular-forms/preact)

Published by fabian-hiller over 1 year ago

Many thanks to @devange for contributing to this release.

  • Fix start value bug when using radio inputs (issue #83)
modular-forms - v0.17.0 (@modular-forms/solid)

Published by fabian-hiller over 1 year ago

  • Add FormError class for simpler error handling
  • Add FormError support to Form component
Package Rankings
Top 3.74% on Npmjs.org
Top 6.74% on Proxy.golang.org
Related Projects