@atlaskit/tmp-editor-statsig 74.0.0 → 74.1.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 +17 -8
- package/dist/es2019/experiments-config.js +17 -8
- package/dist/esm/experiments-config.js +17 -8
- package/dist/types/experiments-config.d.ts +12 -6
- package/dist/types-ts4.5/experiments-config.d.ts +12 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 74.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`a759f33417d9b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a759f33417d9b) -
|
|
8
|
+
[PIRA-1311](https://opsj.atlassian.net/browse/PIRA-1311) - clean up platform_editor_media_vc_fixes
|
|
9
|
+
- [`2dd9adb1df970`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2dd9adb1df970) -
|
|
10
|
+
[EDITOR-6722] added experiment gate for adding skills to insert/command menu experiment
|
|
11
|
+
|
|
3
12
|
## 74.0.0
|
|
4
13
|
|
|
5
14
|
### 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: {
|
|
@@ -1862,6 +1854,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1862
1854
|
param: 'isEnabled',
|
|
1863
1855
|
defaultValue: false
|
|
1864
1856
|
}),
|
|
1857
|
+
// Added 2026-04-28
|
|
1858
|
+
platform_editor_expand_content_a11y: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1859
|
+
productKeys: {
|
|
1860
|
+
confluence: 'platform_editor_expand_content_a11y'
|
|
1861
|
+
},
|
|
1862
|
+
param: 'isEnabled',
|
|
1863
|
+
defaultValue: false
|
|
1864
|
+
}),
|
|
1865
1865
|
// Added 2026-04-15
|
|
1866
1866
|
platform_editor_ai_no_stream_skip_pacer: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1867
1867
|
productKeys: {
|
|
@@ -2047,5 +2047,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2047
2047
|
},
|
|
2048
2048
|
param: 'isEnabled',
|
|
2049
2049
|
defaultValue: false
|
|
2050
|
+
}),
|
|
2051
|
+
// Added 2026-04-30
|
|
2052
|
+
platform_editor_insert_menu_ai: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2053
|
+
productKeys: {
|
|
2054
|
+
confluence: 'platform_editor_insert_menu_ai',
|
|
2055
|
+
jira: 'platform_editor_insert_menu_ai'
|
|
2056
|
+
},
|
|
2057
|
+
param: 'isEnabled',
|
|
2058
|
+
defaultValue: false
|
|
2050
2059
|
})
|
|
2051
2060
|
};
|
|
@@ -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: {
|
|
@@ -1856,6 +1848,14 @@ export const editorExperimentsConfig = {
|
|
|
1856
1848
|
param: 'isEnabled',
|
|
1857
1849
|
defaultValue: false
|
|
1858
1850
|
}),
|
|
1851
|
+
// Added 2026-04-28
|
|
1852
|
+
platform_editor_expand_content_a11y: createBooleanExperiment({
|
|
1853
|
+
productKeys: {
|
|
1854
|
+
confluence: 'platform_editor_expand_content_a11y'
|
|
1855
|
+
},
|
|
1856
|
+
param: 'isEnabled',
|
|
1857
|
+
defaultValue: false
|
|
1858
|
+
}),
|
|
1859
1859
|
// Added 2026-04-15
|
|
1860
1860
|
platform_editor_ai_no_stream_skip_pacer: createBooleanExperiment({
|
|
1861
1861
|
productKeys: {
|
|
@@ -2041,5 +2041,14 @@ export const editorExperimentsConfig = {
|
|
|
2041
2041
|
},
|
|
2042
2042
|
param: 'isEnabled',
|
|
2043
2043
|
defaultValue: false
|
|
2044
|
+
}),
|
|
2045
|
+
// Added 2026-04-30
|
|
2046
|
+
platform_editor_insert_menu_ai: createBooleanExperiment({
|
|
2047
|
+
productKeys: {
|
|
2048
|
+
confluence: 'platform_editor_insert_menu_ai',
|
|
2049
|
+
jira: 'platform_editor_insert_menu_ai'
|
|
2050
|
+
},
|
|
2051
|
+
param: 'isEnabled',
|
|
2052
|
+
defaultValue: false
|
|
2044
2053
|
})
|
|
2045
2054
|
};
|
|
@@ -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: {
|
|
@@ -1856,6 +1848,14 @@ export var editorExperimentsConfig = {
|
|
|
1856
1848
|
param: 'isEnabled',
|
|
1857
1849
|
defaultValue: false
|
|
1858
1850
|
}),
|
|
1851
|
+
// Added 2026-04-28
|
|
1852
|
+
platform_editor_expand_content_a11y: createBooleanExperiment({
|
|
1853
|
+
productKeys: {
|
|
1854
|
+
confluence: 'platform_editor_expand_content_a11y'
|
|
1855
|
+
},
|
|
1856
|
+
param: 'isEnabled',
|
|
1857
|
+
defaultValue: false
|
|
1858
|
+
}),
|
|
1859
1859
|
// Added 2026-04-15
|
|
1860
1860
|
platform_editor_ai_no_stream_skip_pacer: createBooleanExperiment({
|
|
1861
1861
|
productKeys: {
|
|
@@ -2041,5 +2041,14 @@ export var editorExperimentsConfig = {
|
|
|
2041
2041
|
},
|
|
2042
2042
|
param: 'isEnabled',
|
|
2043
2043
|
defaultValue: false
|
|
2044
|
+
}),
|
|
2045
|
+
// Added 2026-04-30
|
|
2046
|
+
platform_editor_insert_menu_ai: createBooleanExperiment({
|
|
2047
|
+
productKeys: {
|
|
2048
|
+
confluence: 'platform_editor_insert_menu_ai',
|
|
2049
|
+
jira: 'platform_editor_insert_menu_ai'
|
|
2050
|
+
},
|
|
2051
|
+
param: 'isEnabled',
|
|
2052
|
+
defaultValue: false
|
|
2044
2053
|
})
|
|
2045
2054
|
};
|
|
@@ -511,12 +511,6 @@ export declare const editorExperimentsConfig: {
|
|
|
511
511
|
productKeys?: ProductKeys;
|
|
512
512
|
typeGuard: IsBooleanType;
|
|
513
513
|
};
|
|
514
|
-
platform_editor_media_vc_fixes: {
|
|
515
|
-
defaultValue: boolean;
|
|
516
|
-
param: string;
|
|
517
|
-
productKeys?: ProductKeys;
|
|
518
|
-
typeGuard: IsBooleanType;
|
|
519
|
-
};
|
|
520
514
|
platform_editor_media_vc_fixes_patch1: {
|
|
521
515
|
defaultValue: boolean;
|
|
522
516
|
param: string;
|
|
@@ -1392,6 +1386,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1392
1386
|
productKeys?: ProductKeys;
|
|
1393
1387
|
typeGuard: IsBooleanType;
|
|
1394
1388
|
};
|
|
1389
|
+
platform_editor_expand_content_a11y: {
|
|
1390
|
+
defaultValue: boolean;
|
|
1391
|
+
param: string;
|
|
1392
|
+
productKeys?: ProductKeys;
|
|
1393
|
+
typeGuard: IsBooleanType;
|
|
1394
|
+
};
|
|
1395
1395
|
platform_editor_lovability_select_all_shortcut: {
|
|
1396
1396
|
defaultValue: boolean;
|
|
1397
1397
|
param: string;
|
|
@@ -1506,5 +1506,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1506
1506
|
productKeys?: ProductKeys;
|
|
1507
1507
|
typeGuard: IsBooleanType;
|
|
1508
1508
|
};
|
|
1509
|
+
platform_editor_insert_menu_ai: {
|
|
1510
|
+
defaultValue: boolean;
|
|
1511
|
+
param: string;
|
|
1512
|
+
productKeys?: ProductKeys;
|
|
1513
|
+
typeGuard: IsBooleanType;
|
|
1514
|
+
};
|
|
1509
1515
|
};
|
|
1510
1516
|
export {};
|
|
@@ -511,12 +511,6 @@ export declare const editorExperimentsConfig: {
|
|
|
511
511
|
productKeys?: ProductKeys;
|
|
512
512
|
typeGuard: IsBooleanType;
|
|
513
513
|
};
|
|
514
|
-
platform_editor_media_vc_fixes: {
|
|
515
|
-
defaultValue: boolean;
|
|
516
|
-
param: string;
|
|
517
|
-
productKeys?: ProductKeys;
|
|
518
|
-
typeGuard: IsBooleanType;
|
|
519
|
-
};
|
|
520
514
|
platform_editor_media_vc_fixes_patch1: {
|
|
521
515
|
defaultValue: boolean;
|
|
522
516
|
param: string;
|
|
@@ -1392,6 +1386,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1392
1386
|
productKeys?: ProductKeys;
|
|
1393
1387
|
typeGuard: IsBooleanType;
|
|
1394
1388
|
};
|
|
1389
|
+
platform_editor_expand_content_a11y: {
|
|
1390
|
+
defaultValue: boolean;
|
|
1391
|
+
param: string;
|
|
1392
|
+
productKeys?: ProductKeys;
|
|
1393
|
+
typeGuard: IsBooleanType;
|
|
1394
|
+
};
|
|
1395
1395
|
platform_editor_lovability_select_all_shortcut: {
|
|
1396
1396
|
defaultValue: boolean;
|
|
1397
1397
|
param: string;
|
|
@@ -1506,5 +1506,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1506
1506
|
productKeys?: ProductKeys;
|
|
1507
1507
|
typeGuard: IsBooleanType;
|
|
1508
1508
|
};
|
|
1509
|
+
platform_editor_insert_menu_ai: {
|
|
1510
|
+
defaultValue: boolean;
|
|
1511
|
+
param: string;
|
|
1512
|
+
productKeys?: ProductKeys;
|
|
1513
|
+
typeGuard: IsBooleanType;
|
|
1514
|
+
};
|
|
1509
1515
|
};
|
|
1510
1516
|
export {};
|
package/package.json
CHANGED