django-jsonform 2.23.0 release notes¶
Sep 17, 2024¶
This release fixes some bugs and brings a couple of new features.
New features¶
#72:
ArrayField
now accepts a custom schema. More in docs. See usage docs.#162:
ArrayField
’s widget can be overridden now (by Willard Nilges). See usage docs.
Bugfixes¶
Browser side improvements¶
Fixed (suppressed for the time being) buggy validation of
oneOf
/anyOf
within an object.Fixed crashes when using
oneOf
.Fixed number input validation. Some browsers need
step=any
for decimal values.
react-json-form (JavaScript)¶
react-json-form has been updated to version 2.14.2.