Skip to content

Releases: remoteoss/json-schema-form

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:

v0.7.5-beta.0

09 Jan 20:17
Compare
Choose a tag to compare
  • Follow-up of #57. Ignore internal attributes from conditional attributes removal (visibilityCondition) (#59) (57fe4468)

v0.7.4-beta.0

10 Jan 13:19
Compare
Choose a tag to compare
  • Follow-up of #57. Ignore internal attributes from conditional attributes removal (Component, calculateDynamicProperties) (#58) (ee762c2e)

v0.7.3-beta.0

07 Nov 09:30
Compare
Choose a tag to compare

0.7.3-beta.0 (2023-11-07)

Bug Fixes
  • Remove conditional attributes after the condition is unmatched (#57) (8bac7145)

v0.7.2-beta.0

06 Nov 19:12
Compare
Choose a tag to compare

0.7.2-beta.0 (2023-11-06)

Bug Fixes
  • select/radio: Support oneOf[].pattern validation (#47) (5a4bb592)

0.7.1-beta.0 (2023-10-31)

Bug Fixes

v0.7.0-beta.0

24 Oct 14:20
Compare
Choose a tag to compare

0.7.0-beta.0 (2023-10-23)

Chores

BREAKING CHANGES:

  • Description/Extra/Statement fields: We have removed the sorrounding spans that we output in these fields (#17) (6257533)
-description: '<span class="jsf-description">Write in <b>hh:ss</b> format</span>',
+description: 'Write in <b>hh:ss</b> format',

v0.6.6-beta.0

17 Oct 13:49
Compare
Choose a tag to compare

0.6.6-beta.0 (2023-10-17)

Chores
  • github: Add template for issues and pull requests (#45) (621e3338)
Bug Fixes