Skip to content

Commit 5a98843

Browse files
committed
DOC-2578: Update changelog.adoc for TinyMCE 7.6.0.
1 parent c09b605 commit 5a98843

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed

modules/ROOT/pages/changelog.adoc

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,45 @@
44

55
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].
66

7-
== xref:7.6.0-release-notes.adoc[7.6.0 - 2024-12-04]
7+
== xref:7.6.0-release-notes.adoc[7.6.0 - 2024-12-11]
88

9-
//TODO
9+
=== Added
10+
* It is now possible to create labeled groups in context toolbars.
11+
// #TINY-11095
12+
* New `contextsliderform` and `contextsizeinput` context form types.
13+
// #TINY-11342
14+
* New `back` function in `ContextFormApi` to go back to the previous toolbar.
15+
// #TINY-11344
16+
* New `QuickbarInsertImage` command that is executed by the `quickimage` button.
17+
// #TINY-11399
18+
* New `onSetup` function to the context form API.
19+
// #TINY-11494
20+
* New `placeholder` to the context form input field API.
21+
// #TINY-11459
22+
* New `disabled` option to restore the previous `readonly` mode behavior, allowing the editor to be displayed in a disabled state.
23+
// #TINY-11488
24+
25+
=== Improved
26+
* Base64 data was not properly decoded due to unhandled URL-encoded characters.
27+
// #TINY-9548
28+
* The `latin` list style type is now recognized as an alias for the `alpha` list style type.
29+
// #TINY-11515
30+
31+
=== Fixed
32+
* Image selection was removed when calling `+editor.nodeChanged()+` while having focus inside the editor UI.
33+
// #TINY-11437
34+
* Tooltip would not show for group toolbar button.
35+
// #TINY-11391
36+
* Changing the table row type when a contenteditable=false cell was selected would not work as expected.
37+
// #TINY-11383
38+
* The `samp` format was being applied as a `block` level format, instead of an `inline` format.
39+
// #TINY-11390
40+
* Removed title attribute from dialog tree elements as they already have a tooltip.
41+
// #TINY-11470
42+
* Fixed CSS bundling for skin UI content CSS.
43+
// #TINY-11558
44+
* Fixed incorect resource keys for CSS bundling JS files.
45+
// #TINY-11558
1046

1147
== xref:7.5-release-notes.adoc[7.5.0 - 2024-11-06]
1248

0 commit comments

Comments
 (0)