Skip to content

Commit 84eff81

Browse files
authored
Merge pull request #25 from WebSpellChecker/tinymce8
TinyMCE 8
2 parents be4be52 + e3bc7e7 commit 84eff81

4 files changed

Lines changed: 14 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# WProofreader plugin for TinyMCE Changelog
22

3+
## 1.0.1 – 2025-08-06
4+
5+
Internal changes only (updated dependencies, documentation, etc.).
6+
37
## 1.0.0 – 2025-03-31
48

59
This is the initial release of the WProofreader plugin for TinyMCE. Key differences from the classic WProofreader include:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
WProofreader plugin TinyMCE
22
===================================
33

4-
The multilingual spelling and grammar checking solution for TinyMCE editor versions starting from v6, including the latest version 7. It provides both instant and in-dialog proofreading modes in a convenient UI.
4+
The multilingual spelling and grammar checking solution for TinyMCE editor versions starting from v6, including the latest version 8. It provides both instant and in-dialog proofreading modes in a convenient UI.
55

66
WProofreader plugin for TinyMCE inherits all functionality of the WProofreader component with slight adaptation to the view and features of the editor. These adaptations include creating a button in the editor toolbar, listening for read-only mode switches and adding a theme adapted to the TinyMCE look and feel. For more details, visit the [WProofreader repo](https://github.com/WebSpellChecker/wproofreader) or [official web page](https://webspellchecker.com/wsc-proofreader/).
77

@@ -26,7 +26,7 @@ WProofreader plugin for TinyMCE inherits all functionality of the WProofreader c
2626
Use the `external_plugins` option to specify the URL-based location of the entry point file for the plugin and include it as a toolbar item using `toolbar` option.
2727

2828
```html
29-
<script src="https://cdn.tiny.cloud/1/no-api-key/tinymce/7/tinymce.min.js" referrerpolicy="origin"></script>
29+
<script src="https://cdn.tiny.cloud/1/no-api-key/tinymce/8/tinymce.min.js" referrerpolicy="origin"></script>
3030

3131
<script>
3232
tinymce.init({

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webspellchecker/wproofreader-tinymce",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "WProofreader spelling and grammar check plugin for TinyMCE",
55
"scripts": {
66
"build": "webpack --config webpack.prod.js --env mode=production",
@@ -54,7 +54,7 @@
5454
"mocha": "^10.7.0",
5555
"sinon": "^18.0.0",
5656
"terser-webpack-plugin": "^5.3.10",
57-
"tinymce": "^7.3.0",
57+
"tinymce": "^8.0.1",
5858
"webpack": "^5.93.0",
5959
"webpack-cli": "^5.1.4",
6060
"webpack-dev-server": "^5.0.4",

0 commit comments

Comments
 (0)