Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.11 KB

CHANGES.rst

File metadata and controls

52 lines (35 loc) · 1.11 KB

Changelog

Version 0.3.1 [2024-11-19]

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

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.

Version 0.2.0 [2022-03-19]

Changes

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

Version 0.1.3 [2021-07-20]

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

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.

Version 0.1.1 [2020-09-14]

  • Made clear raw editing mode is JSON

Version 0.1.0 [2020-08-17]

  • first release