TinyMCE 8.7.0
| These are the Tiny Cloud and TinyMCE Enterprise release notes. For information on the latest community version of TinyMCE, see the TinyMCE Changelog. |
Overview
TinyMCE 8.7.0 was released for TinyMCE Enterprise and Tiny Cloud on Tuesday, June 30th, 2026. These release notes provide an overview of the changes for TinyMCE 8.7.0, including:
Accompanying Premium plugin changes
The following premium plugin updates were released alongside TinyMCE 8.7.0.
Export to PDF
The TinyMCE 8.7.0 release includes an accompanying release of the Export to PDF premium plugin.
Export to PDF includes the following addition.
It is now possible to have the kind of export in getContent’s events and nodeFilter.
The Export to PDF plugin now calls tinymce.editor.getContent() with an export property set to pdf. TinyMCE passes this property to the GetContent event and to serializer node filters, so an integrator can apply content filtering that targets a PDF export without affecting regular content retrieval.
For information on filtering content during an export, see: Export-specific content filtering. For information on the Export to PDF plugin, see: Export to PDF.
Export to Word
The TinyMCE 8.7.0 release includes an accompanying release of the Export to Word premium plugin.
Export to Word includes the following addition.
It is now possible to have the kind of export in getContent’s events and nodeFilter.
The Export to Word plugin now calls tinymce.editor.getContent() with an export property set to word. TinyMCE passes this property to the GetContent event and to serializer node filters, so an integrator can apply content filtering that targets a Word export without affecting regular content retrieval.
For information on filtering content during an export, see: Export-specific content filtering. For information on the Export to Word plugin, see: Export to Word.