Skip to content

Commit

Permalink
DOC-2598: TINY-11515 Add support for latin list style types
Browse files Browse the repository at this point in the history
  • Loading branch information
FarzadHayat committed Dec 12, 2024
1 parent d838bcd commit 233f1b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/ROOT/pages/7.6.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,13 @@ Previously, URL-encoded characters were not properly handled during base64 data

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

0 comments on commit 233f1b4

Please sign in to comment.