diff --git a/.api-version b/.api-version index 295ec490e5..8fc3e14c45 100644 --- a/.api-version +++ b/.api-version @@ -1 +1 @@ -6.8.2 \ No newline at end of file +6.8.3 \ No newline at end of file diff --git a/README.md b/README.md index c4c21e9be1..be169e039f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This project is built using [Antora](https://antora.org/). If you would like to contribute to the TinyMCE project please read the TinyMCE Documentation Contributor’s Guide at either: - [TinyMCE Documentation - Contributor's Guide](https://www.tiny.cloud/docs/configure/contributing-docs/). -- [GitHub - Contributing to the TinyMCE developer documentation](https://github.com/tinymce/tinymce-docs/blob/develop/CONTRIBUTING.md#contributing-to-the-tinymce-developer-documentation). +- [GitHub - How to contribute to TinyMCE’s documentation](https://github.com/tinymce/tinymce-docs/blob/release/docs-6/CONTRIBUTING.md#how-to-contribute-to-tinymces-documentation). ## Working on TinyMCE documentation diff --git a/changelog.md b/changelog.md index 2502a4367e..d0f2f35508 100644 --- a/changelog.md +++ b/changelog.md @@ -8,7 +8,10 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/ ### 2024-02-08 +- DOC-2242: Added 6.8.3-specific entry to `changelog.adoc`. + - DOC-2241: added `6.8.3-release-notes.adoc` to project; updated `changelog.adoc`, `nav.adoc` and `release-notes.adoc` for the TinyMCE 6.8.3 release. + ### 2024-02-05 - DOC-2276: updates to `cloud-troubleshooting.adoc` with new `read-only` ref and links to `invalid-api-key.adoc` page. diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index ca3cc82d9d..cab2bbe5cf 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -4,6 +4,15 @@ 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]. +== 6.8.3 - 2024-02-08 + +=== Changed +* Update outbound TinyMCE website links. + +=== Fixed +* `ShadowDOM` skin was not loaded properly when used with JS bundling feature. +* The floating toolbar would not be fully visible when the editor was placed inside a scrollable container. + == 6.8.2 - 2023-12-11 === Fixed