Releases: w3r-one/json-schema-form
Releases · w3r-one/json-schema-form
v3.0.2
3.0.2 (2024-01-31)
Bug Fixes
- use field default value only when value is undefined (36a5fa8)
v3.0.1
3.0.1 (2023-12-26)
Bug Fixes
v2.1.4
2.1.4 (2023-10-22)
Bug Fixes
- Form: allow any type in certain cases (de5d40a)
v2.1.3
2.1.3 (2023-10-02)
Bug Fixes
- onSubmit, onSuccess and onError can be undefined (bef7250)
v2.1.2
2.1.2 (2023-08-23)
Bug Fixes
- field's attr option can be any string to string record (0faa32f)
v2.1.1
2.1.1 (2023-08-03)
Bug Fixes
- add missing default property on ArrayFieldSchema (ce52b49)
v2.1.0
2.1.0 (2023-07-18)
Features
- export all field schema types (909e6e1)
v2.0.0
2.0.0 (2023-07-13)
Features
- manual rendering doesn't render anything (6084216)
BREAKING CHANGES
- 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
1.4.1 (2023-07-13)
Bug Fixes
- don't use default value instead of empty string (6bb60dc)
v1.4.0
1.4.0 (2023-07-12)
Features