Skip to content

Releases: webgme/svelte-jsonschema-form

Release v0.7.0

03 Nov 19:30
Compare
Choose a tag to compare

Adds json schema constant (const) support.

Fixes some AnyOf control quirks.

Release v0.6.2

26 Oct 18:52
Compare
Choose a tag to compare

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

Release v0.6.1

26 Oct 16:09
Compare
Choose a tag to compare
  • add release version as form data attribute
  • include patches in package files

Release v0.6.0

13 Oct 21:20
Compare
Choose a tag to compare
  • add ui schema options
  • update default value handling
  • update anyOf
  • other bug fixes

Release v0.5.3

20 Sep 21:48
Compare
Choose a tag to compare

Bug fixes:

  • #3
  • #1
  • improves removal of data values when selecting different anyOf option

Release v0.5.2

06 Sep 18:57
Compare
Choose a tag to compare
  • miscellaneous tweaks & bug fixes

Release v0.5.1

30 Aug 14:51
Compare
Choose a tag to compare

pass schema to download transform option

Release v0.5.0

30 Aug 14:05
Compare
Choose a tag to compare

adds transform download option

(allows you to transform the json before downloading)

Release v0.4.1

30 Aug 13:27
Compare
Choose a tag to compare

bug fixes

Release v0.4.0

29 Aug 13:50
Compare
Choose a tag to compare
  • adds validation support for json schema "formats"
  • adds checkbox enable support for objects & arrays
  • a few bug fixes