Releases: remoteoss/json-schema-form
Releases · remoteoss/json-schema-form
v1-beta-1.0.0-beta.10
Chores
- throw error when deprecated modifyConfig option is passed to createHeadlessForm (#199) (5be36cda)
v1-beta-1.0.0-beta.9
Bug Fixes
- don't fail validation when oneOf array is empty (#198) (03bfb787)
v0.11.15-beta.0
Bug Fixes
- v0: Handle computed presentational attributes correctly (#195) (19c7ff5b)
v1-beta-1.0.0-beta.8
1.0.0-beta.8 (2025-06-05)
Chores
- refactor field building approach + fix some issues with v0 backward compatibility (#193) (6f2e7d74)
- README: Better explain JSF, mention the Playground and next version v1 (#192) (4efb07e3)
New Features
- add allowForbiddenValues validation option (#194) (bb59dac6)
- allow x-jsf-logic to affect field attributes (#179) (2d80c2d7)
Bug Fixes
- check for emptiness of required array/object properties values (#191) (d59eb3ad)
v1-beta-1.0.0-beta.7
1.0.0-beta.7 (2025-05-20)
Bug Fixes
- don't override
options
property provided via x-jsf-presentation
(#189) (5e81ca8e)
v1-beta-1.0.0-beta.6
1.0.0-beta.6 (2025-05-20)
Bug Fixes
- fixes a bug where a fields required status was not updated through conditional schemas (#188) (345ed303)
v1-beta-1.0.0-beta.5
1.0.0-beta.5 (2025-05-19)
Bug Fixes
- export types correctly (#186)
v0.11.14-beta.0
0.11.14-beta.0 (2025-05-14)
Chores
v1-beta-1.0.0-beta.4
1.0.0-beta.4 (2025-05-14)
Chores
- Type JSONSchema enum as unknown for better type safety (#184) (e745444c)
New Features