@atlaskit/tmp-editor-statsig 135.10.0 → 136.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
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 136.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`e4a610e4c20f3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e4a610e4c20f3) -
|
|
8
|
+
Clean up experiment `remix_button_right_margin_hover`
|
|
9
|
+
|
|
10
|
+
## 135.11.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`6e8461981e75d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e8461981e75d) -
|
|
15
|
+
Disable row and column move options when merged cells prevent reordering behind the
|
|
16
|
+
platform_editor_table_menu_updates_patch_2 experiment
|
|
17
|
+
|
|
3
18
|
## 135.10.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -91,14 +91,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
91
91
|
param: 'isEnabled',
|
|
92
92
|
defaultValue: false
|
|
93
93
|
}),
|
|
94
|
-
// Added 2026-06-09
|
|
95
|
-
remix_button_right_margin_hover: (0, _experimentBuilders.createBooleanExperiment)({
|
|
96
|
-
productKeys: {
|
|
97
|
-
confluence: 'remix_button_right_margin_hover'
|
|
98
|
-
},
|
|
99
|
-
param: 'isEnabled',
|
|
100
|
-
defaultValue: false
|
|
101
|
-
}),
|
|
102
94
|
// Editor Platform experiments
|
|
103
95
|
// lwoollard experiments
|
|
104
96
|
|
|
@@ -2176,6 +2168,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2176
2168
|
param: 'isEnabled',
|
|
2177
2169
|
defaultValue: false
|
|
2178
2170
|
}),
|
|
2171
|
+
// Added 2026-07-30
|
|
2172
|
+
platform_editor_table_menu_updates_patch_2: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2173
|
+
productKeys: {
|
|
2174
|
+
confluence: 'platform_editor_table_menu_updates_patch_2',
|
|
2175
|
+
jira: 'platform_editor_table_menu_updates_patch_2'
|
|
2176
|
+
},
|
|
2177
|
+
param: 'isEnabled',
|
|
2178
|
+
defaultValue: false
|
|
2179
|
+
}),
|
|
2179
2180
|
// Added 2026-07-06
|
|
2180
2181
|
confluence_live_doc_table_sort_bugfix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2181
2182
|
productKeys: {
|
|
@@ -85,14 +85,6 @@ export const editorExperimentsConfig = {
|
|
|
85
85
|
param: 'isEnabled',
|
|
86
86
|
defaultValue: false
|
|
87
87
|
}),
|
|
88
|
-
// Added 2026-06-09
|
|
89
|
-
remix_button_right_margin_hover: createBooleanExperiment({
|
|
90
|
-
productKeys: {
|
|
91
|
-
confluence: 'remix_button_right_margin_hover'
|
|
92
|
-
},
|
|
93
|
-
param: 'isEnabled',
|
|
94
|
-
defaultValue: false
|
|
95
|
-
}),
|
|
96
88
|
// Editor Platform experiments
|
|
97
89
|
// lwoollard experiments
|
|
98
90
|
|
|
@@ -2170,6 +2162,15 @@ export const editorExperimentsConfig = {
|
|
|
2170
2162
|
param: 'isEnabled',
|
|
2171
2163
|
defaultValue: false
|
|
2172
2164
|
}),
|
|
2165
|
+
// Added 2026-07-30
|
|
2166
|
+
platform_editor_table_menu_updates_patch_2: createBooleanExperiment({
|
|
2167
|
+
productKeys: {
|
|
2168
|
+
confluence: 'platform_editor_table_menu_updates_patch_2',
|
|
2169
|
+
jira: 'platform_editor_table_menu_updates_patch_2'
|
|
2170
|
+
},
|
|
2171
|
+
param: 'isEnabled',
|
|
2172
|
+
defaultValue: false
|
|
2173
|
+
}),
|
|
2173
2174
|
// Added 2026-07-06
|
|
2174
2175
|
confluence_live_doc_table_sort_bugfix: createBooleanExperiment({
|
|
2175
2176
|
productKeys: {
|
|
@@ -85,14 +85,6 @@ export var editorExperimentsConfig = {
|
|
|
85
85
|
param: 'isEnabled',
|
|
86
86
|
defaultValue: false
|
|
87
87
|
}),
|
|
88
|
-
// Added 2026-06-09
|
|
89
|
-
remix_button_right_margin_hover: createBooleanExperiment({
|
|
90
|
-
productKeys: {
|
|
91
|
-
confluence: 'remix_button_right_margin_hover'
|
|
92
|
-
},
|
|
93
|
-
param: 'isEnabled',
|
|
94
|
-
defaultValue: false
|
|
95
|
-
}),
|
|
96
88
|
// Editor Platform experiments
|
|
97
89
|
// lwoollard experiments
|
|
98
90
|
|
|
@@ -2170,6 +2162,15 @@ export var editorExperimentsConfig = {
|
|
|
2170
2162
|
param: 'isEnabled',
|
|
2171
2163
|
defaultValue: false
|
|
2172
2164
|
}),
|
|
2165
|
+
// Added 2026-07-30
|
|
2166
|
+
platform_editor_table_menu_updates_patch_2: createBooleanExperiment({
|
|
2167
|
+
productKeys: {
|
|
2168
|
+
confluence: 'platform_editor_table_menu_updates_patch_2',
|
|
2169
|
+
jira: 'platform_editor_table_menu_updates_patch_2'
|
|
2170
|
+
},
|
|
2171
|
+
param: 'isEnabled',
|
|
2172
|
+
defaultValue: false
|
|
2173
|
+
}),
|
|
2173
2174
|
// Added 2026-07-06
|
|
2174
2175
|
confluence_live_doc_table_sort_bugfix: createBooleanExperiment({
|
|
2175
2176
|
productKeys: {
|
|
@@ -63,12 +63,6 @@ export declare const editorExperimentsConfig: {
|
|
|
63
63
|
productKeys?: ProductKeys;
|
|
64
64
|
typeGuard: IsBooleanType;
|
|
65
65
|
};
|
|
66
|
-
remix_button_right_margin_hover: {
|
|
67
|
-
defaultValue: boolean;
|
|
68
|
-
param: string;
|
|
69
|
-
productKeys?: ProductKeys;
|
|
70
|
-
typeGuard: IsBooleanType;
|
|
71
|
-
};
|
|
72
66
|
advanced_layouts: {
|
|
73
67
|
defaultValue: boolean;
|
|
74
68
|
param: string;
|
|
@@ -1587,6 +1581,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1587
1581
|
productKeys?: ProductKeys;
|
|
1588
1582
|
typeGuard: IsBooleanType;
|
|
1589
1583
|
};
|
|
1584
|
+
platform_editor_table_menu_updates_patch_2: {
|
|
1585
|
+
defaultValue: boolean;
|
|
1586
|
+
param: string;
|
|
1587
|
+
productKeys?: ProductKeys;
|
|
1588
|
+
typeGuard: IsBooleanType;
|
|
1589
|
+
};
|
|
1590
1590
|
confluence_live_doc_table_sort_bugfix: {
|
|
1591
1591
|
defaultValue: boolean;
|
|
1592
1592
|
param: string;
|
package/package.json
CHANGED