Skip to content

Commit

Permalink
Add v2.5.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhch committed Nov 19, 2021
1 parent 88dc783 commit dc8f7f1
Show file tree
Hide file tree
Showing 2 changed files with 39 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.5.0
v2.4.0
v2.3.0
v2.2.1
Expand Down
38 changes: 38 additions & 0 deletions docs/releases/v2.5.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
django-jsonform 2.5.0 release notes
===================================


Nov 19, 2021
------------

This version introduces a minor breaking change from the previous releases (2.4.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.6.0.

Breaking Changes
^^^^^^^^^^^^^^^^

Earlier version used to set empty string (``''``) for blank number inputs. This
version will use ``null`` instead.

It will also change empty strings to ``null`` in the initial data as well.

Bugfixes
^^^^^^^^

- Use ``null`` instead of empty string for blank number inputs.

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

- Small improvements to the widget's css, such as the group panel's titles are
now bolder.

0 comments on commit dc8f7f1

Please sign in to comment.