diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7cabca5..3609a71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
+### Changed
+- Set the default channel to `8`. INT-3354
+
## 2.2.0 - 2025-05-29
### Added
diff --git a/package.json b/package.json
index c0f7abf..379abc1 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"esm": "^3.2.25",
"express": "^4.18.2",
"rollup": "^4.24.0",
- "tinymce": "^7.4.1",
+ "tinymce": "^8.0.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "~5.6.3",
diff --git a/src/demo/html/basic.html b/src/demo/html/basic.html
index 3aca29d..8182a19 100644
--- a/src/demo/html/basic.html
+++ b/src/demo/html/basic.html
@@ -8,7 +8,14 @@
TinyMCE Web Component Simple Demo Page
-
+
+
+
+
diff --git a/src/demo/html/common-attributes.html b/src/demo/html/common-attributes.html
index 2b30dd6..f67ebdf 100644
--- a/src/demo/html/common-attributes.html
+++ b/src/demo/html/common-attributes.html
@@ -36,7 +36,15 @@ TinyMCE Web Component Common Attributes Demo Page
icons_url
setup
+
+
+
-<p style="text-align: center;"><span style="color: #bdc3c7;">→ This is a full-featured editor demo. Please explore! ←</span></p>
-<p style="text-align: center;"> </p>
-<h2 style="text-align: center;">TinyMCE is the world's most customizable, and flexible, rich text editor.</h2>
-<p style="text-align: center;"><strong> <span style="font-size: 14pt;"> <span style="color: #7e8c8d; font-weight: 600;"> A featherweight download, TinyMCE can handle any challenge you throw at it. </span> </span> </strong></p>
-<p style="text-align: center;"> </p>
-<table style="border-collapse: collapse; width: 85%; margin-left: auto; margin-right: auto; border: 0;">
-<tbody>
-<tr>
-<td style="width: 25%; text-align: center; padding: 7px;"><span style="color: #95a5a6;">🛠 50+ Plugins</span></td>
-<td style="width: 25%; text-align: center; padding: 7px;"><span style="color: #95a5a6;">💡 Premium Support</span></td>
-<td style="width: 25%; text-align: center; padding: 7px;"><span style="color: #95a5a6;">🖍 Custom Skins</span></td>
-<td style="width: 25%; text-align: center; padding: 7px;"><span style="color: #95a5a6;">⚙ Full API Access</span></td>
-</tr>
-</tbody>
-</table>
-
-
-
+ TinyMCE Web Component Content Demo Page
+
+
+
+
+ <p style="text-align: center;"><span style="color: #bdc3c7;">→ This is a full-featured editor demo. Please explore! ←</span></p>
+ <p style="text-align: center;"> </p>
+ <h2 style="text-align: center;">TinyMCE is the world's most customizable, and flexible, rich text editor.</h2>
+ <p style="text-align: center;"><strong> <span style="font-size: 14pt;"> <span style="color: #7e8c8d; font-weight: 600;"> A featherweight download, TinyMCE can handle any challenge you throw at it. </span> </span> </strong></p>
+ <p style="text-align: center;"> </p>
+ <table style="border-collapse: collapse; width: 85%; margin-left: auto; margin-right: auto; border: 0;">
+ <tbody>
+ <tr>
+ <td style="width: 25%; text-align: center; padding: 7px;"><span style="color: #95a5a6;">🛠 50+ Plugins</span></td>
+ <td style="width: 25%; text-align: center; padding: 7px;"><span style="color: #95a5a6;">💡 Premium Support</span></td>
+ <td style="width: 25%; text-align: center; padding: 7px;"><span style="color: #95a5a6;">🖍 Custom Skins</span></td>
+ <td style="width: 25%; text-align: center; padding: 7px;"><span style="color: #95a5a6;">⚙ Full API Access</span></td>
+ </tr>
+ </tbody>
+ </table>
+
+
+