Skip to content

Commit

Permalink
docs: Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
carla-at-wiris committed Oct 26, 2023
1 parent 5d651c8 commit 65cf088
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 10 deletions.
9 changes: 7 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Last release of this project is was 30th of September 2021.
Last release of this project is was 26th of October 2023.

### Unreleased
### 8.7.0 2023-10-26

- fix(ck5): setData understanding math LaTeX. #KB-39004
- fix: DomPurify replacing undesired characters. KB-39549
- feat: Exposed the telemetry methods in the generic integration. #KB-39815
- fix: Font and some font properties of the text changed after a formula inserted through the web editor. #KB-39019
- fix: Re-do action not working in TinyMCE 6 and Froala. #KB-39819
- fix: Error displayed when adding to the website the contents edited with an HTML editor if some text was added before some LaTeX code.
- fix: Drag & drop an inserted formula with brackets would change the brackets to parentheses. #KB-39549

### 8.6.0 2023-10-10

Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prepack": "yarn && npm run build"
},
"dependencies": {
"@wiris/mathtype-html-integration-devkit": "1.14.0"
"@wiris/mathtype-html-integration-devkit": "1.14.1"
},
"devDependencies": {
"@babel/core": "^7.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"@ckeditor/ckeditor5-engine": ">=23.0.0",
"@ckeditor/ckeditor5-ui": ">=23.0.0",
"@ckeditor/ckeditor5-widget": ">=23.0.0",
"@wiris/mathtype-html-integration-devkit": "1.14.0"
"@wiris/mathtype-html-integration-devkit": "1.14.1"
}
}
2 changes: 1 addition & 1 deletion packages/froala/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prepack": "yarn && npm run build"
},
"dependencies": {
"@wiris/mathtype-html-integration-devkit": "1.14.0"
"@wiris/mathtype-html-integration-devkit": "1.14.1"
},
"devDependencies": {
"@babel/core": "^7.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prepack": "yarn && npm run build"
},
"dependencies": {
"@wiris/mathtype-html-integration-devkit": "1.14.0"
"@wiris/mathtype-html-integration-devkit": "1.14.1"
},
"devDependencies": {
"@babel/core": "^7.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tinymce5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prepack": "yarn && npm run build"
},
"dependencies": {
"@wiris/mathtype-html-integration-devkit": "1.14.0"
"@wiris/mathtype-html-integration-devkit": "1.14.1"
},
"devDependencies": {
"@babel/core": "^7.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tinymce6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prepack": "yarn && npm run build"
},
"dependencies": {
"@wiris/mathtype-html-integration-devkit": "1.14.0"
"@wiris/mathtype-html-integration-devkit": "1.14.1"
},
"devDependencies": {
"@babel/core": "^7.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Integrations",
"license": "ISC",
"dependencies": {
"@wiris/mathtype-html-integration-devkit": "1.14.0"
"@wiris/mathtype-html-integration-devkit": "1.14.1"
},
"devDependencies": {
"babel-loader": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prepack": "npm install && npm run build"
},
"dependencies": {
"@wiris/mathtype-html-integration-devkit": "^1.14.0"
"@wiris/mathtype-html-integration-devkit": "^1.14.1"
},
"devDependencies": {
"@babel/core": "^7.15.0",
Expand Down

0 comments on commit 65cf088

Please sign in to comment.