Releases: remoteoss/json-schema-form
Releases · remoteoss/json-schema-form
1.2.1
1.2.0
1.1.2
1.1.0
1.0.2
1.0.0
1.0.0
Chores
- prepare release script for official releases (#210) (74a569e7)
- Explain ValidationOptions are a backward-compatibility with v0 mistakes (#211) (f361513d)
- improve migration doc (#207) (bbd1158f)
- rename github actions (#206) (71e3b776)
- move next codebase to root and added migration guide (#204) (dc41922d)
- move v0 code to separate folder (8314149e)
- adjust eslint rules for if statements and fix new errors (#201) (738378f7)
- throw error when deprecated modifyConfig option is passed to createHeadlessForm (#199) (5be36cda)
- 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)
- Type JSONSchema enum as unknown for better type safety (#184) (e745444c)
- fix linter and type checker warnings (#166) (5592a206)
New Features
- v1: add support for shorthands on modifySchema (3432b75d)
- add allowForbiddenValues validation option (#194) (bb59dac6)
- allowing x-jsf-logic to affect field attributes (#179) (2d80c2d7)
- group-array field support (#177) (e32f69b7)
- implement file validation (#168) (2feb459c)
- custom validations with json logic (eb26fab5)
- DEVXP-2540: validate arrays (#165) (b7d110eb)
- add modify utility (52af6b78)
Bug Fixes
- Improve release scripts #214)
- properly handle function as custom field properties (#213) (a2e8f4d0)
- rename validationOptions to legacyOptions (#212) (3cd3c3c2)
- adapt v1 scripts to use correct paths (#209) (b5a97265)
- fix v1 script paths (#208) (29e734e2)
- don't fail validation when oneOf array is empty (#198) (03bfb787)
- check for emptiness of required array/object properties values (#191) (d59eb3ad)
- don't override
options
property provided viax-jsf-presentation
(#189) (5e81ca8e) - fixes a bug where a fields required status was not updated through conditional schemas (#188) (345ed303)
- export types correctly (#186)
- fix version number (#170) (4d9484cd)
- fallback to schema type when presentation is not present (4f213051)
v1.0.0-beta.12
v1-beta-1.0.0-beta.11
Chores
- improve migration doc (#207) (bbd1158f)
- rename github actions (#206) (71e3b776)
- move next codebase to root and added migration guide (#204) (dc41922d)
- move v0 code to separate folder (8314149e)
- adjust eslint rules for if statements and fix new errors (#201) (738378f7)
New Features
- v1: add support for shorthands on modifySchema (3432b75d)