Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
7e98a33
DOC-3224: TinyMCE 8.3.0 Documentation Release and Community Changelog.
kemister85 Nov 24, 2025
c2fc1bb
DOC-3224: Update changelog for TinyMCE 8.3.0.
kemister85 Dec 8, 2025
0cdce0b
Apply suggestion from @kemister85
kemister85 Dec 8, 2025
9e3111a
DOC-3224: Show editor notification when a premium plugin is not allow…
abhinavgandham Dec 9, 2025
a5fa683
DOC-3224: The style on elements was not copied to new list items. (…
abhinavgandham Dec 9, 2025
1c03dc5
DOC-3224: Accordions can now be opened and closed when the editor is …
kemister85 Dec 9, 2025
ca51961
DOC-3224: Removing a line height sometimes did not remove it from all…
abhinavgandham Dec 9, 2025
e6a37f9
DOC-3224: Toolbar split button chevron tooltip is now the same as the…
abhinavgandham Dec 9, 2025
7a9066c
DOC-3224: Premium plugins now include ESM module support. (#3940)
kemister85 Dec 9, 2025
ba8ced9
DOC-3224: uc-video tags can now be made responsive. (#3942)
kemister85 Dec 9, 2025
343e8d5
DOC-3224: CSS resource files were not loaded correctly when bundled. …
abhinavgandham Dec 9, 2025
e060792
DOC-3224: Inline formats were not applied to the marker of a list ite…
abhinavgandham Dec 9, 2025
6e3e173
DOC-3224: `powerpaste_emf_processor` function that takes an emf blob…
abhinavgandham Dec 9, 2025
d7115ba
DOC-3224: Accordions could be toggled when the editor was disabled. (…
abhinavgandham Dec 9, 2025
56bdca7
DOC-3224: Media Optimizer: Document files support. (#3935)
kemister85 Dec 9, 2025
d7ddd38
DOC-3329: Premium Plugins Installation and Bundling Documentation for…
kemister85 Dec 10, 2025
6f72d27
DOC-3224: Final cleanup for TinyMCE 8.3.0.
kemister85 Dec 10, 2025
e395aa4
DOC-3224: Bump productminorversion to 8.3.
kemister85 Dec 10, 2025
830418c
DOC-3224: api-version bump for TinyMCE 8.3.0.
kemister85 Dec 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 5 additions & 15 deletions modules/ROOT/pages/8.3.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,10 @@ The following premium plugin updates were released alongside {productname} {rele
// For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].


[[accompanying-premium-plugin-end-of-life-announcement]]
== Accompanying Premium plugin end-of-life announcement

The following Premium plugin has been announced as reaching its end-of-life:

=== <Premium plugin name eol>

{productname}'s xref:<plugincode>.adoc[<Premium plugin name eol>] plugin will be deactivated on <month> <DD>, <YYYY>, and is no longer available for purchase.


[[improvements]]
== Improvements

{productname} {release-version} also includes the following improvement<s>:
{productname} {release-version} also includes the following improvements:

=== <TINY-vwxyz 1 changelog entry>
// #TINY-vwxyz1
Expand All @@ -65,7 +55,7 @@ The following Premium plugin has been announced as reaching its end-of-life:
[[additions]]
== Additions

{productname} {release-version} also includes the following addition<s>:
{productname} {release-version} also includes the following additions:

=== <TINY-vwxyz 1 changelog entry>
// #TINY-vwxyz1
Expand All @@ -76,7 +66,7 @@ The following Premium plugin has been announced as reaching its end-of-life:
[[changes]]
== Changes

{productname} {release-version} also includes the following change<s>:
{productname} {release-version} also includes the following changes:

=== <TINY-vwxyz 1 changelog entry>
// #TINY-vwxyz1
Expand All @@ -87,7 +77,7 @@ The following Premium plugin has been announced as reaching its end-of-life:
[[removed]]
== Removed

{productname} {release-version} also includes the following removal<s>:
{productname} {release-version} also includes the following removals:

=== <TINY-vwxyz 1 changelog entry>
// #TINY-vwxyz1
Expand All @@ -98,7 +88,7 @@ The following Premium plugin has been announced as reaching its end-of-life:
[[bug-fixes]]
== Bug fixes

{productname} {release-version} also includes the following bug fix<es>:
{productname} {release-version} also includes the following bug fixes:

=== <TINY-vwxyz 1 changelog entry>
// #TINY-vwxyz1
Expand Down
32 changes: 31 additions & 1 deletion modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,37 @@ NOTE: This is the {productname} Community version changelog. For information abo

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

//TODO
### Added
* New `removeCommand` to `editorCommands` API to remove existing commands.
// #TINY-13144
Comment thread
kemister85 marked this conversation as resolved.
Outdated
* New `documents_file_types` option.
// #TINY-13278
* New `files_upload_handler` and `link_uploadtab` options in the Link plugin.
// #TINY-13278
* New upload tab to the link dialog when `files_upload_handler`, `documents_file_types`, and `link_uploadtab` are all specified.
// #TINY-13278
* New options for `dropzone` dialog components: `dropAreaLabel`, `buttonLabel`, `allowedFileTypes` and `allowedFileExtensions`.
// #TINY-13278

### Improved
* Accordions can now be opened and closed when the editor is in a read-only state.
// #TINY-12316
* An editor notification is now shown when a premium plugin is not allowed for a given license key.
// #TINY-12937

### Fixed
* Help Plugin did not contain an entry for the Fullpage HTML plugin.
// #TINY-13183
* Accordions could be toggled when the editor was in a disabled state.
// #TINY-12315
* Removing a line height sometimes did not remove it from all selected lines.
// #TINY-13053
* The `font-size` style on `li` elements was not copied to new list items.
// #TINY-13224
* Toolbar split button chevron tooltip is now the same as the main button tooltip unless explicitly set.
// #TINY-13271
* Inline formats were not applied to the marker of a list item when its content was a single block element.
// #TINY-13197

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

Expand Down
Loading