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 Nov 10, 2023
1 parent e4fc57a commit 96347e8
Show file tree
Hide file tree
Showing 2 changed files with 40 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.20.0
v2.19.1
v2.19.0
v2.18.0
Expand Down
39 changes: 39 additions & 0 deletions docs/releases/v2.20.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
django-jsonform 2.20.0 release notes
====================================


Nov 10, 2023
------------

This release brings some new features and improvements.


New Features
^^^^^^^^^^^^

- **Constant values**

Support for the ``const`` keyword. (:ref:`See docs <const>`).

- **Multiselect + Autocomplete**

Support multiselect autocomplete input using ``"widget": "multiselect-autocomplete"``.

- **Collapsible sections**

You will now see ``[-]`` and ``[+]`` icons in section titles which can be used
for collapsing and expanding array or object sections.


Improvements
^^^^^^^^^^^^

- :issue:`121`: The form is more tolerant now when it receives ``null`` data for array or object types.
The form will implicitly replace ``null`` with the appropriate blank data instead of throwing an error.


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

`react-json-form <https://github.com/bhch/react-json-form>`_ has been updated
to version 2.12.0.

0 comments on commit 96347e8

Please sign in to comment.