- Updated to CKEditor version 4.10.0. The CKEditor build now includes the CKEditor “widgets” feature (not to be confused with Apostrophe widgets). These are essential for modules like the forthcoming
apostrophe-rich-text-merge-tags
. -
apos.areas.richText
andapos.areas.plaintext
no longer produce duplicate text. To achieve this, theapos.docs.walk
method no longer walks through the_originalWidgets
property. This property is only used to preserve the previous versions of widgets that the user lacks permission to edit due to schema field permissions. Exploration of this property byapos.docs.walk
led to the observed bug. - The browser-side implementation of
apos.utils.escapeHtml
now works properly.
1 Like