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
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