Skip to content

Tags: w3r-one/json-schema-form

Tags

v3.0.2

fix: use field default value only when value is undefined

v3.0.1

fix: plz release

v3.0.0

chore: add next branch to semantic release config

v2.1.4

fix(Form): allow any type in certain cases

v2.1.3

chore(ci): add lint, typecheck and test to publish workflow

v2.1.2

fix: field's attr option can be any string to string record

v2.1.1

fix: add missing default property on ArrayFieldSchema

v2.1.0

feat: export all field schema types

v2.0.0

feat: manual rendering doesn't render anything

BREAKING CHANGE: the manual rendering mode doesn't render anything
automatically anymore. Previously it rendered some base layout using the
`RootInner`, `SubmitButtonWrapper` and `SubmitButton` components.

v1.4.1

fix: don't use default value instead of empty string