Apostrophe 4.17.1: hotfix for a prosemirror issue that broke lists #4956
boutell
announced in
Release Notes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have just released version 4.17.1 of
apostrophe. This version works around a recent change in the ProseMirror rich text editing library, which is used by TipTap, the rich text editor in ApostropheCMS.The issue caused strange issues with lists in the rich text editor. Specifically, editing appeared to work fine and would save correctly, but upon refreshing the page and re-opening the editor, the list markup would be incorrect.
So for now we have pinned Apostrophe's dependencies to tiptap 2.11.0, and to specific versions of the prosemirror modules that are known to work properly with that release.
We will be researching the exact cause. So far it looks like what we are doing in our code makes sense and one of the recently updated ProseMirror modules is incorrectly interpreting HTML passed to it at startup.
To apply this fix in your project, you should update
apostrophealongside the other ApostropheCMS-provided modules in your project, using thenpm updatecommand.Beta Was this translation helpful? Give feedback.
All reactions