From 619c528562714ba441f6ffc7a7da342f3cb926e3 Mon Sep 17 00:00:00 2001 From: Bharat Chauhan Date: Mon, 8 Nov 2021 12:59:37 +0530 Subject: [PATCH] Add v2.4.0 release notes --- docs/releases/index.rst | 1 + docs/releases/v2.4.0.rst | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 docs/releases/v2.4.0.rst diff --git a/docs/releases/index.rst b/docs/releases/index.rst index a372560..ac4efd3 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -4,6 +4,7 @@ Release notes .. toctree:: :maxdepth: 2 + v2.4.0 v2.3.0 v2.2.1 v2.2.0 diff --git a/docs/releases/v2.4.0.rst b/docs/releases/v2.4.0.rst new file mode 100644 index 0000000..a6d0547 --- /dev/null +++ b/docs/releases/v2.4.0.rst @@ -0,0 +1,32 @@ +django-jsonform 2.4.0 release notes +=================================== + + +Nov 08, 2021 +------------ + +This version is fully backwards compatible with the previous version (v2.3.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 `_ has been updated +to version 1.5.2. This version fixes the bug related to choice inputs. + +Bugfixes +^^^^^^^^ + + - Earlier version required ``psycopg2`` to be installed because of ``ArrayField``. + Now, ``psycopg2`` isn't required unless ``ArrayField`` is used. + - Choices for the choice input field were not set from the data. + + +Minor changes +^^^^^^^^^^^^^ + + - Small improvements to the widget's css and icons