Skip to content

Commit 45b2f8c

Browse files
authored
DOC-3243: Replaced deprecated browser APIs with modern equivalents. (#4039)
* DOC-3243: TinyMCE 8.4.0 Release Documentation and Community Changelog. * Docs: DOC-3243 - Replaced deprecated browser APIs with modern equivalents.
1 parent 70558e0 commit 45b2f8c

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ asciidoc:
2626
# product variables
2727
productname: TinyMCE
2828
productmajorversion: 8
29-
productminorversion: '8.3'
29+
productminorversion: '8.4'
3030
##### product name in codeblock
3131
prodnamecode: tinymce
3232
#### more names

modules/ROOT/pages/8.4.0-release-notes.adoc

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:release-version: 8.4.0
33
:navtitle: {productname} {release-version}
44
:description: Release notes for {productname} {release-version}
5-
:keywords: releasenotes, new, changes, bugfixes
5+
:keywords: releasenotes, new, changes, bugfixes, new features, improvements, changes, removals, deprecated, known issues
66
:page-toclevels: 1
77

88
include::partial$misc/admon-releasenotes-for-stable.adoc[]
@@ -13,8 +13,8 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
1313

1414
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Wednesday, February 4^th^, 2026. These release notes provide an overview of the changes for {productname} {release-version}, including:
1515

16-
* xref:new-premium-plugin<s>[New Premium plugin<s>]
17-
* xref:new-open-source-plugin<s>[New Open Source plugin<s>]
16+
* xref:new-premium-plugins[New Premium plugin<s>]
17+
* xref:new-open-source-plugins[New Open Source plugins]
1818
* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
1919
* xref:accompanying-premium-plugin-end-of-life-announcement[Accompanying Premium plugin end-of-life announcement]
2020
* xref:accompanying-open-source-plugin-end-of-life-announcement[Accompanying open source plugin end-of-life-announcement]
@@ -76,7 +76,14 @@ For information on the **Media Optimizer** plugin, see: xref:uploadcare.adoc[Med
7676

7777
The {productname} {release-version} release includes an accompanying release of the **Full Page HTML** premium plugin.
7878

79-
**Full Page HTML** includes the following fixes.
79+
**Full Page HTML** includes the following update.
80+
81+
==== Replaced deprecated browser APIs with modern equivalents.
82+
// #TINY-13674
83+
84+
Previously, the Full Page HTML plugin used deprecated `+escape+` and `+unescape+` JavaScript APIs for some protected content handling. Those APIs are no longer recommended for new code.
85+
86+
In {productname} {release-version}, the plugin uses modern encoding APIs instead. This aligns the implementation with current browser guidance and improves reliability for protected content handling.
8087

8188
==== Pasting an HTML document was vulnerable to XSS attacks
8289
// #TINY-13673
@@ -124,6 +131,7 @@ In {productname} {release-version}, the document loading process in the Review E
124131

125132
For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].
126133

134+
127135
[[accompanying-premium-plugin-end-of-life-announcement]]
128136
== Accompanying Premium plugin end-of-life announcement
129137

@@ -191,7 +199,6 @@ In {productname} {release-version}, a new xref:non-editable-content-options.adoc
191199

192200
In {productname} {release-version}, the new xref:custom-view.adoc#view_show[`+view_show+`] option allows specifying which view to display when the editor is initialized. The option behaves similarly to `+sidebar_show+` but takes precedence for views; both sidebars and views can be configured to show on init.
193201

194-
195202
[[changes]]
196203
== Changes
197204

@@ -223,6 +230,7 @@ In {productname} {release-version}, the new xref:custom-view.adoc#view_show[`+vi
223230
// #TINY-vwxyz1
224231

225232
// CCFR here.
233+
226234
=== Directionality of Hebrew was incorrect
227235
// #TINY-13667
228236

0 commit comments

Comments
 (0)