Version 2.23.0
django-jsonform 2.23.0 release notes
Sep 18, 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
- #172: Fixed a bug that prevented using
JSONField
as an item of theArrayField
. - #175: Fixed a bug which caused issues when choices had whitespace in them (by Kyle Perik).
- #165: Excluded the tests from PyPI wheel package (by Bruno Alla in PR #176).
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.