@atlaskit/tmp-editor-statsig 134.0.0 → 135.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,14 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 135.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`c0fedda79b60e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c0fedda79b60e) -
|
|
8
|
+
Clean up experiment `platform_editor_fix_a11y_tab_focus_insertion_menu`
|
|
9
|
+
- [`d19e8a0a9bc84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d19e8a0a9bc84) -
|
|
10
|
+
Clean up experiment `platform_editor_fix_advanced_codeblocks_crlf_patch`
|
|
11
|
+
|
|
3
12
|
## 134.0.0
|
|
4
13
|
|
|
5
14
|
### Major Changes
|
|
@@ -205,6 +205,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
205
205
|
param: 'isEnabled',
|
|
206
206
|
defaultValue: false
|
|
207
207
|
}),
|
|
208
|
+
platform_editor_disable_afps: (0, _experimentBuilders.createBooleanExperiment)({
|
|
209
|
+
productKeys: {
|
|
210
|
+
confluence: 'platform_editor_disable_afps'
|
|
211
|
+
},
|
|
212
|
+
param: 'isEnabled',
|
|
213
|
+
defaultValue: false
|
|
214
|
+
}),
|
|
208
215
|
// Added 2026-07-14
|
|
209
216
|
platform_editor_dom_node_count: (0, _experimentBuilders.createBooleanExperiment)({
|
|
210
217
|
productKeys: {
|
|
@@ -1338,14 +1345,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1338
1345
|
param: 'isEnabled',
|
|
1339
1346
|
defaultValue: false
|
|
1340
1347
|
}),
|
|
1341
|
-
platform_editor_fix_advanced_codeblocks_crlf_patch: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1342
|
-
productKeys: {
|
|
1343
|
-
confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
|
|
1344
|
-
jira: 'platform_editor_fix_advanced_codeblocks_crlf_patch'
|
|
1345
|
-
},
|
|
1346
|
-
param: 'isEnabled',
|
|
1347
|
-
defaultValue: false
|
|
1348
|
-
}),
|
|
1349
1348
|
// Added 2026-04-01
|
|
1350
1349
|
cc_page_experiences_editor_image_generation: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1351
1350
|
productKeys: {
|
|
@@ -2118,15 +2117,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2118
2117
|
param: 'isEnabled',
|
|
2119
2118
|
defaultValue: false
|
|
2120
2119
|
}),
|
|
2121
|
-
// Added 2026-05-21
|
|
2122
|
-
platform_editor_fix_a11y_tab_focus_insertion_menu: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2123
|
-
productKeys: {
|
|
2124
|
-
confluence: 'platform_editor_fix_a11y_tab_focus_insertion_menu',
|
|
2125
|
-
jira: 'platform_editor_fix_a11y_tab_focus_insertion_menu'
|
|
2126
|
-
},
|
|
2127
|
-
param: 'isEnabled',
|
|
2128
|
-
defaultValue: false
|
|
2129
|
-
}),
|
|
2130
2120
|
// Added 2026-04-30
|
|
2131
2121
|
confluence_fe_disable_comment_if_offline_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2132
2122
|
productKeys: {
|
|
@@ -199,6 +199,13 @@ export const editorExperimentsConfig = {
|
|
|
199
199
|
param: 'isEnabled',
|
|
200
200
|
defaultValue: false
|
|
201
201
|
}),
|
|
202
|
+
platform_editor_disable_afps: createBooleanExperiment({
|
|
203
|
+
productKeys: {
|
|
204
|
+
confluence: 'platform_editor_disable_afps'
|
|
205
|
+
},
|
|
206
|
+
param: 'isEnabled',
|
|
207
|
+
defaultValue: false
|
|
208
|
+
}),
|
|
202
209
|
// Added 2026-07-14
|
|
203
210
|
platform_editor_dom_node_count: createBooleanExperiment({
|
|
204
211
|
productKeys: {
|
|
@@ -1332,14 +1339,6 @@ export const editorExperimentsConfig = {
|
|
|
1332
1339
|
param: 'isEnabled',
|
|
1333
1340
|
defaultValue: false
|
|
1334
1341
|
}),
|
|
1335
|
-
platform_editor_fix_advanced_codeblocks_crlf_patch: createBooleanExperiment({
|
|
1336
|
-
productKeys: {
|
|
1337
|
-
confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
|
|
1338
|
-
jira: 'platform_editor_fix_advanced_codeblocks_crlf_patch'
|
|
1339
|
-
},
|
|
1340
|
-
param: 'isEnabled',
|
|
1341
|
-
defaultValue: false
|
|
1342
|
-
}),
|
|
1343
1342
|
// Added 2026-04-01
|
|
1344
1343
|
cc_page_experiences_editor_image_generation: createBooleanExperiment({
|
|
1345
1344
|
productKeys: {
|
|
@@ -2112,15 +2111,6 @@ export const editorExperimentsConfig = {
|
|
|
2112
2111
|
param: 'isEnabled',
|
|
2113
2112
|
defaultValue: false
|
|
2114
2113
|
}),
|
|
2115
|
-
// Added 2026-05-21
|
|
2116
|
-
platform_editor_fix_a11y_tab_focus_insertion_menu: createBooleanExperiment({
|
|
2117
|
-
productKeys: {
|
|
2118
|
-
confluence: 'platform_editor_fix_a11y_tab_focus_insertion_menu',
|
|
2119
|
-
jira: 'platform_editor_fix_a11y_tab_focus_insertion_menu'
|
|
2120
|
-
},
|
|
2121
|
-
param: 'isEnabled',
|
|
2122
|
-
defaultValue: false
|
|
2123
|
-
}),
|
|
2124
2114
|
// Added 2026-04-30
|
|
2125
2115
|
confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
|
|
2126
2116
|
productKeys: {
|
|
@@ -199,6 +199,13 @@ export var editorExperimentsConfig = {
|
|
|
199
199
|
param: 'isEnabled',
|
|
200
200
|
defaultValue: false
|
|
201
201
|
}),
|
|
202
|
+
platform_editor_disable_afps: createBooleanExperiment({
|
|
203
|
+
productKeys: {
|
|
204
|
+
confluence: 'platform_editor_disable_afps'
|
|
205
|
+
},
|
|
206
|
+
param: 'isEnabled',
|
|
207
|
+
defaultValue: false
|
|
208
|
+
}),
|
|
202
209
|
// Added 2026-07-14
|
|
203
210
|
platform_editor_dom_node_count: createBooleanExperiment({
|
|
204
211
|
productKeys: {
|
|
@@ -1332,14 +1339,6 @@ export var editorExperimentsConfig = {
|
|
|
1332
1339
|
param: 'isEnabled',
|
|
1333
1340
|
defaultValue: false
|
|
1334
1341
|
}),
|
|
1335
|
-
platform_editor_fix_advanced_codeblocks_crlf_patch: createBooleanExperiment({
|
|
1336
|
-
productKeys: {
|
|
1337
|
-
confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
|
|
1338
|
-
jira: 'platform_editor_fix_advanced_codeblocks_crlf_patch'
|
|
1339
|
-
},
|
|
1340
|
-
param: 'isEnabled',
|
|
1341
|
-
defaultValue: false
|
|
1342
|
-
}),
|
|
1343
1342
|
// Added 2026-04-01
|
|
1344
1343
|
cc_page_experiences_editor_image_generation: createBooleanExperiment({
|
|
1345
1344
|
productKeys: {
|
|
@@ -2112,15 +2111,6 @@ export var editorExperimentsConfig = {
|
|
|
2112
2111
|
param: 'isEnabled',
|
|
2113
2112
|
defaultValue: false
|
|
2114
2113
|
}),
|
|
2115
|
-
// Added 2026-05-21
|
|
2116
|
-
platform_editor_fix_a11y_tab_focus_insertion_menu: createBooleanExperiment({
|
|
2117
|
-
productKeys: {
|
|
2118
|
-
confluence: 'platform_editor_fix_a11y_tab_focus_insertion_menu',
|
|
2119
|
-
jira: 'platform_editor_fix_a11y_tab_focus_insertion_menu'
|
|
2120
|
-
},
|
|
2121
|
-
param: 'isEnabled',
|
|
2122
|
-
defaultValue: false
|
|
2123
|
-
}),
|
|
2124
2114
|
// Added 2026-04-30
|
|
2125
2115
|
confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
|
|
2126
2116
|
productKeys: {
|
|
@@ -106,6 +106,12 @@ export declare const editorExperimentsConfig: {
|
|
|
106
106
|
productKeys?: ProductKeys;
|
|
107
107
|
typeGuard: IsBooleanType;
|
|
108
108
|
};
|
|
109
|
+
platform_editor_disable_afps: {
|
|
110
|
+
defaultValue: boolean;
|
|
111
|
+
param: string;
|
|
112
|
+
productKeys?: ProductKeys;
|
|
113
|
+
typeGuard: IsBooleanType;
|
|
114
|
+
};
|
|
109
115
|
platform_editor_dom_node_count: {
|
|
110
116
|
defaultValue: boolean;
|
|
111
117
|
param: string;
|
|
@@ -1028,12 +1034,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1028
1034
|
productKeys?: ProductKeys;
|
|
1029
1035
|
typeGuard: IsBooleanType;
|
|
1030
1036
|
};
|
|
1031
|
-
platform_editor_fix_advanced_codeblocks_crlf_patch: {
|
|
1032
|
-
defaultValue: boolean;
|
|
1033
|
-
param: string;
|
|
1034
|
-
productKeys?: ProductKeys;
|
|
1035
|
-
typeGuard: IsBooleanType;
|
|
1036
|
-
};
|
|
1037
1037
|
cc_page_experiences_editor_image_generation: {
|
|
1038
1038
|
defaultValue: boolean;
|
|
1039
1039
|
param: string;
|
|
@@ -1497,12 +1497,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1497
1497
|
productKeys?: ProductKeys;
|
|
1498
1498
|
typeGuard: IsBooleanType;
|
|
1499
1499
|
};
|
|
1500
|
-
platform_editor_fix_a11y_tab_focus_insertion_menu: {
|
|
1501
|
-
defaultValue: boolean;
|
|
1502
|
-
param: string;
|
|
1503
|
-
productKeys?: ProductKeys;
|
|
1504
|
-
typeGuard: IsBooleanType;
|
|
1505
|
-
};
|
|
1506
1500
|
platform_editor_media_reliability_enhancements: {
|
|
1507
1501
|
defaultValue: boolean;
|
|
1508
1502
|
param: string;
|
package/package.json
CHANGED