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 4194307 commit 0e91de2Copy full SHA for 0e91de2
CHANGELOG.rst
@@ -14,7 +14,9 @@ Next version
14
- Added Django 5.2a1.
15
- Switched the JavaScript to use ES modules and importmaps. If you've been
16
using 0.10 you have to update your code to use ES modules (``<script
17
- type="module">``) instead of deferred scripts. Sorry for the churn.
+ type="module">``) instead of deferred scripts. Sorry for the churn. Also
18
+ check the import locations, ProseMirror functions have been moved into the
19
+ ``pm.*`` namespace.
20
- Modified the ``HTML`` extension to prettify the HTML code somewhat.
21
- Added a new ``Fullscreen`` extension.
22
0 commit comments