-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ Release notes | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
v2.5.0 | ||
v2.4.0 | ||
v2.3.0 | ||
v2.2.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |