@atlaskit/tmp-editor-statsig 90.3.0 → 92.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 CHANGED
@@ -1,5 +1,31 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 92.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`2b3602c6e9f97`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2b3602c6e9f97) -
8
+ Clean up feature flag 'platform_safari_cursor_typeahead_fix'
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 91.0.0
15
+
16
+ ### Major Changes
17
+
18
+ - [`f7faa21a01fc7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f7faa21a01fc7) -
19
+ Cleanup stale feature gates and experiments now that they have shipped. The following
20
+ gates/experiments have been removed and their enabled paths kept as the permanent behaviour:
21
+ platform_editor_fix_scrolling_popup_position, platform_editor_table_resize_chromeless,
22
+ platform_editor_chromeless_akeditor_class, create_work_item_modernization_exp.
23
+
24
+ ### Minor Changes
25
+
26
+ - [`dbe0d03cebcd7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dbe0d03cebcd7) -
27
+ Added fix_copy_paste_external_media_renderer_to_editor experiment
28
+
3
29
  ## 90.3.0
4
30
 
5
31
  ### Minor Changes
@@ -1260,23 +1260,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1260
1260
  param: 'isEnabled',
1261
1261
  defaultValue: false
1262
1262
  }),
1263
- // Added 2026-04-23
1264
- platform_editor_fix_scrolling_popup_position: (0, _experimentBuilders.createBooleanExperiment)({
1265
- productKeys: {
1266
- confluence: 'platform_editor_fix_scrolling_popup_position',
1267
- jira: 'platform_editor_fix_scrolling_popup_position'
1268
- },
1269
- param: 'isEnabled',
1270
- defaultValue: false
1271
- }),
1272
- // Added 2026-04-28
1273
- create_work_item_modernization_exp: (0, _experimentBuilders.createBooleanExperiment)({
1274
- productKeys: {
1275
- jira: 'create_work_item_modernization_exp'
1276
- },
1277
- param: 'isEnabled',
1278
- defaultValue: false
1279
- }),
1280
1263
  // Added 2026-01-30
