Skip to content

Commit 233f1b4

Browse files
author
Farzad Hayatbakhsh
committed
DOC-2598: TINY-11515 Add support for latin list style types
1 parent d838bcd commit 233f1b4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/ROOT/pages/7.6.0-release-notes.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,13 @@ Previously, URL-encoded characters were not properly handled during base64 data
205205

206206
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.
207207

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

211+
Previously, {productname} did not recognize `lower-latin` and `upper-latin` list style types, causing UI issues when importing documents with such lists.
212+
213+
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.
214+
211215
[[additions]]
212216
== Additions
213217

0 commit comments

Comments
 (0)