Skip to content

Releases: x0k/svelte-jsonschema-form

@sjsf/[email protected]

11 Nov 22:43
7a06bb6
Compare
Choose a tag to compare

Patch Changes

@sjsf/[email protected]

11 Nov 22:43
7a06bb6
Compare
Choose a tag to compare

Patch Changes

@sjsf/[email protected]

11 Nov 22:43
7a06bb6
Compare
Choose a tag to compare

Patch Changes

@sjsf/[email protected]

11 Nov 22:43
7a06bb6
Compare
Choose a tag to compare

Patch Changes

@sjsf/[email protected]

06 Nov 23:21
e0a796e
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@sjsf/[email protected]

06 Nov 23:21
e0a796e
Compare
Choose a tag to compare

Patch Changes

@sjsf/[email protected]

06 Nov 23:20
e0a796e
Compare
Choose a tag to compare

Patch Changes

@sjsf/[email protected]

06 Nov 23:20
e0a796e
Compare
Choose a tag to compare

Patch Changes

@sjsf/[email protected]

06 Nov 23:20
e0a796e
Compare
Choose a tag to compare

Patch Changes

@sjsf/[email protected]

06 Nov 23:20
e0a796e
Compare
Choose a tag to compare

Minor Changes

  • #26 c75aa31 Thanks @x0k! - Add preventDataLoss function for handling beforeunload event

  • #26 dad20e1 Thanks @x0k! - Allow to pass multiple arguments to mutation.run method

  • #26 a6606d1 Thanks @x0k! - Add form option pseudoIdSeparator

Patch Changes

  • #26 34b2481 Thanks @x0k! - Changed the value of DEFAULT_ID_SEPARATOR

    This change may be a BREAKING change for you if you code implicitly depends on this constant.

  • #26 89a3e04 Thanks @x0k! - Remove forced undefined for value in onSubmit handler of the form

  • #26 0084022 Thanks @x0k! - Allow to pass a Map and Array to the initialErrors form option