Skip to content

Choose a tag to compare

@github-actions github-actions released this 04 Nov 15:31
· 67 commits to main since this release
d89ea7c

Major Changes

  • 3b3b858: Add support for modern ID Builder
  • 821f4dc: Remove sendData option from ValidatedFormData type
  • 1f0051f: Consider sendData option in ValidatedFormData type
  • a831f47: Fix several issues with form data conversion
  • 049e038: Remove identifiableInputElementsTrie schema value parser option
  • 836d10f: - Reshape API for convenient use with defaults.ts
    • Support for using native File values
    • Fix initialValue type inference
  • b45ec25: Update form handler factory options
  • c204d6e: Consider idPrefix as form id
  • 0201f5e: Bump minimal @sveltejs/kit version to 2.42.0
  • fd40b74: Refactor form data entry converter
  • 12255b9: Remove initForm function
  • 6b764dc: Add updateData option to ValidatedFormData type
  • 6bcbb70: Allow to pass any serializable optional form option to initForm function

Minor Changes

  • 058d06e: Add createAction function

Patch Changes