@atlaskit/tmp-editor-statsig 187.0.0 → 189.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,43 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 189.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`3c205719730cb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c205719730cb) -
8
+ Cleanup `platform_editor_table_nested_content_mode_fix` (`FFCLEANUP-152658`). Nested table renders
9
+ now permanently disable content mode, preserving the fully rolled-out behavior. The experiment is
10
+ removed from `@atlaskit/tmp-editor-statsig`; consumers that reference its typed
11
+ `editorExperimentsConfig` entry must remove those references when upgrading.
12
+ - [`66b95ac437117`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/66b95ac437117) -
13
+ Remove the `platform_editor_table_menu_updates_patch_3` experiment from the public experiment
14
+ configuration. Consumers must stop resolving this experiment through `expValEquals`; the table
15
+ menu now uses the permanent `true` behavior.
16
+ - [`8ed2cba592e7a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8ed2cba592e7a) -
17
+ Clean up the retired table sticky-header experiment.
18
+ - Preserve the permanently enabled sticky-header drag-row positioning.
19
+ - Remove the retired experiment configuration. Consumers should remove any overrides and rely on
20
+ the permanently enabled behavior.
21
+
22
+ ### Patch Changes
23
+
24
+ - [`8c22b996302b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8c22b996302b5) -
25
+ Clean up the permanently enabled `platform_editor_table_fit_to_content_auto_convert` experiment
26
+ and keep table fit-to-content conversion enabled across the editor and renderer.
27
+
28
+ ## 188.0.0
29
+
30
+ ### Major Changes
31
+
32
+ - [`962e8dc0188bf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/962e8dc0188bf) -
33
+ Clean up `platform_editor_offline_editing_web` with `isEnabled: true` for Confluence, keeping
34
+ offline editing and recovery behavior enabled. Remove the retired experiment from the editor
35
+ Statsig configuration; consumers must stop querying or overriding this experiment.
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies
40
+
3
41
  ## 187.0.0
4
42
 
5
43
  ### Major Changes
@@ -36,7 +36,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
36
36
  single_column_layouts: false,
37
37
  platform_editor_ai_unsplash_page_header: false,
38
38
  platform_editor_ai_edit_response_in_preview: false,
39
- platform_editor_offline_editing_web: false,
40
39
  platform_editor_tables_table_selector: false,
41
40
  platform_renderer_fix_analytics_memo_callback: false,
42
41
  platform_editor_no_cursor_on_edit_page_init: false,
@@ -46,7 +45,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
46
45
  platform_editor_enable_single_player_step_merging: false,
47
46
  platform_editor_paste_actions_menu: false,
48
47
  platform_editor_table_fit_to_content_on_demand: false,
49
- platform_editor_table_fit_to_content_auto_convert: false,
50
48
  platform_editor_table_q4_loveability: false,
51
49
  platform_editor_table_menu_updates: false,
52
50
  'cwr-modal-ui-refresh': false,
@@ -289,11 +289,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
289
289
  param: 'isEnabled',
290
290
  defaultValue: false
291
291
  }),
292
- // Added 2026-07-20
293
- platform_editor_table_sticky_header_patch_12: (0, _createBooleanExperiment.createBooleanExperiment)({
294
- param: 'isEnabled',
295
- defaultValue: false
296
- }),
297
292
  // Added 2026-01-05
