@atlaskit/tmp-editor-statsig 15.14.0 → 15.16.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,26 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 15.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`722f272e8b78f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/722f272e8b78f) -
8
+ Editor-2778 add editor_fix_embed_width_expand experiment to fix embed width issue in expand
9
+
10
+ ## 15.15.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`53aef9589ca55`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/53aef9589ca55) -
15
+ [EDITOR-3786] Make sure that for any check of `cc_editor_ai_content_mode` &&
16
+ `platform_editor_content_mode_button_mvp` in the code we are also checking
17
+ `confluence_compact_text_format`
18
+
19
+ ### Patch Changes
20
+
21
+ - [`73a49fd4c204c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/73a49fd4c204c) -
22
+ Cleanup FG platform_editor_new_list_decorations_logic
23
+
3
24
  ## 15.14.0
4
25
 
5
26
  ### Minor Changes
@@ -60,5 +60,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
60
60
  platform_editor_toggle_expand_on_match_found: false,
61
61
  platform_editor_reduce_noisy_steps_ncs: false,
62
62
  cc_improve_writing_on_paste_v2: false,
63
- platform_editor_text_highlight_padding: false
63
+ platform_editor_text_highlight_padding: false,
64
+ confluence_compact_text_format: false
64
65
  };
@@ -461,6 +461,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
461
461
  param: 'isEnabled',
462
462
  defaultValue: false
463
463
  }),
464
+ // Added 2025-12-17
465
+ editor_fix_embed_width_expand: (0, _experimentBuilders.createBooleanExperiment)({
466
+ productKeys: {
467
+ confluence: 'editor_fix_embed_width_expand'
468
+ },
469
+ param: 'isEnabled',
470
+ defaultValue: false
471
+ }),
464
472
  // Added 2025-05-07
