Skip to content

Commit 7b80fd5

Browse files
authored
Merge branch 'feature/8.3.0/DOC-3224' into feature/8.3.0/DOC-3224_TINY-13053
2 parents 8227fc8 + a5fa683 commit 7b80fd5

File tree

3 files changed

+42
-5
lines changed

3 files changed

+42
-5
lines changed

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ 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].
5355

5456

5557
[[additions]]
@@ -97,6 +99,13 @@ An issue was identified where removing or modifying `lineheight` properties on m
9799

98100
{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.
99101

102+
=== The `font-size` style on list items was not copied to new list items.
103+
// #TINY-13224
104+
105+
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.
106+
107+
{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.
108+
100109

101110
[[security-fixes]]
102111
== 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)