@atlaskit/tmp-editor-statsig 62.7.0 → 63.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,23 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 63.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`acce33a5519e2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/acce33a5519e2) -
8
+ Remove stale experiment `platform_editor_ai_quickstart_command` from experiments config and test
9
+ overrides.
10
+
11
+ ## 62.8.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`b6bb07e5d72ac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b6bb07e5d72ac) -
16
+ [ux] Fix for #hot-301450, add new media option for fallback media name fetcher to allow confluence
17
+ to use the attachment service instead of the media service to get filenames. After DC -> Cloud
18
+ migration filenames were not properly copied across to the media service causing inline media to
19
+ show an error.
20
+
3
21
  ## 62.7.0
4
22
 
5
23
  ### Minor Changes
@@ -45,7 +45,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
45
45
  platform_editor_no_cursor_on_edit_page_init: false,
46
46
  'jira-work-sync-desc-comment-summary': false,
47
47
  platform_editor_breakout_resizing: false,
48
- platform_editor_ai_quickstart_command: false,
49
48
  platform_editor_block_controls_perf_optimization: false,
50
49
  platform_editor_enable_single_player_step_merging: false,
51
50
  platform_editor_find_and_replace_improvements: false,
@@ -568,10 +568,10 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
568
568
  param: 'isEnabled',
569
569
  defaultValue: false
570
570
  }),
571
- // Added 2025-05-07
572
- platform_editor_ai_quickstart_command: (0, _experimentBuilders.createBooleanExperiment)({
571
+ // Added 2026-17-03
572
+ platform_editor_media_name_fallback: (0, _experimentBuilders.createBooleanExperiment)({
573
573
  productKeys: {
574
- confluence: 'platform_editor_ai_quickstart_command'
574
+ confluence: 'platform_editor_media_name_fallback'
575
575
  },
576
576
  param: 'isEnabled',
577
577
  defaultValue: false
@@ -39,7 +39,6 @@ export const testBooleanOverrides = {
39
39
  platform_editor_no_cursor_on_edit_page_init: false,
40
40
  'jira-work-sync-desc-comment-summary': false,
41
41
  platform_editor_breakout_resizing: false,
42
- platform_editor_ai_quickstart_command: false,
43
42
  platform_editor_block_controls_perf_optimization: false,
44
43
  platform_editor_enable_single_player_step_merging: false,
45
44
  platform_editor_find_and_replace_improvements: false,
@@ -562,10 +562,10 @@ export const editorExperimentsConfig = {
562
562
  param: 'isEnabled',
563
563
  defaultValue: false
564
564
  }),
565
- // Added 2025-05-07
566
- platform_editor_ai_quickstart_command: createBooleanExperiment({
565
+ // Added 2026-17-03
566
+ platform_editor_media_name_fallback: createBooleanExperiment({
567
567
  productKeys: {
568
- confluence: 'platform_editor_ai_quickstart_command'
568
+ confluence: 'platform_editor_media_name_fallback'
569
569
  },
570
570
  param: 'isEnabled',
571
571
  defaultValue: false
@@ -39,7 +39,6 @@ export var testBooleanOverrides = {
39
39
  platform_editor_no_cursor_on_edit_page_init: false,
40
40
  'jira-work-sync-desc-comment-summary': false,
41
41
  platform_editor_breakout_resizing: false,
42
- platform_editor_ai_quickstart_command: false,
43
42
  platform_editor_block_controls_perf_optimization: false,
44
43
  platform_editor_enable_single_player_step_merging: false,
45
44
  platform_editor_find_and_replace_improvements: false,
@@ -562,10 +562,10 @@ export var editorExperimentsConfig = {
562
562
  param: 'isEnabled',
563
563
  defaultValue: false
564
564
  }),
565
- // Added 2025-05-07
566
- platform_editor_ai_quickstart_command: createBooleanExperiment({
565
+ // Added 2026-17-03
566
+ platform_editor_media_name_fallback: createBooleanExperiment({
567
567
  productKeys: {
568
- confluence: 'platform_editor_ai_quickstart_command'
568
+ confluence: 'platform_editor_media_name_fallback'
569
569
  },
570
570
  param: 'isEnabled',
571
571
  defaultValue: false
@@ -287,12 +287,6 @@ export declare const editorExperimentsConfig: {
287
287
  productKeys?: ProductKeys;
288
288
  typeGuard: IsBooleanType;
289
289
  };
290
- platform_editor_ai_quickstart_command: {
291
- defaultValue: boolean;
292
- param: string;
293
- productKeys?: ProductKeys;
294
- typeGuard: IsBooleanType;
295
- };
296
290
  platform_editor_ai_unsplash_page_header: {
297
291
  defaultValue: boolean;
298
292
  param: string;
@@ -330,6 +324,12 @@ export declare const editorExperimentsConfig: {
330
324
  productKeys?: ProductKeys;
331
325
  typeGuard: IsBooleanType;
332
326
  };
327
+ platform_editor_media_name_fallback: {
328
+ defaultValue: boolean;
329
+ param: string;
330
+ productKeys?: ProductKeys;
331
+ typeGuard: IsBooleanType;
332
+ };
333
333
  platform_editor_block_controls_perf_optimization: {
334
334
  defaultValue: boolean;
335
335
  param: string;
@@ -287,12 +287,6 @@ export declare const editorExperimentsConfig: {
287
287
  productKeys?: ProductKeys;
288
288
  typeGuard: IsBooleanType;
289
289
  };
290
- platform_editor_ai_quickstart_command: {
291
- defaultValue: boolean;
292
- param: string;
293
- productKeys?: ProductKeys;
294
- typeGuard: IsBooleanType;
295
- };
296
290
  platform_editor_ai_unsplash_page_header: {
297
291
  defaultValue: boolean;
298
292
  param: string;
@@ -330,6 +324,12 @@ export declare const editorExperimentsConfig: {
330
324
  productKeys?: ProductKeys;
331
325
  typeGuard: IsBooleanType;
332
326
  };
327
+ platform_editor_media_name_fallback: {
328
+ defaultValue: boolean;
329
+ param: string;
330
+ productKeys?: ProductKeys;
331
+ typeGuard: IsBooleanType;
332
+ };
333
333
  platform_editor_block_controls_perf_optimization: {
334
334
  defaultValue: boolean;
335
335
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "62.7.0",
3
+ "version": "63.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",