@atlaskit/editor-plugin-collab-edit 2.1.1 → 2.1.3
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
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-collab-edit
|
|
2
2
|
|
|
3
|
+
## 2.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 2.1.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#100928](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100928)
|
|
14
|
+
[`eba68aa8d7074`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eba68aa8d7074) -
|
|
15
|
+
Added more attributes to `blockedAttrsList`
|
|
16
|
+
|
|
3
17
|
## 2.1.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -206,7 +206,7 @@ var originalTransactionHasMeta = exports.originalTransactionHasMeta = function o
|
|
|
206
206
|
*
|
|
207
207
|
* Steps analycs dashboard: https://atlassian-discover.cloud.databricks.com/dashboardsv3/01ef4d3c8aa916c8b0cb5332a9f37caf/published?o=4482001201517624
|
|
208
208
|
*/
|
|
209
|
-
var blockedAttrsList = ['__contextId', 'localId', '__autoSize', 'attr_colwidth'];
|
|
209
|
+
var blockedAttrsList = ['__contextId', 'localId', '__autoSize', 'attr_colwidth', 'originalHeight', 'originalWidth'];
|
|
210
210
|
|
|
211
211
|
/**
|
|
212
212
|
* Takes the transaction and editor state and checks if the transaction is considered organic change
|
|
@@ -192,7 +192,7 @@ export const originalTransactionHasMeta = (transaction, metaTag) => {
|
|
|
192
192
|
*
|
|
193
193
|
* Steps analycs dashboard: https://atlassian-discover.cloud.databricks.com/dashboardsv3/01ef4d3c8aa916c8b0cb5332a9f37caf/published?o=4482001201517624
|
|
194
194
|
*/
|
|
195
|
-
const blockedAttrsList = ['__contextId', 'localId', '__autoSize', 'attr_colwidth'];
|
|
195
|
+
const blockedAttrsList = ['__contextId', 'localId', '__autoSize', 'attr_colwidth', 'originalHeight', 'originalWidth'];
|
|
196
196
|
|
|
197
197
|
/**
|
|
198
198
|
* Takes the transaction and editor state and checks if the transaction is considered organic change
|
|
@@ -197,7 +197,7 @@ export var originalTransactionHasMeta = function originalTransactionHasMeta(tran
|
|
|
197
197
|
*
|
|
198
198
|
* Steps analycs dashboard: https://atlassian-discover.cloud.databricks.com/dashboardsv3/01ef4d3c8aa916c8b0cb5332a9f37caf/published?o=4482001201517624
|
|
199
199
|
*/
|
|
200
|
-
var blockedAttrsList = ['__contextId', 'localId', '__autoSize', 'attr_colwidth'];
|
|
200
|
+
var blockedAttrsList = ['__contextId', 'localId', '__autoSize', 'attr_colwidth', 'originalHeight', 'originalWidth'];
|
|
201
201
|
|
|
202
202
|
/**
|
|
203
203
|
* Takes the transaction and editor state and checks if the transaction is considered organic change
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-collab-edit",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"description": "Collab Edit plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/adf-schema": "^46.1.0",
|
|
35
35
|
"@atlaskit/custom-steps": "^0.9.0",
|
|
36
|
-
"@atlaskit/editor-common": "^
|
|
36
|
+
"@atlaskit/editor-common": "^99.0.0",
|
|
37
37
|
"@atlaskit/editor-json-transformer": "^8.21.0",
|
|
38
|
-
"@atlaskit/editor-plugin-analytics": "1.10.
|
|
38
|
+
"@atlaskit/editor-plugin-analytics": "1.10.11",
|
|
39
39
|
"@atlaskit/editor-plugin-editor-viewmode": "^2.1.0",
|
|
40
40
|
"@atlaskit/editor-plugin-feature-flags": "^1.2.0",
|
|
41
41
|
"@atlaskit/editor-prosemirror": "6.2.1",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@af/integration-testing": "*",
|
|
54
54
|
"@af/visual-regression": "*",
|
|
55
|
-
"@atlaskit/editor-plugin-mentions": "^2.
|
|
55
|
+
"@atlaskit/editor-plugin-mentions": "^2.11.0",
|
|
56
56
|
"@atlaskit/editor-plugin-text-formatting": "^1.16.0",
|
|
57
57
|
"@atlaskit/editor-plugin-type-ahead": "^1.11.0",
|
|
58
58
|
"@atlaskit/editor-plugin-unsupported-content": "^1.9.0",
|