@atlaskit/tmp-editor-statsig 2.1.1 → 2.1.2
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/experiments-config.js +0 -9
- package/dist/es2019/experiments-config.js +0 -9
- package/dist/esm/experiments-config.js +0 -9
- package/dist/types/experiments-config.d.ts +0 -8
- package/dist/types/setup.d.ts +0 -1
- package/dist/types-ts4.5/experiments-config.d.ts +0 -8
- package/dist/types-ts4.5/setup.d.ts +0 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 2.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#136413](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/136413)
|
|
8
|
+
[`934839fbec788`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/934839fbec788) -
|
|
9
|
+
Revert ED-24737-enable-right-rail due to HOT-111462
|
|
10
|
+
|
|
3
11
|
## 2.1.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -94,15 +94,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
94
94
|
typeGuard: isBoolean,
|
|
95
95
|
defaultValue: false
|
|
96
96
|
},
|
|
97
|
-
// Added 2024-08-29
|
|
98
|
-
'insert-menu-in-right-rail': {
|
|
99
|
-
productKeys: {
|
|
100
|
-
confluence: 'platform_editor_insert_menu_in_right_rail'
|
|
101
|
-
},
|
|
102
|
-
param: 'isEnabled',
|
|
103
|
-
typeGuard: isBoolean,
|
|
104
|
-
defaultValue: false
|
|
105
|
-
},
|
|
106
97
|
// Add 2024-08-27
|
|
107
98
|
'table-nested-dnd': {
|
|
108
99
|
productKeys: {
|
|
@@ -88,15 +88,6 @@ export const editorExperimentsConfig = {
|
|
|
88
88
|
typeGuard: isBoolean,
|
|
89
89
|
defaultValue: false
|
|
90
90
|
},
|
|
91
|
-
// Added 2024-08-29
|
|
92
|
-
'insert-menu-in-right-rail': {
|
|
93
|
-
productKeys: {
|
|
94
|
-
confluence: 'platform_editor_insert_menu_in_right_rail'
|
|
95
|
-
},
|
|
96
|
-
param: 'isEnabled',
|
|
97
|
-
typeGuard: isBoolean,
|
|
98
|
-
defaultValue: false
|
|
99
|
-
},
|
|
100
91
|
// Add 2024-08-27
|
|
101
92
|
'table-nested-dnd': {
|
|
102
93
|
productKeys: {
|
|
@@ -88,15 +88,6 @@ export var editorExperimentsConfig = {
|
|
|
88
88
|
typeGuard: isBoolean,
|
|
89
89
|
defaultValue: false
|
|
90
90
|
},
|
|
91
|
-
// Added 2024-08-29
|
|
92
|
-
'insert-menu-in-right-rail': {
|
|
93
|
-
productKeys: {
|
|
94
|
-
confluence: 'platform_editor_insert_menu_in_right_rail'
|
|
95
|
-
},
|
|
96
|
-
param: 'isEnabled',
|
|
97
|
-
typeGuard: isBoolean,
|
|
98
|
-
defaultValue: false
|
|
99
|
-
},
|
|
100
91
|
// Add 2024-08-27
|
|
101
92
|
'table-nested-dnd': {
|
|
102
93
|
productKeys: {
|
|
@@ -71,14 +71,6 @@ export declare const editorExperimentsConfig: {
|
|
|
71
71
|
typeGuard: typeof isBoolean;
|
|
72
72
|
defaultValue: boolean;
|
|
73
73
|
};
|
|
74
|
-
'insert-menu-in-right-rail': {
|
|
75
|
-
productKeys: {
|
|
76
|
-
confluence: string;
|
|
77
|
-
};
|
|
78
|
-
param: string;
|
|
79
|
-
typeGuard: typeof isBoolean;
|
|
80
|
-
defaultValue: boolean;
|
|
81
|
-
};
|
|
82
74
|
'table-nested-dnd': {
|
|
83
75
|
productKeys: {
|
|
84
76
|
confluence: string;
|
package/dist/types/setup.d.ts
CHANGED
|
@@ -11,7 +11,6 @@ export declare let _overrides: Partial<{
|
|
|
11
11
|
'dnd-input-performance-optimisation': boolean;
|
|
12
12
|
'element-level-templates': boolean;
|
|
13
13
|
'nested-dnd': boolean;
|
|
14
|
-
'insert-menu-in-right-rail': boolean;
|
|
15
14
|
'table-nested-dnd': boolean;
|
|
16
15
|
}>;
|
|
17
16
|
export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
|
|
@@ -71,14 +71,6 @@ export declare const editorExperimentsConfig: {
|
|
|
71
71
|
typeGuard: typeof isBoolean;
|
|
72
72
|
defaultValue: boolean;
|
|
73
73
|
};
|
|
74
|
-
'insert-menu-in-right-rail': {
|
|
75
|
-
productKeys: {
|
|
76
|
-
confluence: string;
|
|
77
|
-
};
|
|
78
|
-
param: string;
|
|
79
|
-
typeGuard: typeof isBoolean;
|
|
80
|
-
defaultValue: boolean;
|
|
81
|
-
};
|
|
82
74
|
'table-nested-dnd': {
|
|
83
75
|
productKeys: {
|
|
84
76
|
confluence: string;
|
|
@@ -11,7 +11,6 @@ export declare let _overrides: Partial<{
|
|
|
11
11
|
'dnd-input-performance-optimisation': boolean;
|
|
12
12
|
'element-level-templates': boolean;
|
|
13
13
|
'nested-dnd': boolean;
|
|
14
|
-
'insert-menu-in-right-rail': boolean;
|
|
15
14
|
'table-nested-dnd': boolean;
|
|
16
15
|
}>;
|
|
17
16
|
export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
|
package/package.json
CHANGED