Skip to content

Commit 3b8938d

Browse files
committed
DOC-3223: Initial cleanup and checks.
1 parent bf96df4 commit 3b8938d

File tree

3 files changed

+61
-120
lines changed

3 files changed

+61
-120
lines changed

modules/ROOT/nav.adoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -420,15 +420,8 @@
420420
*** {productname} 8.2.0
421421
**** xref:8.2.0-release-notes.adoc#overview[Overview]
422422
**** xref:8.2.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
423-
**** xref:8.2.0-release-notes.adoc#accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes]
424423
**** xref:8.2.0-release-notes.adoc#improvements[Improvements]
425-
**** xref:8.2.0-release-notes.adoc#additions[Additions]
426-
**** xref:8.2.0-release-notes.adoc#changes[Changes]
427-
**** xref:8.2.0-release-notes.adoc#removed[Removed]
428424
**** xref:8.2.0-release-notes.adoc#bug-fixes[Bug fixes]
429-
**** xref:8.2.0-release-notes.adoc#security-fixes[Security fixes]
430-
**** xref:8.2.0-release-notes.adoc#deprecated[Deprecated]
431-
**** xref:8.2.0-release-notes.adoc#known-issues[Known issues]
432425
*** {productname} 8.1.2
433426
**** xref:8.1.2-release-notes.adoc#overview[Overview]
434427
**** xref:8.1.2-release-notes.adoc#bug-fix[Bug fix]

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

Lines changed: 34 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,11 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
1111
[[overview]]
1212
== Overview
1313

14-
{productname} 8.2.0 was released for {enterpriseversion} and {cloudname} on Wednesday, October 22^nd^, 2025. These release notes provide an overview of the changes for {productname} 8.2.0, including:
14+
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Wednesday, October 22^nd^, 2025. These release notes provide an overview of the changes for {productname} {release-version}, including:
1515

1616
* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
17-
* xref:accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes]
1817
* xref:improvements[Improvements]
19-
* xref:additions[Additions]
20-
* xref:changes[Changes]
2118
* xref:bug-fixes[Bug fixes]
22-
* xref:security-fixes[Security fixes]
23-
* xref:deprecated[Deprecated]
24-
* xref:known-issues[Known issues]
2519

2620

2721
[[accompanying-premium-plugin-changes]]
@@ -126,87 +120,37 @@ In {release-version}, the `+meta+` property has been updated to behave as a bloc
126120
For information on the **Full Page HTML** plugin, see: xref:fullpagehtml.adoc[Full Page HTML].
127121

128122

129-
[[accompanying-enhanced-skins-and-icon-packs-changes]]
130-
== Accompanying Enhanced Skins & Icon Packs changes
131-
132-
The {productname} 8.2.0 release includes an accompanying release of the **Enhanced Skins & Icon Packs**.
133-
134-
=== Enhanced Skins & Icon Packs
135-
136-
The **Enhanced Skins & Icon Packs** release includes the following updates:
137-
138-
The **Enhanced Skins & Icon Packs** were rebuilt to pull in the changes also incorporated into the default {productname} 8.2.0 skin, Oxide.
139-
140-
For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-and-icon-packs.adoc[Enhanced Skins & Icon Packs].
141-
142-
143123
[[improvements]]
144124
== Improvements
145125

146126
{productname} 8.2.0 also includes the following improvement<s>:
147127

148-
// === <TINY-vwxyz 1 changelog entry>
149-
// #TINY-vwxyz1
150-
151-
// CCFR here.
152-
153-
154-
[[additions]]
155-
== Additions
156-
157-
{productname} 8.2.0 also includes the following addition<s>:
158-
159-
=== Added support for loading web components into iframes
160-
// #TINY-13006
161-
162-
Previously, there was no method to load web components into the editor iframe or preview iframes used by other plugins, which prevented these components from rendering correctly. This limitation impacted users who relied on custom web components for extended editor functionality or content visualization. In {release-version}, a new API link:https://www.tiny.cloud/docs/tinymce/latest/apis/tinymce.html.schema/#getComponentUrls[getComponentUrls] has been introduced that allows specifying a script URL for the web component within the custom element schema. This enhancement enables web components to be properly registered and rendered within the {productname} editor environment.
163-
164-
For an example of using custom elements with block-level and inline-level components, see: xref:content-filtering.adoc#example-using-custom_elements-with-block-level-and-inline-level-components[Example using `+custom_elements+` with block-level and inline-level components].
165-
166-
// === <TINY-vwxyz 1 changelog entry>
167-
// #TINY-vwxyz1
168-
169-
// CCFR here.
170-
171-
172-
[[changes]]
173-
== Changes
174-
175-
{productname} 8.2.0 also includes the following change<s>:
176-
177-
// === <TINY-vwxyz 1 changelog entry>
178-
// #TINY-vwxyz1
179-
180-
// CCFR here.
181-
182-
183-
[[removed]]
184-
== Removed
185-
186-
{productname} 8.2.0 also includes the following removal<s>:
187-
188-
// === <TINY-vwxyz 1 changelog entry>
189-
// #TINY-vwxyz1
190-
191-
// CCFR here.
128+
=== Some elements would be given an extra newline by the serializer when indented
129+
// #TINY-12857
192130

