Releases: bhch/django-jsonform
Version 2.2.0
django-jsonform 2.2.0 release notes
Sep 14, 2021
This version adds no new featurs and is fully backwards compatible.
Fix bad package
Templates and static files weren’t included in the previous builds. This version includes all the required files.
Previous versions are not usable due to this embarrassing mistake.
Version 2.1.0
django-jsonform 2.1.0 release notes
Sep 09, 2021
This version is fully backwards compatible.
What's new
Callable schema
schema
can now be a callable. This allows for specifying choices dynamically, among other things.
Minor changes
Improvements to the widget's CSS:
- Fixed: the remove button overlapped the input field on mobile.
- Fixed:
select
input wasn't the same width as other inputs.
Version 2.0.0
django-jsonform 2.0.0 release notes
Sep 06, 2021
This version is fully backwards compatible with the previous version (v1.0.0).
Like the previous version, it also supports Django >= 2.0
and Python >= 3.4
.
What's new
JSONField
A model field called JSONField
has been added which makes it more convenient to set up the editing form widget.
ArrayField
A model field called ArrayField
has been added which provides a nice, dynamic form for editing the Postgres ArrayField
.
react-json-form (JavaScript)
react-json-form has been updated to version 1.4.1.
Minor changes
Some small improvements to the widget's css.
Version 1.0.0
django-jsonform 1.0.0 release notes
Sep 2, 2021
The first release.
This version (v1.0.0) supports Django >= 2.0 and Python >= 3.4.
react-json-form (JavaScript)
Uses react-json-form version 1.3.0.