@ckeditor/ckeditor5-operations-compressor 42.0.2 → 43.0.0-alpha.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 -89
- package/dist/index.js +2 -2
- package/package.json +3 -3
- package/src/actioncompressor/actioncompressor.js +1 -1
- package/src/actioncompressor/deletingactioncompressor.js +1 -1
- package/src/actioncompressor/forwarddeletingactioncompressor.js +1 -1
- package/src/actioncompressor/typingactioncompressor.js +1 -1
- package/src/actioncompressor/userselectionactioncompressor.js +1 -1
- package/src/compressor.js +1 -1
- package/src/index.js +1 -1
- package/src/lib/compiledmessages.js +2 -2
- package/src/lib/protobufdescriptions.js +1 -1
- package/src/operationcompressor/annotationmarkeroperationcompressor.js +1 -1
- package/src/operationcompressor/attributeoperationcompressor.js +1 -1
- package/src/operationcompressor/insertoperationcompressor.js +1 -1
- package/src/operationcompressor/markeroperationcompressor.js +1 -1
- package/src/operationcompressor/nooperationcompressor.js +1 -1
- package/src/operationcompressor/operationcompressor.js +1 -1
- package/src/protobuffactory.js +1 -1
- package/src/utils.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,92 +1,4 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
-
All changes in the package are documented
|
|
5
|
-
|
|
6
|
-
Changes for the past releases are available below.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
## 23.0.0 (September 25, 2020)
|
|
10
|
-
|
|
11
|
-
Internal changes only (updated dependencies, documentation, etc.).
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## 22.0.0 (August 25, 2020)
|
|
15
|
-
|
|
16
|
-
Internal changes only (updated dependencies, documentation, etc.).
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
## 21.0.0 (July 24, 2020)
|
|
20
|
-
|
|
21
|
-
Internal changes only (updated dependencies, documentation, etc.).
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
## 20.0.1 (June 26, 2020)
|
|
25
|
-
|
|
26
|
-
Internal changes only (updated dependencies, documentation, etc.).
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## 19.0.2 (May 25, 2020)
|
|
30
|
-
|
|
31
|
-
Internal changes only (updated dependencies, documentation, etc.).
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
## 19.0.1 (April 30, 2020)
|
|
35
|
-
|
|
36
|
-
Internal changes only (updated dependencies, documentation, etc.).
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
## 18.0.0 (March 19, 2020)
|
|
40
|
-
|
|
41
|
-
Internal changes only (updated dependencies, documentation, etc.).
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
## 17.0.0 (February 20, 2020)
|
|
45
|
-
|
|
46
|
-
Internal changes only (updated dependencies, documentation, etc.).
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
## 16.0.0 (December 2, 2019)
|
|
50
|
-
|
|
51
|
-
Internal changes only (updated dependencies, documentation, etc.).
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
## 15.0.0 (October 23, 2019)
|
|
55
|
-
|
|
56
|
-
### Other changes
|
|
57
|
-
|
|
58
|
-
Internal changes only (updated dependencies, documentation, etc.).
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
## 1.1.3 (August 22, 2019)
|
|
62
|
-
|
|
63
|
-
Internal changes only (updated dependencies, documentation, etc.).
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
## 1.1.2 (July 4, 2019)
|
|
67
|
-
|
|
68
|
-
### Bug fixes
|
|
69
|
-
|
|
70
|
-
* Undone user selection changes will now be properly recognized by the operations compressor.
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
## 1.1.1 (March 6, 2019)
|
|
74
|
-
|
|
75
|
-
### Bug fixes
|
|
76
|
-
|
|
77
|
-
* Fixed decompressing InsertOperation with no nodes.
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
## 1.1.0 (February 5, 2019)
|
|
81
|
-
|
|
82
|
-
Added special compression codes for annotation markers.
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
## 1.0.1 (December 6, 2018)
|
|
86
|
-
|
|
87
|
-
Internal changes only (updated dependencies, documentation, etc.).
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
## 1.0.0 (October 8, 2018)
|
|
91
|
-
|
|
92
|
-
The first stable release of the CKEditor 5 operations compressor. Compress and decompress a collection of operations using [Protocol Buffers for JavaScript](https://github.com/dcodeIO/ProtoBuf.js/) and custom optimizations.
|
|
4
|
+
All changes in the package are documented in https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
|