@atlaskit/tmp-editor-statsig 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 +20 -0
- package/dist/cjs/experiments-config.js +6 -6
- package/dist/es2019/experiments-config.js +6 -6
- package/dist/esm/experiments-config.js +6 -6
- package/dist/types/experiments-config.d.ts +2 -2
- package/dist/types/setup.d.ts +1 -1
- package/dist/types-ts4.5/experiments-config.d.ts +2 -2
- package/dist/types-ts4.5/setup.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 2.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#137041](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137041)
|
|
8
|
+
[`060aff106c5ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/060aff106c5ac) -
|
|
9
|
+
Add insert-right-rail experiment and reimplement right rail logic
|
|
10
|
+
- [#137041](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137041)
|
|
11
|
+
[`060aff106c5ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/060aff106c5ac) -
|
|
12
|
+
Add new experiment for insert menu in right rail, allow right menu to be opened from main toolbar
|
|
13
|
+
'+' button
|
|
14
|
+
|
|
15
|
+
## 2.1.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#136413](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/136413)
|
|
20
|
+
[`934839fbec788`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/934839fbec788) -
|
|
21
|
+
Revert ED-24737-enable-right-rail due to HOT-111462
|
|
22
|
+
|
|
3
23
|
## 2.1.1
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -94,19 +94,19 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
94
94
|
typeGuard: isBoolean,
|
|
95
95
|
defaultValue: false
|
|
96
96
|
},
|
|
97
|
-
//
|
|
98
|
-
'
|
|
97
|
+
// Add 2024-08-27
|
|
98
|
+
'table-nested-dnd': {
|
|
99
99
|
productKeys: {
|
|
100
|
-
confluence: '
|
|
100
|
+
confluence: 'platform_editor_elements_dnd_nested_table'
|
|
101
101
|
},
|
|
102
102
|
param: 'isEnabled',
|
|
103
103
|
typeGuard: isBoolean,
|
|
104
104
|
defaultValue: false
|
|
105
105
|
},
|
|
106
|
-
//
|
|
107
|
-
'
|
|
106
|
+
// Added 2024-08-29
|
|
107
|
+
'insert-menu-in-right-rail': {
|
|
108
108
|
productKeys: {
|
|
109
|
-
confluence: '
|
|
109
|
+
confluence: 'platform_editor_insert_menu_in_right_rail'
|
|
110
110
|
},
|
|
111
111
|
param: 'isEnabled',
|
|
112
112
|
typeGuard: isBoolean,
|
|
@@ -88,19 +88,19 @@ export const editorExperimentsConfig = {
|
|
|
88
88
|
typeGuard: isBoolean,
|
|
89
89
|
defaultValue: false
|
|
90
90
|
},
|
|
91
|
-
//
|
|
92
|
-
'
|
|
91
|
+
// Add 2024-08-27
|
|
92
|
+
'table-nested-dnd': {
|
|
93
93
|
productKeys: {
|
|
94
|
-
confluence: '
|
|
94
|
+
confluence: 'platform_editor_elements_dnd_nested_table'
|
|
95
95
|
},
|
|
96
96
|
param: 'isEnabled',
|
|
97
97
|
typeGuard: isBoolean,
|
|
98
98
|
defaultValue: false
|
|
99
99
|
},
|
|
100
|
-
//
|
|
101
|
-
'
|
|
100
|
+
// Added 2024-08-29
|
|
101
|
+
'insert-menu-in-right-rail': {
|
|
102
102
|
productKeys: {
|
|
103
|
-
confluence: '
|
|
103
|
+
confluence: 'platform_editor_insert_menu_in_right_rail'
|
|
104
104
|
},
|
|
105
105
|
param: 'isEnabled',
|
|
106
106
|
typeGuard: isBoolean,
|
|
@@ -88,19 +88,19 @@ export var editorExperimentsConfig = {
|
|
|
88
88
|
typeGuard: isBoolean,
|
|
89
89
|
defaultValue: false
|
|
90
90
|
},
|
|
91
|
-
//
|
|
92
|
-
'
|
|
91
|
+
// Add 2024-08-27
|
|
92
|
+
'table-nested-dnd': {
|
|
93
93
|
productKeys: {
|
|
94
|
-
confluence: '
|
|
94
|
+
confluence: 'platform_editor_elements_dnd_nested_table'
|
|
95
95
|
},
|
|
96
96
|
param: 'isEnabled',
|
|
97
97
|
typeGuard: isBoolean,
|
|
98
98
|
defaultValue: false
|
|
99
99
|
},
|
|
100
|
-
//
|
|
101
|
-
'
|
|
100
|
+
// Added 2024-08-29
|
|
101
|
+
'insert-menu-in-right-rail': {
|
|
102
102
|
productKeys: {
|
|
103
|
-
confluence: '
|
|
103
|
+
confluence: 'platform_editor_insert_menu_in_right_rail'
|
|
104
104
|
},
|
|
105
105
|
param: 'isEnabled',
|
|
106
106
|
typeGuard: isBoolean,
|
|
@@ -71,7 +71,7 @@ export declare const editorExperimentsConfig: {
|
|
|
71
71
|
typeGuard: typeof isBoolean;
|
|
72
72
|
defaultValue: boolean;
|
|
73
73
|
};
|
|
74
|
-
'
|
|
74
|
+
'table-nested-dnd': {
|
|
75
75
|
productKeys: {
|
|
76
76
|
confluence: string;
|
|
77
77
|
};
|
|
@@ -79,7 +79,7 @@ export declare const editorExperimentsConfig: {
|
|
|
79
79
|
typeGuard: typeof isBoolean;
|
|
80
80
|
defaultValue: boolean;
|
|
81
81
|
};
|
|
82
|
-
'
|
|
82
|
+
'insert-menu-in-right-rail': {
|
|
83
83
|
productKeys: {
|
|
84
84
|
confluence: string;
|
|
85
85
|
};
|
package/dist/types/setup.d.ts
CHANGED
|
@@ -11,8 +11,8 @@ 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;
|
|
15
|
+
'insert-menu-in-right-rail': boolean;
|
|
16
16
|
}>;
|
|
17
17
|
export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
|
|
18
18
|
/**
|
|
@@ -71,7 +71,7 @@ export declare const editorExperimentsConfig: {
|
|
|
71
71
|
typeGuard: typeof isBoolean;
|
|
72
72
|
defaultValue: boolean;
|
|
73
73
|
};
|
|
74
|
-
'
|
|
74
|
+
'table-nested-dnd': {
|
|
75
75
|
productKeys: {
|
|
76
76
|
confluence: string;
|
|
77
77
|
};
|
|
@@ -79,7 +79,7 @@ export declare const editorExperimentsConfig: {
|
|
|
79
79
|
typeGuard: typeof isBoolean;
|
|
80
80
|
defaultValue: boolean;
|
|
81
81
|
};
|
|
82
|
-
'
|
|
82
|
+
'insert-menu-in-right-rail': {
|
|
83
83
|
productKeys: {
|
|
84
84
|
confluence: string;
|
|
85
85
|
};
|
|
@@ -11,8 +11,8 @@ 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;
|
|
15
|
+
'insert-menu-in-right-rail': boolean;
|
|
16
16
|
}>;
|
|
17
17
|
export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
|
|
18
18
|
/**
|
package/package.json
CHANGED