Releases: openwisp/django-flat-json-widget
Releases · openwisp/django-flat-json-widget
0.4.0 [2025-10-24]
0.3.1 [2024-11-19]
- [fix:security] Upgraded underscore.js to v1.13.7 to fix CVE-2021-23358
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.xand4.0.x.
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 [2021-07-20]
- [fix] Added jquery.init.js in the widget media to fix
django.jQueryJS error
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 [2020-09-14]
- Made clear raw editing mode is JSON
0.1.0 [2020-08-17]
- first release