131+
Previously, certain elements received an additional newline when indented due to the title not being correctly recognized as a block by the DOM Parser serializer. This caused unwanted whitespace to appear in the output. The issue was resolved by explicitly marking the title as a block within the code, ensuring that serialization no longer introduces unnecessary whitespace.
193132

194133
[[bug-fixes]]
195134
== Bug fixes
196135

197-
{productname} 8.2.0 also includes the following bug fix<es>:
136+
{productname} 8.2.0 also includes the following bug fixes:
198137

199-
// === <TINY-vwxyz 1 changelog entry>
200-
// #TINY-vwxyz1
138+
=== UI elements like focus outlines and placeholders would be visible after printing
139+
// TINY-12584
201140

202-
// CCFR here.
141+
Previously, UI elements such as focus outlines and placeholder text were rendered in printed versions of the editor content, resulting in unwanted visual artifacts in printed documents. This behavior caused confusion and reduced the professional appearance of printed materials. To address this issue, printing-specific styles were introduced to automatically hide all UI-related elements within the editor content during printing. As a result, printed output now includes only the intended content, ensuring clean and consistent presentation across all printouts.
203142

204-
=== The schema will now allow the `property` RDFa attribute on `meta` elements
205-
// #TINY-12858
143+
=== The `open` attribute on `<details>` elements is now normalized to `open="open"` when the accordion plugin is enabled.
144+
// #TINY-12862
206145

207-
Previously, the schema did not recognize the `property` RDFa attribute as valid for `meta` elements, causing it to be removed during content validation in features such as the {productname} `fullpagehtml` premium plugin. This behavior could strip essential metadata used for social media previews or structured data integrations, and required integrators to manually whitelist the attribute to retain it.
146+
// TBA was tagged as Task
208147

209-
In {release-version}, the schema has been updated to include `property` as a valid attribute for `meta` elements. This change ensures compatibility with common metadata standards.
148+
=== Tooltips on toolbar buttons sometimes remained visible if the button icon was updated while hovered
149+
// #TINY-12289
150+
151+
Previously, button tooltips were not always dismissed correctly when icons were updated, because the element handling hover events was being replaced and the `mouseout` event never fired. This caused tooltips to remain visible after clicking a button, creating a confusing UI experience.
152+
153+
{productname} {release-version} addresses this issue by adjusting the icon rendering logic so hover and tooltip behavior are attached to the button itself rather than the icon element. As a result, when the `setIcon` API updates icons, it no longer interferes with mouse events.
210154

211155
=== The editor would upon gaining focus scroll to the center of the editor on some browsers if the top of the editor was out of frame
212156
// #TINY-12626
@@ -229,53 +173,31 @@ Previously, when using arrow keys to navigate content containing absolutely posi
229173

230174
In {productname} {release-version}, the horizontal caret navigation logic has been updated to ensure that the caret movement is no longer disrupted when navigating around absolutely positioned elements.
231175

232-
=== UI elements like focus outlines and placeholders would be visible after printing
233-
// TINY-12584
234-
235-
Previously, UI elements such as focus outlines and placeholder text were rendered in printed versions of the editor content, resulting in unwanted visual artifacts in printed documents. This behavior caused confusion and reduced the professional appearance of printed materials. To address this issue, printing-specific styles were introduced to automatically hide all UI-related elements within the editor content during printing. As a result, printed output now includes only the intended content, ensuring clean and consistent presentation across all printouts.
236-
237-
=== Tooltips on toolbar buttons sometimes remained visible if the button icon was updated while hovered
238-
// #TINY-12289
239-
240-
Previously, button tooltips were not always dismissed correctly when icons were updated, because the element handling hover events was being replaced and the `mouseout` event never fired. This caused tooltips to remain visible after clicking a button, creating a confusing UI experience.
241-
242-
{productname} {release-version} addresses this issue by adjusting the icon rendering logic so hover and tooltip behavior are attached to the button itself rather than the icon element. As a result, when the `setIcon` API updates icons, it no longer interferes with mouse events.
243-
244-
=== Some elements would be given an extra newline by the serializer when indented
245-
// #TINY-12857
246-
247-
Previously, certain elements received an additional newline when indented due to the title not being correctly recognized as a block by the DOM Parser serializer. This caused unwanted whitespace to appear in the output. The issue was resolved by explicitly marking the title as a block within the code, ensuring that serialization no longer introduces unnecessary whitespace.
248-
249-
[[security-fixes]]
250-
== Security fixes
251-
252-
{productname} 8.2.0 includes <a fix | fixes for the following security issue<s>:
253-
254-
// === <TINY-vwxyz 1 changelog entry>
255-
// #TINY-vwxyz1
256-
257-
// CCFR here.
176+
=== The schema will now allow the `property` RDFa attribute on `meta` elements
177+
// #TINY-12858
258178

