From d29a1c9e7644dfe948099886a2e243ebcbff7f5d Mon Sep 17 00:00:00 2001 From: Ben Tran Date: Thu, 31 Jul 2025 10:33:52 +0930 Subject: [PATCH 1/2] INT-3357: Prepare for 9.1 release --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83650ea1..3b229c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 9.1.0 - 2025-07-31 + ### Changed - Defaulted cloudChannel to `8`. #INT-3351 +- Updated peer dependency to support tinymce `8`. #INT-3351 ## 9.0.0 - 2025-05-29 diff --git a/package.json b/package.json index 5741d1f7..63462cbb 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,6 @@ "webpack": "^5.95.0", "zone.js": "~0.14.8" }, - "version": "9.0.1-rc", + "version": "9.1.0", "name": "@tinymce/tinymce-angular" } From 65a4beb740f109b1d15683ee25733d667981d843 Mon Sep 17 00:00:00 2001 From: Ben Tran Date: Thu, 31 Jul 2025 11:22:40 +0930 Subject: [PATCH 2/2] Correct the version of doc links in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 341aea5f..d9f1b3fc 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This package is a thin wrapper around [TinyMCE](https://github.com/tinymce/tinymce) to make it easier to use in an Angular application. -* If you need detailed documentation on TinyMCE, see: [TinyMCE Documentation](https://www.tiny.cloud/docs/tinymce/latest/). -* For the TinyMCE Angular Quick Start, see: [TinyMCE Documentation - Angular Integration](https://www.tiny.cloud/docs/tinymce/latest/angular-cloud/). -* For the TinyMCE Angular Technical Reference, see: [TinyMCE Documentation - TinyMCE Angular Technical Reference](https://www.tiny.cloud/docs/tinymce/latest/angular-ref/). +* If you need detailed documentation on TinyMCE, see: [TinyMCE Documentation](https://www.tiny.cloud/docs/tinymce/8/). +* For the TinyMCE Angular Quick Start, see: [TinyMCE Documentation - Angular Integration](https://www.tiny.cloud/docs/tinymce/8/angular-cloud/). +* For the TinyMCE Angular Technical Reference, see: [TinyMCE Documentation - TinyMCE Angular Technical Reference](https://www.tiny.cloud/docs/tinymce/8/angular-ref/). * For our quick demos, check out the TinyMCE Angular [Storybook](https://tinymce.github.io/tinymce-angular/). ### Support