@atlaskit/editor-plugin-table 28.1.15 → 29.0.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 +8 -0
- package/dist/cjs/tablePlugin.js +3 -5
- package/dist/es2019/tablePlugin.js +3 -5
- package/dist/esm/tablePlugin.js +3 -5
- package/package.json +18 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-table
|
|
2
2
|
|
|
3
|
+
## 29.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`7c7646bee3e68`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7c7646bee3e68) -
|
|
8
|
+
Clean up feature gate `platform_editor_table_height_analytics_event`
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 28.1.15
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/dist/cjs/tablePlugin.js
CHANGED
|
@@ -464,11 +464,9 @@ var tablePlugin = function tablePlugin(_ref) {
|
|
|
464
464
|
dispatchAnalyticsEvent(payload);
|
|
465
465
|
}
|
|
466
466
|
}
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
dispatchAnalyticsEvent(payloadHeight);
|
|
471
|
-
}
|
|
467
|
+
var payloadHeight = (0, _analytics2.getHeightInfoPayload)(editorViewRef.current);
|
|
468
|
+
if (payloadHeight) {
|
|
469
|
+
dispatchAnalyticsEvent(payloadHeight);
|
|
472
470
|
}
|
|
473
471
|
}
|
|
474
472
|
};
|
|
@@ -453,11 +453,9 @@ const tablePlugin = ({
|
|
|
453
453
|
dispatchAnalyticsEvent(payload);
|
|
454
454
|
}
|
|
455
455
|
}
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
dispatchAnalyticsEvent(payloadHeight);
|
|
460
|
-
}
|
|
456
|
+
const payloadHeight = getHeightInfoPayload(editorViewRef.current);
|
|
457
|
+
if (payloadHeight) {
|
|
458
|
+
dispatchAnalyticsEvent(payloadHeight);
|
|
461
459
|
}
|
|
462
460
|
}
|
|
463
461
|
};
|
package/dist/esm/tablePlugin.js
CHANGED
|
@@ -455,11 +455,9 @@ var tablePlugin = function tablePlugin(_ref) {
|
|
|
455
455
|
dispatchAnalyticsEvent(payload);
|
|
456
456
|
}
|
|
457
457
|
}
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
dispatchAnalyticsEvent(payloadHeight);
|
|
462
|
-
}
|
|
458
|
+
var payloadHeight = getHeightInfoPayload(editorViewRef.current);
|
|
459
|
+
if (payloadHeight) {
|
|
460
|
+
dispatchAnalyticsEvent(payloadHeight);
|
|
463
461
|
}
|
|
464
462
|
}
|
|
465
463
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-table",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "29.0.0",
|
|
4
4
|
"description": "Table plugin for the @atlaskit/editor",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -20,24 +20,24 @@
|
|
|
20
20
|
"singleton": true
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@atlaskit/adf-schema": "^57.
|
|
23
|
+
"@atlaskit/adf-schema": "^57.4.0",
|
|
24
24
|
"@atlaskit/button": "^25.3.0",
|
|
25
25
|
"@atlaskit/custom-steps": "^1.1.0",
|
|
26
26
|
"@atlaskit/editor-palette": "^3.5.0",
|
|
27
|
-
"@atlaskit/editor-plugin-accessibility-utils": "^
|
|
28
|
-
"@atlaskit/editor-plugin-analytics": "^
|
|
29
|
-
"@atlaskit/editor-plugin-batch-attribute-updates": "^
|
|
30
|
-
"@atlaskit/editor-plugin-content-insertion": "^
|
|
31
|
-
"@atlaskit/editor-plugin-editor-viewmode": "^
|
|
32
|
-
"@atlaskit/editor-plugin-extension": "
|
|
33
|
-
"@atlaskit/editor-plugin-guideline": "^
|
|
34
|
-
"@atlaskit/editor-plugin-interaction": "^
|
|
35
|
-
"@atlaskit/editor-plugin-limited-mode": "^
|
|
36
|
-
"@atlaskit/editor-plugin-selection": "^
|
|
37
|
-
"@atlaskit/editor-plugin-toolbar": "^
|
|
38
|
-
"@atlaskit/editor-plugin-ui-control-registry": "^
|
|
39
|
-
"@atlaskit/editor-plugin-user-intent": "^
|
|
40
|
-
"@atlaskit/editor-plugin-width": "^
|
|
27
|
+
"@atlaskit/editor-plugin-accessibility-utils": "^17.0.0",
|
|
28
|
+
"@atlaskit/editor-plugin-analytics": "^17.0.0",
|
|
29
|
+
"@atlaskit/editor-plugin-batch-attribute-updates": "^17.0.0",
|
|
30
|
+
"@atlaskit/editor-plugin-content-insertion": "^17.0.0",
|
|
31
|
+
"@atlaskit/editor-plugin-editor-viewmode": "^19.0.0",
|
|
32
|
+
"@atlaskit/editor-plugin-extension": "20.0.0",
|
|
33
|
+
"@atlaskit/editor-plugin-guideline": "^17.0.0",
|
|
34
|
+
"@atlaskit/editor-plugin-interaction": "^28.0.0",
|
|
35
|
+
"@atlaskit/editor-plugin-limited-mode": "^14.0.0",
|
|
36
|
+
"@atlaskit/editor-plugin-selection": "^17.0.0",
|
|
37
|
+
"@atlaskit/editor-plugin-toolbar": "^14.0.0",
|
|
38
|
+
"@atlaskit/editor-plugin-ui-control-registry": "^11.0.0",
|
|
39
|
+
"@atlaskit/editor-plugin-user-intent": "^15.0.0",
|
|
40
|
+
"@atlaskit/editor-plugin-width": "^18.0.0",
|
|
41
41
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
42
42
|
"@atlaskit/editor-shared-styles": "^4.1.0",
|
|
43
43
|
"@atlaskit/editor-tables": "^3.1.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^3.2.0",
|
|
54
54
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^2.2.0",
|
|
55
55
|
"@atlaskit/primitives": "^22.5.0",
|
|
56
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
56
|
+
"@atlaskit/tmp-editor-statsig": "^179.0.0",
|
|
57
57
|
"@atlaskit/toggle": "^17.3.0",
|
|
58
58
|
"@atlaskit/tokens": "^16.11.0",
|
|
59
59
|
"@atlaskit/tooltip": "^24.3.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"uuid": "^11.1.1"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
|
-
"@atlaskit/editor-common": "^
|
|
71
|
+
"@atlaskit/editor-common": "^121.0.0",
|
|
72
72
|
"react": "^18.2.0 || ^19.2.0",
|
|
73
73
|
"react-dom": "^18.2.0 || ^19.2.0",
|
|
74
74
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
@@ -92,9 +92,6 @@
|
|
|
92
92
|
"platform_editor_table_height_analytics": {
|
|
93
93
|
"type": "boolean"
|
|
94
94
|
},
|
|
95
|
-
"platform_editor_table_height_analytics_event": {
|
|
96
|
-
"type": "boolean"
|
|
97
|
-
},
|
|
98
95
|
"platform_editor_max_width_default_width": {
|
|
99
96
|
"type": "boolean"
|
|
100
97
|
},
|