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
3 changes: 1 addition & 2 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,7 @@
*** {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#improvements[Improvements]
**** xref:8.3.1-release-notes.adoc#bug-fixes[Bug fixes]
**** 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
38 changes: 14 additions & 24 deletions modules/ROOT/pages/8.3.1-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,50 +11,40 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
[[overview]]
== Overview

{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:
{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:improvements[Improvements]
* xref:bug-fixes[Bug fixes]
* xref:bug-fixes[Bug fix]


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

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

=== <Premium plugin name 1> <Premium plugin name 1 version>
=== Suggested Edits

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

**<Premium plugin name 1>** <Premium plugin name 1 version> includes the following <fixes, changes, improvements>.
**Suggested Edits** includes the following fix.

==== <Premium plugin name 1 change 1>
==== View would close when the resource was still loading.

// CCFR here.
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.

For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
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.


[[improvements]]
== Improvements

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

=== <TINY-vwxyz 1 changelog entry>
// #TINY-vwxyz1

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


[[bug-fixes]]
== Bug fixes
== Bug fix

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

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

// CCFR here.
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
Loading