Skip to content

Commit 00e6593

Browse files
committed
django-prose-editor 0.22
1 parent 4f61686 commit 00e6593

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Change log
44
Next version
55
~~~~~~~~~~~~
66

7+
8+
0.22 (2025-11-17)
9+
~~~~~~~~~~~~~~~~~
10+
711
- Also apply the "actually empty" behavior in the frontend code. ProseMirror
812
always produces at least one empty block-level element (for example
913
``<p></p>``). We prefer the editor to produce an empty string in this case

django_prose_editor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.21.1"
1+
version = "0.22.0"

0 commit comments

Comments
 (0)