You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Monday, November 2^nd^, 2026. These release notes provide an overview of the changes for {productname} {release-version}, including:
15
-
16
-
// Remove sections and section boilerplates as necessary.
17
-
// Pluralise as necessary or remove the placeholder plural marker.
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Wednesday, February 11^th^, 2026. These release notes provide an overview of the changes for {productname} {release-version}, including:
15
+
25
16
* xref:additions[Additions]
26
-
* xref:changes[Changes]
27
-
* xref:bug-fixes[Bug fixes]
28
-
* xref:security-fixes[Security fixes]
29
17
* xref:deprecated[Deprecated]
30
-
* xref:known-issues[Known issues]
31
-
32
-
33
-
[[new-premium-plugin<s>]]
34
-
== New Premium plugin<s>
35
-
36
-
The following new Premium plugin was released alongside {productname} {release-version}.
37
-
38
-
=== <Premium plugin name>
39
-
40
-
The new Premium plugin, **<Premium plugin name>** // description here.
41
-
42
-
For information on the **<Premium plugin name>** plugin, see xref:<plugincode>.adoc[<Premium plugin name>].
43
-
44
-
45
-
[[new-open-source-plugin]]
46
-
== New Open Source plugin
47
-
48
-
The following new Open Source plugin was released alongside {productname} {release-version}.
49
-
50
-
=== <Open source plugin name>
51
-
52
-
The new open source plugin, **<Open source plugin name>** // description here.
53
-
54
-
For information on the **<Open source plugin name>** plugin, see xref:<plugincode>.adoc[<Open source plugin name>].
55
-
56
-
57
-
[[accompanying-premium-plugin-changes]]
58
-
== Accompanying Premium plugin changes
59
-
60
-
The following premium plugin updates were released alongside {productname} {release-version}.
61
-
62
-
=== <Premium plugin name 1> <Premium plugin name 1 version>
63
-
64
-
The {productname} {release-version} release includes an accompanying release of the **<Premium plugin name 1>** premium plugin.
65
-
66
-
**<Premium plugin name 1>** <Premium plugin name 1 version> includes the following <fixes, changes, improvements>.
67
-
68
-
==== <Premium plugin name 1 change 1>
69
-
70
-
// CCFR here.
71
-
72
-
For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
The following Premium plugin has been announced as reaching its end-of-life:
79
-
80
-
=== <Premium plugin name eol>
81
-
82
-
{productname}'s xref:<plugincode>.adoc[<Premium plugin name eol>] plugin will be deactivated on <month> <DD>, <YYYY>, and is no longer available for purchase.
== Accompanying open source plugin end-of-life announcement
87
-
88
-
The following open source plugin has been announced as reaching its end-of-life:
89
-
90
-
=== <Open source plugin name eol>
91
-
92
-
{productname}'s xref:<plugincode>.adoc[<Open source plugin name eol>] plugin will be deactivated on <month> <DD>, <YYYY>, and is no longer available for purchase.
The {productname} {release-version} release includes an accompanying release of the **Enhanced Skins & Icon Packs**.
99
-
100
-
=== Enhanced Skins & Icon Packs
101
-
102
-
The **Enhanced Skins & Icon Packs** release includes the following updates:
103
-
104
-
The **Enhanced Skins & Icon Packs** were rebuilt to pull in the changes also incorporated into the default {productname} {release-version} skin, Oxide.
105
-
106
-
For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-and-icon-packs.adoc[Enhanced Skins & Icon Packs].
107
-
108
-
109
-
[[improvements]]
110
-
== Improvements
111
-
112
-
{productname} {release-version} also includes the following improvement<s>:
113
-
114
-
=== <TINY-vwxyz 1 changelog entry>
115
-
// #TINY-vwxyz1
116
-
117
-
// CCFR here.
18
+
* xref:security-fixes[Security fixes]
118
19
119
20
120
21
[[additions]]
121
22
== Additions
122
23
123
-
{productname} {release-version} also includes the following addition<s>:
124
-
125
-
=== <TINY-vwxyz 1 changelog entry>
126
-
// #TINY-vwxyz1
127
-
128
-
// CCFR here.
129
-
130
-
131
-
[[changes]]
132
-
== Changes
133
-
134
-
{productname} {release-version} also includes the following change<s>:
24
+
{productname} {release-version} also includes the following addition:
135
25
136
-
=== <TINY-vwxyz 1 changelog entry>
137
-
// #TINY-vwxyz1
26
+
=== Introduced `allow_html_in_comments` option
138
27
139
-
// CCFR here.
28
+
Introduced `allow_html_in_comments` option (boolean, default: `true`) to control handling of HTML-like syntax in comment nodes. This option will default to `false` in TinyMCE 8.x.
140
29
30
+
For information on the `allow_html_in_comments` option, see: xref:content-filtering.adoc#allow-html-in-comments[allow_html_in_comments].
141
31
142
-
[[removed]]
143
-
== Removed
144
32
145
-
{productname} {release-version} also includes the following removal<s>:
146
-
147
-
=== <TINY-vwxyz 1 changelog entry>
148
-
// #TINY-vwxyz1
149
-
150
-
// CCFR here.
151
-
152
-
153
-
[[bug-fixes]]
154
-
== Bug fixes
33
+
[[deprecated]]
34
+
== Deprecated
155
35
156
-
{productname} {release-version} also includes the following bug fix<es>:
36
+
{productname} {release-version} includes the following deprecation:
157
37
158
-
=== <TINY-vwxyz 1 changelog entry>
159
-
// #TINY-vwxyz1
38
+
=== The default value of `allow_html_in_comments` will change in TinyMCE 8.x
160
39
161
-
// CCFR here.
40
+
The default value of `allow_html_in_comments` will change from `true` to `false` in TinyMCE 8.x.
162
41
163
42
164
43
[[security-fixes]]
165
44
== Security fixes
166
45
167
-
{productname} {release-version} includes <a fix | fixes for the following security issue<s>:
168
-
169
-
=== <TINY-vwxyz 1 changelog entry>
170
-
// #TINY-vwxyz1
171
-
172
-
// CCFR here.
173
-
174
-
175
-
[[deprecated]]
176
-
== Deprecated
177
-
178
-
{productname} {release-version} includes the following deprecation<s>:
179
-
180
-
=== The `<plugin>` configuration property, `<name>`, has been deprecated
181
-
182
-
// placeholder here.
183
-
46
+
{productname} {release-version} includes fixes for the following security issues:
184
47
185
-
[[known-issues]]
186
-
== Known issues
48
+
=== Enhanced content sanitization
187
49
188
-
This section describes issues that users of {productname} {release-version} may encounter and possible workarounds for these issues.
50
+
Updated dependencies and parsing logic for enhanced content sanitization. HTML-like content in comments and certain legacy patterns are now sanitized more strictly when `xss_sanitization` is enabled (default). The introduced `allow_html_in_comments` option provides control over comment node sanitization behavior.
189
51
190
-
There <is one | are <number> known issue<s> in {productname} {release-version}.
52
+
For information on content sanitization, see: xref:security.adoc#sanitizing-html-input-to-protect-against-xss-attacks[Sanitizing HTML input to protect against XSS attacks].
191
53
192
-
=== <TINY-vwxyz 1 changelog entry>
193
-
// #TINY-vwxyz1
54
+
[IMPORTANT]
55
+
====
56
+
**Migration:** Legacy content using HTML comment wrappers in script or style tags should be updated to use modern syntax without comment wrappers. These comment patterns were primarily used for compatibility with browsers from the 1990s and are not required by modern browsers.
194
57
195
-
// CCFR here.
58
+
**Workaround:** To temporarily preserve existing content during migration, set `xss_sanitization: false`, though this is **not recommended** for production environments due to security implications.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/changelog.adoc
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,19 @@
4
4
5
5
NOTE: This is the {productname} Community version changelog. For information about the latest {cloudname} or {enterpriseversion} Release, see: xref:release-notes.adoc[{productname} Release Notes].
* The default value of `allow_html_in_comments` will change from `true` to `false` in TinyMCE 8.x.
12
+
// #TINY-11900
13
+
14
+
=== Security
15
+
16
+
* Updated dependencies and parsing logic for enhanced content sanitization. HTML-like content in comments and certain legacy patterns are now sanitized more strictly when `xss_sanitization` is enabled (default). The introduced `allow_html_in_comments` option provides control over comment node sanitization behavior.
17
+
// #TINY-11900
18
+
* Introduced `allow_html_in_comments` option (boolean, default: `true`) to control handling of HTML-like syntax in comment nodes. This option will default to `false` in TinyMCE 8.x.
This option controls whether HTML-like syntax in comment nodes is allowed during content sanitization. When set to `false`, HTML-like content in comment nodes will be sanitized more strictly.
5
+
6
+
*Type:* `+Boolean+`
7
+
8
+
*Default value:* `+true+`
9
+
10
+
*Possible values:* `+true+`, `+false+`
11
+
12
+
[NOTE]
13
+
====
14
+
This option will default to `false` in {productname} 8.x.
15
+
====
16
+
17
+
=== Example: using `+allow_html_in_comments+`
18
+
19
+
[source,js]
20
+
----
21
+
tinymce.init({
22
+
selector: 'textarea', // change this value according to your HTML
0 commit comments