-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
32 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.22.0 | ||
v2.21.5 | ||
v2.21.4 | ||
v2.21.3 | ||
|
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,31 @@ | ||
django-jsonform 2.22.0 release notes | ||
==================================== | ||
|
||
|
||
Feb 29, 2024 | ||
------------ | ||
|
||
This release brings some new features and a few bug fixes. | ||
|
||
|
||
New features | ||
^^^^^^^^^^^^ | ||
|
||
- :pr:`142`: Improved support for UUID, datetime, Decimal, etc. types on ArrayField (by `Gyuri <https://github.com/nullcode>`__). | ||
- Support for ``uri`` and ``uri-reference`` formats. The input for this format will also display a clickable link to open | ||
the input's link value in new tab. | ||
- :issue:`156`: Support for clickable links for ``URLField`` inside ``ArrayField``. | ||
|
||
|
||
Bugfixes | ||
^^^^^^^^ | ||
|
||
- Fixed dark mode CSS for Django 4 and 5. | ||
- :pr:`154`: Fixed typo in validation error message (by `Garret Heaton <https://github.com/powdahound>`__). | ||
|
||
|
||
react-json-form (JavaScript) | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
`react-json-form <https://github.com/bhch/react-json-form>`_ has been updated | ||
to version 2.14.0. |