Skip to content

Commit 142b2a0

Browse files
committed
django-prose-editor 0.13
1 parent fda46d9 commit 142b2a0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ Change log
44
Next version
55
~~~~~~~~~~~~
66

7+
8+
0.13 (2025-06-25)
9+
~~~~~~~~~~~~~~~~~
10+
711
- Switched from `esbuild <https://esbuild.github.io/>`__ to
812
`rslib <https://lib.rsbuild.dev/>`__. Bundles are smaller and I'm a heavy
913
user of rspack anyway.
10-
- Updated Tiptap to 3.0.0-beta.15, which allows us to remove our custom code to
14+
- Updated Tiptap to 3.0.0-beta.16, which allows us to remove our custom code to
1115
check whether we can insert figures or horizontal rules at the current
1216
selection.
1317
- Fixed the alignment of small contents in prose menubar buttons.

django_prose_editor/__init__.py

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

0 commit comments

Comments
 (0)