We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda46d9 commit 142b2a0Copy full SHA for 142b2a0
CHANGELOG.rst
@@ -4,10 +4,14 @@ Change log
4
Next version
5
~~~~~~~~~~~~
6
7
+
8
+0.13 (2025-06-25)
9
+~~~~~~~~~~~~~~~~~
10
11
- Switched from `esbuild <https://esbuild.github.io/>`__ to
12
`rslib <https://lib.rsbuild.dev/>`__. Bundles are smaller and I'm a heavy
13
user of rspack anyway.
-- 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
15
check whether we can insert figures or horizontal rules at the current
16
selection.
17
- Fixed the alignment of small contents in prose menubar buttons.
django_prose_editor/__init__.py
@@ -1 +1 @@
1
-version = "0.12.0"
+version = "0.13.0"
0 commit comments