@atlaskit/tmp-editor-statsig 14.2.0 → 14.4.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,29 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 14.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`00c08e3995cb2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/00c08e3995cb2) -
8
+ Clean up platform_editor_block_menu_empty_line
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 14.3.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [`ada8445a9624f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ada8445a9624f) -
19
+ Add experiment to fix ascii emoji replacement behaviour
20
+
21
+ ### Patch Changes
22
+
23
+ - [`62db1dbb5e93b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/62db1dbb5e93b) -
24
+ Add shortlinks to link clicked events. Only for updating metrics. Experiment here -
25
+ smart_link_confluence_short_link_analytics.
26
+
3
27
  ## 14.2.0
4
28
 
5
29
  ### Minor Changes
@@ -19,6 +19,7 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
19
19
  platform_editor_ai_non_iw_adf_streaming: 'control',
20
20
  platform_hover_card_preview_panel: 'control',
21
21
  platform_hover_card_preview_panel_modal: 'control',
22
+ smart_link_confluence_short_link_analytics: 'control',
22
23
  platform_inline_smartcard_connect_button_exp: 'control',
23
24
  confluence_content_mode_replace_dense_with_compact: 'control',
24
25
  cc_editor_insm_outlier_events: 'test',
@@ -602,18 +602,20 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
602
602
  values: ['control', 'test'],
603
603
  defaultValue: 'control'
604
604
  }),
605
- // Added 2025--8-05
606
- platform_editor_block_menu: (0, _experimentBuilders.createBooleanExperiment)({
605
+ // Added 2025-11-25
606
+ smart_link_confluence_short_link_analytics: (0, _experimentBuilders.createMultivariateExperiment)({
607
607
  productKeys: {
608
- confluence: 'platform_editor_block_menu'
608
+ confluence: 'smart-link-confluence-short-link-analytics',
609
+ jira: 'smart-link-confluence-short-link-analytics'
609
610
  },
610
- param: 'isEnabled',
611
- defaultValue: false
611
+ param: 'cohort',
612
+ values: ['control', 'test'],
613
+ defaultValue: 'control'
612
614
  }),
613
- // Added 2025--9-17
614
- platform_editor_block_menu_empty_line: (0, _experimentBuilders.createBooleanExperiment)({
615
+ // Added 2025--8-05
616
+ platform_editor_block_menu: (0, _experimentBuilders.createBooleanExperiment)({
615
617
  productKeys: {
616
- confluence: 'platform_editor_block_menu_empty_line'
618
+ confluence: 'platform_editor_block_menu'
617
619
  },
618
620
  param: 'isEnabled',
619
621
  defaultValue: false
@@ -1147,5 +1149,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1147
1149
  },
1148
1150
  param: 'isEnabled',
1149
1151
  defaultValue: false
1152
+ }),
1153
+ // Added 2025-11-18
1154
+ platform_editor_wait_for_space_after_ascii_emoji: (0, _experimentBuilders.createBooleanExperiment)({
1155
+ productKeys: {
1156
+ confluence: 'platform_editor_wait_for_space_after_ascii_emoji'
1157
+ },
1158
+ param: 'isEnabled',
1159
+ defaultValue: false
1150
1160
  })
1151
1161
  };
@@ -13,6 +13,7 @@ export const testMultivariateOverrides = {
13
13
  platform_editor_ai_non_iw_adf_streaming: 'control',
14
14
  platform_hover_card_preview_panel: 'control',
15
15
  platform_hover_card_preview_panel_modal: 'control',
16
+ smart_link_confluence_short_link_analytics: 'control',
16
17
  platform_inline_smartcard_connect_button_exp: 'control',
17
18
  confluence_content_mode_replace_dense_with_compact: 'control',
18
19
  cc_editor_insm_outlier_events: 'test',
@@ -596,18 +596,20 @@ export const editorExperimentsConfig = {
596
596
  values: ['control', 'test'],
597
597
  defaultValue: 'control'
598
598
  }),
599
- // Added 2025--8-05
600
- platform_editor_block_menu: createBooleanExperiment({
599
+ // Added 2025-11-25
600
+ smart_link_confluence_short_link_analytics: createMultivariateExperiment({
601
601
  productKeys: {
602
- confluence: 'platform_editor_block_menu'
602
+ confluence: 'smart-link-confluence-short-link-analytics',
603
+ jira: 'smart-link-confluence-short-link-analytics'
603
604
  },
604
- param: 'isEnabled',
605
- defaultValue: false
605
+ param: 'cohort',
606
+ values: ['control', 'test'],
607
+ defaultValue: 'control'
606
608
  }),
607
- // Added 2025--9-17
608
- platform_editor_block_menu_empty_line: createBooleanExperiment({
609
+ // Added 2025--8-05
610
+ platform_editor_block_menu: createBooleanExperiment({
609
611
  productKeys: {
610
- confluence: 'platform_editor_block_menu_empty_line'
612
+ confluence: 'platform_editor_block_menu'
611
613
  },
612
614
  param: 'isEnabled',
613
615
  defaultValue: false
@@ -1141,5 +1143,13 @@ export const editorExperimentsConfig = {
1141
1143
  },
1142
1144
  param: 'isEnabled',
1143
1145
  defaultValue: false
1146
+ }),
1147
+ // Added 2025-11-18
1148
+ platform_editor_wait_for_space_after_ascii_emoji: createBooleanExperiment({
1149
+ productKeys: {
1150
+ confluence: 'platform_editor_wait_for_space_after_ascii_emoji'
1151
+ },
1152
+ param: 'isEnabled',
1153
+ defaultValue: false
1144
1154
  })
1145
1155
  };
@@ -13,6 +13,7 @@ export var testMultivariateOverrides = {
13
13
  platform_editor_ai_non_iw_adf_streaming: 'control',
14
14
  platform_hover_card_preview_panel: 'control',
15
15
  platform_hover_card_preview_panel_modal: 'control',
16
+ smart_link_confluence_short_link_analytics: 'control',
16
17
  platform_inline_smartcard_connect_button_exp: 'control',
17
18
  confluence_content_mode_replace_dense_with_compact: 'control',
18
19
  cc_editor_insm_outlier_events: 'test',
@@ -596,18 +596,20 @@ export var editorExperimentsConfig = {
596
596
  values: ['control', 'test'],
597
597
  defaultValue: 'control'
598
598
  }),
599
- // Added 2025--8-05
600
- platform_editor_block_menu: createBooleanExperiment({
599
+ // Added 2025-11-25
600
+ smart_link_confluence_short_link_analytics: createMultivariateExperiment({
601
601
  productKeys: {
602
- confluence: 'platform_editor_block_menu'
602
+ confluence: 'smart-link-confluence-short-link-analytics',
603
+ jira: 'smart-link-confluence-short-link-analytics'
603
604
  },
604
- param: 'isEnabled',
605
- defaultValue: false
605
+ param: 'cohort',
606
+ values: ['control', 'test'],
607
+ defaultValue: 'control'
606
608
  }),
607
- // Added 2025--9-17
608
- platform_editor_block_menu_empty_line: createBooleanExperiment({
609
+ // Added 2025--8-05
610
+ platform_editor_block_menu: createBooleanExperiment({
609
611
  productKeys: {
610
- confluence: 'platform_editor_block_menu_empty_line'
612
+ confluence: 'platform_editor_block_menu'
611
613
  },
612
614
  param: 'isEnabled',
613
615
  defaultValue: false
@@ -1141,5 +1143,13 @@ export var editorExperimentsConfig = {
1141
1143
  },
1142
1144
  param: 'isEnabled',
1143
1145
  defaultValue: false
1146
+ }),
1147
+ // Added 2025-11-18
1148
+ platform_editor_wait_for_space_after_ascii_emoji: createBooleanExperiment({
1149
+ productKeys: {
1150
+ confluence: 'platform_editor_wait_for_space_after_ascii_emoji'
1151
+ },
1152
+ param: 'isEnabled',
1153
+ defaultValue: false
1144
1154
  })
1145
1155
  };
@@ -273,12 +273,6 @@ export declare const editorExperimentsConfig: {
273
273
  productKeys?: ProductKeys;
274
274
  typeGuard: IsBooleanType;
275
275
  };
276
- platform_editor_block_menu_empty_line: {
277
- defaultValue: boolean;
278
- param: string;
279
- productKeys?: ProductKeys;
280
- typeGuard: IsBooleanType;
281
- };
282
276
  platform_editor_blockquote_in_text_formatting_menu: {
283
277
  defaultValue: boolean;
284
278
  param: string;
@@ -769,6 +763,12 @@ export declare const editorExperimentsConfig: {
769
763
  productKeys?: ProductKeys;
770
764
  typeGuard: IsBooleanType;
771
765
  };
766
+ platform_editor_wait_for_space_after_ascii_emoji: {
767
+ defaultValue: boolean;
768
+ param: string;
769
+ productKeys?: ProductKeys;
770
+ typeGuard: IsBooleanType;
771
+ };
772
772
  platform_hover_card_preview_panel: {
773
773
  defaultValue: 'control' | 'test';
774
774
  param: string;
@@ -820,6 +820,13 @@ export declare const editorExperimentsConfig: {
820
820
  productKeys?: ProductKeys;
821
821
  typeGuard: IsBooleanType;
822
822
  };
823
+ smart_link_confluence_short_link_analytics: {
824
+ defaultValue: 'control' | 'test';
825
+ param: string;
826
+ productKeys?: ProductKeys;
827
+ typeGuard: (value: unknown) => value is 'control' | 'test';
828
+ values: ('control' | 'test')[];
829
+ };
823
830
  support_table_in_comment: {
824
831
  defaultValue: boolean;
825
832
  param: string;
@@ -273,12 +273,6 @@ export declare const editorExperimentsConfig: {
273
273
  productKeys?: ProductKeys;
274
274
  typeGuard: IsBooleanType;
275
275
  };
276
- platform_editor_block_menu_empty_line: {
277
- defaultValue: boolean;
278
- param: string;
279
- productKeys?: ProductKeys;
280
- typeGuard: IsBooleanType;
281
- };
282
276
  platform_editor_blockquote_in_text_formatting_menu: {
283
277
  defaultValue: boolean;
284
278
  param: string;
@@ -769,6 +763,12 @@ export declare const editorExperimentsConfig: {
769
763
  productKeys?: ProductKeys;
770
764
  typeGuard: IsBooleanType;
771
765
  };
766
+ platform_editor_wait_for_space_after_ascii_emoji: {
767
+ defaultValue: boolean;
768
+ param: string;
769
+ productKeys?: ProductKeys;
770
+ typeGuard: IsBooleanType;
771
+ };
772
772
  platform_hover_card_preview_panel: {
773
773
  defaultValue: 'control' | 'test';
774
774
  param: string;
@@ -820,6 +820,13 @@ export declare const editorExperimentsConfig: {
820
820
  productKeys?: ProductKeys;
821
821
  typeGuard: IsBooleanType;
822
822
  };
823
+ smart_link_confluence_short_link_analytics: {
824
+ defaultValue: 'control' | 'test';
825
+ param: string;
826
+ productKeys?: ProductKeys;
827
+ typeGuard: (value: unknown) => value is 'control' | 'test';
828
+ values: ('control' | 'test')[];
829
+ };
823
830
  support_table_in_comment: {
824
831
  defaultValue: boolean;
825
832
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "14.2.0",
3
+ "version": "14.4.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",