Skip to content

Commit

Permalink
Add release notes for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
bhch committed Feb 29, 2024
1 parent 5f6f7fe commit 805c793
Show file tree
Hide file tree
Showing 2 changed files with 32 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.22.0
v2.21.5
v2.21.4
v2.21.3
Expand Down
31 changes: 31 additions & 0 deletions docs/releases/v2.22.0.rst
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.

0 comments on commit 805c793

Please sign in to comment.