@ckeditor/ckeditor5-typing 35.0.1 → 35.1.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/CHANGELOG.md +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -42,7 +42,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
42
42
|
|
|
43
43
|
### Features
|
|
44
44
|
|
|
45
|
-
* Introduced `Input#isInput()`. Closes [#214](https://github.com/ckeditor/ckeditor5-typing/issues/214). Fixed the `TextTransformation` feature so it
|
|
45
|
+
* Introduced `Input#isInput()`. Closes [#214](https://github.com/ckeditor/ckeditor5-typing/issues/214). Fixed the `TextTransformation` feature so it will trigger only for typing changes. Closes [#208](https://github.com/ckeditor/ckeditor5-typing/issues/208). ([0e26850](https://github.com/ckeditor/ckeditor5-typing/commit/0e26850))
|
|
46
46
|
|
|
47
47
|
### Bug fixes
|
|
48
48
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-typing",
|
|
3
|
-
"version": "35.0
|
|
3
|
+
"version": "35.1.0",
|
|
4
4
|
"description": "Typing feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,24 +12,24 @@
|
|
|
12
12
|
],
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "^35.0
|
|
16
|
-
"@ckeditor/ckeditor5-engine": "^35.0
|
|
17
|
-
"@ckeditor/ckeditor5-utils": "^35.0
|
|
15
|
+
"@ckeditor/ckeditor5-core": "^35.1.0",
|
|
16
|
+
"@ckeditor/ckeditor5-engine": "^35.1.0",
|
|
17
|
+
"@ckeditor/ckeditor5-utils": "^35.1.0",
|
|
18
18
|
"lodash-es": "^4.17.15"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@ckeditor/ckeditor5-basic-styles": "^35.0
|
|
22
|
-
"@ckeditor/ckeditor5-block-quote": "^35.0
|
|
23
|
-
"@ckeditor/ckeditor5-editor-classic": "^35.0
|
|
24
|
-
"@ckeditor/ckeditor5-enter": "^35.0
|
|
25
|
-
"@ckeditor/ckeditor5-essentials": "^35.0
|
|
26
|
-
"@ckeditor/ckeditor5-heading": "^35.0
|
|
27
|
-
"@ckeditor/ckeditor5-image": "^35.0
|
|
28
|
-
"@ckeditor/ckeditor5-link": "^35.0
|
|
29
|
-
"@ckeditor/ckeditor5-list": "^35.0
|
|
30
|
-
"@ckeditor/ckeditor5-paragraph": "^35.0
|
|
31
|
-
"@ckeditor/ckeditor5-undo": "^35.0
|
|
32
|
-
"@ckeditor/ckeditor5-code-block": "^35.0
|
|
21
|
+
"@ckeditor/ckeditor5-basic-styles": "^35.1.0",
|
|
22
|
+
"@ckeditor/ckeditor5-block-quote": "^35.1.0",
|
|
23
|
+
"@ckeditor/ckeditor5-editor-classic": "^35.1.0",
|
|
24
|
+
"@ckeditor/ckeditor5-enter": "^35.1.0",
|
|
25
|
+
"@ckeditor/ckeditor5-essentials": "^35.1.0",
|
|
26
|
+
"@ckeditor/ckeditor5-heading": "^35.1.0",
|
|
27
|
+
"@ckeditor/ckeditor5-image": "^35.1.0",
|
|
28
|
+
"@ckeditor/ckeditor5-link": "^35.1.0",
|
|
29
|
+
"@ckeditor/ckeditor5-list": "^35.1.0",
|
|
30
|
+
"@ckeditor/ckeditor5-paragraph": "^35.1.0",
|
|
31
|
+
"@ckeditor/ckeditor5-undo": "^35.1.0",
|
|
32
|
+
"@ckeditor/ckeditor5-code-block": "^35.1.0"
|
|
33
33
|
},
|
|
34
34
|
"engines": {
|
|
35
35
|
"node": ">=14.0.0",
|