Skip to content

Releases: openwisp/django-flat-json-widget

0.4.0 [2025-10-24]

24 Oct 09:26
0.4.0

Choose a tag to compare

Changes

Dependencies

  • Added support for Django 5.x.
  • Added support for Python 3.11, 3.12, and 3.13.
  • Dropped support for Django 3.2 and 4.1.
  • Dropped support for Python 3.8.

Bugfixes

  • Ensured input fields preserve new lines #19

0.3.1 [2024-11-19]

19 Nov 22:56
0.3.1

Choose a tag to compare

  • [fix:security] Upgraded underscore.js to v1.13.7 to fix CVE-2021-23358

0.3.0 [2024-08-23]

23 Aug 15:25
0.3.0
25235e7

Choose a tag to compare

Changes

Dependencies:

  • Added support for Python 3.10.
  • Dropped support for Python 3.7.
  • Added support for Django 4.2.
  • Dropped support for Django 3.1.x and 4.0.x.

0.2.0 [2022-03-19]

19 Mar 13:49
0.2.0

Choose a tag to compare

Changes

  • Added support for Django 3.2 and Django 4.0
  • Added support for python 3.9

0.1.3 [2021-07-20]

20 Jul 02:48
0.1.3

Choose a tag to compare

  • [fix] Added jquery.init.js in the widget media to fix django.jQuery JS error

0.1.2 [2020-12-05]

11 Dec 20:31
0.1.2

Choose a tag to compare

  • [change] Rebuild UI based on CSS display property instead of visibility;
    This change allows to manipulate the contents of the text area and trigger the recompilation of the UI also if the field is not visible.

0.1.1 [2020-09-14]

14 Sep 20:55
0.1.1

Choose a tag to compare

  • Made clear raw editing mode is JSON

0.1.0 [2020-08-17]

17 Aug 20:41
0.1.0

Choose a tag to compare

  • first release