Skip to content

Releases: remoteoss/json-schema-form

v1-beta-1.0.0-beta.10

01 Jul 14:56
c5e00ab
Compare
Choose a tag to compare
v1-beta-1.0.0-beta.10 Pre-release
Pre-release
Chores
  • throw error when deprecated modifyConfig option is passed to createHeadlessForm (#199) (5be36cda)

v1-beta-1.0.0-beta.9

30 Jun 13:23
8366bf7
Compare
Choose a tag to compare
v1-beta-1.0.0-beta.9 Pre-release
Pre-release
Bug Fixes
  • don't fail validation when oneOf array is empty (#198) (03bfb787)

v0.12.0-beta.0

25 Jun 12:47
68bfe86
Compare
Choose a tag to compare
New Features
  • allow select fields to be made from anyOf (#197) (d5da6ae8)

v0.11.15-beta.0

06 Jun 13:29
Compare
Choose a tag to compare
Bug Fixes
  • v0: Handle computed presentational attributes correctly (#195) (19c7ff5b)

v1-beta-1.0.0-beta.8

05 Jun 09:27
f33dbd3
Compare
Choose a tag to compare
v1-beta-1.0.0-beta.8 Pre-release
Pre-release

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

20 May 16:09
7a7896f
Compare
Choose a tag to compare
v1-beta-1.0.0-beta.7 Pre-release
Pre-release

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

20 May 11:47
3ea8314
Compare
Choose a tag to compare
v1-beta-1.0.0-beta.6 Pre-release
Pre-release

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

19 May 08:40
Compare
Choose a tag to compare
v1-beta-1.0.0-beta.5 Pre-release
Pre-release

1.0.0-beta.5 (2025-05-19)

Bug Fixes
  • export types correctly (#186)

v0.11.14-beta.0

14 May 13:01
Compare
Choose a tag to compare

0.11.14-beta.0 (2025-05-14)

Chores

v1-beta-1.0.0-beta.4

14 May 13:02
Compare
Choose a tag to compare
v1-beta-1.0.0-beta.4 Pre-release
Pre-release

1.0.0-beta.4 (2025-05-14)

Chores
  • Type JSONSchema enum as unknown for better type safety (#184) (e745444c)
New Features