Skip to content

Commit 254f112

Browse files
chore: update dependencies
1 parent ee2d8c3 commit 254f112

File tree

9 files changed

+20
-9
lines changed

9 files changed

+20
-9
lines changed

CHANGES.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,20 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
### 8.14.0 2025-10-22
11+
12+
- feat: Add TinyMCE8 compatibility. #KB-60372
13+
- fix: CK5 language config property check null. #KB-59658
14+
- fix: Viewer regex with spacial character. #KB-59690
15+
- fix: Improve error handling. #KB-48497
16+
- fix: Double click blocks other plugins. #KB-46220
17+
- fix: Make modal more CSP friendly. #KB-59711
18+
- fix: CKEditor 5 support to multiple instance on same page. #KB-59680
19+
- fix: CKeditor 5 compatibility with TextPartLanguage plugin. #KB-45315
20+
1021
### 8.13.4 2025-08-26
1122

12-
- fix: Copy & Paste adds 2 formulas when image plugin enabled on CK5. (#KB-54677)
23+
- fix: Copy & Paste adds 2 formulas when image plugin enabled on CK5. #KB-54677
1324

1425
### 8.13.3 2025-07-17
1526

packages/ckeditor4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prepack": "yarn && npm run build"
3333
},
3434
"dependencies": {
35-
"@wiris/mathtype-html-integration-devkit": "1.17.11"
35+
"@wiris/mathtype-html-integration-devkit": "1.17.12"
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.24.4",

packages/ckeditor5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prepare": "npm run build:dist"
4949
},
5050
"dependencies": {
51-
"@wiris/mathtype-html-integration-devkit": "1.17.11"
51+
"@wiris/mathtype-html-integration-devkit": "1.17.12"
5252
},
5353
"devDependencies": {
5454
"@ckeditor/ckeditor5-dev-build-tools": "^42.1.0"

packages/froala/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepack": "yarn && npm run build"
3434
},
3535
"dependencies": {
36-
"@wiris/mathtype-html-integration-devkit": "1.17.11"
36+
"@wiris/mathtype-html-integration-devkit": "1.17.12"
3737
},
3838
"devDependencies": {
3939
"@babel/core": "^7.24.4",

packages/generic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"prepack": "yarn && npm run build"
3131
},
3232
"dependencies": {
33-
"@wiris/mathtype-html-integration-devkit": "1.17.11"
33+
"@wiris/mathtype-html-integration-devkit": "1.17.12"
3434
},
3535
"devDependencies": {
3636
"@babel/core": "^7.24.4",

packages/tinymce5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prepack": "yarn && npm run build"
3333
},
3434
"dependencies": {
35-
"@wiris/mathtype-html-integration-devkit": "1.17.11"
35+
"@wiris/mathtype-html-integration-devkit": "1.17.12"
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.24.4",

packages/tinymce6/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prepack": "yarn && npm run build"
3333
},
3434
"dependencies": {
35-
"@wiris/mathtype-html-integration-devkit": "1.17.11"
35+
"@wiris/mathtype-html-integration-devkit": "1.17.12"
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.24.4",

packages/tinymce7/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prepack": "yarn && npm run build"
3333
},
3434
"dependencies": {
35-
"@wiris/mathtype-html-integration-devkit": "1.17.11"
35+
"@wiris/mathtype-html-integration-devkit": "1.17.12"
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.24.4",

packages/viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Integrations",
1717
"license": "ISC",
1818
"dependencies": {
19-
"@wiris/mathtype-html-integration-devkit": "1.17.11"
19+
"@wiris/mathtype-html-integration-devkit": "1.17.12"
2020
},
2121
"devDependencies": {
2222
"@babel/preset-typescript": "^7.24.1",

0 commit comments

Comments
 (0)