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