Releases: remoteoss/json-schema-form
Releases · remoteoss/json-schema-form
v0.10.0-beta.0
Adds modify
utility for better customizations (#75)
v0.9.1-beta.0
0.9.1-beta.0 (2024-03-26)
Bug Fixes
v0.9.0-beta.0
Breaking changes
- Rename value -> forcedValue. This is in regards to the json-logic, where a "forced value" will now be returned in each relevant field (i.e. fields where the schema const and default are the same) with forcedValue over value. (#66) (77c445a9)
v0.8.2-beta.0
Bug Fixes
- helpers: getFieldOptions - return empty array if oneOf missing in radio (#67) (6511330f)
v0.8.1-beta.0
Bug Fixes
- conditionals: Certain conditions in a JSON schema were failing. This bugfix adds missing field context to the evaluation to prevent the error. (#65) (6755a2fd)
v0.8.0-beta.0
Bug fix
BREAKING CHANGES
fieldset: Add support for custom properties on fieldsets’s fields whose field names clash with JSON-Schema reserved keywords . Check example in PR (#64) ([8340cde]
v0.7.5-beta.0
- Follow-up of #57. Ignore internal attributes from conditional attributes removal (visibilityCondition) (#59) (57fe4468)
v0.7.4-beta.0
- Follow-up of #57. Ignore internal attributes from conditional attributes removal (Component, calculateDynamicProperties) (#58) (ee762c2e)
v0.7.3-beta.0
0.7.3-beta.0 (2023-11-07)
Bug Fixes
- Remove conditional attributes after the condition is unmatched (#57) (8bac7145)