svelte-jsonschema-form

A Svelte component for generating forms from JSON Schema.

MIT License

Stars
28
Committers
1

Bot releases are visible (Hide)

svelte-jsonschema-form - Release v0.8.4 Latest Release

Published by github-actions[bot] about 2 months ago

Fixes anyof value not being properly selected for loaded data

svelte-jsonschema-form - Release v0.8.3

Published by github-actions[bot] 4 months ago

fix issue with required object values being empty/inaccessible

svelte-jsonschema-form - Release v0.8.2

Published by github-actions[bot] 4 months ago

  • fixes file name typo
  • add extra css export
svelte-jsonschema-form - Release v0.8.0

Published by github-actions[bot] 5 months ago

svelte-jsonschema-form - Release v0.7.6

Published by github-actions[bot] 8 months ago

Wait to dispatch SchemaForm's "error" event until after it's mounted.

svelte-jsonschema-form - Release v0.7.5

Published by github-actions[bot] 8 months ago

Adds SchemaForm "error" event

svelte-jsonschema-form - Release v0.7.4

Published by github-actions[bot] 9 months ago

Fixes issue with adding "anyOf" items to arrays

svelte-jsonschema-form - Release v0.7.3

Published by github-actions[bot] 9 months ago

bug fixes

svelte-jsonschema-form - Release v0.7.1

Published by github-actions[bot] 11 months ago

Fixes array adding item anyOf infinite loop

svelte-jsonschema-form - Release v0.7.0

Published by github-actions[bot] 12 months ago

Adds json schema constant (const) support.

Fixes some AnyOf control quirks.

svelte-jsonschema-form - Release v0.6.2

Published by github-actions[bot] 12 months ago

Add patched dependencies to "bundleDependencies" so they can be patched.

svelte-jsonschema-form - Release v0.6.1

Published by github-actions[bot] 12 months ago

  • add release version as form data attribute
  • include patches in package files
svelte-jsonschema-form - Release v0.6.0

Published by github-actions[bot] about 1 year ago

  • add ui schema options
  • update default value handling
  • update anyOf
  • other bug fixes
svelte-jsonschema-form - Release v0.5.3

Published by github-actions[bot] about 1 year ago

Bug fixes:

  • #3
  • #1
  • improves removal of data values when selecting different anyOf option
svelte-jsonschema-form - Release v0.5.2

Published by github-actions[bot] about 1 year ago

  • miscellaneous tweaks & bug fixes
svelte-jsonschema-form - Release v0.5.1

Published by github-actions[bot] about 1 year ago

pass schema to download transform option

svelte-jsonschema-form - Release v0.5.0

Published by github-actions[bot] about 1 year ago

adds transform download option

(allows you to transform the json before downloading)

svelte-jsonschema-form - Release v0.4.1

Published by github-actions[bot] about 1 year ago

bug fixes

svelte-jsonschema-form - Release v0.4.0

Published by github-actions[bot] about 1 year ago

  • adds validation support for json schema "formats"
  • adds checkbox enable support for objects & arrays
  • a few bug fixes
svelte-jsonschema-form - Release v0.3.0

Published by github-actions[bot] about 1 year ago

add ui-schema "collapse" setting

supported values: "all", "none", "unrequired"

Related Projects