Skip to content

Releases: remoteoss/json-schema-form

v0.11.1-beta.0

26 Jul 12:34
Compare
Choose a tag to compare

0.11.1-beta.0 (2024-07-26)

Chores
  • modify: Add missing Typescript declarations (#84) (86b3af2a)

v0.11.0-beta.0

25 Jul 16:43
Compare
Choose a tag to compare

0.11.0-beta.0 (2024-07-25)

Breaking changes
  • modify:
    • Change the return result to include warnings (#83) (e07fcec8)
New Features

v0.10.1-beta.0

24 Jul 08:18
Compare
Choose a tag to compare
Chores

Text field docs: Change naming of ID number property (#74) (338ddd2a)

v0.10.0-beta.0

18 Jul 08:38
Compare
Choose a tag to compare

Adds modify utility for better customizations (#75)

v0.9.1-beta.0

26 Mar 17:05
Compare
Choose a tag to compare

0.9.1-beta.0 (2024-03-26)

Bug Fixes
  • select/radio: Allow numbers in oneOf (#49) (04c2598a)

v0.9.0-beta.0

12 Mar 11:12
Compare
Choose a tag to compare

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

13 Feb 11:27
Compare
Choose a tag to compare
Bug Fixes
  • helpers: getFieldOptions - return empty array if oneOf missing in radio (#67) (6511330f)

v0.8.1-beta.0

12 Feb 12:36
Compare
Choose a tag to compare

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

01 Feb 09:16
Compare
Choose a tag to compare

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.6-beta.0

23 Jan 17:01
Compare
Choose a tag to compare
Chores

BREAKING CHANGES: