Skip to content

Releases: remoteoss/json-schema-form

1.2.7

26 Nov 12:24

Choose a tag to compare

Fixes
  • typescript: export FormResult and related types for better type inference (#241) (a9fd050)

1.2.6

31 Oct 00:29

Choose a tag to compare

Performance

  • chore(performance): optimise field updates with large dropdown options(#239) (272e053)

v0.12.2-beta.0

23 Oct 14:09

Choose a tag to compare

New Features
  • v0: Support nested fieldset conditionals (#156) (877e82e1)

1.2.5

21 Oct 14:12

Choose a tag to compare

Bug Fixes
  • json-logic: apply custom validators when calculating the final schema (#238) (15da4569)

1.2.4

08 Oct 00:19

Choose a tag to compare

Bug fixes

  • fix(checkbox): Support optional boolean type (234)

1.2.1

18 Sep 12:11

Choose a tag to compare

Bug Fixes
  • schema: keep custom functions on nested fields (#232) (2dbdd82b)

1.2.0

03 Sep 09:13

Choose a tag to compare

1.2.0 (2025-09-03)

Bug Fixes
  • schema: validate schema properties when additionalProperties is set to false. (#230) (a1fdceb7)

1.1.2

29 Aug 08:59

Choose a tag to compare

New Features
  • json-logic: apply computed attrs on nested allOf/anyOf/oneOf properties (#227) (4375598e)
  • allow accumulator/current in reduce/map operations (#225) (82268578)
Bug Fixes
  • schema: keep custom components on nested presentation properties (#229) (99a8d432)

1.1.0

06 Aug 09:04

Choose a tag to compare

1.1.0 (2025-08-06)

New Features
Bug Fixes

1.0.2

22 Jul 17:55

Choose a tag to compare

1.0.2 (2025-07-22)

Bug Fixes
  • use commiter date as sorting order for tags, not version (#220) (53a2464e)
  • update changelog on non-dev release (#219) (9e313591)

1.0.1

Bug fixes
  • fix: allow for computed values to be used inside conditionals (#215)
  • fix(conditionals): respect "if" blocks that are booleans (#216)