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