Skip to content

Commit

Permalink
DOC-2598: Add missing release note entries (#3562)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
FarzadHayat authored Dec 12, 2024
1 parent 36b424b commit df429e5
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 19 deletions.
2 changes: 1 addition & 1 deletion modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
**** xref:7.6.0-release-notes.adoc#new-premium-plugin[New Premium plugin]
**** xref:7.6.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
**** xref:7.6.0-release-notes.adoc#accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes]
// **** xref:7.6.0-release-notes.adoc#improvements[Improvements]
**** xref:7.6.0-release-notes.adoc#improvements[Improvements]
**** xref:7.6.0-release-notes.adoc#additions[Additions]
**** xref:7.6.0-release-notes.adoc#bug-fixes[Bug fixes]
**** xref:7.6.0-release-notes.adoc#known-issues[Known issues]
Expand Down
26 changes: 19 additions & 7 deletions modules/ROOT/pages/7.6.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
* xref:new-premium-plugin[New Premium plugin]
* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
* xref:accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes]
// * xref:improvements[Improvements]
* xref:improvements[Improvements]
* xref:additions[Additions]
* xref:changes[Changes]
* xref:bug-fixes[Bug fixes]
Expand Down Expand Up @@ -193,17 +193,25 @@ The **Enhanced Skins & Icon Packs** were rebuilt to pull in the changes also inc
For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-and-icon-packs.adoc[Enhanced Skins & Icon Packs].


// [[improvements]]
// == Improvements
[[improvements]]
== Improvements

// {productname} {release-version} also includes the following improvements:
{productname} {release-version} also includes the following improvements:

// === Base64 data was not properly decoded due to unhandled URL-encoded characters.
=== 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.
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.

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.

=== The `latin` list style type is now recognized as an alias for the `alpha` list style type.
// #TINY-11515

Previously, {productname} did not recognize `lower-latin` and `upper-latin` list style types, causing UI issues when importing documents with such lists.

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.

[[additions]]
== Additions

Expand Down Expand Up @@ -381,9 +389,13 @@ Previously, there was an issue where changes to the row type in numbered tables

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.

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

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.

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.

=== Removed title attribute from dialog tree elements as they already have a tooltip.
// #TINY-11470

Expand Down
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 df429e5

Please sign in to comment.