Skip to content

Commit

Permalink
Add v2.4.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhch committed Nov 8, 2021
1 parent deb37e3 commit 619c528
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release notes
.. toctree::
:maxdepth: 2

v2.4.0
v2.3.0
v2.2.1
v2.2.0
Expand Down
32 changes: 32 additions & 0 deletions docs/releases/v2.4.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
django-jsonform 2.4.0 release notes
===================================


Nov 08, 2021
------------

This version is fully backwards compatible with the previous version (v2.3.x).

Like the previous version, it also supports ``Django >= 2.0`` and ``Python >= 3.4``.

What's new
~~~~~~~~~~

react-json-form (JavaScript)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

`react-json-form <https://github.com/bhch/react-json-form>`_ has been updated
to version 1.5.2. This version fixes the bug related to choice inputs.

Bugfixes
^^^^^^^^

- Earlier version required ``psycopg2`` to be installed because of ``ArrayField``.
Now, ``psycopg2`` isn't required unless ``ArrayField`` is used.
- Choices for the choice input field were not set from the data.


Minor changes
^^^^^^^^^^^^^

- Small improvements to the widget's css and icons

0 comments on commit 619c528

Please sign in to comment.