@atlaskit/prosemirror-collab 0.4.2 → 0.5.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 +136 -128
- package/LICENSE.md +11 -14
- package/package.json +56 -58
- package/report.api.md +24 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,207 +1,215 @@
|
|
|
1
1
|
# @atlaskit/prosemirror-collab
|
|
2
2
|
|
|
3
|
+
## 0.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#114156](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114156)
|
|
8
|
+
[`bc6a63af2d1d0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc6a63af2d1d0) -
|
|
9
|
+
Bump adf-schema to 37.0.0 and adf-schema-json to 1.16.0
|
|
10
|
+
|
|
3
11
|
## 0.4.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
6
14
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
15
|
+
- [#102478](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102478)
|
|
16
|
+
[`3378951608b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3378951608b0) -
|
|
17
|
+
[ED-23332] Update adf-schema package to 36.10.1
|
|
10
18
|
|
|
11
19
|
## 0.4.1
|
|
12
20
|
|
|
13
21
|
### Patch Changes
|
|
14
22
|
|
|
15
|
-
-
|
|
16
|
-
|
|
17
|
-
|
|
23
|
+
- [#101524](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101524)
|
|
24
|
+
[`4821570088e6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4821570088e6) -
|
|
25
|
+
ED-23362 Bump ADF schema to version 36.8.1 and add support for adf validation and transformation
|
|
18
26
|
|
|
19
27
|
## 0.4.0
|
|
20
28
|
|
|
21
29
|
### Minor Changes
|
|
22
30
|
|
|
23
|
-
-
|
|
24
|
-
|
|
25
|
-
|
|
31
|
+
- [#99579](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99579)
|
|
32
|
+
[`f222af5687e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f222af5687e9) -
|
|
33
|
+
Bump adf-schema to 36.3.0 and adf-schema-json to 1.14.0
|
|
26
34
|
|
|
27
35
|
## 0.3.5
|
|
28
36
|
|
|
29
37
|
### Patch Changes
|
|
30
38
|
|
|
31
|
-
-
|
|
32
|
-
|
|
33
|
-
|
|
39
|
+
- [#97599](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97599)
|
|
40
|
+
[`32c3130b08fe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c3130b08fe) -
|
|
41
|
+
[ED-22282] Bump adf-schema to 36.1.0
|
|
34
42
|
|
|
35
43
|
## 0.3.4
|
|
36
44
|
|
|
37
45
|
### Patch Changes
|
|
38
46
|
|
|
39
|
-
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
47
|
+
- [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
|
|
48
|
+
[`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c7b378c0d3b) -
|
|
49
|
+
[HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
|
|
50
|
+
language triggering composition on an empty line.This was fixed in a patch bump of
|
|
51
|
+
prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5
|
|
44
52
|
|
|
45
53
|
## 0.3.3
|
|
46
54
|
|
|
47
55
|
### Patch Changes
|
|
48
56
|
|
|
49
|
-
-
|
|
50
|
-
|
|
51
|
-
|
|
57
|
+
- [#96237](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96237)
|
|
58
|
+
[`0401e7b5a88e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0401e7b5a88e) -
|
|
59
|
+
[ED-23102] Bump ADF schema to version 35.12.2
|
|
52
60
|
|
|
53
61
|
## 0.3.2
|
|
54
62
|
|
|
55
63
|
### Patch Changes
|
|
56
64
|
|
|
57
|
-
-
|
|
58
|
-
|
|
59
|
-
|
|
65
|
+
- [#94901](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94901)
|
|
66
|
+
[`da964fcdc828`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/da964fcdc828) -
|
|
67
|
+
[ED-23097] Bump ADF schema to version 35.12.1
|
|
60
68
|
|
|
61
69
|
## 0.3.1
|
|
62
70
|
|
|
63
71
|
### Patch Changes
|
|
64
72
|
|
|
65
|
-
-
|
|
66
|
-
|
|
67
|
-
|
|
73
|
+
- [#93689](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93689)
|
|
74
|
+
[`5ba5d2b4a9ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ba5d2b4a9ac) -
|
|
75
|
+
Updating adf-schema version to 35.10.0
|
|
68
76
|
|
|
69
77
|
## 0.3.0
|
|
70
78
|
|
|
71
79
|
### Minor Changes
|
|
72
80
|
|
|
73
|
-
-
|
|
74
|
-
|
|
75
|
-
|
|
81
|
+
- [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
|
|
82
|
+
[`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
|
|
83
|
+
bumped editor-prosemirror version to 4.0.0
|
|
76
84
|
|
|
77
85
|
## 0.2.25
|
|
78
86
|
|
|
79
87
|
### Patch Changes
|
|
80
88
|
|
|
81
|
-
-
|
|
82
|
-
|
|
83
|
-
|
|
89
|
+
- [#92426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92426)
|
|
90
|
+
[`32c76c7c225c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c76c7c225c) -
|
|
91
|
+
Bump adf-schema to 35.9.2 to support table alignment options
|
|
84
92
|
|
|
85
93
|
## 0.2.24
|
|
86
94
|
|
|
87
95
|
### Patch Changes
|
|
88
96
|
|
|
89
|
-
-
|
|
90
|
-
|
|
91
|
-
|
|
97
|
+
- [#91106](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91106)
|
|
98
|
+
[`b6ffa30186b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b6ffa30186b9) -
|
|
99
|
+
Bump ADF-schema package to version 35.0.0
|
|
92
100
|
|
|
93
101
|
## 0.2.23
|
|
94
102
|
|
|
95
103
|
### Patch Changes
|
|
96
104
|
|
|
97
|
-
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
105
|
+
- [#86724](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86724)
|
|
106
|
+
[`718a9aa2424d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/718a9aa2424d) -
|
|
107
|
+
[ED-22607] Remove references to maxFrames for multi bodied extensions and bump adf-schema from
|
|
108
|
+
35.7.0 to 35.8.0
|
|
101
109
|
|
|
102
110
|
## 0.2.22
|
|
103
111
|
|
|
104
112
|
### Patch Changes
|
|
105
113
|
|
|
106
|
-
-
|
|
107
|
-
|
|
108
|
-
|
|
114
|
+
- [#81777](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81777)
|
|
115
|
+
[`c6d7a5378751`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d7a5378751) -
|
|
116
|
+
Bump adf-schema to 35.7.0
|
|
109
117
|
|
|
110
118
|
## 0.2.21
|
|
111
119
|
|
|
112
120
|
### Patch Changes
|
|
113
121
|
|
|
114
|
-
-
|
|
115
|
-
|
|
116
|
-
|
|
122
|
+
- [#80679](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80679)
|
|
123
|
+
[`104eb9443b7e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/104eb9443b7e) -
|
|
124
|
+
ED-22553 Updating adf-schema version to 35.6.0
|
|
117
125
|
|
|
118
126
|
## 0.2.20
|
|
119
127
|
|
|
120
128
|
### Patch Changes
|
|
121
129
|
|
|
122
|
-
-
|
|
123
|
-
|
|
124
|
-
|
|
130
|
+
- [#78224](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78224)
|
|
131
|
+
[`6b4c9dd4ad34`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b4c9dd4ad34) -
|
|
132
|
+
ED-22219: adf-schema updated to 35.5.2
|
|
125
133
|
|
|
126
134
|
## 0.2.19
|
|
127
135
|
|
|
128
136
|
### Patch Changes
|
|
129
137
|
|
|
130
|
-
-
|
|
131
|
-
|
|
132
|
-
|
|
138
|
+
- [#71133](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71133)
|
|
139
|
+
[`22d7f6ed1f02`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/22d7f6ed1f02) -
|
|
140
|
+
revert prosemirror-collab unfork
|
|
133
141
|
|
|
134
142
|
## 0.2.18
|
|
135
143
|
|
|
136
144
|
### Patch Changes
|
|
137
145
|
|
|
138
|
-
-
|
|
139
|
-
|
|
140
|
-
|
|
146
|
+
- [#62165](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62165)
|
|
147
|
+
[`b44ac0968d79`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b44ac0968d79) -
|
|
148
|
+
[ED-21562] Bump @atlaskit/adf-schema to 35.2.0 for border mark update
|
|
141
149
|
|
|
142
150
|
## 0.2.17
|
|
143
151
|
|
|
144
152
|
### Patch Changes
|
|
145
153
|
|
|
146
|
-
-
|
|
147
|
-
|
|
148
|
-
|
|
154
|
+
- [#60808](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60808)
|
|
155
|
+
[`f509a21be124`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f509a21be124) -
|
|
156
|
+
ED-21506: @atlaskit/adf-schema upgraded to 35.1.1 to support renderer for MBE
|
|
149
157
|
|
|
150
158
|
## 0.2.16
|
|
151
159
|
|
|
152
160
|
### Patch Changes
|
|
153
161
|
|
|
154
|
-
-
|
|
155
|
-
|
|
156
|
-
|
|
162
|
+
- [#58246](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58246)
|
|
163
|
+
[`a381b2599716`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a381b2599716) -
|
|
164
|
+
ED-21371 Update adf-schema to 35.1.0
|
|
157
165
|
|
|
158
166
|
## 0.2.15
|
|
159
167
|
|
|
160
168
|
### Patch Changes
|
|
161
169
|
|
|
162
|
-
-
|
|
163
|
-
|
|
164
|
-
|
|
170
|
+
- [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147)
|
|
171
|
+
[`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) -
|
|
172
|
+
Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
|
|
165
173
|
|
|
166
174
|
## 0.2.14
|
|
167
175
|
|
|
168
176
|
### Patch Changes
|
|
169
177
|
|
|
170
|
-
-
|
|
171
|
-
|
|
172
|
-
|
|
178
|
+
- [#58763](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58763)
|
|
179
|
+
[`0fdbd64522bf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0fdbd64522bf) -
|
|
180
|
+
update ADF schema
|
|
173
181
|
|
|
174
182
|
## 0.2.13
|
|
175
183
|
|
|
176
184
|
### Patch Changes
|
|
177
185
|
|
|
178
|
-
-
|
|
179
|
-
|
|
180
|
-
|
|
186
|
+
- [#56790](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56790)
|
|
187
|
+
[`ff577a7969d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff577a7969d4) -
|
|
188
|
+
ED-21266: Updated @atlaskit/adf-schema to 34.0.1
|
|
181
189
|
|
|
182
190
|
## 0.2.12
|
|
183
191
|
|
|
184
192
|
### Patch Changes
|
|
185
193
|
|
|
186
|
-
-
|
|
187
|
-
|
|
188
|
-
|
|
194
|
+
- [#43417](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43417)
|
|
195
|
+
[`3f3c17f0273`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f3c17f0273) - ED-20971
|
|
196
|
+
Upgrade adf-schema package to ^34.0.0
|
|
189
197
|
|
|
190
198
|
## 0.2.11
|
|
191
199
|
|
|
192
200
|
### Patch Changes
|
|
193
201
|
|
|
194
|
-
-
|
|
195
|
-
|
|
196
|
-
|
|
202
|
+
- [#43379](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43379)
|
|
203
|
+
[`482c025520d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/482c025520d) - ED-20763
|
|
204
|
+
Upgrade ADF schema version to 33.2.3 for MBE nodes.
|
|
197
205
|
|
|
198
206
|
## 0.2.10
|
|
199
207
|
|
|
200
208
|
### Patch Changes
|
|
201
209
|
|
|
202
|
-
-
|
|
203
|
-
|
|
204
|
-
|
|
210
|
+
- [#39749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39749)
|
|
211
|
+
[`e6b69f455c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6b69f455c3) - Connect
|
|
212
|
+
yarn changeset to packages, upgrade adf-schema
|
|
205
213
|
|
|
206
214
|
## 1.3.0 (2022-05-30)
|
|
207
215
|
|
|
@@ -209,129 +217,129 @@
|
|
|
209
217
|
|
|
210
218
|
### Patch Changes
|
|
211
219
|
|
|
212
|
-
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
-
|
|
216
|
-
|
|
220
|
+
- [#39481](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39481)
|
|
221
|
+
[`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete
|
|
222
|
+
adf-schema from AFE and rely on npm package for adf-schema
|
|
223
|
+
- [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete
|
|
224
|
+
adf-schema, use published version
|
|
217
225
|
|
|
218
226
|
## 0.2.8
|
|
219
227
|
|
|
220
228
|
### Patch Changes
|
|
221
229
|
|
|
222
|
-
-
|
|
223
|
-
|
|
224
|
-
|
|
230
|
+
- [#38976](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38976)
|
|
231
|
+
[`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change
|
|
232
|
+
adf-schema to fixed versioning
|
|
225
233
|
|
|
226
234
|
## 0.2.7
|
|
227
235
|
|
|
228
236
|
### Patch Changes
|
|
229
237
|
|
|
230
|
-
-
|
|
238
|
+
- Updated dependencies
|
|
231
239
|
|
|
232
240
|
## 0.2.6
|
|
233
241
|
|
|
234
242
|
### Patch Changes
|
|
235
243
|
|
|
236
|
-
-
|
|
237
|
-
|
|
238
|
-
|
|
244
|
+
- [#37785](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37785)
|
|
245
|
+
[`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) -
|
|
246
|
+
[ED-19233] Import prosemirror libraries from internal facade package
|
|
239
247
|
|
|
240
248
|
## 0.2.5
|
|
241
249
|
|
|
242
250
|
### Patch Changes
|
|
243
251
|
|
|
244
|
-
-
|
|
245
|
-
|
|
246
|
-
|
|
252
|
+
- [#36241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36241)
|
|
253
|
+
[`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) -
|
|
254
|
+
[ED-13910] Fix prosemirror types
|
|
247
255
|
|
|
248
256
|
## 0.2.4
|
|
249
257
|
|
|
250
258
|
### Patch Changes
|
|
251
259
|
|
|
252
|
-
-
|
|
253
|
-
|
|
254
|
-
|
|
260
|
+
- [#35782](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35782)
|
|
261
|
+
[`73b5128036b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73b5128036b) -
|
|
262
|
+
[ED-17082] Mark package as a singleton one
|
|
255
263
|
|
|
256
264
|
## 0.2.3
|
|
257
265
|
|
|
258
266
|
### Patch Changes
|
|
259
267
|
|
|
260
|
-
-
|
|
261
|
-
|
|
262
|
-
|
|
268
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
269
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
270
|
+
legacy types are published for TS 4.5-4.8
|
|
263
271
|
|
|
264
272
|
## 0.2.2
|
|
265
273
|
|
|
266
274
|
### Patch Changes
|
|
267
275
|
|
|
268
|
-
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
276
|
+
- [#33771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33771)
|
|
277
|
+
[`a142ba1aa28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a142ba1aa28) -
|
|
278
|
+
[ED17172] Bump prosemirror-model to 1.16.0 and prosemirror-view to 1.23.7 and removed work-arounds
|
|
279
|
+
for fixed issues
|
|
272
280
|
|
|
273
281
|
## 0.2.1
|
|
274
282
|
|
|
275
283
|
### Patch Changes
|
|
276
284
|
|
|
277
|
-
-
|
|
278
|
-
|
|
279
|
-
|
|
285
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
286
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
|
|
287
|
+
Typescript from `4.5.5` to `4.9.5`
|
|
280
288
|
|
|
281
289
|
## 0.2.0
|
|
282
290
|
|
|
283
291
|
### Minor Changes
|
|
284
292
|
|
|
285
|
-
-
|
|
286
|
-
|
|
287
|
-
|
|
293
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
294
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
295
|
+
minor dependency bump
|
|
288
296
|
|
|
289
297
|
## 0.1.4
|
|
290
298
|
|
|
291
299
|
### Patch Changes
|
|
292
300
|
|
|
293
|
-
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
301
|
+
- [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004)
|
|
302
|
+
[`0ffb55018c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ffb55018c9) - Revert
|
|
303
|
+
"[ED-17172] Bumped prosemirror-view from 1.23.2 to 1.23.7 and removed work-around for fixed
|
|
304
|
+
issues"
|
|
297
305
|
|
|
298
306
|
## 0.1.3
|
|
299
307
|
|
|
300
308
|
### Patch Changes
|
|
301
309
|
|
|
302
|
-
-
|
|
303
|
-
|
|
304
|
-
|
|
310
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
|
|
311
|
+
[`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
|
|
312
|
+
remove before merging to master; dupe adf-schema via adf-utils
|
|
305
313
|
|
|
306
314
|
## 0.1.2
|
|
307
315
|
|
|
308
316
|
### Patch Changes
|
|
309
317
|
|
|
310
|
-
-
|
|
311
|
-
|
|
312
|
-
|
|
318
|
+
- [#29470](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29470)
|
|
319
|
+
[`96a7517a28f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96a7517a28f) - Reverted
|
|
320
|
+
filtering out analytics steps as they would break undo behaviour
|
|
313
321
|
|
|
314
322
|
## 0.1.1
|
|
315
323
|
|
|
316
324
|
### Patch Changes
|
|
317
325
|
|
|
318
|
-
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
326
|
+
- [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932)
|
|
327
|
+
[`59e998e408f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/59e998e408f) -
|
|
328
|
+
[ESS-2914] Switch to the forked prosemirror-collab library (based on version 1.3.0) to filter out
|
|
329
|
+
analytics steps
|
|
322
330
|
|
|
323
331
|
## 0.1.0
|
|
324
332
|
|
|
325
333
|
### Minor Changes
|
|
326
334
|
|
|
327
|
-
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
335
|
+
- [#28374](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28374)
|
|
336
|
+
[`883590cbe7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/883590cbe7d) -
|
|
337
|
+
[ESS-2914] Forked the prosemirror-collab library to create a version that filters out analytics
|
|
338
|
+
steps
|
|
331
339
|
|
|
332
340
|
### Patch Changes
|
|
333
341
|
|
|
334
|
-
-
|
|
342
|
+
- Updated dependencies
|
|
335
343
|
|
|
336
344
|
### New features
|
|
337
345
|
|
package/LICENSE.md
CHANGED
|
@@ -1,19 +1,16 @@
|
|
|
1
1
|
Copyright (C) 2015-2017 by Marijn Haverbeke <marijnh@gmail.com> and others
|
|
2
2
|
|
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
4
|
+
associated documentation files (the "Software"), to deal in the Software without restriction,
|
|
5
|
+
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
|
6
|
+
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
8
7
|
furnished to do so, subject to the following conditions:
|
|
9
8
|
|
|
10
|
-
The above copyright notice and this permission notice shall be included in
|
|
11
|
-
|
|
9
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
10
|
+
portions of the Software.
|
|
12
11
|
|
|
13
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19
|
-
THE SOFTWARE.
|
|
12
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
|
|
13
|
+
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
14
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
|
|
15
|
+
OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
16
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/package.json
CHANGED
|
@@ -1,59 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
|
|
59
|
-
}
|
|
2
|
+
"name": "@atlaskit/prosemirror-collab",
|
|
3
|
+
"version": "0.5.0",
|
|
4
|
+
"description": "Collaborative editing for ProseMirror - Atlassian Fork",
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"registry": "https://registry.npmjs.org/"
|
|
7
|
+
},
|
|
8
|
+
"repository": "https://bitbucket.org/atlassian/atlassian-frontend",
|
|
9
|
+
"author": "Atlassian Pty Ltd",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"main": "dist/cjs/index.js",
|
|
12
|
+
"module": "dist/esm/index.js",
|
|
13
|
+
"module:es2019": "dist/es2019/index.js",
|
|
14
|
+
"types": "dist/types/index.d.ts",
|
|
15
|
+
"typesVersions": {
|
|
16
|
+
">=4.5 <4.9": {
|
|
17
|
+
"*": [
|
|
18
|
+
"dist/types-ts4.5/*",
|
|
19
|
+
"dist/types-ts4.5/index.d.ts"
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"sideEffects": false,
|
|
24
|
+
"atlaskit:src": "src/index.ts",
|
|
25
|
+
"atlassian": {
|
|
26
|
+
"team": "Editor: Collaboration",
|
|
27
|
+
"singleton": true,
|
|
28
|
+
"inPublicMirror": true,
|
|
29
|
+
"releaseModel": "continuous"
|
|
30
|
+
},
|
|
31
|
+
"af:exports": {
|
|
32
|
+
".": "./src/index.ts"
|
|
33
|
+
},
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
36
|
+
"@babel/runtime": "^7.0.0"
|
|
37
|
+
},
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"@atlaskit/adf-schema": "^37.0.0"
|
|
40
|
+
},
|
|
41
|
+
"techstack": {
|
|
42
|
+
"@atlassian/frontend": {
|
|
43
|
+
"import-structure": [
|
|
44
|
+
"atlassian-conventions"
|
|
45
|
+
],
|
|
46
|
+
"circular-dependencies": [
|
|
47
|
+
"file-and-folder-level"
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
"@repo/internal": {
|
|
51
|
+
"deprecation": "no-deprecated-imports",
|
|
52
|
+
"styling": [
|
|
53
|
+
"emotion"
|
|
54
|
+
]
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
package/report.api.md
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
## API Report File for "@atlaskit/prosemirror-collab"
|
|
4
4
|
|
|
5
|
-
> Do not edit this file. This report is auto-generated using
|
|
5
|
+
> Do not edit this file. This report is auto-generated using
|
|
6
|
+
> [API Extractor](https://api-extractor.com/).
|
|
6
7
|
> [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
|
|
7
8
|
|
|
8
9
|
### Table of contents
|
|
@@ -26,8 +27,8 @@ export function collab(config?: CollabConfig): Plugin_2;
|
|
|
26
27
|
|
|
27
28
|
// @public (undocumented)
|
|
28
29
|
type CollabConfig = {
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
version?: number;
|
|
31
|
+
clientID?: null | number | string;
|
|
31
32
|
};
|
|
32
33
|
|
|
33
34
|
// @public (undocumented)
|
|
@@ -35,38 +36,38 @@ export function getVersion(state: EditorState): number;
|
|
|
35
36
|
|
|
36
37
|
// @public (undocumented)
|
|
37
38
|
class Rebaseable {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
39
|
+
constructor(step: Step, inverted: Step, origin: Transform);
|
|
40
|
+
// (undocumented)
|
|
41
|
+
readonly inverted: Step;
|
|
42
|
+
// (undocumented)
|
|
43
|
+
readonly origin: Transform;
|
|
44
|
+
// (undocumented)
|
|
45
|
+
readonly step: Step;
|
|
45
46
|
}
|
|
46
47
|
|
|
47
48
|
// @public (undocumented)
|
|
48
49
|
export function rebaseSteps(
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
steps: readonly Rebaseable[],
|
|
51
|
+
over: readonly Step[],
|
|
52
|
+
transform: Transform,
|
|
52
53
|
): Rebaseable[];
|
|
53
54
|
|
|
54
55
|
// @public (undocumented)
|
|
55
56
|
export function receiveTransaction(
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
57
|
+
state: EditorState,
|
|
58
|
+
steps: readonly Step[],
|
|
59
|
+
clientIDs: readonly (number | string)[],
|
|
60
|
+
options?: {
|
|
61
|
+
mapSelectionBackward?: boolean;
|
|
62
|
+
},
|
|
62
63
|
): Transaction;
|
|
63
64
|
|
|
64
65
|
// @public (undocumented)
|
|
65
66
|
export function sendableSteps(state: EditorState): null | {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
67
|
+
version: number;
|
|
68
|
+
steps: readonly Step[];
|
|
69
|
+
clientID: number | string;
|
|
70
|
+
origins: readonly Transaction[];
|
|
70
71
|
};
|
|
71
72
|
|
|
72
73
|
// (No @packageDocumentation comment for this package)
|