Skip to content

Commit e2e59f2

Browse files
authored
Merge branch 'feature/8.0.0/DOC-3147' into feature/8.0.0/DOC-3147_TINY-11982
2 parents 5ce72f0 + 8120b79 commit e2e59f2

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

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

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
= {productname} {release-version}
32
:release-version: 8.0.0
43
:navtitle: {productname} {release-version}
@@ -59,6 +58,16 @@ The following premium plugin updates were released alongside {productname} {rele
5958

6059
// For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
6160

61+
=== PowerPaste
62+
63+
The {productname} {release-version} release includes an accompanying release of the **PowerPaste** premium plugin.
64+
65+
==== Word import of lists with a "lighter" level failed parsing.
66+
67+
When users pasted content from Microsoft Word documents containing lists styled with Word’s "No List" setting into the editor with PowerPaste enabled, the operation failed due to a parsing error. As a result, the content was not inserted into the editor, causing disruption to content workflows. {productname} {release-version} addresses this issue by updating the **PowerPaste** parser to correctly handle lists with the "No List" style. As a result, users can now successfully paste such content into the editor without encountering errors.
68+
69+
For information on the **PowerPaste** plugin, see: xref:introduction-to-powerpaste.adoc[PowerPaste].
70+
6271

6372
[[accompanying-premium-plugin-end-of-life-announcement]]
6473
== Accompanying Premium plugin end-of-life announcement
@@ -150,6 +159,20 @@ Prior to {productname} {release-version}, Firefox exhibited an issue where press
150159

151160
With {productname} {release-version}, this issue has been resolved. Users can now exit the `figcaption` using the left/right arrow keys in Firefox, aligning its behavior with that of other browsers. This update ensures a more consistent user experience.
152161

162+
=== Decorative images would lose their decorative status when the `alt` subtoolbar was closed when using the apply button.
163+
// #TINY-11912
164+
165+
Previously, an issue was identified where closing the `alt` subtoolbar using the `Apply` button would inadvertently remove the decorative status from an image that was already marked as decorative. This occurred because the `onSetup` API disabled the input group, leading the `Apply` logic to incorrectly interpret the image as non-decorative.
166+
167+
This issue has been resolved in {productname} {release-version}. The `onSetup` and `Apply` behavior has been aligned to consistently evaluate the input group, ensuring the decorative status is preserved as expected.
168+
169+
=== The HTML schema did not treat `colgroup` or `col` elements as block elements.
170+
// #TINY-12092
171+
172+
In previous versions of {productname}, whitespace between `<colgroup>` and `<col>` tags was not removed by {productname}'s HTML schema. This behavior caused the editor to preserve unnecessary whitespace characters in the table markup.
173+
174+
This issue has been resolved in `{release-version}`. Both `colgroup` and `col` elements are now treated as block-level elements, ensuring that extraneous whitespace is stripped from these areas. As a result, the editor now produces cleaner and more concise table markup.
175+
153176

154177
[[security-fixes]]
155178
== Security fixes

0 commit comments

Comments
 (0)