Skip to content

Version 2.21.0

Compare
Choose a tag to compare
@bhch bhch released this 23 Nov 05:47
· 40 commits to master since this release

django-jsonform 2.21.0 release notes

Nov 23, 2023

This is a minor release.

New features

  • Overriding references
    While using $ref, you can now override the properties set by the reference, like setting custom titles for the reference.

Bugfixes

  • Earlier, when the schema didn't have a type at the top level but did have a $ref, the form raised an error without considering the $ref. Now, it will infer the type from $ref if type is not provided.

react-json-form (JavaScript)

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