Skip to content

Commit

Permalink
DOC-2598: Uncomment missing entries in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FarzadHayat committed Dec 12, 2024
1 parent 233f1b4 commit f6b467a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Changelog
:description: The history of TinyMCE releases.
:description: The history of {productname} releases.
:keywords: changelog

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].
Expand All @@ -22,26 +22,26 @@ NOTE: This is the {productname} Community version changelog. For information abo
* New `disabled` option to restore the previous `readonly` mode behavior, allowing the editor to be displayed in a disabled state.
// #TINY-11488

// === Improved
// * Base64 data was not properly decoded due to unhandled URL-encoded characters.
=== Improved
* Base64 data was not properly decoded due to unhandled URL-encoded characters.
// #TINY-9548
// * The `latin` list style type is now recognized as an alias for the `alpha` list style type.
* The `latin` list style type is now recognized as an alias for the `alpha` list style type.
// #TINY-11515

=== Fixed
* Image selection was removed when calling `+editor.nodeChanged()+` while having focus inside the editor UI.
* Image selection was removed when calling `+editor.nodeChanged()+` while having focus inside the editor UI.
// #TINY-11437
* Tooltip would not show for group toolbar button.
* Tooltip would not show for group toolbar button.
// #TINY-11391
* Changing the table row type when a `+contenteditable=false+` cell was selected would not work as expected.
* Changing the table row type when a `+contenteditable=false+` cell was selected would not work as expected.
// #TINY-11383
// * The `samp` format was being applied as a `block` level format, instead of an `inline` format.
* The `samp` format was being applied as a `block` level format, instead of an `inline` format.
// #TINY-11390
* Removed title attribute from dialog tree elements as they already have a tooltip.
* Removed title attribute from dialog tree elements as they already have a tooltip.
// #TINY-11470
* Fixed CSS bundling for skin UI content CSS.
* Fixed CSS bundling for skin UI content CSS.
// #TINY-11558
* Fixed incorrect resource keys for CSS bundling JS files.
* Fixed incorrect resource keys for CSS bundling JS files.
// #TINY-11558

== xref:7.5-release-notes.adoc[7.5.0 - 2024-11-06]
Expand Down

0 comments on commit f6b467a

Please sign in to comment.