@atlaskit/tmp-editor-statsig 74.0.0 → 74.2.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 +17 -0
- package/dist/cjs/experiments-config.js +26 -10
- package/dist/es2019/experiments-config.js +26 -10
- package/dist/esm/experiments-config.js +26 -10
- package/dist/types/experiments-config.d.ts +18 -6
- package/dist/types-ts4.5/experiments-config.d.ts +18 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 74.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`e2a0403647315`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e2a0403647315) -
|
|
8
|
+
[CCI-15883] Define normalized telemetry event contract and fire authoritative sessionOutcome
|
|
9
|
+
analytics event once per Editor AI streaming session
|
|
10
|
+
|
|
11
|
+
## 74.1.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [`a759f33417d9b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a759f33417d9b) -
|
|
16
|
+
[PIRA-1311](https://opsj.atlassian.net/browse/PIRA-1311) - clean up platform_editor_media_vc_fixes
|
|
17
|
+
- [`2dd9adb1df970`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2dd9adb1df970) -
|
|
18
|
+
[EDITOR-6722] added experiment gate for adding skills to insert/command menu experiment
|
|
19
|
+
|
|
3
20
|
## 74.0.0
|
|
4
21
|
|
|
5
22
|
### Major Changes
|
|
@@ -198,14 +198,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
198
198
|
param: 'isEnabled',
|
|
199
199
|
defaultValue: false
|
|
200
200
|
}),
|
|
201
|
-
// Added 2025-11-12
|
|
202
|
-
platform_editor_media_vc_fixes: (0, _experimentBuilders.createBooleanExperiment)({
|
|
203
|
-
productKeys: {
|
|
204
|
-
confluence: 'platform_editor_media_vc_fixes'
|
|
205
|
-
},
|
|
206
|
-
param: 'isEnabled',
|
|
207
|
-
defaultValue: false
|
|
208
|
-
}),
|
|
209
201
|
// Added 2026-03-24
|
|
210
202
|
platform_editor_media_vc_fixes_patch1: (0, _experimentBuilders.createBooleanExperiment)({
|
|
211
203
|
productKeys: {
|
|
@@ -1718,8 +1710,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1718
1710
|
// Added 2026-03-20
|
|
1719
1711
|
platform_editor_chromeless_expand_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1720
1712
|
productKeys: {
|
|
1721
|
-
confluence: 'platform_editor_chromeless_expand_fix'
|
|
1722
|
-
|
|
1713
|
+
confluence: 'platform_editor_chromeless_expand_fix'
|
|
1714
|
+
},
|
|
1715
|
+
param: 'isEnabled',
|
|
1716
|
+
defaultValue: false
|
|
1717
|
+
}),
|
|
1718
|
+
// Added 2026-05-01
|
|
1719
|
+
platform_editor_ai_normalized_telemetry: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1720
|
+
productKeys: {
|
|
1721
|
+
confluence: 'platform_editor_ai_normalized_telemetry'
|
|
1723
1722
|
},
|
|
1724
1723
|
param: 'isEnabled',
|
|
1725
1724
|
defaultValue: false
|
|
@@ -1862,6 +1861,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1862
1861
|
param: 'isEnabled',
|
|
1863
1862
|
defaultValue: false
|
|
1864
1863
|
}),
|
|
1864
|
+
// Added 2026-04-28
|
|
1865
|
+
platform_editor_expand_content_a11y: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1866
|
+
productKeys: {
|
|
1867
|
+
confluence: 'platform_editor_expand_content_a11y'
|
|
1868
|
+
},
|
|
1869
|
+
param: 'isEnabled',
|
|
1870
|
+
defaultValue: false
|
|
1871
|
+
}),
|
|
1865
1872
|
// Added 2026-04-15
|
|
1866
1873
|
platform_editor_ai_no_stream_skip_pacer: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1867
1874
|
productKeys: {
|
|
@@ -2047,5 +2054,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2047
2054
|
},
|
|
2048
2055
|
param: 'isEnabled',
|
|
2049
2056
|
defaultValue: false
|
|
2057
|
+
}),
|
|
2058
|
+
// Added 2026-04-30
|
|
2059
|
+
platform_editor_insert_menu_ai: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2060
|
+
productKeys: {
|
|
2061
|
+
confluence: 'platform_editor_insert_menu_ai',
|
|
2062
|
+
jira: 'platform_editor_insert_menu_ai'
|
|
2063
|
+
},
|
|
2064
|
+
param: 'isEnabled',
|
|
2065
|
+
defaultValue: false
|
|
2050
2066
|
})
|
|
2051
2067
|
};
|
|
@@ -192,14 +192,6 @@ export const editorExperimentsConfig = {
|
|
|
192
192
|
param: 'isEnabled',
|
|
193
193
|
defaultValue: false
|
|
194
194
|
}),
|
|
195
|
-
// Added 2025-11-12
|
|
196
|
-
platform_editor_media_vc_fixes: createBooleanExperiment({
|
|
197
|
-
productKeys: {
|
|
198
|
-
confluence: 'platform_editor_media_vc_fixes'
|
|
199
|
-
},
|
|
200
|
-
param: 'isEnabled',
|
|
201
|
-
defaultValue: false
|
|
202
|
-
}),
|
|
203
195
|
// Added 2026-03-24
|
|
204
196
|
platform_editor_media_vc_fixes_patch1: createBooleanExperiment({
|
|
205
197
|
productKeys: {
|
|
@@ -1712,8 +1704,15 @@ export const editorExperimentsConfig = {
|
|
|
1712
1704
|
// Added 2026-03-20
|
|
1713
1705
|
platform_editor_chromeless_expand_fix: createBooleanExperiment({
|
|
1714
1706
|
productKeys: {
|
|
1715
|
-
confluence: 'platform_editor_chromeless_expand_fix'
|
|
1716
|
-
|
|
1707
|
+
confluence: 'platform_editor_chromeless_expand_fix'
|
|
1708
|
+
},
|
|
1709
|
+
param: 'isEnabled',
|
|
1710
|
+
defaultValue: false
|
|
1711
|
+
}),
|
|
1712
|
+
// Added 2026-05-01
|
|
1713
|
+
platform_editor_ai_normalized_telemetry: createBooleanExperiment({
|
|
1714
|
+
productKeys: {
|
|
1715
|
+
confluence: 'platform_editor_ai_normalized_telemetry'
|
|
1717
1716
|
},
|
|
1718
1717
|
param: 'isEnabled',
|
|
1719
1718
|
defaultValue: false
|
|
@@ -1856,6 +1855,14 @@ export const editorExperimentsConfig = {
|
|
|
1856
1855
|
param: 'isEnabled',
|
|
1857
1856
|
defaultValue: false
|
|
1858
1857
|
}),
|
|
1858
|
+
// Added 2026-04-28
|
|
1859
|
+
platform_editor_expand_content_a11y: createBooleanExperiment({
|
|
1860
|
+
productKeys: {
|
|
1861
|
+
confluence: 'platform_editor_expand_content_a11y'
|
|
1862
|
+
},
|
|
1863
|
+
param: 'isEnabled',
|
|
1864
|
+
defaultValue: false
|
|
1865
|
+
}),
|
|
1859
1866
|
// Added 2026-04-15
|
|
1860
1867
|
platform_editor_ai_no_stream_skip_pacer: createBooleanExperiment({
|
|
1861
1868
|
productKeys: {
|
|
@@ -2041,5 +2048,14 @@ export const editorExperimentsConfig = {
|
|
|
2041
2048
|
},
|
|
2042
2049
|
param: 'isEnabled',
|
|
2043
2050
|
defaultValue: false
|
|
2051
|
+
}),
|
|
2052
|
+
// Added 2026-04-30
|
|
2053
|
+
platform_editor_insert_menu_ai: createBooleanExperiment({
|
|
2054
|
+
productKeys: {
|
|
2055
|
+
confluence: 'platform_editor_insert_menu_ai',
|
|
2056
|
+
jira: 'platform_editor_insert_menu_ai'
|
|
2057
|
+
},
|
|
2058
|
+
param: 'isEnabled',
|
|
2059
|
+
defaultValue: false
|
|
2044
2060
|
})
|
|
2045
2061
|
};
|
|
@@ -192,14 +192,6 @@ export var editorExperimentsConfig = {
|
|
|
192
192
|
param: 'isEnabled',
|
|
193
193
|
defaultValue: false
|
|
194
194
|
}),
|
|
195
|
-
// Added 2025-11-12
|
|
196
|
-
platform_editor_media_vc_fixes: createBooleanExperiment({
|
|
197
|
-
productKeys: {
|
|
198
|
-
confluence: 'platform_editor_media_vc_fixes'
|
|
199
|
-
},
|
|
200
|
-
param: 'isEnabled',
|
|
201
|
-
defaultValue: false
|
|
202
|
-
}),
|
|
203
195
|
// Added 2026-03-24
|
|
204
196
|
platform_editor_media_vc_fixes_patch1: createBooleanExperiment({
|
|
205
197
|
productKeys: {
|
|
@@ -1712,8 +1704,15 @@ export var editorExperimentsConfig = {
|
|
|
1712
1704
|
// Added 2026-03-20
|
|
1713
1705
|
platform_editor_chromeless_expand_fix: createBooleanExperiment({
|
|
1714
1706
|
productKeys: {
|
|
1715
|
-
confluence: 'platform_editor_chromeless_expand_fix'
|
|
1716
|
-
|
|
1707
|
+
confluence: 'platform_editor_chromeless_expand_fix'
|
|
1708
|
+
},
|
|
1709
|
+
param: 'isEnabled',
|
|
1710
|
+
defaultValue: false
|
|
1711
|
+
}),
|
|
1712
|
+
// Added 2026-05-01
|
|
1713
|
+
platform_editor_ai_normalized_telemetry: createBooleanExperiment({
|
|
1714
|
+
productKeys: {
|
|
1715
|
+
confluence: 'platform_editor_ai_normalized_telemetry'
|
|
1717
1716
|
},
|
|
1718
1717
|
param: 'isEnabled',
|
|
1719
1718
|
defaultValue: false
|
|
@@ -1856,6 +1855,14 @@ export var editorExperimentsConfig = {
|
|
|
1856
1855
|
param: 'isEnabled',
|
|
1857
1856
|
defaultValue: false
|
|
1858
1857
|
}),
|
|
1858
|
+
// Added 2026-04-28
|
|
1859
|
+
platform_editor_expand_content_a11y: createBooleanExperiment({
|
|
1860
|
+
productKeys: {
|
|
1861
|
+
confluence: 'platform_editor_expand_content_a11y'
|
|
1862
|
+
},
|
|
1863
|
+
param: 'isEnabled',
|
|
1864
|
+
defaultValue: false
|
|
1865
|
+
}),
|
|
1859
1866
|
// Added 2026-04-15
|
|
1860
1867
|
platform_editor_ai_no_stream_skip_pacer: createBooleanExperiment({
|
|
1861
1868
|
productKeys: {
|
|
@@ -2041,5 +2048,14 @@ export var editorExperimentsConfig = {
|
|
|
2041
2048
|
},
|
|
2042
2049
|
param: 'isEnabled',
|
|
2043
2050
|
defaultValue: false
|
|
2051
|
+
}),
|
|
2052
|
+
// Added 2026-04-30
|
|
2053
|
+
platform_editor_insert_menu_ai: createBooleanExperiment({
|
|
2054
|
+
productKeys: {
|
|
2055
|
+
confluence: 'platform_editor_insert_menu_ai',
|
|
2056
|
+
jira: 'platform_editor_insert_menu_ai'
|
|
2057
|
+
},
|
|
2058
|
+
param: 'isEnabled',
|
|
2059
|
+
defaultValue: false
|
|
2044
2060
|
})
|
|
2045
2061
|
};
|
|
@@ -88,6 +88,12 @@ export declare const editorExperimentsConfig: {
|
|
|
88
88
|
productKeys?: ProductKeys;
|
|
89
89
|
typeGuard: IsBooleanType;
|
|
90
90
|
};
|
|
91
|
+
platform_editor_ai_normalized_telemetry: {
|
|
92
|
+
defaultValue: boolean;
|
|
93
|
+
param: string;
|
|
94
|
+
productKeys?: ProductKeys;
|
|
95
|
+
typeGuard: IsBooleanType;
|
|
96
|
+
};
|
|
91
97
|
platform_editor_react19_migration: {
|
|
92
98
|
defaultValue: boolean;
|
|
93
99
|
param: string;
|
|
@@ -511,12 +517,6 @@ export declare const editorExperimentsConfig: {
|
|
|
511
517
|
productKeys?: ProductKeys;
|
|
512
518
|
typeGuard: IsBooleanType;
|
|
513
519
|
};
|
|
514
|
-
platform_editor_media_vc_fixes: {
|
|
515
|
-
defaultValue: boolean;
|
|
516
|
-
param: string;
|
|
517
|
-
productKeys?: ProductKeys;
|
|
518
|
-
typeGuard: IsBooleanType;
|
|
519
|
-
};
|
|
520
520
|
platform_editor_media_vc_fixes_patch1: {
|
|
521
521
|
defaultValue: boolean;
|
|
522
522
|
param: string;
|
|
@@ -1392,6 +1392,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1392
1392
|
productKeys?: ProductKeys;
|
|
1393
1393
|
typeGuard: IsBooleanType;
|
|
1394
1394
|
};
|
|
1395
|
+
platform_editor_expand_content_a11y: {
|
|
1396
|
+
defaultValue: boolean;
|
|
1397
|
+
param: string;
|
|
1398
|
+
productKeys?: ProductKeys;
|
|
1399
|
+
typeGuard: IsBooleanType;
|
|
1400
|
+
};
|
|
1395
1401
|
platform_editor_lovability_select_all_shortcut: {
|
|
1396
1402
|
defaultValue: boolean;
|
|
1397
1403
|
param: string;
|
|
@@ -1506,5 +1512,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1506
1512
|
productKeys?: ProductKeys;
|
|
1507
1513
|
typeGuard: IsBooleanType;
|
|
1508
1514
|
};
|
|
1515
|
+
platform_editor_insert_menu_ai: {
|
|
1516
|
+
defaultValue: boolean;
|
|
1517
|
+
param: string;
|
|
1518
|
+
productKeys?: ProductKeys;
|
|
1519
|
+
typeGuard: IsBooleanType;
|
|
1520
|
+
};
|
|
1509
1521
|
};
|
|
1510
1522
|
export {};
|
|
@@ -88,6 +88,12 @@ export declare const editorExperimentsConfig: {
|
|
|
88
88
|
productKeys?: ProductKeys;
|
|
89
89
|
typeGuard: IsBooleanType;
|
|
90
90
|
};
|
|
91
|
+
platform_editor_ai_normalized_telemetry: {
|
|
92
|
+
defaultValue: boolean;
|
|
93
|
+
param: string;
|
|
94
|
+
productKeys?: ProductKeys;
|
|
95
|
+
typeGuard: IsBooleanType;
|
|
96
|
+
};
|
|
91
97
|
platform_editor_react19_migration: {
|
|
92
98
|
defaultValue: boolean;
|
|
93
99
|
param: string;
|
|
@@ -511,12 +517,6 @@ export declare const editorExperimentsConfig: {
|
|
|
511
517
|
productKeys?: ProductKeys;
|
|
512
518
|
typeGuard: IsBooleanType;
|
|
513
519
|
};
|
|
514
|
-
platform_editor_media_vc_fixes: {
|
|
515
|
-
defaultValue: boolean;
|
|
516
|
-
param: string;
|
|
517
|
-
productKeys?: ProductKeys;
|
|
518
|
-
typeGuard: IsBooleanType;
|
|
519
|
-
};
|
|
520
520
|
platform_editor_media_vc_fixes_patch1: {
|
|
521
521
|
defaultValue: boolean;
|
|
522
522
|
param: string;
|
|
@@ -1392,6 +1392,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1392
1392
|
productKeys?: ProductKeys;
|
|
1393
1393
|
typeGuard: IsBooleanType;
|
|
1394
1394
|
};
|
|
1395
|
+
platform_editor_expand_content_a11y: {
|
|
1396
|
+
defaultValue: boolean;
|
|
1397
|
+
param: string;
|
|
1398
|
+
productKeys?: ProductKeys;
|
|
1399
|
+
typeGuard: IsBooleanType;
|
|
1400
|
+
};
|
|
1395
1401
|
platform_editor_lovability_select_all_shortcut: {
|
|
1396
1402
|
defaultValue: boolean;
|
|
1397
1403
|
param: string;
|
|
@@ -1506,5 +1512,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1506
1512
|
productKeys?: ProductKeys;
|
|
1507
1513
|
typeGuard: IsBooleanType;
|
|
1508
1514
|
};
|
|
1515
|
+
platform_editor_insert_menu_ai: {
|
|
1516
|
+
defaultValue: boolean;
|
|
1517
|
+
param: string;
|
|
1518
|
+
productKeys?: ProductKeys;
|
|
1519
|
+
typeGuard: IsBooleanType;
|
|
1520
|
+
};
|
|
1509
1521
|
};
|
|
1510
1522
|
export {};
|
package/package.json
CHANGED