465
473
  platform_editor_ai_quickstart_command: (0, _experimentBuilders.createBooleanExperiment)({
466
474
  productKeys: {
@@ -896,6 +904,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
896
904
  values: ['control', 'test'],
897
905
  defaultValue: 'control'
898
906
  }),
907
+ // Added 2025-12-04
908
+ confluence_compact_text_format: (0, _experimentBuilders.createBooleanExperiment)({
909
+ productKeys: {
910
+ confluence: 'confluence_compact_text_format'
911
+ },
912
+ param: 'isEnabled',
913
+ defaultValue: false
914
+ }),
899
915
  // Added 2025-09-08
900
916
  platform_editor_editor_width_analytics: (0, _experimentBuilders.createBooleanExperiment)({
901
917
  productKeys: {
@@ -1004,14 +1020,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1004
1020
  values: ['control', 'test1', 'test2'],
1005
1021
  defaultValue: 'control'
1006
1022
  }),
1007
- // Added 2025-10-10
1008
- platform_editor_new_list_decorations_logic: (0, _experimentBuilders.createBooleanExperiment)({
1009
- productKeys: {
1010
- confluence: 'platform_editor_new_list_decorations_logic'
1011
- },
1012
- param: 'isEnabled',
1013
- defaultValue: false
1014
- }),
1015
1023
  // Added 2025-10-13
1016
1024
  platform_editor_media_error_analytics: (0, _experimentBuilders.createBooleanExperiment)({
1017
1025
  productKeys: {
@@ -54,5 +54,6 @@ export const testBooleanOverrides = {
54
54
  platform_editor_toggle_expand_on_match_found: false,
55
55
  platform_editor_reduce_noisy_steps_ncs: false,
56
56
  cc_improve_writing_on_paste_v2: false,
57
- platform_editor_text_highlight_padding: false
57
+ platform_editor_text_highlight_padding: false,
58
+ confluence_compact_text_format: false
58
59
  };
@@ -455,6 +455,14 @@ export const editorExperimentsConfig = {
455
455
  param: 'isEnabled',
456
456
  defaultValue: false
457
457
  }),
458
+ // Added 2025-12-17
459
+ editor_fix_embed_width_expand: createBooleanExperiment({
460
+ productKeys: {
461
+ confluence: 'editor_fix_embed_width_expand'
462
+ },
463
+ param: 'isEnabled',
464
+ defaultValue: false
465
+ }),
458
466
  // Added 2025-05-07
459
467
  platform_editor_ai_quickstart_command: createBooleanExperiment({
460
468
  productKeys: {
@@ -890,6 +898,14 @@ export const editorExperimentsConfig = {
890
898
  values: ['control', 'test'],
891
899
  defaultValue: 'control'
892
900
  }),
901
+ // Added 2025-12-04
902
+ confluence_compact_text_format: createBooleanExperiment({
903
+ productKeys: {
904
+ confluence: 'confluence_compact_text_format'
905
+ },
906
+ param: 'isEnabled',
907
+ defaultValue: false
908
+ }),
893
909
  // Added 2025-09-08
894
910
  platform_editor_editor_width_analytics: createBooleanExperiment({
895
911
  productKeys: {
@@ -998,14 +1014,6 @@ export const editorExperimentsConfig = {
998
1014
  values: ['control', 'test1', 'test2'],
999
1015
  defaultValue: 'control'
1000
1016
  }),
1001
- // Added 2025-10-10
1002
- platform_editor_new_list_decorations_logic: createBooleanExperiment({
1003
- productKeys: {
1004
- confluence: 'platform_editor_new_list_decorations_logic'
1005
- },
1006
- param: 'isEnabled',
1007
- defaultValue: false
1008
- }),
1009
1017
  // Added 2025-10-13
1010
1018
  platform_editor_media_error_analytics: createBooleanExperiment({
1011
1019
  productKeys: {
@@ -54,5 +54,6 @@ export var testBooleanOverrides = {
54
54
  platform_editor_toggle_expand_on_match_found: false,
55
55
  platform_editor_reduce_noisy_steps_ncs: false,
56
56
  cc_improve_writing_on_paste_v2: false,
57
- platform_editor_text_highlight_padding: false
57
+ platform_editor_text_highlight_padding: false,
58
+ confluence_compact_text_format: false
58
59
  };
@@ -455,6 +455,14 @@ export var editorExperimentsConfig = {
455
455
  param: 'isEnabled',
456
456
  defaultValue: false
457
457
  }),
458
+ // Added 2025-12-17
459
+ editor_fix_embed_width_expand: createBooleanExperiment({
460
+ productKeys: {
461
+ confluence: 'editor_fix_embed_width_expand'
462
+ },
463
+ param: 'isEnabled',
464
+ defaultValue: false
465
+ }),
458
466
  // Added 2025-05-07
459
467
  platform_editor_ai_quickstart_command: createBooleanExperiment({
460
468
  productKeys: {
@@ -890,6 +898,14 @@ export var editorExperimentsConfig = {
890
898
  values: ['control', 'test'],
891
899
  defaultValue: 'control'
892
900
  }),
901
+ // Added 2025-12-04
902
+ confluence_compact_text_format: createBooleanExperiment({
903
+ productKeys: {
904
+ confluence: 'confluence_compact_text_format'
905
+ },
906
+ param: 'isEnabled',
907
+ defaultValue: false
908
+ }),
893
909
  // Added 2025-09-08
894
910
  platform_editor_editor_width_analytics: createBooleanExperiment({
895
911
  productKeys: {
@@ -998,14 +1014,6 @@ export var editorExperimentsConfig = {
998
1014
  values: ['control', 'test1', 'test2'],
999
1015
  defaultValue: 'control'
1000
1016
  }),
1001
- // Added 2025-10-10
1002
- platform_editor_new_list_decorations_logic: createBooleanExperiment({
1003
- productKeys: {
1004
- confluence: 'platform_editor_new_list_decorations_logic'
1005
- },
1006
- param: 'isEnabled',
1007
- defaultValue: false
1008
- }),
1009
1017
  // Added 2025-10-13
1010
1018
  platform_editor_media_error_analytics: createBooleanExperiment({
1011
1019
  productKeys: {
@@ -106,6 +106,12 @@ export declare const editorExperimentsConfig: {
106
106
  productKeys?: ProductKeys;
107
107
  typeGuard: IsBooleanType;
108
108
  };
109
+ confluence_compact_text_format: {
110
+ defaultValue: boolean;
111
+ param: string;
112
+ productKeys?: ProductKeys;
113
+ typeGuard: IsBooleanType;
114
+ };
109
115
  confluence_whiteboards_quick_insert: {
110
116
  defaultValue: 'control' | 'test_blank' | 'test_diagram';
111
117
  param: string;
@@ -513,12 +519,6 @@ export declare const editorExperimentsConfig: {
513
519
  productKeys?: ProductKeys;
514
520
  typeGuard: IsBooleanType;
515
521
  };
516
- platform_editor_new_list_decorations_logic: {
517
- defaultValue: boolean;
518
- param: string;
519
- productKeys?: ProductKeys;
520
- typeGuard: IsBooleanType;
521
- };
522
522
  platform_editor_new_mentions_detection_logic: {
523
523
  defaultValue: boolean;
524
524
  param: string;
@@ -633,6 +633,12 @@ export declare const editorExperimentsConfig: {
633
633
  productKeys?: ProductKeys;
634
634
  typeGuard: IsBooleanType;
635
635
  };
636
+ editor_fix_embed_width_expand: {
637
+ defaultValue: boolean;
638
+ param: string;
639
+ productKeys?: ProductKeys;
640
+ typeGuard: IsBooleanType;
641
+ };
636
642
  platform_editor_ssr_renderer: {
637
643
  defaultValue: boolean;
638
644
  param: string;
@@ -106,6 +106,12 @@ export declare const editorExperimentsConfig: {
106
106
  productKeys?: ProductKeys;
107
107
  typeGuard: IsBooleanType;
108
108
  };
109
+ confluence_compact_text_format: {
110
+ defaultValue: boolean;
111
+ param: string;
112
+ productKeys?: ProductKeys;
113
+ typeGuard: IsBooleanType;
114
+ };
109
115
  confluence_whiteboards_quick_insert: {
110
116
  defaultValue: 'control' | 'test_blank' | 'test_diagram';
111
117
  param: string;
@@ -513,12 +519,6 @@ export declare const editorExperimentsConfig: {
513
519
  productKeys?: ProductKeys;
514
520
  typeGuard: IsBooleanType;
515
521
  };
516
- platform_editor_new_list_decorations_logic: {
517
- defaultValue: boolean;
518
- param: string;
519
- productKeys?: ProductKeys;
520
- typeGuard: IsBooleanType;
521
- };
522
522
  platform_editor_new_mentions_detection_logic: {
523
523
  defaultValue: boolean;
524
524
  param: string;
@@ -633,6 +633,12 @@ export declare const editorExperimentsConfig: {
633
633
  productKeys?: ProductKeys;
634
634
  typeGuard: IsBooleanType;
635
635
  };
636
+ editor_fix_embed_width_expand: {
637
+ defaultValue: boolean;
638
+ param: string;
639
+ productKeys?: ProductKeys;
640
+ typeGuard: IsBooleanType;
641
+ };
636
642
  platform_editor_ssr_renderer: {
637
643
  defaultValue: boolean;
638
644
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "15.14.0",
3
+ "version": "15.16.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",