Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .api-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.3.0
8.3.1
4 changes: 4 additions & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,10 @@
** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)]
* Release information
** xref:release-notes.adoc[Release notes for {productname}]
*** {productname} 8.3.1
**** xref:8.3.1-release-notes.adoc#overview[Overview]
**** xref:8.3.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
**** xref:8.3.1-release-notes.adoc#bug-fixes[Bug fix]
*** {productname} 8.3.0
**** xref:8.3.0-release-notes.adoc#overview[Overview]
**** xref:8.3.0-release-notes.adoc#premium-plugins-npm[Premium plugins now available via NPM]
Expand Down
50 changes: 50 additions & 0 deletions modules/ROOT/pages/8.3.1-release-notes.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
= {productname} {release-version}
:release-version: 8.3.1
:navtitle: {productname} {release-version}
:description: Release notes for {productname} {release-version}
:keywords: releasenotes, bugfixes
:page-toclevels: 1

include::partial$misc/admon-releasenotes-for-stable.adoc[]


[[overview]]
== Overview

{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:

// Remove sections and section boilerplates as necessary.
// Pluralise as necessary or remove the placeholder plural marker.
* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
* xref:bug-fixes[Bug fix]


[[accompanying-premium-plugin-changes]]
== Accompanying Premium plugin changes

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

=== Suggested Edits

The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin.

**Suggested Edits** includes the following fix.

==== View would close when the resource was still loading.

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.

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.

For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].


[[bug-fixes]]
== Bug fix

{productname} {release-version} also includes the following bug fix:

=== Views could not be opened during the `init` event.
// #TINY-13463

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.
6 changes: 6 additions & 0 deletions modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

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].

== xref:8.3.1-release-notes.adoc[8.3.1 - 2025-12-17]

### Fixed
- Views could not be opened during the `init` event.
// #TINY-13463

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

### Added
Expand Down
5 changes: 5 additions & 0 deletions modules/ROOT/pages/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ This section lists the releases for {productname} {productmajorversion} and the
|===
a|
[.lead]
xref:8.3.1-release-notes.adoc#overview[{productname} 8.3.1]

Release notes for {productname} 8.3.1
a|
[.lead]
xref:8.3.0-release-notes.adoc#overview[{productname} 8.3.0]

Release notes for {productname} 8.3.0
Expand Down
Loading