Skip to content

v2.20.0

Compare
Choose a tag to compare
@bhch bhch released this 10 Nov 10:53
· 39 commits to master since this release

django-jsonform 2.20.0 release notes

Nov 10, 2023

This release brings some new features and improvements.

New features

  • Constant values
    Support for the const keyword. (See docs).

  • Multiselect + Autocomplete
    Support multiselect autocomplete input using "widget": "multiselect-autocomplete".

  • Collapsible sections
    You will now see [-] and [+] icons in section titles which can be used for collapsing and expanding array or object sections.

Improvements

  • #121: The form is more tolerant now when it receives null data for array or object types. Now, the form will implicitly replace null with the appropriate blank data instead of throwing an error.

react-json-form (JavaScript)

react-json-form has been updated to version 2.12.0.