Skip to content

Commit 0e91de2

Browse files
committed
Export more of the useful ProseMirror functionality
1 parent 4194307 commit 0e91de2

File tree

4 files changed

+61
-27
lines changed

4 files changed

+61
-27
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Next version
1414
- Added Django 5.2a1.
1515
- Switched the JavaScript to use ES modules and importmaps. If you've been
1616
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.
17+
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.
1820
- Modified the ``HTML`` extension to prettify the HTML code somewhat.
1921
- Added a new ``Fullscreen`` extension.
2022

0 commit comments

Comments
 (0)