diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c70ce7..561a2a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Moved `@tinymce/miniature` to devDependency. #INT-3358 + ## 2.3.2 - 2025-12-18 ### Fixed @@ -25,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 2.2.0 - 2025-05-29 ### Added -- New `readonly` attribute that can be used to toggle the editor's `readonly` mode. #TINY-11911 +- New `disabled` attribute that can be used to toggle the editor's `disabled` option. #TINY-11911 ## 2.1.0 - 2024-01-08 diff --git a/package.json b/package.json index d8091a9..46392f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "description": "Official TinyMCE Web Component", - "version": "2.3.3-rc", + "version": "2.4.0-rc", "name": "@tinymce/tinymce-webcomponent", "repository": { "url": "https://github.com/tinymce/tinymce-webcomponent" @@ -16,7 +16,7 @@ "test": "bedrock-auto -b chrome-headless -d src/test/ts", "build": "tsc -p ./tsconfig.json && rollup -c rollup.config.js", "lint": "yarn eslint src/**/*.ts", - "serve": "yarn ts-node -r esm src/demo/ts/Server.ts" + "serve": "yarn tsx src/demo/ts/Server.ts" }, "keywords": [ "TinyMCE", @@ -26,15 +26,14 @@ "license": "MIT", "devDependencies": { "@ephox/agar": "^8.0.1", - "@ephox/bedrock-client": "^15.0.0", - "@ephox/bedrock-server": "^15.0.0", + "@ephox/bedrock-client": "^16.0.0", + "@ephox/bedrock-server": "^16.2.0", "@ephox/katamari": "^9.1.5", "@ephox/sugar": "^9.2.1", "@ephox/swag": "^4.6.0", "@tinymce/beehive-flow": "^0.19.0", "@tinymce/eslint-plugin": "^3.0.0", - "@types/esm": "^3.2.0", - "@types/express": "^5.0.0", + "@tinymce/miniature": "^6.0.0", "@types/node": "^24.5.2", "@typescript-eslint/eslint-plugin": "^8.44.0", "@typescript-eslint/parser": "^8.44.0", @@ -42,16 +41,14 @@ "eslint-config-eslint": "^13.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prefer-arrow": "^1.2.3", - "esm": "^3.2.25", - "express": "^5.1.0", + "express": "^5.2.1", "rollup": "^4.24.0", - "tinymce": "^8.0.0", - "ts-loader": "^9.4.2", - "ts-node": "^10.9.1", + "tinymce": "^8.4.0", + "tinymce-7.5.0": "npm:tinymce@7.5.0", + "tinymce-8": "npm:tinymce@8", + "tsx": "^4.21.0", "typescript": "~5.9.2", "webpack": "^5.75.0" }, - "dependencies": { - "@tinymce/miniature": "^6.0.0" - } + "dependencies": {} } diff --git a/src/demo/html/disabled.html b/src/demo/html/disabled.html index d1e0e30..5c87bbd 100644 --- a/src/demo/html/disabled.html +++ b/src/demo/html/disabled.html @@ -34,12 +34,11 @@