Skip to content

Commit 46a6d34

Browse files
authored
Merge branch 'feature/8.3.0/DOC-3224' into feature/8.3.0/DOC-3224_TINY-13271
2 parents c254455 + ca51961 commit 46a6d34

File tree

3 files changed

+56
-5
lines changed

3 files changed

+56
-5
lines changed

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

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,19 @@ The following premium plugin updates were released alongside {productname} {rele
4646

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

49-
=== <TINY-vwxyz 1 changelog entry>
50-
// #TINY-vwxyz1
49+
=== Show editor notification when a premium plugin is not allowed for a given license key.
50+
// #TINY-12937
5151

52-
// CCFR here.
52+
Previously, when a premium plugin was not permitted for a given license key, the plugin would be disabled without any corresponding editor message. As of {release-version}, this behaviour has been improved: the editor now displays a notification when a plugin is disabled due to license restrictions, reducing ambiguity.
53+
54+
For more informaton on license keys, see: xref:license-key.adoc[License Key].
55+
56+
=== Accordions can now be opened and closed when the editor is set to readonly.
57+
// #TINY-12316
58+
59+
In previous versions of {productname}, accordion behavior in readonly mode relied on the browser’s default handling, which could still modify the DOM and lead to undesirable, uncontrolled changes to the editor state. This meant that even when the editor was configured as readonly, expanding or collapsing accordion sections could alter the underlying content structure in inconsistent ways.
60+
61+
In {productname} {release-version}, the xref:accordion.adoc[Accordion plugin] now explicitly manages open and close interactions in readonly mode, ensuring that any required DOM updates for toggling panels are performed in a controlled, minimally invasive manner. This improvement provides more predictable behavior, better control over how the DOM is manipulated, and a consistent user experience when interacting with accordions in readonly editors.
5362

5463

5564
[[additions]]
@@ -95,6 +104,20 @@ The following premium plugin updates were released alongside {productname} {rele
95104

96105
Previously, an issue was identified where the tooltips for the dropdown chevrons for the **Bullet list** and **Numbered list** toolbar buttons were not translated correctly. This has been resolved in {release-version}. The dropdown chevron of these splitbuttons now displays correctly translated tooltips on hover.
97106

107+
=== Removing a line height at times did not remove it from all selected lines.
108+
// #TINY-13053
109+
110+
An issue was identified where removing or modifying `lineheight` properties on multiple elements resulted in inconsistent updates when the elements had differing values. In these cases, only the `lineheight` of the first line was changed or removed, while subsequent lines were not updated.
111+
112+
{productname} {release-version} resolves this issue by introducing improved toggling behavior for the permissive `lineheight` option, ensuring that all lines are now correctly updated or removed as expected.
113+
114+
=== The `font-size` style on list items was not copied to new list items.
115+
// #TINY-13224
116+
117+
Previously, an issue was identified where the `font-size` style applied to list items was not retained when creating new items in either numbered or bulleted lists. As a result, list items added by pressing `Enter` did not inherit the correct font size from the preceding item.
118+
119+
{productname} {release-version} addresses this issue by changing the behavior such that the `font-size` style is now consistently transferred to newly created list items. This ensures that all new list items have the correct font size.
120+
98121

99122
[[security-fixes]]
100123
== Security fixes

modules/ROOT/pages/changelog.adoc

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,35 @@ NOTE: This is the {productname} Community version changelog. For information abo
66

77
== xref:8.3.0-release-notes.adoc[8.3.0 - 2025-12-10]
88

9-
//TODO
9+
### Added
10+
* New `documents_file_types` option.
11+
// #TINY-13278
12+
* New `files_upload_handler` and `link_uploadtab` options in the Link plugin.
13+
// #TINY-13278
14+
* New upload tab to the link dialog when `files_upload_handler`, `documents_file_types`, and `link_uploadtab` are all specified.
15+
// #TINY-13278
16+
* New options for `dropzone` dialog components: `dropAreaLabel`, `buttonLabel`, `allowedFileTypes` and `allowedFileExtensions`.
17+
// #TINY-13278
18+
19+
### Improved
20+
* Accordions can now be opened and closed when the editor is in a read-only state.
21+
// #TINY-12316
22+
* An editor notification is now shown when a premium plugin is not allowed for a given license key.
23+
// #TINY-12937
24+
25+
### Fixed
26+
* Help Plugin did not contain an entry for the Fullpage HTML plugin.
27+
// #TINY-13183
28+
* Accordions could be toggled when the editor was in a disabled state.
29+
// #TINY-12315
30+
* Removing a line height sometimes did not remove it from all selected lines.
31+
// #TINY-13053
32+
* The `font-size` style on `li` elements was not copied to new list items.
33+
// #TINY-13224
34+
* Toolbar split button chevron tooltip is now the same as the main button tooltip unless explicitly set.
35+
// #TINY-13271
36+
* Inline formats were not applied to the marker of a list item when its content was a single block element.
37+
// #TINY-13197
1038

1139
== xref:8.2.2-release-notes.adoc[8.2.2 - 2025-11-13]
1240

modules/ROOT/pages/license-key.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ a| * Add the `license_key` parameter to your {productname} configuration
298298

299299
| xref:invalid-plugin[Invalid plugin]
300300
| The "+${pluginCode}+" plugin requires a valid {productname} license key
301-
| _No editor message_
301+
| One or more premium plugins are disabled due to license key restrictions.
302302
a| * Verify that your license includes access to the premium plugin
303303
* Check if your license key is valid and not expired
304304
* Visit the link:https://support.tiny.cloud[Support Portal] if you believe you should have access to this plugin

0 commit comments

Comments
 (0)