1281
1264
  platform_editor_fix_cross_origin_editor_focus: (0, _experimentBuilders.createBooleanExperiment)({
1282
1265
  productKeys: {
@@ -1349,14 +1332,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1349
1332
  param: 'isEnabled',
1350
1333
  defaultValue: false
1351
1334
  }),
1352
- platform_editor_table_resize_chromeless: (0, _experimentBuilders.createBooleanExperiment)({
1353
- productKeys: {
1354
- confluence: 'platform_editor_table_resize_chromeless',
1355
- jira: 'platform_editor_table_resize_chromeless'
1356
- },
1357
- param: 'isEnabled',
1358
- defaultValue: false
1359
- }),
1360
1335
  // Added 2026-02-05
1361
1336
  platform_editor_toolbar_split_button_ui: (0, _experimentBuilders.createBooleanExperiment)({
1362
1337
  productKeys: {
@@ -1381,14 +1356,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1381
1356
  param: 'isEnabled',
1382
1357
  defaultValue: false
1383
1358
  }),
1384
- // Added 2026-03-16
1385
- platform_safari_cursor_typeahead_fix: (0, _experimentBuilders.createBooleanExperiment)({
1386
- productKeys: {
1387
- confluence: 'platform_safari_cursor_typeahead_fix'
1388
- },
1389
- param: 'isEnabled',
1390
- defaultValue: false
1391
- }),
1392
1359
  platform_editor_fix_advanced_codeblocks_crlf_patch: (0, _experimentBuilders.createBooleanExperiment)({
1393
1360
  productKeys: {
1394
1361
  confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
@@ -2210,6 +2177,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2210
2177
  param: 'isEnabled',
2211
2178
  defaultValue: false
2212
2179
  }),
2180
+ // Added 2026-06-05
2181
+ fix_copy_paste_external_media_renderer_to_editor: (0, _experimentBuilders.createBooleanExperiment)({
2182
+ productKeys: {
2183
+ confluence: 'fix_copy_paste_external_media_renderer_to_editor',
2184
+ jira: 'fix_copy_paste_external_media_renderer_to_editor'
2185
+ },
2186
+ param: 'isEnabled',
2187
+ defaultValue: false
2188
+ }),
2213
2189
  // Added 2026-04-30
2214
2190
  platform_editor_insert_menu_ai: (0, _experimentBuilders.createBooleanExperiment)({
2215
2191
  productKeys: {
@@ -1254,23 +1254,6 @@ export const editorExperimentsConfig = {
1254
1254
  param: 'isEnabled',
1255
1255
  defaultValue: false
1256
1256
  }),
1257
- // Added 2026-04-23
1258
- platform_editor_fix_scrolling_popup_position: createBooleanExperiment({
1259
- productKeys: {
1260
- confluence: 'platform_editor_fix_scrolling_popup_position',
1261
- jira: 'platform_editor_fix_scrolling_popup_position'
1262
- },
1263
- param: 'isEnabled',
1264
- defaultValue: false
1265
- }),
1266
- // Added 2026-04-28
1267
- create_work_item_modernization_exp: createBooleanExperiment({
1268
- productKeys: {
1269
- jira: 'create_work_item_modernization_exp'
1270
- },
1271
- param: 'isEnabled',
1272
- defaultValue: false
1273
- }),
1274
1257
  // Added 2026-01-30
1275
1258
  platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
1276
1259
  productKeys: {
@@ -1343,14 +1326,6 @@ export const editorExperimentsConfig = {
1343
1326
  param: 'isEnabled',
1344
1327
  defaultValue: false
1345
1328
  }),
1346
- platform_editor_table_resize_chromeless: createBooleanExperiment({
1347
- productKeys: {
1348
- confluence: 'platform_editor_table_resize_chromeless',
1349
- jira: 'platform_editor_table_resize_chromeless'
1350
- },
1351
- param: 'isEnabled',
1352
- defaultValue: false
1353
- }),
1354
1329
  // Added 2026-02-05
1355
1330
  platform_editor_toolbar_split_button_ui: createBooleanExperiment({
1356
1331
  productKeys: {
@@ -1375,14 +1350,6 @@ export const editorExperimentsConfig = {
1375
1350
  param: 'isEnabled',
1376
1351
  defaultValue: false
1377
1352
  }),
1378
- // Added 2026-03-16
1379
- platform_safari_cursor_typeahead_fix: createBooleanExperiment({
1380
- productKeys: {
1381
- confluence: 'platform_safari_cursor_typeahead_fix'
1382
- },
1383
- param: 'isEnabled',
1384
- defaultValue: false
1385
- }),
1386
1353
  platform_editor_fix_advanced_codeblocks_crlf_patch: createBooleanExperiment({
1387
1354
  productKeys: {
1388
1355
  confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
@@ -2204,6 +2171,15 @@ export const editorExperimentsConfig = {
2204
2171
  param: 'isEnabled',
2205
2172
  defaultValue: false
2206
2173
  }),
2174
+ // Added 2026-06-05
2175
+ fix_copy_paste_external_media_renderer_to_editor: createBooleanExperiment({
2176
+ productKeys: {
2177
+ confluence: 'fix_copy_paste_external_media_renderer_to_editor',
2178
+ jira: 'fix_copy_paste_external_media_renderer_to_editor'
2179
+ },
2180
+ param: 'isEnabled',
2181
+ defaultValue: false
2182
+ }),
2207
2183
  // Added 2026-04-30
2208
2184
  platform_editor_insert_menu_ai: createBooleanExperiment({
2209
2185
  productKeys: {
@@ -1254,23 +1254,6 @@ export var editorExperimentsConfig = {
1254
1254
  param: 'isEnabled',
1255
1255
  defaultValue: false
1256
1256
  }),
1257
- // Added 2026-04-23
1258
- platform_editor_fix_scrolling_popup_position: createBooleanExperiment({
1259
- productKeys: {
1260
- confluence: 'platform_editor_fix_scrolling_popup_position',
1261
- jira: 'platform_editor_fix_scrolling_popup_position'
1262
- },
1263
- param: 'isEnabled',
1264
- defaultValue: false
1265
- }),
1266
- // Added 2026-04-28
1267
- create_work_item_modernization_exp: createBooleanExperiment({
1268
- productKeys: {
1269
- jira: 'create_work_item_modernization_exp'
1270
- },
1271
- param: 'isEnabled',
1272
- defaultValue: false
1273
- }),
1274
1257
  // Added 2026-01-30
1275
1258
  platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
1276
1259
  productKeys: {
@@ -1343,14 +1326,6 @@ export var editorExperimentsConfig = {
1343
1326
  param: 'isEnabled',
1344
1327
  defaultValue: false
1345
1328
  }),
1346
- platform_editor_table_resize_chromeless: createBooleanExperiment({
1347
- productKeys: {
1348
- confluence: 'platform_editor_table_resize_chromeless',
1349
- jira: 'platform_editor_table_resize_chromeless'
1350
- },
1351
- param: 'isEnabled',
1352
- defaultValue: false
1353
- }),
1354
1329
  // Added 2026-02-05
1355
1330
  platform_editor_toolbar_split_button_ui: createBooleanExperiment({
1356
1331
  productKeys: {
@@ -1375,14 +1350,6 @@ export var editorExperimentsConfig = {
1375
1350
  param: 'isEnabled',
1376
1351
  defaultValue: false
1377
1352
  }),
1378
- // Added 2026-03-16
1379
- platform_safari_cursor_typeahead_fix: createBooleanExperiment({
1380
- productKeys: {
1381
- confluence: 'platform_safari_cursor_typeahead_fix'
1382
- },
1383
- param: 'isEnabled',
1384
- defaultValue: false
1385
- }),
1386
1353
  platform_editor_fix_advanced_codeblocks_crlf_patch: createBooleanExperiment({
1387
1354
  productKeys: {
1388
1355
  confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
@@ -2204,6 +2171,15 @@ export var editorExperimentsConfig = {
2204
2171
  param: 'isEnabled',
2205
2172
  defaultValue: false
2206
2173
  }),
2174
+ // Added 2026-06-05
2175
+ fix_copy_paste_external_media_renderer_to_editor: createBooleanExperiment({
2176
+ productKeys: {
2177
+ confluence: 'fix_copy_paste_external_media_renderer_to_editor',
2178
+ jira: 'fix_copy_paste_external_media_renderer_to_editor'
2179
+ },
2180
+ param: 'isEnabled',
2181
+ defaultValue: false
2182
+ }),
2207
2183
  // Added 2026-04-30
2208
2184
  platform_editor_insert_menu_ai: createBooleanExperiment({
2209
2185
  productKeys: {
@@ -936,12 +936,6 @@ export declare const editorExperimentsConfig: {
936
936
  productKeys?: ProductKeys;
937
937
  typeGuard: IsBooleanType;
938
938
  };
939
- platform_editor_fix_scrolling_popup_position: {
940
- defaultValue: boolean;
941
- param: string;
942
- productKeys?: ProductKeys;
943
- typeGuard: IsBooleanType;
944
- };
945
939
  platform_editor_ai_fix_insert_after_selection: {
946
940
  defaultValue: boolean;
947
941
  param: string;
@@ -1004,12 +998,6 @@ export declare const editorExperimentsConfig: {
1004
998
  productKeys?: ProductKeys;
1005
999
  typeGuard: IsBooleanType;
1006
1000
  };
1007
- platform_editor_table_resize_chromeless: {
1008
- defaultValue: boolean;
1009
- param: string;
1010
- productKeys?: ProductKeys;
1011
- typeGuard: IsBooleanType;
1012
- };
1013
1001
  platform_editor_toolbar_split_button_ui: {
1014
1002
  defaultValue: boolean;
1015
1003
  param: string;
@@ -1028,12 +1016,6 @@ export declare const editorExperimentsConfig: {
1028
1016
  productKeys?: ProductKeys;
1029
1017
  typeGuard: IsBooleanType;
1030
1018
  };
1031
- platform_safari_cursor_typeahead_fix: {
1032
- defaultValue: boolean;
1033
- param: string;
1034
- productKeys?: ProductKeys;
1035
- typeGuard: IsBooleanType;
1036
- };
1037
1019
  platform_editor_comment_editor_border_radius: {
1038
1020
  defaultValue: boolean;
1039
1021
  param: string;
@@ -1520,12 +1502,6 @@ export declare const editorExperimentsConfig: {
1520
1502
  productKeys?: ProductKeys;
1521
1503
  typeGuard: IsBooleanType;
1522
1504
  };
1523
- create_work_item_modernization_exp: {
1524
- defaultValue: boolean;
1525
- param: string;
1526
- productKeys?: ProductKeys;
1527
- typeGuard: IsBooleanType;
1528
- };
1529
1505
  improve_3p_smart_link_resolve_rate: {
1530
1506
  defaultValue: boolean;
1531
1507
  param: string;
@@ -1634,6 +1610,12 @@ export declare const editorExperimentsConfig: {
1634
1610
  productKeys?: ProductKeys;
1635
1611
  typeGuard: IsBooleanType;
1636
1612
  };
1613
+ fix_copy_paste_external_media_renderer_to_editor: {
1614
+ defaultValue: boolean;
1615
+ param: string;
1616
+ productKeys?: ProductKeys;
1617
+ typeGuard: IsBooleanType;
1618
+ };
1637
1619
  platform_editor_show_diff_fix_missing_attrs: {
1638
1620
  defaultValue: boolean;
1639
1621
  param: string;
@@ -936,12 +936,6 @@ export declare const editorExperimentsConfig: {
936
936
  productKeys?: ProductKeys;
937
937
  typeGuard: IsBooleanType;
938
938
  };
939
- platform_editor_fix_scrolling_popup_position: {
940
- defaultValue: boolean;
941
- param: string;
942
- productKeys?: ProductKeys;
943
- typeGuard: IsBooleanType;
944
- };
945
939
  platform_editor_ai_fix_insert_after_selection: {
946
940
  defaultValue: boolean;
947
941
  param: string;
@@ -1004,12 +998,6 @@ export declare const editorExperimentsConfig: {
1004
998
  productKeys?: ProductKeys;
1005
999
  typeGuard: IsBooleanType;
1006
1000
  };
1007
- platform_editor_table_resize_chromeless: {
1008
- defaultValue: boolean;
1009
- param: string;
1010
- productKeys?: ProductKeys;
1011
- typeGuard: IsBooleanType;
1012
- };
1013
1001
  platform_editor_toolbar_split_button_ui: {
1014
1002
  defaultValue: boolean;
1015
1003
  param: string;
@@ -1028,12 +1016,6 @@ export declare const editorExperimentsConfig: {
1028
1016
  productKeys?: ProductKeys;
1029
1017
  typeGuard: IsBooleanType;
1030
1018
  };
1031
- platform_safari_cursor_typeahead_fix: {
1032
- defaultValue: boolean;
1033
- param: string;
1034
- productKeys?: ProductKeys;
1035
- typeGuard: IsBooleanType;
1036
- };
1037
1019
  platform_editor_comment_editor_border_radius: {
1038
1020
  defaultValue: boolean;
1039
1021
  param: string;
@@ -1520,12 +1502,6 @@ export declare const editorExperimentsConfig: {
1520
1502
  productKeys?: ProductKeys;
1521
1503
  typeGuard: IsBooleanType;
1522
1504
  };
1523
- create_work_item_modernization_exp: {
1524
- defaultValue: boolean;
1525
- param: string;
1526
- productKeys?: ProductKeys;
1527
- typeGuard: IsBooleanType;
1528
- };
1529
1505
  improve_3p_smart_link_resolve_rate: {
1530
1506
  defaultValue: boolean;
1531
1507
  param: string;
@@ -1634,6 +1610,12 @@ export declare const editorExperimentsConfig: {
1634
1610
  productKeys?: ProductKeys;
1635
1611
  typeGuard: IsBooleanType;
1636
1612
  };
1613
+ fix_copy_paste_external_media_renderer_to_editor: {
1614
+ defaultValue: boolean;
1615
+ param: string;
1616
+ productKeys?: ProductKeys;
1617
+ typeGuard: IsBooleanType;
1618
+ };
1637
1619
  platform_editor_show_diff_fix_missing_attrs: {
1638
1620
  defaultValue: boolean;
1639
1621
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "90.3.0",
3
+ "version": "92.0.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",