Skip to content

Tags: openwisp/django-flat-json-widget

Tags

0.3.1

Toggle 0.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 0.3.1 [2024-11-19]

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

0.3.0

Toggle 0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 0.3.0 [2024-08-23]

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

Toggle 0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 0.2.0 [2022-03-19]

Changes
~~~~~~~

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

0.1.3

Toggle 0.1.3's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 0.1.3 [2021-07-20]

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

0.1.2

Toggle 0.1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 0.1.2 [2020-12-05]

- [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

Toggle 0.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 0.1.1 [2020-09-14]

- Made clear raw editing mode is JSON

0.1.0

Toggle 0.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 0.1.0 [2020-08-17]

- first release