179+
Previously, the schema did not recognize the `property` RDFa attribute as valid for `meta` elements, causing it to be removed during content validation in features such as the {productname} `fullpagehtml` premium plugin. This behavior could strip essential metadata used for social media previews or structured data integrations, and required integrators to manually whitelist the attribute to retain it.
259180

260-
[[deprecated]]
261-
== Deprecated
181+
In {release-version}, the schema has been updated to include `property` as a valid attribute for `meta` elements. This change ensures compatibility with common metadata standards.
262182

263-
{productname} 8.2.0 includes the following deprecation<s>:
183+
=== Corrected type of `undoManager.add` method. The `event` parameter is type `EditorEvent` not `Event`.
184+
// #TINY-12936
264185

265-
// === The `<plugin>` configuration property, `<name>`, has been deprecated
266-
// #TINY-vwxyz1
186+
// TBA was tagged as Task
267187

268-
// CCFR here.
188+
=== Chromium browsers would in certain situations scroll the editor unexpectedly when dragging content over the editor.
189+
// #INT-3373
269190

191+
// TBA was missing target version
270192

271-
[[known-issues]]
272-
== Known issues
193+
=== Added support for loading web components into iframes
194+
// #TINY-13006
273195

274-
This section describes issues that users of {productname} 8.2.0 may encounter and possible workarounds for these issues.
196+
Previously, there was no method to load web components into the editor iframe or preview iframes used by other plugins, which prevented these components from rendering correctly. This limitation impacted users who relied on custom web components for extended editor functionality or content visualization. In {release-version}, a new API link:https://www.tiny.cloud/docs/tinymce/latest/apis/tinymce.html.schema/#getComponentUrls[getComponentUrls] has been introduced that allows specifying a script URL for the web component within the custom element schema. This enhancement enables web components to be properly registered and rendered within the {productname} editor environment.
275197

276-
There <is one | are <number> known issue<s> in {productname} 8.2.0.
198+
For an example of using custom elements with block-level and inline-level components, see: xref:content-filtering.adoc#example-using-custom_elements-with-block-level-and-inline-level-components[Example using `+custom_elements+` with block-level and inline-level components].
277199

278-
// === <TINY-vwxyz 1 changelog entry>
279-
// #TINY-vwxyz1
200+
=== Reverted toolbar button width to `auto`.
201+
// #TINY-13097
280202

281-
// CCFR here.
203+
// TBA was merged last minute

modules/ROOT/pages/changelog.adoc

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,33 @@ NOTE: This is the {productname} Community version changelog. For information abo
66

77
== xref:8.2.0-release-notes.adoc[8.2.0 - 2025-10-22]
88

9-
//TODO
9+
### Improved
10+
* Some elements would be given an extra newline by the serializer when indented.
11+
// #TINY-12857
12+
13+
### Fixed
14+
* UI elements like focus outlines and placeholders would be visible after printing.
15+
// #TINY-12584
16+
* The `open` attribute on `<details>` elements is now normalized to `open="open"` when the accordion plugin is enabled.
17+
//#TINY-12862
18+
* Tooltips on toolbar buttons sometimes remained visible if the button icon was updated while hovered.
19+
// #TINY-12289
20+
* The editor would upon gaining focus scroll to the center of the editor on some browsers if the top of the editor was out of frame.
21+
// #TINY-12626
22+
* Some UI elements related to dragging elements were not properly filtered out when fetching content.
23+
// #TINY-12384
24+
* The cursor could get stuck around an absolute CEF element when navigating using arrow keys.
25+
// #TINY-10526
26+
* The schema will now allow the `property` RDFa attribute on `meta` elements.
27+
// #TINY-12858
28+
* Corrected type of `undoManager.add` method. The `event` parameter is type `EditorEvent` not `Event`.
29+
// #TINY-12936
30+
* Chromium browsers would in certain situations scroll the editor unexpectedly when dragging content over the editor.
31+
// #INT-3373
32+
* Support for setting component urls for custom elements.
33+
// #TINY-13006
34+
* Reverted toolbar button width to `auto`.
35+
// #TINY-13097
1036

1137
== xref:8.1.2-release-notes.adoc[8.1.2 - 2025-09-18]
1238

0 commit comments

Comments
 (0)