@@ -4,6 +4,13 @@ Change log
4
4
Next version
5
5
~~~~~~~~~~~~
6
6
7
+ - Updated the documentation to provide working examples by including the
8
+ necessary dependencies. Thanks @benopotamus and @j4lib!
9
+ - Updated the sanitization documentation to correctly say which HTML tags and
10
+ attributes are actually allowlisted by which extensions.
11
+ - Updated the Tiptap dependency and pre-commit hooks.
12
+
13
+
7
14
0.18 (2025-08-27)
8
15
~~~~~~~~~~~~~~~~~
9
16
@@ -169,7 +176,7 @@ Next version
169
176
be disabled by configuring the extension when using a custom preset using
170
177
``Link.configure({ enableTarget: false }) ``. Also removed ``nofollow `` and
171
178
``noreferrer `` from the ``rel `` attribute of links since they do not make
172
- sense in a CMS context.
179
+ sense in a CMS context. Thanks to @yoshson for getting this started!
173
180
- Added integration testing using playwright.
174
181
- Pruned the CI matrix a bit, stopped running tests using Python 3.11 and
175
182
Django 5.0. Python 3.10 and Django 4.2 are still tested so we should be safe.
@@ -235,8 +242,8 @@ Next version
235
242
0.7 (2024-08-02)
236
243
~~~~~~~~~~~~~~~~
237
244
238
- - Added the ``django-prose-editor[sanitize] `` which automatically installs the
239
- ``nh3 `` dependency. Thanks @plenaerts!
245
+ - Added the ``django-prose-editor[sanitize] `` extra which automatically
246
+ installs the ``nh3 `` dependency. Thanks @plenaerts!
240
247
- Properly restored the textarea element when destroying the editor.
241
248
- Added more unittesting.
242
249
- Supported using the ``ProseEditorFormField `` with widget instances, not just
0 commit comments