Skip to content

Releases: x0k/svelte-jsonschema-form

@sjsf/[email protected]

15 Nov 00:43
723de54

Choose a tag to compare

Patch Changes

  • Fix file input handling by snapshotting files before async validation (#248)

@sjsf/[email protected]

15 Nov 00:44
723de54

Choose a tag to compare

Patch Changes

@sjsf/[email protected]

15 Nov 00:44
723de54

Choose a tag to compare

Patch Changes

@sjsf/[email protected]

15 Nov 00:43
723de54

Choose a tag to compare

Patch Changes

@sjsf/[email protected]

15 Nov 00:43
723de54

Choose a tag to compare

Patch Changes

@sjsf/[email protected]

15 Nov 00:43
723de54

Choose a tag to compare

Patch Changes

@sjsf/[email protected]

15 Nov 00:43
723de54

Choose a tag to compare

Patch Changes

@sjsf/[email protected]

04 Nov 15:31
d89ea7c

Choose a tag to compare

Major Changes

  • f12c278: Bump zod peer dependency to ^4.1.0
  • 5b62088: Return validator property instead of createValidator from adapt function
  • 9ce5646: Return createValidator instead of validator from setupFormValidator

Patch Changes

@sjsf/[email protected]

04 Nov 15:31
d89ea7c

Choose a tag to compare

Major Changes

  • 5b62088: Return validator property instead of createValidator from adapt function
  • 9ce5646: Return createValidator instead of validator from setupFormValidator

Patch Changes

@sjsf/[email protected]

04 Nov 15:31
d89ea7c

Choose a tag to compare

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