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
* DOC-2598: Uncomment 7.6.0 improvements section
* DOC-2598: TINY-11390 Change the Sample format from block level to inline
* DOC-2598: TINY-9548 Base64 URL-encoded data now properly decoded
* DOC-2598: TINY-11515 Add support for latin list style types
* DOC-2598: Uncomment missing entries in the changelog
@@ -193,17 +193,25 @@ The **Enhanced Skins & Icon Packs** were rebuilt to pull in the changes also inc
193
193
For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-and-icon-packs.adoc[Enhanced Skins & Icon Packs].
194
194
195
195
196
-
// [[improvements]]
197
-
// == Improvements
196
+
[[improvements]]
197
+
== Improvements
198
198
199
-
// {productname} {release-version} also includes the following improvements:
199
+
{productname} {release-version} also includes the following improvements:
200
200
201
-
// === Base64 data was not properly decoded due to unhandled URL-encoded characters.
201
+
=== Base64 data was not properly decoded due to unhandled URL-encoded characters.
202
202
// #TINY-9548
203
203
204
-
// === The `latin` list style type is now recognized as an alias for the `alpha` list style type.
204
+
Previously, URL-encoded characters were not properly handled during base64 data decoding. This issue caused images to appear broken when using a base64 string as a source with URL-encoded characters.
205
+
206
+
In {productname} {release-version}, this issue has been resolved by implementing logic to decode URL-encoded characters before processing the base64 string. As a result, images using base64 strings as a source will now appear correctly, even if URL-encoded characters are included.
207
+
208
+
=== The `latin` list style type is now recognized as an alias for the `alpha` list style type.
205
209
// #TINY-11515
206
210
211
+
Previously, {productname} did not recognize `lower-latin` and `upper-latin` list style types, causing UI issues when importing documents with such lists.
212
+
213
+
In {productname} {release-version}, this issue has been resolved. The editor now recognizes `lower-latin` and `upper-latin` as aliases for `lower-alpha` and `upper-alpha`, respectively, ensuring the correct list type is highlighted in the Numbered List dropdown.
214
+
207
215
[[additions]]
208
216
== Additions
209
217
@@ -381,9 +389,13 @@ Previously, there was an issue where changes to the row type in numbered tables
381
389
382
390
In {productname} {release-version}, this issue has been resolved by removing the restriction on changing the row type from a `+contentEditable="false"+` cell. As a result, changes to the row type are now correctly applied.
383
391
384
-
// === The `samp` format was being applied as a `block` level format, instead of an `inline` format.
392
+
=== The `samp` format was being applied as a `block` level format, instead of an `inline` format.
385
393
// #TINY-11390
386
394
395
+
Previously, an issue was identified where the `samp` (Sample) format was incorrectly applied as a block-level format instead of an inline format. This caused the entire element to receive the `samp` format and be placed on a new line, rather than just the selected text receiving the format.
396
+
397
+
In {productname} {release-version}, this issue has been resolved by registering the `samp` format as an inline format. This ensures that elements with the `samp` format are treated as inline elements, maintaining the intended content flow.
398
+
387
399
=== Removed title attribute from dialog tree elements as they already have a tooltip.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/changelog.adoc
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
= Changelog
2
-
:description: The history of TinyMCE releases.
2
+
:description: The history of {productname} releases.
3
3
:keywords: changelog
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].
@@ -22,26 +22,26 @@ NOTE: This is the {productname} Community version changelog. For information abo
22
22
* New `disabled` option to restore the previous `readonly` mode behavior, allowing the editor to be displayed in a disabled state.
23
23
// #TINY-11488
24
24
25
-
// === Improved
26
-
// * Base64 data was not properly decoded due to unhandled URL-encoded characters.
25
+
=== Improved
26
+
* Base64 data was not properly decoded due to unhandled URL-encoded characters.
27
27
// #TINY-9548
28
-
// * The `latin` list style type is now recognized as an alias for the `alpha` list style type.
28
+
* The `latin` list style type is now recognized as an alias for the `alpha` list style type.
29
29
// #TINY-11515
30
30
31
31
=== Fixed
32
-
* Image selection was removed when calling `+editor.nodeChanged()+` while having focus inside the editor UI.
32
+
* Image selection was removed when calling `+editor.nodeChanged()+` while having focus inside the editor UI.
33
33
// #TINY-11437
34
-
* Tooltip would not show for group toolbar button.
34
+
* Tooltip would not show for group toolbar button.
35
35
// #TINY-11391
36
-
* Changing the table row type when a `+contenteditable=false+` cell was selected would not work as expected.
36
+
* Changing the table row type when a `+contenteditable=false+` cell was selected would not work as expected.
37
37
// #TINY-11383
38
-
// * The `samp` format was being applied as a `block` level format, instead of an `inline` format.
38
+
* The `samp` format was being applied as a `block` level format, instead of an `inline` format.
39
39
// #TINY-11390
40
-
* Removed title attribute from dialog tree elements as they already have a tooltip.
40
+
* Removed title attribute from dialog tree elements as they already have a tooltip.
41
41
// #TINY-11470
42
-
* Fixed CSS bundling for skin UI content CSS.
42
+
* Fixed CSS bundling for skin UI content CSS.
43
43
// #TINY-11558
44
-
* Fixed incorrect resource keys for CSS bundling JS files.
44
+
* Fixed incorrect resource keys for CSS bundling JS files.
0 commit comments