@atlaskit/tmp-editor-statsig 66.1.0 → 67.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 +14 -0
- package/dist/cjs/experiments-config.js +8 -16
- package/dist/es2019/experiments-config.js +8 -16
- package/dist/esm/experiments-config.js +8 -16
- package/dist/types/experiments-config.d.ts +6 -12
- package/dist/types-ts4.5/experiments-config.d.ts +6 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 67.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`e6835136c4227`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e6835136c4227) -
|
|
8
|
+
[FFCLEANUP-98435] remove stale experiment `platform_editor_a11y_typeahead_tab_keypress`
|
|
9
|
+
- [`f7d7098ecbcbf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f7d7098ecbcbf) -
|
|
10
|
+
Cleanup exp platform_editor_copy_paste_issue_fix
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`245a43ebad095`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/245a43ebad095) -
|
|
15
|
+
[EDITOR-4550] add new experiment to config
|
|
16
|
+
|
|
3
17
|
## 66.1.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -1155,14 +1155,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1155
1155
|
param: 'isEnabled',
|
|
1156
1156
|
defaultValue: false
|
|
1157
1157
|
}),
|
|
1158
|
-
// Added 2026-01-19
|
|
1159
|
-
platform_editor_copy_paste_issue_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1160
|
-
productKeys: {
|
|
1161
|
-
confluence: 'platform_editor_copy_paste_issue_fix'
|
|
1162
|
-
},
|
|
1163
|
-
param: 'isEnabled',
|
|
1164
|
-
defaultValue: false
|
|
1165
|
-
}),
|
|
1166
1158
|
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
1167
1159
|
platform_editor_aifc_expand_collapses_oncreate_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1168
1160
|
productKeys: {
|
|
@@ -1499,14 +1491,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1499
1491
|
param: 'isEnabled',
|
|
1500
1492
|
defaultValue: false
|
|
1501
1493
|
}),
|
|
1502
|
-
// Added 2026-02-25
|
|
1503
|
-
platform_editor_a11y_typeahead_tab_keypress: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1504
|
-
productKeys: {
|
|
1505
|
-
confluence: 'platform_editor_a11y_typeahead_tab_keypress'
|
|
1506
|
-
},
|
|
1507
|
-
param: 'isEnabled',
|
|
1508
|
-
defaultValue: false
|
|
1509
|
-
}),
|
|
1510
1494
|
// Added 2026-02-27
|
|
1511
1495
|
platform_editor_early_exit_return_draft: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1512
1496
|
productKeys: {
|
|
@@ -2036,5 +2020,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2036
2020
|
},
|
|
2037
2021
|
param: 'isEnabled',
|
|
2038
2022
|
defaultValue: false
|
|
2023
|
+
}),
|
|
2024
|
+
// Added 2026-04-23
|
|
2025
|
+
platform_editor_emojis_in_renderer_smart_links: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2026
|
+
productKeys: {
|
|
2027
|
+
confluence: 'platform_editor_emojis_in_renderer_smart_links'
|
|
2028
|
+
},
|
|
2029
|
+
param: 'isEnabled',
|
|
2030
|
+
defaultValue: false
|
|
2039
2031
|
})
|
|
2040
2032
|
};
|
|
@@ -1149,14 +1149,6 @@ export const editorExperimentsConfig = {
|
|
|
1149
1149
|
param: 'isEnabled',
|
|
1150
1150
|
defaultValue: false
|
|
1151
1151
|
}),
|
|
1152
|
-
// Added 2026-01-19
|
|
1153
|
-
platform_editor_copy_paste_issue_fix: createBooleanExperiment({
|
|
1154
|
-
productKeys: {
|
|
1155
|
-
confluence: 'platform_editor_copy_paste_issue_fix'
|
|
1156
|
-
},
|
|
1157
|
-
param: 'isEnabled',
|
|
1158
|
-
defaultValue: false
|
|
1159
|
-
}),
|
|
1160
1152
|
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
1161
1153
|
platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
|
|
1162
1154
|
productKeys: {
|
|
@@ -1493,14 +1485,6 @@ export const editorExperimentsConfig = {
|
|
|
1493
1485
|
param: 'isEnabled',
|
|
1494
1486
|
defaultValue: false
|
|
1495
1487
|
}),
|
|
1496
|
-
// Added 2026-02-25
|
|
1497
|
-
platform_editor_a11y_typeahead_tab_keypress: createBooleanExperiment({
|
|
1498
|
-
productKeys: {
|
|
1499
|
-
confluence: 'platform_editor_a11y_typeahead_tab_keypress'
|
|
1500
|
-
},
|
|
1501
|
-
param: 'isEnabled',
|
|
1502
|
-
defaultValue: false
|
|
1503
|
-
}),
|
|
1504
1488
|
// Added 2026-02-27
|
|
1505
1489
|
platform_editor_early_exit_return_draft: createBooleanExperiment({
|
|
1506
1490
|
productKeys: {
|
|
@@ -2030,5 +2014,13 @@ export const editorExperimentsConfig = {
|
|
|
2030
2014
|
},
|
|
2031
2015
|
param: 'isEnabled',
|
|
2032
2016
|
defaultValue: false
|
|
2017
|
+
}),
|
|
2018
|
+
// Added 2026-04-23
|
|
2019
|
+
platform_editor_emojis_in_renderer_smart_links: createBooleanExperiment({
|
|
2020
|
+
productKeys: {
|
|
2021
|
+
confluence: 'platform_editor_emojis_in_renderer_smart_links'
|
|
2022
|
+
},
|
|
2023
|
+
param: 'isEnabled',
|
|
2024
|
+
defaultValue: false
|
|
2033
2025
|
})
|
|
2034
2026
|
};
|
|
@@ -1149,14 +1149,6 @@ export var editorExperimentsConfig = {
|
|
|
1149
1149
|
param: 'isEnabled',
|
|
1150
1150
|
defaultValue: false
|
|
1151
1151
|
}),
|
|
1152
|
-
// Added 2026-01-19
|
|
1153
|
-
platform_editor_copy_paste_issue_fix: createBooleanExperiment({
|
|
1154
|
-
productKeys: {
|
|
1155
|
-
confluence: 'platform_editor_copy_paste_issue_fix'
|
|
1156
|
-
},
|
|
1157
|
-
param: 'isEnabled',
|
|
1158
|
-
defaultValue: false
|
|
1159
|
-
}),
|
|
1160
1152
|
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
1161
1153
|
platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
|
|
1162
1154
|
productKeys: {
|
|
@@ -1493,14 +1485,6 @@ export var editorExperimentsConfig = {
|
|
|
1493
1485
|
param: 'isEnabled',
|
|
1494
1486
|
defaultValue: false
|
|
1495
1487
|
}),
|
|
1496
|
-
// Added 2026-02-25
|
|
1497
|
-
platform_editor_a11y_typeahead_tab_keypress: createBooleanExperiment({
|
|
1498
|
-
productKeys: {
|
|
1499
|
-
confluence: 'platform_editor_a11y_typeahead_tab_keypress'
|
|
1500
|
-
},
|
|
1501
|
-
param: 'isEnabled',
|
|
1502
|
-
defaultValue: false
|
|
1503
|
-
}),
|
|
1504
1488
|
// Added 2026-02-27
|
|
1505
1489
|
platform_editor_early_exit_return_draft: createBooleanExperiment({
|
|
1506
1490
|
productKeys: {
|
|
@@ -2030,5 +2014,13 @@ export var editorExperimentsConfig = {
|
|
|
2030
2014
|
},
|
|
2031
2015
|
param: 'isEnabled',
|
|
2032
2016
|
defaultValue: false
|
|
2017
|
+
}),
|
|
2018
|
+
// Added 2026-04-23
|
|
2019
|
+
platform_editor_emojis_in_renderer_smart_links: createBooleanExperiment({
|
|
2020
|
+
productKeys: {
|
|
2021
|
+
confluence: 'platform_editor_emojis_in_renderer_smart_links'
|
|
2022
|
+
},
|
|
2023
|
+
param: 'isEnabled',
|
|
2024
|
+
defaultValue: false
|
|
2033
2025
|
})
|
|
2034
2026
|
};
|
|
@@ -845,12 +845,6 @@ export declare const editorExperimentsConfig: {
|
|
|
845
845
|
productKeys?: ProductKeys;
|
|
846
846
|
typeGuard: IsBooleanType;
|
|
847
847
|
};
|
|
848
|
-
platform_editor_copy_paste_issue_fix: {
|
|
849
|
-
defaultValue: boolean;
|
|
850
|
-
param: string;
|
|
851
|
-
productKeys?: ProductKeys;
|
|
852
|
-
typeGuard: IsBooleanType;
|
|
853
|
-
};
|
|
854
848
|
platform_editor_aifc_expand_collapses_oncreate_fix: {
|
|
855
849
|
defaultValue: boolean;
|
|
856
850
|
param: string;
|
|
@@ -1124,12 +1118,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1124
1118
|
productKeys?: ProductKeys;
|
|
1125
1119
|
typeGuard: IsBooleanType;
|
|
1126
1120
|
};
|
|
1127
|
-
platform_editor_a11y_typeahead_tab_keypress: {
|
|
1128
|
-
defaultValue: boolean;
|
|
1129
|
-
param: string;
|
|
1130
|
-
productKeys?: ProductKeys;
|
|
1131
|
-
typeGuard: IsBooleanType;
|
|
1132
|
-
};
|
|
1133
1121
|
platform_editor_early_exit_return_draft: {
|
|
1134
1122
|
defaultValue: boolean;
|
|
1135
1123
|
param: string;
|
|
@@ -1496,5 +1484,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1496
1484
|
productKeys?: ProductKeys;
|
|
1497
1485
|
typeGuard: IsBooleanType;
|
|
1498
1486
|
};
|
|
1487
|
+
platform_editor_emojis_in_renderer_smart_links: {
|
|
1488
|
+
defaultValue: boolean;
|
|
1489
|
+
param: string;
|
|
1490
|
+
productKeys?: ProductKeys;
|
|
1491
|
+
typeGuard: IsBooleanType;
|
|
1492
|
+
};
|
|
1499
1493
|
};
|
|
1500
1494
|
export {};
|
|
@@ -845,12 +845,6 @@ export declare const editorExperimentsConfig: {
|
|
|
845
845
|
productKeys?: ProductKeys;
|
|
846
846
|
typeGuard: IsBooleanType;
|
|
847
847
|
};
|
|
848
|
-
platform_editor_copy_paste_issue_fix: {
|
|
849
|
-
defaultValue: boolean;
|
|
850
|
-
param: string;
|
|
851
|
-
productKeys?: ProductKeys;
|
|
852
|
-
typeGuard: IsBooleanType;
|
|
853
|
-
};
|
|
854
848
|
platform_editor_aifc_expand_collapses_oncreate_fix: {
|
|
855
849
|
defaultValue: boolean;
|
|
856
850
|
param: string;
|
|
@@ -1124,12 +1118,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1124
1118
|
productKeys?: ProductKeys;
|
|
1125
1119
|
typeGuard: IsBooleanType;
|
|
1126
1120
|
};
|
|
1127
|
-
platform_editor_a11y_typeahead_tab_keypress: {
|
|
1128
|
-
defaultValue: boolean;
|
|
1129
|
-
param: string;
|
|
1130
|
-
productKeys?: ProductKeys;
|
|
1131
|
-
typeGuard: IsBooleanType;
|
|
1132
|
-
};
|
|
1133
1121
|
platform_editor_early_exit_return_draft: {
|
|
1134
1122
|
defaultValue: boolean;
|
|
1135
1123
|
param: string;
|
|
@@ -1496,5 +1484,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1496
1484
|
productKeys?: ProductKeys;
|
|
1497
1485
|
typeGuard: IsBooleanType;
|
|
1498
1486
|
};
|
|
1487
|
+
platform_editor_emojis_in_renderer_smart_links: {
|
|
1488
|
+
defaultValue: boolean;
|
|
1489
|
+
param: string;
|
|
1490
|
+
productKeys?: ProductKeys;
|
|
1491
|
+
typeGuard: IsBooleanType;
|
|
1492
|
+
};
|
|
1499
1493
|
};
|
|
1500
1494
|
export {};
|
package/package.json
CHANGED