Merge tag 'v43.2.0'

This commit is contained in:
Elian Doran 2025-01-06 15:57:50 +02:00
commit 69215121e0
No known key found for this signature in database
3 changed files with 572 additions and 564 deletions

View File

@ -4,6 +4,14 @@
- Add latest changes here
## [43.2.0](https://github.com/isaul32/ckeditor5-math/compare/v43.1.2...v43.2.0) (2024-10-14)
- Update dependencies for CKEditor 43.2.0 ([Release
notes](https://github.com/ckeditor/ckeditor5/blob/v43.2.0/CHANGELOG.md))
([#153](https://github.com/isaul32/ckeditor5-math/pull/153))
**Note** This does **not** yet support the [new installation method](https://ckeditor.com/docs/ckeditor5/latest/updating/nim-migration/migration-to-new-installation-methods.html) for [custom plugins](https://ckeditor.com/docs/ckeditor5/latest/updating/nim-migration/custom-plugins.html). That will come in a future release.
## [43.1.2](https://github.com/isaul32/ckeditor5-math/compare/v43.1.1...v43.1.2) (2024-09-26)
- Downgrade ckeditor5-package-tools from 2 to 1. Fixes test for now.

View File

@ -1,6 +1,6 @@
{
"name": "@triliumnext/ckeditor5-math",
"version": "43.1.2-hotfix1",
"version": "43.2.0-hotfix1",
"description": "Math feature for CKEditor 5.",
"keywords": [
"ckeditor",
@ -11,30 +11,30 @@
"ckeditor5-math",
"katex"
],
"main": "src/index.ts",
"main": "src/index.js",
"dependencies": {
"ckeditor5": "43.1.1"
"ckeditor5": "43.2.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-autoformat": "43.1.1",
"@ckeditor/ckeditor5-basic-styles": "43.1.1",
"@ckeditor/ckeditor5-block-quote": "43.1.1",
"@ckeditor/ckeditor5-code-block": "43.1.1",
"@ckeditor/ckeditor5-core": "43.1.1",
"@ckeditor/ckeditor5-editor-classic": "43.1.1",
"@ckeditor/ckeditor5-essentials": "43.1.1",
"@ckeditor/ckeditor5-heading": "43.1.1",
"@ckeditor/ckeditor5-image": "43.1.1",
"@ckeditor/ckeditor5-indent": "43.1.1",
"@ckeditor/ckeditor5-autoformat": "43.2.0",
"@ckeditor/ckeditor5-basic-styles": "43.2.0",
"@ckeditor/ckeditor5-block-quote": "43.2.0",
"@ckeditor/ckeditor5-code-block": "43.2.0",
"@ckeditor/ckeditor5-core": "43.2.0",
"@ckeditor/ckeditor5-editor-classic": "43.2.0",
"@ckeditor/ckeditor5-essentials": "43.2.0",
"@ckeditor/ckeditor5-heading": "43.2.0",
"@ckeditor/ckeditor5-image": "43.2.0",
"@ckeditor/ckeditor5-indent": "43.2.0",
"@ckeditor/ckeditor5-inspector": "4.1.0",
"@ckeditor/ckeditor5-link": "43.1.1",
"@ckeditor/ckeditor5-list": "43.1.1",
"@ckeditor/ckeditor5-media-embed": "43.1.1",
"@ckeditor/ckeditor5-link": "43.2.0",
"@ckeditor/ckeditor5-list": "43.2.0",
"@ckeditor/ckeditor5-media-embed": "43.2.0",
"@ckeditor/ckeditor5-package-tools": "^1.1.0",
"@ckeditor/ckeditor5-paragraph": "43.1.1",
"@ckeditor/ckeditor5-table": "43.1.1",
"@ckeditor/ckeditor5-theme-lark": "43.1.1",
"@ckeditor/ckeditor5-upload": "43.1.1",
"@ckeditor/ckeditor5-paragraph": "43.2.0",
"@ckeditor/ckeditor5-table": "43.2.0",
"@ckeditor/ckeditor5-theme-lark": "43.2.0",
"@ckeditor/ckeditor5-upload": "43.2.0",
"@types/chai": "^4.3.13",
"@types/mocha": "^10.0.6",
"@types/sinon": "^17.0.3",

1088
yarn.lock

File diff suppressed because it is too large Load Diff