diff --git a/.api-version b/.api-version index 9f4a0fbc18..905c243928 100644 --- a/.api-version +++ b/.api-version @@ -1 +1 @@ -8.3.0 \ No newline at end of file +8.3.1 \ No newline at end of file diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index dafc4b8a80..0389685f5e 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -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] diff --git a/modules/ROOT/pages/8.3.1-release-notes.adoc b/modules/ROOT/pages/8.3.1-release-notes.adoc index a3e875f6c7..08be864bce 100644 --- a/modules/ROOT/pages/8.3.1-release-notes.adoc +++ b/modules/ROOT/pages/8.3.1-release-notes.adoc @@ -11,13 +11,12 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] [[overview]] == Overview -{productname} {release-version} was released for {enterpriseversion} and {cloudname} on ,
^^, . 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]] @@ -25,36 +24,27 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] The following premium plugin updates were released alongside {productname} {release-version}. -=== +=== Suggested Edits -The {productname} {release-version} release includes an accompanying release of the **** premium plugin. +The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin. -**** includes the following . +**Suggested Edits** includes the following fix. -==== +==== 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 **** plugin, see: xref:.adoc[]. +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: - -=== -// #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: +{productname} {release-version} also includes the following bug fix: -=== -// #TINY-vwxyz1 +=== Views could not be opened during the `init` event. +// #TINY-13463 -// CCFR here. \ No newline at end of file +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. \ No newline at end of file diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index df9c8380b6..208da574da 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -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