@wiris/mathtype-tinymce6 8.11.1 → 8.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/editor_plugin.src.js +2 -2
- package/package.json +3 -3
- package/plugin.min.js +1 -1
package/editor_plugin.src.js
CHANGED
|
@@ -14,7 +14,7 @@ export class TinyMceIntegration extends IntegrationModel {
|
|
|
14
14
|
constructor(integrationModelProperties) {
|
|
15
15
|
super(integrationModelProperties);
|
|
16
16
|
/**
|
|
17
|
-
* Indicates if the content of the
|
|
17
|
+
* Indicates if the content of the TinyMCE editor has
|
|
18
18
|
* been parsed.
|
|
19
19
|
* @type {Boolean}
|
|
20
20
|
*/
|
|
@@ -258,7 +258,7 @@ export const currentInstance = null;
|
|
|
258
258
|
integrationModelProperties.scriptName = "plugin.min.js";
|
|
259
259
|
integrationModelProperties.environment = {};
|
|
260
260
|
|
|
261
|
-
integrationModelProperties.environment.editor =
|
|
261
|
+
integrationModelProperties.environment.editor = `TinyMCE ${tinymce.majorVersion}.x`;
|
|
262
262
|
integrationModelProperties.environment.editorVersion = `${tinymce.majorVersion}.${tinymce.minorVersion}`;
|
|
263
263
|
|
|
264
264
|
integrationModelProperties.callbackMethodArguments = callbackMethodArguments;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wiris/mathtype-tinymce6",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.12.0",
|
|
4
4
|
"description": "MathType Web for TinyMCE6 editor",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"chem",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"tinymce5",
|
|
18
18
|
"wiris"
|
|
19
19
|
],
|
|
20
|
-
"repository": "https://github.com/wiris/html-integrations/tree/
|
|
20
|
+
"repository": "https://github.com/wiris/html-integrations/tree/master/packages/tinymce6",
|
|
21
21
|
"homepage": "www.wiris.com/?utm_source=npmjs&utm_medium=referral",
|
|
22
22
|
"bugs": {
|
|
23
23
|
"email": "support@wiris.com"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"prepack": "yarn && npm run build"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@wiris/mathtype-html-integration-devkit": "1.17.
|
|
35
|
+
"@wiris/mathtype-html-integration-devkit": "1.17.6"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@babel/core": "^7.24.4",
|