Skip to content

Commit cf71735

Browse files
DOC-3337: TinyMCE 8.3.1 Documentation Release and Community Changelog (#3945)
* DOC-3337: TinyMCE 8.3.1 Documentation Release and Community Changelog * DOC-3337: Views could not be opened during the `init` event. (#3946) * DOC-3337: Views could not be opened during the event. * Update modules/ROOT/pages/8.3.1-release-notes.adoc Co-authored-by: Mitchell Crompton <[email protected]> --------- Co-authored-by: Mitchell Crompton <[email protected]> * DOC-3337: View would close when resource was still loading. (#3947) * DOC-3337: View would close when resource was still loading. * Update modules/ROOT/pages/8.3.1-release-notes.adoc Co-authored-by: Mitchell Crompton <[email protected]> * Update modules/ROOT/pages/8.3.1-release-notes.adoc Co-authored-by: Mitchell Crompton <[email protected]> --------- Co-authored-by: Mitchell Crompton <[email protected]> * DOC-3337: Added release date. * DOC-3337: Added changelog entry. * DOC-3337: More cleanup. * DOC-3337: API version bump. --------- Co-authored-by: Mitchell Crompton <[email protected]>
1 parent 90c4c35 commit cf71735

File tree

4 files changed

+22
-27
lines changed

4 files changed

+22
-27
lines changed

.api-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.3.0
1+
8.3.1

modules/ROOT/nav.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,7 @@
387387
*** {productname} 8.3.1
388388
**** xref:8.3.1-release-notes.adoc#overview[Overview]
389389
**** xref:8.3.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
390-
**** xref:8.3.1-release-notes.adoc#improvements[Improvements]
391-
**** xref:8.3.1-release-notes.adoc#bug-fixes[Bug fixes]
390+
**** xref:8.3.1-release-notes.adoc#bug-fixes[Bug fix]
392391
*** {productname} 8.3.0
393392
**** xref:8.3.0-release-notes.adoc#overview[Overview]
394393
**** xref:8.3.0-release-notes.adoc#premium-plugins-npm[Premium plugins now available via NPM]

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

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,50 +11,40 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
1111
[[overview]]
1212
== Overview
1313

14-
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on <weekday>, <month> <DD>^<st|nd|rd|th>^, <YYYY>. These release notes provide an overview of the changes for {productname} {release-version}, including:
14+
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Wednesday, December 17^th^, 2025. These release notes provide an overview of the changes for {productname} {release-version}, including:
1515

1616
// Remove sections and section boilerplates as necessary.
1717
// Pluralise as necessary or remove the placeholder plural marker.
1818
* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
19-
* xref:improvements[Improvements]
20-
* xref:bug-fixes[Bug fixes]
19+
* xref:bug-fixes[Bug fix]
2120

2221

2322
[[accompanying-premium-plugin-changes]]
2423
== Accompanying Premium plugin changes
2524

2625
The following premium plugin updates were released alongside {productname} {release-version}.
2726

28-
=== <Premium plugin name 1> <Premium plugin name 1 version>
27+
=== Suggested Edits
2928

30-
The {productname} {release-version} release includes an accompanying release of the **<Premium plugin name 1>** premium plugin.
29+
The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin.
3130

32-
**<Premium plugin name 1>** <Premium plugin name 1 version> includes the following <fixes, changes, improvements>.
31+
**Suggested Edits** includes the following fix.
3332

34-
==== <Premium plugin name 1 change 1>
33+
==== View would close when the resource was still loading.
3534

36-
// CCFR here.
35+
In previous versions of {productname}, opening the Suggested Edits view when the integration script was not yet loaded would cause the view to immediately close, requiring users to manually reopen it until the script was loaded.
3736

38-
For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
37+
This issue has been resolved in {productname} {release-version}. The editor now enters a loading state if the Suggested Edits view is opened while the integration script is loading, instead of immediately closing, and exits this state once the script has loaded.
3938

40-
41-
[[improvements]]
42-
== Improvements
43-
44-
{productname} {release-version} also includes the following improvement<s>:
45-
46-
=== <TINY-vwxyz 1 changelog entry>
47-
// #TINY-vwxyz1
48-
49-
// CCFR here.
39+
For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].
5040

5141

5242
[[bug-fixes]]
53-
== Bug fixes
43+
== Bug fix
5444

55-
{productname} {release-version} also includes the following bug fix<es>:
45+
{productname} {release-version} also includes the following bug fix:
5646

57-
=== <TINY-vwxyz 1 changelog entry>
58-
// #TINY-vwxyz1
47+
=== Views could not be opened during the `init` event.
48+
// #TINY-13463
5949

60-
// CCFR here.
50+
Prior to {release-version}, editor views were not registered until after the CSS was loaded, which meant that they could not be opened until after editor initialization. {release-version} addresses this by registering views sooner, before editor initialization.

modules/ROOT/pages/changelog.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
NOTE: This is the {productname} Community version changelog. For information about the latest {cloudname} or {enterpriseversion} Release, see: xref:release-notes.adoc[{productname} Release Notes].
66

7+
== xref:8.3.1-release-notes.adoc[8.3.1 - 2025-12-17]
8+
9+
### Fixed
10+
- Views could not be opened during the `init` event.
11+
// #TINY-13463
12+
713
== xref:8.3.0-release-notes.adoc[8.3.0 - 2025-12-10]
814

915
### Added

0 commit comments

Comments
 (0)