298
293
  'company_hub_carousel_thumbnails-refactor': (0, _createBooleanExperiment.createBooleanExperiment)({
299
294
  productKeys: {
@@ -387,15 +382,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
387
382
  values: ['control', 'variant_a', 'variant_b'],
388
383
  defaultValue: 'control'
389
384
  }),
390
- // Added 2025-04-14
391
- // https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
392
- platform_editor_offline_editing_web: (0, _createBooleanExperiment.createBooleanExperiment)({
393
- productKeys: {
394
- confluence: 'platform_editor_offline_editing_web'
395
- },
396
- param: 'isEnabled',
397
- defaultValue: false
398
- }),
399
385
  // Added 2026-05-26
400
386
  platform_editor_agent_mentions: (0, _createBooleanExperiment.createBooleanExperiment)({
401
387
  productKeys: {
@@ -1190,21 +1176,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1190
1176
  param: 'isEnabled',
1191
1177
  defaultValue: false
1192
1178
  }),
1193
- platform_editor_table_fit_to_content_auto_convert: (0, _createBooleanExperiment.createBooleanExperiment)({
1194
- productKeys: {
1195
- confluence: 'platform_editor_table_fit_to_content_auto_convert'
1196
- },
1197
- param: 'isEnabled',
1198
- defaultValue: false
1199
- }),
1200
- // Added 2026-07-28
1201
- platform_editor_table_nested_content_mode_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
1202
- productKeys: {
1203
- confluence: 'platform_editor_table_nested_content_mode_fix'
1204
- },
1205
- param: 'isEnabled',
1206
- defaultValue: false
1207
- }),
1208
1179
  platform_editor_table_fit_to_content_on_demand: (0, _createBooleanExperiment.createBooleanExperiment)({
1209
1180
  productKeys: {
1210
1181
  confluence: 'platform_editor_table_fit_to_content_on_demand'
@@ -1683,15 +1654,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1683
1654
  param: 'value',
1684
1655
  defaultValue: false
1685
1656
  }),
1686
- // Added 2026-07-31
1687
- platform_editor_table_menu_updates_patch_3: (0, _createBooleanExperiment.createBooleanExperiment)({
1688
- productKeys: {
1689
- confluence: 'platform_editor_table_menu_updates_patch_3',
1690
- jira: 'platform_editor_table_menu_updates_patch_3'
1691
- },
1692
- param: 'isEnabled',
1693
- defaultValue: false
1694
- }),
1695
1657
  // Added 2026-07-28
1696
1658
  cwr_publish_flow_live_doc_toggle_exp: (0, _createMultivariateExperiment.createMultivariateExperiment)({
1697
1659
  productKeys: {
@@ -30,7 +30,6 @@ export const testBooleanOverrides = {
30
30
  single_column_layouts: false,
31
31
  platform_editor_ai_unsplash_page_header: false,
32
32
  platform_editor_ai_edit_response_in_preview: false,
33
- platform_editor_offline_editing_web: false,
34
33
  platform_editor_tables_table_selector: false,
35
34
  platform_renderer_fix_analytics_memo_callback: false,
36
35
  platform_editor_no_cursor_on_edit_page_init: false,
@@ -40,7 +39,6 @@ export const testBooleanOverrides = {
40
39
  platform_editor_enable_single_player_step_merging: false,
41
40
  platform_editor_paste_actions_menu: false,
42
41
  platform_editor_table_fit_to_content_on_demand: false,
43
- platform_editor_table_fit_to_content_auto_convert: false,
44
42
  platform_editor_table_q4_loveability: false,
45
43
  platform_editor_table_menu_updates: false,
46
44
  'cwr-modal-ui-refresh': false,
@@ -283,11 +283,6 @@ export const editorExperimentsConfig = {
283
283
  param: 'isEnabled',
284
284
  defaultValue: false
285
285
  }),
286
- // Added 2026-07-20
287
- platform_editor_table_sticky_header_patch_12: createBooleanExperiment({
288
- param: 'isEnabled',
289
- defaultValue: false
290
- }),
291
286
  // Added 2026-01-05
292
287
  'company_hub_carousel_thumbnails-refactor': createBooleanExperiment({
293
288
  productKeys: {
@@ -381,15 +376,6 @@ export const editorExperimentsConfig = {
381
376
  values: ['control', 'variant_a', 'variant_b'],
382
377
  defaultValue: 'control'
383
378
  }),
384
- // Added 2025-04-14
385
- // https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
386
- platform_editor_offline_editing_web: createBooleanExperiment({
387
- productKeys: {
388
- confluence: 'platform_editor_offline_editing_web'
389
- },
390
- param: 'isEnabled',
391
- defaultValue: false
392
- }),
393
379
  // Added 2026-05-26
394
380
  platform_editor_agent_mentions: createBooleanExperiment({
395
381
  productKeys: {
@@ -1184,21 +1170,6 @@ export const editorExperimentsConfig = {
1184
1170
  param: 'isEnabled',
1185
1171
  defaultValue: false
1186
1172
  }),
1187
- platform_editor_table_fit_to_content_auto_convert: createBooleanExperiment({
1188
- productKeys: {
1189
- confluence: 'platform_editor_table_fit_to_content_auto_convert'
1190
- },
1191
- param: 'isEnabled',
1192
- defaultValue: false
1193
- }),
1194
- // Added 2026-07-28
1195
- platform_editor_table_nested_content_mode_fix: createBooleanExperiment({
1196
- productKeys: {
1197
- confluence: 'platform_editor_table_nested_content_mode_fix'
1198
- },
1199
- param: 'isEnabled',
1200
- defaultValue: false
1201
- }),
1202
1173
  platform_editor_table_fit_to_content_on_demand: createBooleanExperiment({
1203
1174
  productKeys: {
1204
1175
  confluence: 'platform_editor_table_fit_to_content_on_demand'
@@ -1677,15 +1648,6 @@ export const editorExperimentsConfig = {
1677
1648
  param: 'value',
1678
1649
  defaultValue: false
1679
1650
  }),
1680
- // Added 2026-07-31
1681
- platform_editor_table_menu_updates_patch_3: createBooleanExperiment({
1682
- productKeys: {
1683
- confluence: 'platform_editor_table_menu_updates_patch_3',
1684
- jira: 'platform_editor_table_menu_updates_patch_3'
1685
- },
1686
- param: 'isEnabled',
1687
- defaultValue: false
1688
- }),
1689
1651
  // Added 2026-07-28
1690
1652
  cwr_publish_flow_live_doc_toggle_exp: createMultivariateExperiment({
1691
1653
  productKeys: {
@@ -30,7 +30,6 @@ export var testBooleanOverrides = {
30
30
  single_column_layouts: false,
31
31
  platform_editor_ai_unsplash_page_header: false,
32
32
  platform_editor_ai_edit_response_in_preview: false,
33
- platform_editor_offline_editing_web: false,
34
33
  platform_editor_tables_table_selector: false,
35
34
  platform_renderer_fix_analytics_memo_callback: false,
36
35
  platform_editor_no_cursor_on_edit_page_init: false,
@@ -40,7 +39,6 @@ export var testBooleanOverrides = {
40
39
  platform_editor_enable_single_player_step_merging: false,
41
40
  platform_editor_paste_actions_menu: false,
42
41
  platform_editor_table_fit_to_content_on_demand: false,
43
- platform_editor_table_fit_to_content_auto_convert: false,
44
42
  platform_editor_table_q4_loveability: false,
45
43
  platform_editor_table_menu_updates: false,
46
44
  'cwr-modal-ui-refresh': false,
@@ -283,11 +283,6 @@ export var editorExperimentsConfig = {
283
283
  param: 'isEnabled',
284
284
  defaultValue: false
285
285
  }),
286
- // Added 2026-07-20
287
- platform_editor_table_sticky_header_patch_12: createBooleanExperiment({
288
- param: 'isEnabled',
289
- defaultValue: false
290
- }),
291
286
  // Added 2026-01-05
292
287
  'company_hub_carousel_thumbnails-refactor': createBooleanExperiment({
293
288
  productKeys: {
@@ -381,15 +376,6 @@ export var editorExperimentsConfig = {
381
376
  values: ['control', 'variant_a', 'variant_b'],
382
377
  defaultValue: 'control'
383
378
  }),
384
- // Added 2025-04-14
385
- // https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
386
- platform_editor_offline_editing_web: createBooleanExperiment({
387
- productKeys: {
388
- confluence: 'platform_editor_offline_editing_web'
389
- },
390
- param: 'isEnabled',
391
- defaultValue: false
392
- }),
393
379
  // Added 2026-05-26
394
380
  platform_editor_agent_mentions: createBooleanExperiment({
395
381
  productKeys: {
@@ -1184,21 +1170,6 @@ export var editorExperimentsConfig = {
1184
1170
  param: 'isEnabled',
1185
1171
  defaultValue: false
1186
1172
  }),
1187
- platform_editor_table_fit_to_content_auto_convert: createBooleanExperiment({
1188
- productKeys: {
1189
- confluence: 'platform_editor_table_fit_to_content_auto_convert'
1190
- },
1191
- param: 'isEnabled',
1192
- defaultValue: false
1193
- }),
1194
- // Added 2026-07-28
1195
- platform_editor_table_nested_content_mode_fix: createBooleanExperiment({
1196
- productKeys: {
1197
- confluence: 'platform_editor_table_nested_content_mode_fix'
1198
- },
1199
- param: 'isEnabled',
1200
- defaultValue: false
1201
- }),
1202
1173
  platform_editor_table_fit_to_content_on_demand: createBooleanExperiment({
1203
1174
  productKeys: {
1204
1175
  confluence: 'platform_editor_table_fit_to_content_on_demand'
@@ -1677,15 +1648,6 @@ export var editorExperimentsConfig = {
1677
1648
  param: 'value',
1678
1649
  defaultValue: false
1679
1650
  }),
1680
- // Added 2026-07-31
1681
- platform_editor_table_menu_updates_patch_3: createBooleanExperiment({
1682
- productKeys: {
1683
- confluence: 'platform_editor_table_menu_updates_patch_3',
1684
- jira: 'platform_editor_table_menu_updates_patch_3'
1685
- },
1686
- param: 'isEnabled',
1687
- defaultValue: false
1688
- }),
1689
1651
  // Added 2026-07-28
1690
1652
  cwr_publish_flow_live_doc_toggle_exp: createMultivariateExperiment({
1691
1653
  productKeys: {
@@ -442,12 +442,6 @@ export declare const editorExperimentsConfig: {
442
442
  productKeys?: ProductKeys;
443
443
  typeGuard: IsBooleanType;
444
444
  };
445
- platform_editor_offline_editing_web: {
446
- defaultValue: boolean;
447
- param: string;
448
- productKeys?: ProductKeys;
449
- typeGuard: IsBooleanType;
450
- };
451
445
  platform_editor_agent_mentions: {
452
446
  defaultValue: boolean;
453
447
  param: string;
@@ -497,12 +491,6 @@ export declare const editorExperimentsConfig: {
497
491
  typeGuard: (value: unknown) => value is 'control' | 'test_with_overflow' | 'test_without_overflow';
498
492
  values: ('control' | 'test_with_overflow' | 'test_without_overflow')[];
499
493
  };
500
- platform_editor_table_sticky_header_patch_12: {
501
- defaultValue: boolean;
502
- param: string;
503
- productKeys?: ProductKeys;
504
- typeGuard: IsBooleanType;
505
- };
506
494
  platform_editor_tables_table_selector: {
507
495
  defaultValue: boolean;
508
496
  param: string;
@@ -932,18 +920,6 @@ export declare const editorExperimentsConfig: {
932
920
  productKeys?: ProductKeys;
933
921
  typeGuard: IsBooleanType;
934
922
  };
935
- platform_editor_table_fit_to_content_auto_convert: {
936
- defaultValue: boolean;
937
- param: string;
938
- productKeys?: ProductKeys;
939
- typeGuard: IsBooleanType;
940
- };
941
- platform_editor_table_nested_content_mode_fix: {
942
- defaultValue: boolean;
943
- param: string;
944
- productKeys?: ProductKeys;
945
- typeGuard: IsBooleanType;
946
- };
947
923
  platform_editor_table_fit_to_content_on_demand: {
948
924
  defaultValue: boolean;
949
925
  param: string;
@@ -1222,12 +1198,6 @@ export declare const editorExperimentsConfig: {
1222
1198
  typeGuard: (value: unknown) => value is 'control' | 'variant_a' | 'variant_b';
1223
1199
  values: ('control' | 'variant_a' | 'variant_b')[];
1224
1200
  };
1225
- platform_editor_table_menu_updates_patch_3: {
1226
- defaultValue: boolean;
1227
- param: string;
1228
- productKeys?: ProductKeys;
1229
- typeGuard: IsBooleanType;
1230
- };
1231
1201
  cwr_publish_flow_live_doc_toggle_exp: {
1232
1202
  defaultValue: 'control' | 'variantA' | 'variantB' | 'variantC';
1233
1203
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "187.0.0",
3
+ "version": "189.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",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@atlaskit/feature-gate-js-client": "^6.0.0",
29
29
  "@atlaskit/platform-feature-flags": "^2.2.0",
30
- "@atlaskit/react-ufo": "^7.9.0",
30
+ "@atlaskit/react-ufo": "^7.10.0",
31
31
  "@babel/runtime": "^7.0.0"
32
32
  },
33
33
  "platform-feature-flags": {