@atlaskit/tmp-editor-statsig 21.1.0 → 22.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,26 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 22.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`5f7b94aaccfec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5f7b94aaccfec) -
8
+ [ux] Cleaned up the platform_inline_smartcard_connect_button_exp experiment gate, enabling the
9
+ blue unauthorised connect button by default. Updated VR tests across multiple packages relying on
10
+ the inline smart card
11
+
12
+ ## 21.2.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [`506d872ef2503`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/506d872ef2503) -
17
+ Add smartlink response caching to browser storage to reduce layoutshift on transition and page
18
+ load
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+
3
24
  ## 21.1.0
4
25
 
5
26
  ### Minor Changes
@@ -11,7 +11,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
11
11
  cc_editor_ai_content_mode: 'control',
12
12
  platform_hover_card_preview_panel: 'control',
13
13
  smart_link_confluence_short_link_analytics: 'control',
14
- platform_inline_smartcard_connect_button_exp: 'control',
15
14
  cc_editor_insm_outlier_events: 'test',
16
15
  platform_editor_hoverlink_ui_fixes_exp: 'control',
17
16
  platform_editor_table_sticky_header_improvements: 'test_with_overflow',
@@ -894,15 +894,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
894
894
  defaultValue: false
895
895
  }),
896
896
  // Added 2025-10-01
897
- platform_inline_smartcard_connect_button_exp: (0, _experimentBuilders.createMultivariateExperiment)({
898
- productKeys: {
899
- confluence: 'platform_inline_smartcard_connect_button_exp',
900
- jira: 'platform_inline_smartcard_connect_button_exp'
901
- },
902
- param: 'cohort',
903
- values: ['control', 'test1', 'test2'],
904
- defaultValue: 'control'
905
- }),
906
897
  // Added 2025-10-13
907
898
  platform_editor_media_error_analytics: (0, _experimentBuilders.createBooleanExperiment)({
908
899
  productKeys: {
@@ -1315,5 +1306,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1315
1306
  },
1316
1307
  param: 'isEnabled',
1317
1308
  defaultValue: false
1309
+ }),
1310
+ // Added 2026-01-28
1311
+ platform_editor_smartlink_local_cache: (0, _experimentBuilders.createBooleanExperiment)({
1312
+ productKeys: {
1313
+ confluence: 'platform_editor_smartlink_local_cache'
1314
+ },
1315
+ param: 'isEnabled',
1316
+ defaultValue: false
1318
1317
  })
1319
1318
  };
@@ -5,7 +5,6 @@ export const testMultivariateOverrides = {
5
5
  cc_editor_ai_content_mode: 'control',
6
6
  platform_hover_card_preview_panel: 'control',
7
7
  smart_link_confluence_short_link_analytics: 'control',
8
- platform_inline_smartcard_connect_button_exp: 'control',
9
8
  cc_editor_insm_outlier_events: 'test',
10
9
  platform_editor_hoverlink_ui_fixes_exp: 'control',
11
10
  platform_editor_table_sticky_header_improvements: 'test_with_overflow',
@@ -888,15 +888,6 @@ export const editorExperimentsConfig = {
888
888
  defaultValue: false
889
889
  }),
890
890
  // Added 2025-10-01
891
- platform_inline_smartcard_connect_button_exp: createMultivariateExperiment({
892
- productKeys: {
893
- confluence: 'platform_inline_smartcard_connect_button_exp',
894
- jira: 'platform_inline_smartcard_connect_button_exp'
895
- },
896
- param: 'cohort',
897
- values: ['control', 'test1', 'test2'],
898
- defaultValue: 'control'
899
- }),
900
891
  // Added 2025-10-13
901
892
  platform_editor_media_error_analytics: createBooleanExperiment({
902
893
  productKeys: {
@@ -1309,5 +1300,13 @@ export const editorExperimentsConfig = {
1309
1300
  },
1310
1301
  param: 'isEnabled',
1311
1302
  defaultValue: false
1303
+ }),
1304
+ // Added 2026-01-28
1305
+ platform_editor_smartlink_local_cache: createBooleanExperiment({
1306
+ productKeys: {
1307
+ confluence: 'platform_editor_smartlink_local_cache'
1308
+ },
1309
+ param: 'isEnabled',
1310
+ defaultValue: false
1312
1311
  })
1313
1312
  };
@@ -5,7 +5,6 @@ export var testMultivariateOverrides = {
5
5
  cc_editor_ai_content_mode: 'control',
6
6
  platform_hover_card_preview_panel: 'control',
7
7
  smart_link_confluence_short_link_analytics: 'control',
8
- platform_inline_smartcard_connect_button_exp: 'control',
9
8
  cc_editor_insm_outlier_events: 'test',
10
9
  platform_editor_hoverlink_ui_fixes_exp: 'control',
11
10
  platform_editor_table_sticky_header_improvements: 'test_with_overflow',
@@ -888,15 +888,6 @@ export var editorExperimentsConfig = {
888
888
  defaultValue: false
889
889
  }),
890
890
  // Added 2025-10-01
891
- platform_inline_smartcard_connect_button_exp: createMultivariateExperiment({
892
- productKeys: {
893
- confluence: 'platform_inline_smartcard_connect_button_exp',
894
- jira: 'platform_inline_smartcard_connect_button_exp'
895
- },
896
- param: 'cohort',
897
- values: ['control', 'test1', 'test2'],
898
- defaultValue: 'control'
899
- }),
900
891
  // Added 2025-10-13
901
892
  platform_editor_media_error_analytics: createBooleanExperiment({
902
893
  productKeys: {
@@ -1309,5 +1300,13 @@ export var editorExperimentsConfig = {
1309
1300
  },
1310
1301
  param: 'isEnabled',
1311
1302
  defaultValue: false
1303
+ }),
1304
+ // Added 2026-01-28
1305
+ platform_editor_smartlink_local_cache: createBooleanExperiment({
1306
+ productKeys: {
1307
+ confluence: 'platform_editor_smartlink_local_cache'
1308
+ },
1309
+ param: 'isEnabled',
1310
+ defaultValue: false
1312
1311
  })
1313
1312
  };
@@ -670,13 +670,6 @@ export declare const editorExperimentsConfig: {
670
670
  typeGuard: (value: unknown) => value is 'control' | 'test';
671
671
  values: ('control' | 'test')[];
672
672
  };
673
- platform_inline_smartcard_connect_button_exp: {
674
- defaultValue: 'control' | 'test1' | 'test2';
675
- param: string;
676
- productKeys?: ProductKeys;
677
- typeGuard: (value: unknown) => value is 'control' | 'test1' | 'test2';
678
- values: ('control' | 'test1' | 'test2')[];
679
- };
680
673
  platform_renderer_fix_analytics_memo_callback: {
681
674
  defaultValue: boolean;
682
675
  param: string;
@@ -973,5 +966,11 @@ export declare const editorExperimentsConfig: {
973
966
  productKeys?: ProductKeys;
974
967
  typeGuard: IsBooleanType;
975
968
  };
969
+ platform_editor_smartlink_local_cache: {
970
+ defaultValue: boolean;
971
+ param: string;
972
+ productKeys?: ProductKeys;
973
+ typeGuard: IsBooleanType;
974
+ };
976
975
  };
977
976
  export {};
@@ -670,13 +670,6 @@ export declare const editorExperimentsConfig: {
670
670
  typeGuard: (value: unknown) => value is 'control' | 'test';
671
671
  values: ('control' | 'test')[];
672
672
  };
673
- platform_inline_smartcard_connect_button_exp: {
674
- defaultValue: 'control' | 'test1' | 'test2';
675
- param: string;
676
- productKeys?: ProductKeys;
677
- typeGuard: (value: unknown) => value is 'control' | 'test1' | 'test2';
678
- values: ('control' | 'test1' | 'test2')[];
679
- };
680
673
  platform_renderer_fix_analytics_memo_callback: {
681
674
  defaultValue: boolean;
682
675
  param: string;
@@ -973,5 +966,11 @@ export declare const editorExperimentsConfig: {
973
966
  productKeys?: ProductKeys;
974
967
  typeGuard: IsBooleanType;
975
968
  };
969
+ platform_editor_smartlink_local_cache: {
970
+ defaultValue: boolean;
971
+ param: string;
972
+ productKeys?: ProductKeys;
973
+ typeGuard: IsBooleanType;
974
+ };
976
975
  };
977
976
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "21.1.0",
3
+ "version": "22.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",