ckeditor5 37.0.0-alpha.0 → 37.0.0-alpha.2

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.
@@ -63,13 +63,16 @@
63
63
  "LiveRange",
64
64
  "MarkerOperation",
65
65
  "Matcher",
66
+ "MergeOperation",
66
67
  "Model",
67
68
  "MouseObserver",
69
+ "MoveOperation",
68
70
  "Observer",
69
71
  "OperationFactory",
70
72
  "Position",
71
73
  "Range",
72
74
  "Renderer",
75
+ "SplitOperation",
73
76
  "StylesProcessor",
74
77
  "TabObserver",
75
78
  "Text",
@@ -238,7 +241,7 @@
238
241
  "exports": [
239
242
  "Undo",
240
243
  "UndoEditing",
241
- "UndoUi"
244
+ "UndoUI"
242
245
  ]
243
246
  },
244
247
  "./upload.js": {
@@ -278,6 +281,7 @@
278
281
  "count",
279
282
  "createElement",
280
283
  "diff",
284
+ "diffToChanges",
281
285
  "env",
282
286
  "fastDiff",
283
287
  "findClosestScrollableAncestor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ckeditor5",
3
- "version": "37.0.0-alpha.0",
3
+ "version": "37.0.0-alpha.2",
4
4
  "description": "A set of ready-to-use rich text editors created with a powerful framework. Made with real-time collaborative editing in mind.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -32,17 +32,17 @@
32
32
  "url": "https://github.com/ckeditor/ckeditor5.git"
33
33
  },
34
34
  "dependencies": {
35
- "@ckeditor/ckeditor5-clipboard": "^37.0.0-alpha.0",
36
- "@ckeditor/ckeditor5-core": "^37.0.0-alpha.0",
37
- "@ckeditor/ckeditor5-engine": "^37.0.0-alpha.0",
38
- "@ckeditor/ckeditor5-enter": "^37.0.0-alpha.0",
39
- "@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.0",
40
- "@ckeditor/ckeditor5-select-all": "^37.0.0-alpha.0",
41
- "@ckeditor/ckeditor5-typing": "^37.0.0-alpha.0",
42
- "@ckeditor/ckeditor5-ui": "^37.0.0-alpha.0",
43
- "@ckeditor/ckeditor5-undo": "^37.0.0-alpha.0",
44
- "@ckeditor/ckeditor5-upload": "^37.0.0-alpha.0",
45
- "@ckeditor/ckeditor5-utils": "^37.0.0-alpha.0",
46
- "@ckeditor/ckeditor5-widget": "^37.0.0-alpha.0"
35
+ "@ckeditor/ckeditor5-clipboard": "^37.0.0-alpha.2",
36
+ "@ckeditor/ckeditor5-core": "^37.0.0-alpha.2",
37
+ "@ckeditor/ckeditor5-engine": "^37.0.0-alpha.2",
38
+ "@ckeditor/ckeditor5-enter": "^37.0.0-alpha.2",
39
+ "@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.2",
40
+ "@ckeditor/ckeditor5-select-all": "^37.0.0-alpha.2",
41
+ "@ckeditor/ckeditor5-typing": "^37.0.0-alpha.2",
42
+ "@ckeditor/ckeditor5-ui": "^37.0.0-alpha.2",
43
+ "@ckeditor/ckeditor5-undo": "^37.0.0-alpha.2",
44
+ "@ckeditor/ckeditor5-upload": "^37.0.0-alpha.2",
45
+ "@ckeditor/ckeditor5-utils": "^37.0.0-alpha.2",
46
+ "@ckeditor/ckeditor5-widget": "^37.0.0-alpha.2"
47
47
  }
48
48
  }