Skip to content

Commit fb36d32

Browse files
DOC-3336: TinyMCE 8.3.1 Release Documentation (#3944)
* DOC-3336: TinyMCE 8.3.1 Release Documentation * 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]> --------- Co-authored-by: Mitchell Crompton <[email protected]>
1 parent 7351dbf commit fb36d32

File tree

5 files changed

+66
-1
lines changed

5 files changed

+66
-1
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,10 @@
384384
** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)]
385385
* Release information
386386
** xref:release-notes.adoc[Release notes for {productname}]
387+
*** {productname} 8.3.1
388+
**** xref:8.3.1-release-notes.adoc#overview[Overview]
389+
**** xref:8.3.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
390+
**** xref:8.3.1-release-notes.adoc#bug-fixes[Bug fix]
387391
*** {productname} 8.3.0
388392
**** xref:8.3.0-release-notes.adoc#overview[Overview]
389393
**** xref:8.3.0-release-notes.adoc#premium-plugins-npm[Premium plugins now available via NPM]
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
= {productname} {release-version}
2+
:release-version: 8.3.1
3+
:navtitle: {productname} {release-version}
4+
:description: Release notes for {productname} {release-version}
5+
:keywords: releasenotes, bugfixes
6+
:page-toclevels: 1
7+
8+
include::partial$misc/admon-releasenotes-for-stable.adoc[]
9+
10+
11+
[[overview]]
12+
== Overview
13+
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:
15+
16+
// Remove sections and section boilerplates as necessary.
17+
// Pluralise as necessary or remove the placeholder plural marker.
18+
* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
19+
* xref:bug-fixes[Bug fix]
20+
21+
22+
[[accompanying-premium-plugin-changes]]
23+
== Accompanying Premium plugin changes
24+
25+
The following premium plugin updates were released alongside {productname} {release-version}.
26+
27+
=== Suggested Edits
28+
29+
The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin.
30+
31+
**Suggested Edits** includes the following fix.
32+
33+
==== View would close when the resource was still loading.
34+
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.
36+
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.
38+
39+
For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].
40+
41+
42+
[[bug-fixes]]
43+
== Bug fix
44+
45+
{productname} {release-version} also includes the following bug fix:
46+
47+
=== Views could not be opened during the `init` event.
48+
// #TINY-13463
49+
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

modules/ROOT/pages/release-notes.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ This section lists the releases for {productname} {productmajorversion} and the
1010
|===
1111
a|
1212
[.lead]
13+
xref:8.3.1-release-notes.adoc#overview[{productname} 8.3.1]
14+
15+
Release notes for {productname} 8.3.1
16+
a|
17+
[.lead]
1318
xref:8.3.0-release-notes.adoc#overview[{productname} 8.3.0]
1419

1520
Release notes for {productname} 8.3.0

0 commit comments

Comments
 (0)