mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-19 02:10:04 +08:00
Tag v27.1.1
This commit is contained in:
parent
e587e3bbad
commit
30058586ab
@ -1,6 +1,11 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
## [27.1.1](https://github.com/isaul32/ckeditor5-math/compare/v27.1.0...v27.1.1) (2021-03-29)
|
||||
|
||||
* Update dependencies for CKEditor 27.1.0 ([Release
|
||||
notes](https://github.com/ckeditor/ckeditor5/releases/tag/v27.1.0))
|
||||
|
||||
## [27.1.0](https://github.com/isaul32/ckeditor5-math/compare/v27.0.1...v27.1.0) (2021-03-29)
|
||||
|
||||
* #33: New optional config variables: `previewClassName` and `popupClassName` as an array
|
||||
|
22
package.json
22
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ckeditor5-math",
|
||||
"version": "27.1.0",
|
||||
"version": "27.1.1",
|
||||
"description": "Math feature for CKEditor 5.",
|
||||
"keywords": [
|
||||
"ckeditor",
|
||||
@ -11,19 +11,19 @@
|
||||
"ckeditor5-math"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ckeditor/ckeditor5-clipboard": "^27.0.0",
|
||||
"@ckeditor/ckeditor5-core": "^27.0.0",
|
||||
"@ckeditor/ckeditor5-engine": "^27.0.0",
|
||||
"@ckeditor/ckeditor5-ui": "^27.0.0",
|
||||
"@ckeditor/ckeditor5-undo": "^27.0.0",
|
||||
"@ckeditor/ckeditor5-utils": "^27.0.0",
|
||||
"@ckeditor/ckeditor5-widget": "^27.0.0"
|
||||
"@ckeditor/ckeditor5-clipboard": "^27.1.0",
|
||||
"@ckeditor/ckeditor5-core": "^27.1.0",
|
||||
"@ckeditor/ckeditor5-engine": "^27.1.0",
|
||||
"@ckeditor/ckeditor5-ui": "^27.1.0",
|
||||
"@ckeditor/ckeditor5-undo": "^27.1.0",
|
||||
"@ckeditor/ckeditor5-utils": "^27.1.0",
|
||||
"@ckeditor/ckeditor5-widget": "^27.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ckeditor/ckeditor5-dev-tests": "^24.4.2",
|
||||
"@ckeditor/ckeditor5-editor-inline": "^27.0.0",
|
||||
"@ckeditor/ckeditor5-essentials": "^27.0.0",
|
||||
"@ckeditor/ckeditor5-paragraph": "^27.0.0",
|
||||
"@ckeditor/ckeditor5-editor-inline": "^27.1.0",
|
||||
"@ckeditor/ckeditor5-essentials": "^27.1.0",
|
||||
"@ckeditor/ckeditor5-paragraph": "^27.1.0",
|
||||
"eslint": "^7.1.0",
|
||||
"eslint-config-ckeditor5": "^3.1.0",
|
||||
"husky": "^4.2.5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user