@atlaskit/tmp-editor-statsig 73.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 +25 -0
- package/dist/cjs/experiments-config.js +26 -18
- package/dist/es2019/experiments-config.js +26 -18
- package/dist/esm/experiments-config.js +26 -18
- package/dist/types/experiments-config.d.ts +18 -12
- package/dist/types-ts4.5/experiments-config.d.ts +18 -12
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
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
|
+
|
|
12
|
+
## 74.0.0
|
|
13
|
+
|
|
14
|
+
### Major Changes
|
|
15
|
+
|
|
16
|
+
- [`ab837b5646256`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ab837b5646256) -
|
|
17
|
+
[ux] EDITOR-6274 Clean up platform_editor_element_drag_and_drop_multiselect
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- [`1c1f0af056fcb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1c1f0af056fcb) -
|
|
22
|
+
migrate react components from emotion to compiled for link, panel and layoutColumn
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
|
|
3
28
|
## 73.0.0
|
|
4
29
|
|
|
5
30
|
### 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: {
|
|
@@ -388,14 +380,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
388
380
|
param: 'isEnabled',
|
|
389
381
|
defaultValue: false
|
|
390
382
|
}),
|
|
391
|
-
// Added 2025-01-13
|
|
392
|
-
platform_editor_element_drag_and_drop_multiselect: (0, _experimentBuilders.createBooleanExperiment)({
|
|
393
|
-
productKeys: {
|
|
394
|
-
confluence: 'platform_editor_element_drag_and_drop_multiselect'
|
|
395
|
-
},
|
|
396
|
-
param: 'isEnabled',
|
|
397
|
-
defaultValue: false
|
|
398
|
-
}),
|
|
399
383
|
// Added 2026-03-30
|
|
400
384
|
platform_editor_editor_ssr_streaming: (0, _experimentBuilders.createBooleanExperiment)({
|
|
401
385
|
productKeys: {
|
|
@@ -1870,6 +1854,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1870
1854
|
param: 'isEnabled',
|
|
1871
1855
|
defaultValue: false
|
|
1872
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
|
+
}),
|
|
1873
1865
|
// Added 2026-04-15
|
|
1874
1866
|
platform_editor_ai_no_stream_skip_pacer: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1875
1867
|
productKeys: {
|
|
@@ -1971,8 +1963,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1971
1963
|
// Added 2026-04-10
|
|
1972
1964
|
platform_editor_static_css: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1973
1965
|
productKeys: {
|
|
1974
|
-
confluence: '
|
|
1975
|
-
|
|
1966
|
+
confluence: 'platform_editor_renderer_static_css'
|
|
1967
|
+
},
|
|
1968
|
+
param: 'isEnabled',
|
|
1969
|
+
defaultValue: false
|
|
1970
|
+
}),
|
|
1971
|
+
// Added 2026-04-30
|
|
1972
|
+
platform_editor_renderer_static_css: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1973
|
+
productKeys: {
|
|
1974
|
+
confluence: 'platform_editor_renderer_static_css'
|
|
1976
1975
|
},
|
|
1977
1976
|
param: 'isEnabled',
|
|
1978
1977
|
defaultValue: false
|
|
@@ -2048,5 +2047,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2048
2047
|
},
|
|
2049
2048
|
param: 'isEnabled',
|
|
2050
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
|
|
2051
2059
|
})
|
|
2052
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: {
|
|
@@ -382,14 +374,6 @@ export const editorExperimentsConfig = {
|
|
|
382
374
|
param: 'isEnabled',
|
|
383
375
|
defaultValue: false
|
|
384
376
|
}),
|
|
385
|
-
// Added 2025-01-13
|
|
386
|
-
platform_editor_element_drag_and_drop_multiselect: createBooleanExperiment({
|
|
387
|
-
productKeys: {
|
|
388
|
-
confluence: 'platform_editor_element_drag_and_drop_multiselect'
|
|
389
|
-
},
|
|
390
|
-
param: 'isEnabled',
|
|
391
|
-
defaultValue: false
|
|
392
|
-
}),
|
|
393
377
|
// Added 2026-03-30
|
|
394
378
|
platform_editor_editor_ssr_streaming: createBooleanExperiment({
|
|
395
379
|
productKeys: {
|
|
@@ -1864,6 +1848,14 @@ export const editorExperimentsConfig = {
|
|
|
1864
1848
|
param: 'isEnabled',
|
|
1865
1849
|
defaultValue: false
|
|
1866
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
|
+
}),
|
|
1867
1859
|
// Added 2026-04-15
|
|
1868
1860
|
platform_editor_ai_no_stream_skip_pacer: createBooleanExperiment({
|
|
1869
1861
|
productKeys: {
|
|
@@ -1965,8 +1957,15 @@ export const editorExperimentsConfig = {
|
|
|
1965
1957
|
// Added 2026-04-10
|
|
1966
1958
|
platform_editor_static_css: createBooleanExperiment({
|
|
1967
1959
|
productKeys: {
|
|
1968
|
-
confluence: '
|
|
1969
|
-
|
|
1960
|
+
confluence: 'platform_editor_renderer_static_css'
|
|
1961
|
+
},
|
|
1962
|
+
param: 'isEnabled',
|
|
1963
|
+
defaultValue: false
|
|
1964
|
+
}),
|
|
1965
|
+
// Added 2026-04-30
|
|
1966
|
+
platform_editor_renderer_static_css: createBooleanExperiment({
|
|
1967
|
+
productKeys: {
|
|
1968
|
+
confluence: 'platform_editor_renderer_static_css'
|
|
1970
1969
|
},
|
|
1971
1970
|
param: 'isEnabled',
|
|
1972
1971
|
defaultValue: false
|
|
@@ -2042,5 +2041,14 @@ export const editorExperimentsConfig = {
|
|
|
2042
2041
|
},
|
|
2043
2042
|
param: 'isEnabled',
|
|
2044
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
|
|
2045
2053
|
})
|
|
2046
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: {
|
|
@@ -382,14 +374,6 @@ export var editorExperimentsConfig = {
|
|
|
382
374
|
param: 'isEnabled',
|
|
383
375
|
defaultValue: false
|
|
384
376
|
}),
|
|
385
|
-
// Added 2025-01-13
|
|
386
|
-
platform_editor_element_drag_and_drop_multiselect: createBooleanExperiment({
|
|
387
|
-
productKeys: {
|
|
388
|
-
confluence: 'platform_editor_element_drag_and_drop_multiselect'
|
|
389
|
-
},
|
|
390
|
-
param: 'isEnabled',
|
|
391
|
-
defaultValue: false
|
|
392
|
-
}),
|
|
393
377
|
// Added 2026-03-30
|
|
394
378
|
platform_editor_editor_ssr_streaming: createBooleanExperiment({
|
|
395
379
|
productKeys: {
|
|
@@ -1864,6 +1848,14 @@ export var editorExperimentsConfig = {
|
|
|
1864
1848
|
param: 'isEnabled',
|
|
1865
1849
|
defaultValue: false
|
|
1866
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
|
+
}),
|
|
1867
1859
|
// Added 2026-04-15
|
|
1868
1860
|
platform_editor_ai_no_stream_skip_pacer: createBooleanExperiment({
|
|
1869
1861
|
productKeys: {
|
|
@@ -1965,8 +1957,15 @@ export var editorExperimentsConfig = {
|
|
|
1965
1957
|
// Added 2026-04-10
|
|
1966
1958
|
platform_editor_static_css: createBooleanExperiment({
|
|
1967
1959
|
productKeys: {
|
|
1968
|
-
confluence: '
|
|
1969
|
-
|
|
1960
|
+
confluence: 'platform_editor_renderer_static_css'
|
|
1961
|
+
},
|
|
1962
|
+
param: 'isEnabled',
|
|
1963
|
+
defaultValue: false
|
|
1964
|
+
}),
|
|
1965
|
+
// Added 2026-04-30
|
|
1966
|
+
platform_editor_renderer_static_css: createBooleanExperiment({
|
|
1967
|
+
productKeys: {
|
|
1968
|
+
confluence: 'platform_editor_renderer_static_css'
|
|
1970
1969
|
},
|
|
1971
1970
|
param: 'isEnabled',
|
|
1972
1971
|
defaultValue: false
|
|
@@ -2042,5 +2041,14 @@ export var editorExperimentsConfig = {
|
|
|
2042
2041
|
},
|
|
2043
2042
|
param: 'isEnabled',
|
|
2044
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
|
|
2045
2053
|
})
|
|
2046
2054
|
};
|
|
@@ -397,12 +397,6 @@ export declare const editorExperimentsConfig: {
|
|
|
397
397
|
productKeys?: ProductKeys;
|
|
398
398
|
typeGuard: IsBooleanType;
|
|
399
399
|
};
|
|
400
|
-
platform_editor_element_drag_and_drop_multiselect: {
|
|
401
|
-
defaultValue: boolean;
|
|
402
|
-
param: string;
|
|
403
|
-
productKeys?: ProductKeys;
|
|
404
|
-
typeGuard: IsBooleanType;
|
|
405
|
-
};
|
|
406
400
|
platform_editor_enable_single_player_step_merging: {
|
|
407
401
|
defaultValue: boolean;
|
|
408
402
|
param: string;
|
|
@@ -517,12 +511,6 @@ export declare const editorExperimentsConfig: {
|
|
|
517
511
|
productKeys?: ProductKeys;
|
|
518
512
|
typeGuard: IsBooleanType;
|
|
519
513
|
};
|
|
520
|
-
platform_editor_media_vc_fixes: {
|
|
521
|
-
defaultValue: boolean;
|
|
522
|
-
param: string;
|
|
523
|
-
productKeys?: ProductKeys;
|
|
524
|
-
typeGuard: IsBooleanType;
|
|
525
|
-
};
|
|
526
514
|
platform_editor_media_vc_fixes_patch1: {
|
|
527
515
|
defaultValue: boolean;
|
|
528
516
|
param: string;
|
|
@@ -1398,6 +1386,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1398
1386
|
productKeys?: ProductKeys;
|
|
1399
1387
|
typeGuard: IsBooleanType;
|
|
1400
1388
|
};
|
|
1389
|
+
platform_editor_expand_content_a11y: {
|
|
1390
|
+
defaultValue: boolean;
|
|
1391
|
+
param: string;
|
|
1392
|
+
productKeys?: ProductKeys;
|
|
1393
|
+
typeGuard: IsBooleanType;
|
|
1394
|
+
};
|
|
1401
1395
|
platform_editor_lovability_select_all_shortcut: {
|
|
1402
1396
|
defaultValue: boolean;
|
|
1403
1397
|
param: string;
|
|
@@ -1416,6 +1410,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1416
1410
|
productKeys?: ProductKeys;
|
|
1417
1411
|
typeGuard: IsBooleanType;
|
|
1418
1412
|
};
|
|
1413
|
+
platform_editor_renderer_static_css: {
|
|
1414
|
+
defaultValue: boolean;
|
|
1415
|
+
param: string;
|
|
1416
|
+
productKeys?: ProductKeys;
|
|
1417
|
+
typeGuard: IsBooleanType;
|
|
1418
|
+
};
|
|
1419
1419
|
platform_editor_ai_no_stream_skip_pacer: {
|
|
1420
1420
|
defaultValue: boolean;
|
|
1421
1421
|
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 {};
|
|
@@ -397,12 +397,6 @@ export declare const editorExperimentsConfig: {
|
|
|
397
397
|
productKeys?: ProductKeys;
|
|
398
398
|
typeGuard: IsBooleanType;
|
|
399
399
|
};
|
|
400
|
-
platform_editor_element_drag_and_drop_multiselect: {
|
|
401
|
-
defaultValue: boolean;
|
|
402
|
-
param: string;
|
|
403
|
-
productKeys?: ProductKeys;
|
|
404
|
-
typeGuard: IsBooleanType;
|
|
405
|
-
};
|
|
406
400
|
platform_editor_enable_single_player_step_merging: {
|
|
407
401
|
defaultValue: boolean;
|
|
408
402
|
param: string;
|
|
@@ -517,12 +511,6 @@ export declare const editorExperimentsConfig: {
|
|
|
517
511
|
productKeys?: ProductKeys;
|
|
518
512
|
typeGuard: IsBooleanType;
|
|
519
513
|
};
|
|
520
|
-
platform_editor_media_vc_fixes: {
|
|
521
|
-
defaultValue: boolean;
|
|
522
|
-
param: string;
|
|
523
|
-
productKeys?: ProductKeys;
|
|
524
|
-
typeGuard: IsBooleanType;
|
|
525
|
-
};
|
|
526
514
|
platform_editor_media_vc_fixes_patch1: {
|
|
527
515
|
defaultValue: boolean;
|
|
528
516
|
param: string;
|
|
@@ -1398,6 +1386,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1398
1386
|
productKeys?: ProductKeys;
|
|
1399
1387
|
typeGuard: IsBooleanType;
|
|
1400
1388
|
};
|
|
1389
|
+
platform_editor_expand_content_a11y: {
|
|
1390
|
+
defaultValue: boolean;
|
|
1391
|
+
param: string;
|
|
1392
|
+
productKeys?: ProductKeys;
|
|
1393
|
+
typeGuard: IsBooleanType;
|
|
1394
|
+
};
|
|
1401
1395
|
platform_editor_lovability_select_all_shortcut: {
|
|
1402
1396
|
defaultValue: boolean;
|
|
1403
1397
|
param: string;
|
|
@@ -1416,6 +1410,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1416
1410
|
productKeys?: ProductKeys;
|
|
1417
1411
|
typeGuard: IsBooleanType;
|
|
1418
1412
|
};
|
|
1413
|
+
platform_editor_renderer_static_css: {
|
|
1414
|
+
defaultValue: boolean;
|
|
1415
|
+
param: string;
|
|
1416
|
+
productKeys?: ProductKeys;
|
|
1417
|
+
typeGuard: IsBooleanType;
|
|
1418
|
+
};
|
|
1419
1419
|
platform_editor_ai_no_stream_skip_pacer: {
|
|
1420
1420
|
defaultValue: boolean;
|
|
1421
1421
|
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "74.1.0",
|
|
4
4
|
"description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"atlaskit:src": "src/index.ts",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
37
|
-
"@atlaskit/react-ufo": "^5.
|
|
37
|
+
"@atlaskit/react-ufo": "^5.18.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|