astro-reactive-form/packages/form/CHANGELOG.md
2023-03-25 20:36:19 +01:00

859 B

@astro-reactive/form

0.8.0

Minor Changes

  • 30de516: 1. Change the default of validateOnLoad property to true, making server-side rendering validation the default behavior for the Form component.
    1. Update the demo index.astro page by removing the validateOnLoad property/directive on the example which should still result to server-side rendered validation results.

Patch Changes

  • fb11b73: Initial create-astro-reactive package Update packages' meta information (author, homepage) Upadte LICENSE owner info to astro-reactive organization
  • Updated dependencies [fb11b73]
    • @astro-reactive/validator@0.3.3
    • @astro-reactive/common@0.1.9

0.7.2

Patch Changes

  • 414a0bd: Fix dependencies for Astro v2+ support
  • Updated dependencies [414a0bd]
    • @astro-reactive/validator@0.3.2
    • @astro-reactive/common@0.1.8