@atlaskit/tmp-editor-statsig 43.0.0 → 44.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 +9 -0
- package/dist/cjs/experiments-config.js +9 -16
- package/dist/es2019/experiments-config.js +9 -16
- package/dist/esm/experiments-config.js +9 -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,14 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 44.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`a35f1a8d92461`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a35f1a8d92461) -
|
|
8
|
+
[FFCLEANUP-84844] Clean up stale feature flag platform_editor_nested_table_refresh_width_fix
|
|
9
|
+
- [`b50791532c24a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b50791532c24a) -
|
|
10
|
+
[FFCLEANUP-79900] Remove experiment editor_refactor_backspace_task_and_decisions
|
|
11
|
+
|
|
3
12
|
## 43.0.0
|
|
4
13
|
|
|
5
14
|
### Major Changes
|
|
@@ -709,14 +709,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
709
709
|
param: 'isEnabled',
|
|
710
710
|
defaultValue: false
|
|
711
711
|
}),
|
|
712
|
-
// Added 2025-09-04
|
|
713
|
-
editor_refactor_backspace_task_and_decisions: (0, _experimentBuilders.createBooleanExperiment)({
|
|
714
|
-
productKeys: {
|
|
715
|
-
confluence: 'editor_refactor_backspace_task_and_decisions'
|
|
716
|
-
},
|
|
717
|
-
param: 'isEnabled',
|
|
718
|
-
defaultValue: false
|
|
719
|
-
}),
|
|
720
712
|
// Added 2025-08-04
|
|
721
713
|
platform_editor_floating_toolbar_button_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
|
|
722
714
|
productKeys: {
|
|
@@ -955,14 +947,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
955
947
|
param: 'isEnabled',
|
|
956
948
|
defaultValue: false
|
|
957
949
|
}),
|
|
958
|
-
// Added 2025-09-16
|
|
959
|
-
platform_editor_nested_table_refresh_width_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
960
|
-
productKeys: {
|
|
961
|
-
confluence: 'platform_editor_nested_table_refresh_width_fix'
|
|
962
|
-
},
|
|
963
|
-
param: 'isEnabled',
|
|
964
|
-
defaultValue: false
|
|
965
|
-
}),
|
|
966
950
|
// Added 2025-10-10
|
|
967
951
|
platform_use_llm_space_recommendations: (0, _experimentBuilders.createBooleanExperiment)({
|
|
968
952
|
productKeys: {
|
|
@@ -1781,6 +1765,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1781
1765
|
param: 'isEnabled',
|
|
1782
1766
|
defaultValue: false
|
|
1783
1767
|
}),
|
|
1768
|
+
// Added 2026-03-23
|
|
1769
|
+
platform_editor_inline_media_copy_paste_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1770
|
+
productKeys: {
|
|
1771
|
+
confluence: 'platform_editor_inline_media_copy_paste_fix',
|
|
1772
|
+
jira: 'platform_editor_inline_media_copy_paste_fix'
|
|
1773
|
+
},
|
|
1774
|
+
param: 'isEnabled',
|
|
1775
|
+
defaultValue: false
|
|
1776
|
+
}),
|
|
1784
1777
|
// Added 2026-03-13
|
|
1785
1778
|
platform_editor_misaligned_ai_screens_firefox_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1786
1779
|
productKeys: {
|
|
@@ -703,14 +703,6 @@ export const editorExperimentsConfig = {
|
|
|
703
703
|
param: 'isEnabled',
|
|
704
704
|
defaultValue: false
|
|
705
705
|
}),
|
|
706
|
-
// Added 2025-09-04
|
|
707
|
-
editor_refactor_backspace_task_and_decisions: createBooleanExperiment({
|
|
708
|
-
productKeys: {
|
|
709
|
-
confluence: 'editor_refactor_backspace_task_and_decisions'
|
|
710
|
-
},
|
|
711
|
-
param: 'isEnabled',
|
|
712
|
-
defaultValue: false
|
|
713
|
-
}),
|
|
714
706
|
// Added 2025-08-04
|
|
715
707
|
platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
|
|
716
708
|
productKeys: {
|
|
@@ -949,14 +941,6 @@ export const editorExperimentsConfig = {
|
|
|
949
941
|
param: 'isEnabled',
|
|
950
942
|
defaultValue: false
|
|
951
943
|
}),
|
|
952
|
-
// Added 2025-09-16
|
|
953
|
-
platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
|
|
954
|
-
productKeys: {
|
|
955
|
-
confluence: 'platform_editor_nested_table_refresh_width_fix'
|
|
956
|
-
},
|
|
957
|
-
param: 'isEnabled',
|
|
958
|
-
defaultValue: false
|
|
959
|
-
}),
|
|
960
944
|
// Added 2025-10-10
|
|
961
945
|
platform_use_llm_space_recommendations: createBooleanExperiment({
|
|
962
946
|
productKeys: {
|
|
@@ -1775,6 +1759,15 @@ export const editorExperimentsConfig = {
|
|
|
1775
1759
|
param: 'isEnabled',
|
|
1776
1760
|
defaultValue: false
|
|
1777
1761
|
}),
|
|
1762
|
+
// Added 2026-03-23
|
|
1763
|
+
platform_editor_inline_media_copy_paste_fix: createBooleanExperiment({
|
|
1764
|
+
productKeys: {
|
|
1765
|
+
confluence: 'platform_editor_inline_media_copy_paste_fix',
|
|
1766
|
+
jira: 'platform_editor_inline_media_copy_paste_fix'
|
|
1767
|
+
},
|
|
1768
|
+
param: 'isEnabled',
|
|
1769
|
+
defaultValue: false
|
|
1770
|
+
}),
|
|
1778
1771
|
// Added 2026-03-13
|
|
1779
1772
|
platform_editor_misaligned_ai_screens_firefox_fix: createBooleanExperiment({
|
|
1780
1773
|
productKeys: {
|
|
@@ -703,14 +703,6 @@ export var editorExperimentsConfig = {
|
|
|
703
703
|
param: 'isEnabled',
|
|
704
704
|
defaultValue: false
|
|
705
705
|
}),
|
|
706
|
-
// Added 2025-09-04
|
|
707
|
-
editor_refactor_backspace_task_and_decisions: createBooleanExperiment({
|
|
708
|
-
productKeys: {
|
|
709
|
-
confluence: 'editor_refactor_backspace_task_and_decisions'
|
|
710
|
-
},
|
|
711
|
-
param: 'isEnabled',
|
|
712
|
-
defaultValue: false
|
|
713
|
-
}),
|
|
714
706
|
// Added 2025-08-04
|
|
715
707
|
platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
|
|
716
708
|
productKeys: {
|
|
@@ -949,14 +941,6 @@ export var editorExperimentsConfig = {
|
|
|
949
941
|
param: 'isEnabled',
|
|
950
942
|
defaultValue: false
|
|
951
943
|
}),
|
|
952
|
-
// Added 2025-09-16
|
|
953
|
-
platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
|
|
954
|
-
productKeys: {
|
|
955
|
-
confluence: 'platform_editor_nested_table_refresh_width_fix'
|
|
956
|
-
},
|
|
957
|
-
param: 'isEnabled',
|
|
958
|
-
defaultValue: false
|
|
959
|
-
}),
|
|
960
944
|
// Added 2025-10-10
|
|
961
945
|
platform_use_llm_space_recommendations: createBooleanExperiment({
|
|
962
946
|
productKeys: {
|
|
@@ -1775,6 +1759,15 @@ export var editorExperimentsConfig = {
|
|
|
1775
1759
|
param: 'isEnabled',
|
|
1776
1760
|
defaultValue: false
|
|
1777
1761
|
}),
|
|
1762
|
+
// Added 2026-03-23
|
|
1763
|
+
platform_editor_inline_media_copy_paste_fix: createBooleanExperiment({
|
|
1764
|
+
productKeys: {
|
|
1765
|
+
confluence: 'platform_editor_inline_media_copy_paste_fix',
|
|
1766
|
+
jira: 'platform_editor_inline_media_copy_paste_fix'
|
|
1767
|
+
},
|
|
1768
|
+
param: 'isEnabled',
|
|
1769
|
+
defaultValue: false
|
|
1770
|
+
}),
|
|
1778
1771
|
// Added 2026-03-13
|
|
1779
1772
|
platform_editor_misaligned_ai_screens_firefox_fix: createBooleanExperiment({
|
|
1780
1773
|
productKeys: {
|
|
@@ -202,12 +202,6 @@ export declare const editorExperimentsConfig: {
|
|
|
202
202
|
productKeys?: ProductKeys;
|
|
203
203
|
typeGuard: IsBooleanType;
|
|
204
204
|
};
|
|
205
|
-
editor_refactor_backspace_task_and_decisions: {
|
|
206
|
-
defaultValue: boolean;
|
|
207
|
-
param: string;
|
|
208
|
-
productKeys?: ProductKeys;
|
|
209
|
-
typeGuard: IsBooleanType;
|
|
210
|
-
};
|
|
211
205
|
platform_editor_paste_actions_menu: {
|
|
212
206
|
defaultValue: boolean;
|
|
213
207
|
param: string;
|
|
@@ -559,12 +553,6 @@ export declare const editorExperimentsConfig: {
|
|
|
559
553
|
productKeys?: ProductKeys;
|
|
560
554
|
typeGuard: IsBooleanType;
|
|
561
555
|
};
|
|
562
|
-
platform_editor_nested_table_refresh_width_fix: {
|
|
563
|
-
defaultValue: boolean;
|
|
564
|
-
param: string;
|
|
565
|
-
productKeys?: ProductKeys;
|
|
566
|
-
typeGuard: IsBooleanType;
|
|
567
|
-
};
|
|
568
556
|
platform_editor_no_cursor_on_edit_page_init: {
|
|
569
557
|
defaultValue: boolean;
|
|
570
558
|
param: string;
|
|
@@ -1302,6 +1290,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1302
1290
|
productKeys?: ProductKeys;
|
|
1303
1291
|
typeGuard: IsBooleanType;
|
|
1304
1292
|
};
|
|
1293
|
+
platform_editor_inline_media_copy_paste_fix: {
|
|
1294
|
+
defaultValue: boolean;
|
|
1295
|
+
param: string;
|
|
1296
|
+
productKeys?: ProductKeys;
|
|
1297
|
+
typeGuard: IsBooleanType;
|
|
1298
|
+
};
|
|
1305
1299
|
platform_editor_misaligned_ai_screens_firefox_fix: {
|
|
1306
1300
|
defaultValue: boolean;
|
|
1307
1301
|
param: string;
|
|
@@ -202,12 +202,6 @@ export declare const editorExperimentsConfig: {
|
|
|
202
202
|
productKeys?: ProductKeys;
|
|
203
203
|
typeGuard: IsBooleanType;
|
|
204
204
|
};
|
|
205
|
-
editor_refactor_backspace_task_and_decisions: {
|
|
206
|
-
defaultValue: boolean;
|
|
207
|
-
param: string;
|
|
208
|
-
productKeys?: ProductKeys;
|
|
209
|
-
typeGuard: IsBooleanType;
|
|
210
|
-
};
|
|
211
205
|
platform_editor_paste_actions_menu: {
|
|
212
206
|
defaultValue: boolean;
|
|
213
207
|
param: string;
|
|
@@ -559,12 +553,6 @@ export declare const editorExperimentsConfig: {
|
|
|
559
553
|
productKeys?: ProductKeys;
|
|
560
554
|
typeGuard: IsBooleanType;
|
|
561
555
|
};
|
|
562
|
-
platform_editor_nested_table_refresh_width_fix: {
|
|
563
|
-
defaultValue: boolean;
|
|
564
|
-
param: string;
|
|
565
|
-
productKeys?: ProductKeys;
|
|
566
|
-
typeGuard: IsBooleanType;
|
|
567
|
-
};
|
|
568
556
|
platform_editor_no_cursor_on_edit_page_init: {
|
|
569
557
|
defaultValue: boolean;
|
|
570
558
|
param: string;
|
|
@@ -1302,6 +1290,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1302
1290
|
productKeys?: ProductKeys;
|
|
1303
1291
|
typeGuard: IsBooleanType;
|
|
1304
1292
|
};
|
|
1293
|
+
platform_editor_inline_media_copy_paste_fix: {
|
|
1294
|
+
defaultValue: boolean;
|
|
1295
|
+
param: string;
|
|
1296
|
+
productKeys?: ProductKeys;
|
|
1297
|
+
typeGuard: IsBooleanType;
|
|
1298
|
+
};
|
|
1305
1299
|
platform_editor_misaligned_ai_screens_firefox_fix: {
|
|
1306
1300
|
defaultValue: boolean;
|
|
1307
1301
|
param: string;
|
package/package.json
CHANGED