Skip to content

Releases: webgme/svelte-jsonschema-form

Release v0.8.0

30 May 19:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.6...v0.8.0

Release v0.7.6

26 Feb 22:16
Compare
Choose a tag to compare

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

Release v0.7.5

16 Feb 19:29
Compare
Choose a tag to compare

Adds SchemaForm "error" event

Release v0.7.4

30 Jan 22:16
Compare
Choose a tag to compare

Fixes issue with adding "anyOf" items to arrays

Release v0.7.3

29 Jan 21:16
Compare
Choose a tag to compare

bug fixes

Release v0.7.1

20 Nov 22:52
Compare
Choose a tag to compare

Fixes array adding item anyOf infinite loop

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