@atlaskit/editor-plugin-layout 2.9.2 → 2.9.4
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,20 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-layout
|
|
2
2
|
|
|
3
|
+
## 2.9.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 2.9.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#165113](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/165113)
|
|
14
|
+
[`867bcb05452bf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/867bcb05452bf) -
|
|
15
|
+
Cleaned up platform_editor_controls_patch_analytics and platform_editor_controls_patch_analytics_2
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 2.9.2
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -484,7 +484,7 @@ var deleteActiveLayoutNode = exports.deleteActiveLayoutNode = function deleteAct
|
|
|
484
484
|
actionSubject: _analytics.ACTION_SUBJECT.LAYOUT,
|
|
485
485
|
attributes: {
|
|
486
486
|
layout: formatLayoutName(selectedLayout),
|
|
487
|
-
inputMethod:
|
|
487
|
+
inputMethod: inputMethod
|
|
488
488
|
},
|
|
489
489
|
eventType: _analytics.EVENT_TYPE.TRACK
|
|
490
490
|
})(tr);
|
|
@@ -462,7 +462,7 @@ export const deleteActiveLayoutNode = (editorAnalyticsAPI, inputMethod) => (stat
|
|
|
462
462
|
actionSubject: ACTION_SUBJECT.LAYOUT,
|
|
463
463
|
attributes: {
|
|
464
464
|
layout: formatLayoutName(selectedLayout),
|
|
465
|
-
inputMethod
|
|
465
|
+
inputMethod
|
|
466
466
|
},
|
|
467
467
|
eventType: EVENT_TYPE.TRACK
|
|
468
468
|
})(tr);
|
|
@@ -475,7 +475,7 @@ export var deleteActiveLayoutNode = function deleteActiveLayoutNode(editorAnalyt
|
|
|
475
475
|
actionSubject: ACTION_SUBJECT.LAYOUT,
|
|
476
476
|
attributes: {
|
|
477
477
|
layout: formatLayoutName(selectedLayout),
|
|
478
|
-
inputMethod:
|
|
478
|
+
inputMethod: inputMethod
|
|
479
479
|
},
|
|
480
480
|
eventType: EVENT_TYPE.TRACK
|
|
481
481
|
})(tr);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-layout",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.4",
|
|
4
4
|
"description": "Layout plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/adf-schema": "^47.6.0",
|
|
37
|
-
"@atlaskit/editor-common": "^106.
|
|
37
|
+
"@atlaskit/editor-common": "^106.5.0",
|
|
38
38
|
"@atlaskit/editor-plugin-analytics": "^2.3.0",
|
|
39
39
|
"@atlaskit/editor-plugin-decorations": "^2.0.0",
|
|
40
40
|
"@atlaskit/editor-plugin-editor-disabled": "^2.0.0",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
46
46
|
"@atlaskit/editor-shared-styles": "^3.4.0",
|
|
47
47
|
"@atlaskit/icon": "^26.4.0",
|
|
48
|
-
"@atlaskit/icon-lab": "^4.
|
|
48
|
+
"@atlaskit/icon-lab": "^4.18.0",
|
|
49
49
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
50
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
51
|
-
"@atlaskit/tokens": "^5.
|
|
50
|
+
"@atlaskit/tmp-editor-statsig": "^6.0.0",
|
|
51
|
+
"@atlaskit/tokens": "^5.1.0",
|
|
52
52
|
"@babel/runtime": "^7.0.0",
|
|
53
53
|
"@emotion/react": "^11.7.1"
|
|
54
54
|
},
|
|
@@ -110,9 +110,6 @@
|
|
|
110
110
|
"platform_editor_column_count_analytics": {
|
|
111
111
|
"type": "boolean"
|
|
112
112
|
},
|
|
113
|
-
"platform_editor_controls_patch_analytics_2": {
|
|
114
|
-
"type": "boolean"
|
|
115
|
-
},
|
|
116
113
|
"platform_editor_controls_patch_8": {
|
|
117
114
|
"type": "boolean"
|
|
118
115
|
},
|