Releases: webgme/svelte-jsonschema-form
Releases · webgme/svelte-jsonschema-form
Release v0.7.0
Adds json schema constant (const
) support.
Fixes some AnyOf control quirks.
Release v0.6.2
Add patched dependencies to "bundleDependencies" so they can be patched.
Release v0.6.1
- add release version as form data attribute
- include patches in package files
Release v0.6.0
- add ui schema options
- update default value handling
- update
anyOf
- other bug fixes
Release v0.5.3
Release v0.5.2
- miscellaneous tweaks & bug fixes
Release v0.5.1
pass schema
to download transform option
Release v0.5.0
adds transform
download option
(allows you to transform the json before downloading)
Release v0.4.1
bug fixes
Release v0.4.0
- adds validation support for json schema "formats"
- adds checkbox enable support for objects & arrays
- a few bug fixes