Skip to content

Version 2.23.0

Compare
Choose a tag to compare
@bhch bhch released this 18 Sep 05:26
· 3 commits to master since this release

django-jsonform 2.23.0 release notes

Sep 18, 2024

This release fixes some bugs and brings a couple of new features.

New features

Bugfixes

  • #172: Fixed a bug that prevented using JSONField as an item of the ArrayField.
  • #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.