|
| 1 | += TinyMCE 6.8.3 |
| 2 | +:navtitle: TinyMCE 6.8.3 |
| 3 | +:description: Release notes for TinyMCE 6.8.3 |
| 4 | +:keywords: releasenotes, new, changes, bugfixes |
| 5 | +:page-toclevels: 1 |
| 6 | + |
| 7 | +include::partial$misc/admon-releasenotes-for-stable.adoc[] |
| 8 | + |
| 9 | +[[overview]] |
| 10 | +== Overview |
| 11 | + |
| 12 | +{productname} 6.8.3 was released for {enterpriseversion} and {cloudname} on Wednesday, February 08^th^, 2024. These release notes provide an overview of the changes for {productname} 6.8.3, including: |
| 13 | + |
| 14 | +* xref:accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes] |
| 15 | +* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes] |
| 16 | +* xref:bug-fixes[Bug fixes] |
| 17 | +* xref:security-fixes[Security fixes] |
| 18 | + |
| 19 | +[[accompanying-premium-self-hosted-server-side-component-changes]] |
| 20 | +== Accompanying Premium self-hosted server-side component changes |
| 21 | + |
| 22 | +The {productname} 6.8.3 release includes accompanying changes affecting the {productname} **self-hosted** services for the following plugins: |
| 23 | + |
| 24 | +* **Enhanced Media Embed** plugin `mediaembed`. |
| 25 | +* **Export** plugin `export`. |
| 26 | +* **Enhanced Image Editing** plugin `editimage`. |
| 27 | +* **Link Checker** plugin `linkchecker`. |
| 28 | +* **Spell Checker Pro** plugin `tinymcespellchecker`. |
| 29 | +* **Spelling Autocorrect** plugin `autocorrect`. |
| 30 | + |
| 31 | +For information on: |
| 32 | + |
| 33 | +* The **Enhanced Media Embed** plugin, see: xref:introduction-to-mediaembed.adoc[Enhanced Media Embed plugin]. |
| 34 | +* The **Export** plugin, see: xref:export.adoc[Export plugin]. |
| 35 | +* The **Enhanced Image Editing** plugin, see: xref:editimage.adoc[Enhanced Image Editing plugin]. |
| 36 | +* The **Link Checker** plugin, see: xref:linkchecker.adoc[Link Checker plugin]. |
| 37 | +* The **Spell Checker Pro** plugin, see: xref:introduction-to-tiny-spellchecker.adoc[Spell Checker Pro plugin]. |
| 38 | +* The **Spelling Autocorrect** plugin, see: xref:autocorrect.adoc[Spelling Autocorrect plugin]. |
| 39 | +* Deploying the **server-side** components, see: xref:introduction-to-premium-selfhosted-services.adoc[Server-side component installation]. |
| 40 | + |
| 41 | +The Java server-side components have been updated to the following versions: |
| 42 | + |
| 43 | +* `ephox-hyperlinking.war`: 2.105.24 |
| 44 | +* `ephox-image-proxy.war`: 2.106.11 |
| 45 | +* `ephox-spelling.war`: 2.118.19 |
| 46 | + |
| 47 | + |
| 48 | +=== Updating the self-hosted server-side components |
| 49 | + |
| 50 | +The new versions of the server-side services provide updates for the Java-based server-side components. To deploy the updated version of the server-side components: |
| 51 | + |
| 52 | +. Update your Java Application Server to the minimum required version: |
| 53 | + |
| 54 | +include::partial$misc/supported-application-servers.adoc[] |
| 55 | + |
| 56 | +. Replace the existing server-side `.war` files with the `.war` files bundled with {productname} 6.8.3 or later. |
| 57 | + |
| 58 | +For information on: |
| 59 | + |
| 60 | +* Deploying the server-side components, see: xref:introduction-to-premium-selfhosted-services.adoc[Server-side component installation]. |
| 61 | +* Deploying the server-side components using Docker, see: xref:bundle-intro-setup.adoc[Containerized service deployments]. |
| 62 | + |
| 63 | +include::partial$misc/admon-no-functionality-changes-in-updated-server-side-components.adoc[] |
| 64 | + |
| 65 | + |
| 66 | +[[accompanying-premium-plugin-changes]] |
| 67 | +== Accompanying Premium plugin changes |
| 68 | + |
| 69 | +The following premium plugin updates were released alongside {productname} 6.8.3. |
| 70 | + |
| 71 | +=== PowerPaste 6.2.5 |
| 72 | + |
| 73 | +The {productname} 6.8.3 release includes an accompanying release of the **PowerPaste** premium plugin. |
| 74 | + |
| 75 | +**PowerPaste** 6.2.5 includes the following fix. |
| 76 | + |
| 77 | +==== PowerPaste would sometimes consider a shape or a picture to be an equation when it is not. |
| 78 | +//#TINY-10449 |
| 79 | + |
| 80 | +In previous versions of **PowerPaste**, users encountered an issue while copying/pasting content from a Microsoft Word document when **PowerPaste** Plugin was enabled in the editors configuration. |
| 81 | + |
| 82 | +As a consequence, if the copied content contained images and equations, the images would not appear in the expected locations on paste. |
| 83 | + |
| 84 | +**PowerPaste** 6.2.5 addresses this issue, by enhancing the image and equation detection logic. |
| 85 | + |
| 86 | +As a result, images now appear in their correct locations as expected. |
| 87 | + |
| 88 | +[NOTE] |
| 89 | +The current version of **PowerPaste** does not currently support equations within {productname}. |
| 90 | + |
| 91 | +For information on the **PowerPaste** plugin, see: xref:introduction-to-powerpaste.adoc[PowerPaste]. |
| 92 | + |
| 93 | + |
| 94 | +[[bug-fixes]] |
| 95 | +== Bug fixes |
| 96 | + |
| 97 | +{productname} 6.8.3 also includes the following bug fixes: |
| 98 | + |
| 99 | +=== `ShadowDOM` skin was not loaded properly when used with js bundling feature. |
| 100 | +//#TINY-10451 |
| 101 | + |
| 102 | +When using the js bundling feature with the `ShadowDom` skin, the editor would not load the skin properly. |
| 103 | + |
| 104 | +As a consequence, any editor bundled with this specific setup would result in the editor loading without displaying the toolbar. |
| 105 | + |
| 106 | +{productname} 6.8.3 addresses this issue, now, during the loading process the `ShadowDOM` skin is correctly used when using the js bundling feature. |
| 107 | + |
| 108 | +As a result, the editor loads properly and the toolbar appears as expected. |
| 109 | + |
| 110 | +=== The floating toolbar would not be fully visible when the editor was placed inside a scrollable container. |
| 111 | +//#TINY-10335 |
| 112 | + |
| 113 | +Previously, when the editor was configured to be set within a scrollable container, and the `ui_mode: 'split'` is set, the floating toolbar was obscured when the user switched to fullscreen. |
| 114 | + |
| 115 | +As a consequence, the floating toolbar UI was not completely visible when switching to fullscreen. |
| 116 | + |
| 117 | +{productname} 6.8.3 addresses this, now, when the container containing the editor UI elements are set to a `fixed` css position when the editor is switched to fullscreen. |
| 118 | + |
| 119 | +As a result, the toolbar is now no longer obscured when switching to fullscreen. |
| 120 | + |
| 121 | +[[security-fixes]] |
| 122 | +== Security fixes |
| 123 | + |
| 124 | +{productname} 6.8.3 includes one fix for the following security issue: |
| 125 | + |
| 126 | +The following server-side component has been updated to include dependency updates addressing the following security issues. |
| 127 | + |
| 128 | +* https://nvd.nist.gov/vuln/detail/CVE-2023-6378[CVE-2023-6378] |
| 129 | + |
| 130 | +This update is considered as a High severity vulnerability fix. |
| 131 | + |
| 132 | +For information on the server-side components updates, see: xref:#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]. |
| 133 | + |
| 134 | +include::partial$misc/admon-no-functionality-changes-in-updated-server-side-components.adoc[] |
0 commit comments