You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <mitchell.crompton@tiny.cloud>
---------
Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud>
* 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 <mitchell.crompton@tiny.cloud>
* Update modules/ROOT/pages/8.3.1-release-notes.adoc
Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud>
---------
Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud>
* DOC-3337: Added release date.
* DOC-3337: Added changelog entry.
* DOC-3337: More cleanup.
* DOC-3337: API version bump.
---------
Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud>
{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:
15
15
16
16
// Remove sections and section boilerplates as necessary.
17
17
// Pluralise as necessary or remove the placeholder plural marker.
The following premium plugin updates were released alongside {productname} {release-version}.
27
26
28
-
=== <Premium plugin name 1> <Premium plugin name 1 version>
27
+
=== Suggested Edits
29
28
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.
31
30
32
-
**<Premium plugin name 1>** <Premium plugin name 1 version> includes the following <fixes, changes, improvements>.
31
+
**Suggested Edits** includes the following fix.
33
32
34
-
==== <Premium plugin name 1 change 1>
33
+
==== View would close when the resource was still loading.
35
34
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.
37
36
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.
39
38
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].
50
40
51
41
52
42
[[bug-fixes]]
53
-
== Bug fixes
43
+
== Bug fix
54
44
55
-
{productname} {release-version} also includes the following bug fix<es>:
45
+
{productname} {release-version} also includes the following bug fix:
56
46
57
-
=== <TINY-vwxyz 1 changelog entry>
58
-
// #TINY-vwxyz1
47
+
=== Views could not be opened during the `init` event.
48
+
// #TINY-13463
59
49
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.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/changelog.adoc
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@
4
4
5
5
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].
0 commit comments