json-schema-form

React library to render JSON Schema based forms

MIT License

Downloads
18
Stars
0
Committers
2

Bot releases are visible (Hide)

json-schema-form - v3.0.2 Latest Release

Published by drazik 9 months ago

3.0.2 (2024-01-31)

Bug Fixes

  • use field default value only when value is undefined (36a5fa8)
json-schema-form - v3.0.1

Published by drazik 10 months ago

3.0.1 (2023-12-26)

Bug Fixes

json-schema-form - v3.0.0

Published by drazik 10 months ago

3.0.0 (2023-12-25)

Features

  • add controlled mode (e704065)
  • Form: change model prop to initialValue (2699d7b)
  • Form: update custom components names (acad850)

BREAKING CHANGES

  • Form: components prop keys have been renamed.
  • RootInner is now Root
  • SubmitButton is now Actions
  • SubmitButtonWrapper is now ActionsWrapper
  • Form: model prop is now named initialValue
json-schema-form - v2.1.4

Published by drazik 12 months ago

2.1.4 (2023-10-22)

Bug Fixes

  • Form: allow any type in certain cases (de5d40a)
json-schema-form - v2.1.3

Published by drazik about 1 year ago

2.1.3 (2023-10-02)

Bug Fixes

  • onSubmit, onSuccess and onError can be undefined (bef7250)
json-schema-form - v2.1.2

Published by drazik about 1 year ago

2.1.2 (2023-08-23)

Bug Fixes

  • field's attr option can be any string to string record (0faa32f)
json-schema-form - v2.1.1

Published by drazik about 1 year ago

2.1.1 (2023-08-03)

Bug Fixes

  • add missing default property on ArrayFieldSchema (ce52b49)
json-schema-form - v2.1.0

Published by drazik over 1 year ago

2.1.0 (2023-07-18)

Features

  • export all field schema types (909e6e1)
json-schema-form - v2.0.0

Published by drazik over 1 year ago

2.0.0 (2023-07-13)

Features

  • manual rendering doesn't render anything (6084216)

BREAKING CHANGES

  • the manual rendering mode doesn't render anything
    automatically anymore. Previously it rendered some base layout using the
    RootInner, SubmitButtonWrapper and SubmitButton components.
json-schema-form - v1.4.1

Published by drazik over 1 year ago

1.4.1 (2023-07-13)

Bug Fixes

  • don't use default value instead of empty string (6bb60dc)
json-schema-form - v1.4.0

Published by drazik over 1 year ago

1.4.0 (2023-07-12)

Features

json-schema-form - v1.3.5

Published by drazik over 1 year ago

1.3.5 (2023-06-23)

Bug Fixes

  • revert keep url search params for GET requests" (12cb900)
json-schema-form - v1.3.4

Published by drazik over 1 year ago

1.3.4 (2023-06-23)

Bug Fixes

json-schema-form - v1.3.3

Published by drazik over 1 year ago

1.3.3 (2023-06-22)

Bug Fixes

  • keep url search params for GET requests (4939b5b)
json-schema-form - v1.3.2

Published by drazik over 1 year ago

1.3.2 (2023-06-16)

Bug Fixes

  • reset boolean linked field value to false (b5fff0c)
json-schema-form - v1.3.1

Published by drazik over 1 year ago

1.3.1 (2023-06-09)

Bug Fixes

  • don't reject null value in linked field (23a5b2e)
json-schema-form - v1.3.0

Published by drazik over 1 year ago

1.3.0 (2023-05-11)

Features

json-schema-form - v1.2.0

Published by drazik over 1 year ago

1.2.0 (2023-04-28)

Features

json-schema-form - v1.1.0

Published by drazik over 1 year ago

1.1.0 (2023-04-24)

Bug Fixes

  • handle false as field dependency value (59124d2)
  • linked field reset (a0b7b42)

Features

json-schema-form - v1.0.1

Published by drazik over 1 year ago

1.0.1 (2023-04-14)

Bug Fixes