@atlaskit/tmp-editor-statsig 88.4.0 → 89.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,24 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 89.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`3e2877f105afc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e2877f105afc) -
8
+ Remove code block auto-detection experiment from editor statsig catalog.
9
+
10
+ ### Minor Changes
11
+
12
+ - [`be7cb592d8951`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/be7cb592d8951) -
13
+ NAVX-5108 Implementing UI for new inline tailored rovo cta
14
+
15
+ ## 88.5.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [`e52fe1a335508`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e52fe1a335508) -
20
+ [ux] Fixed evaluating experiment as FG instead of experiment
21
+
3
22
  ## 88.4.0
4
23
 
5
24
  ### Minor Changes
@@ -558,15 +558,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
558
558
  param: 'isEnabled',
559
559
  defaultValue: false
560
560
  }),
561
- // Added 2026-05-25
562
- platform_editor_code_block_auto_detection: (0, _experimentBuilders.createBooleanExperiment)({
563
- productKeys: {
564
- confluence: 'platform_editor_code_block_auto_detection',
565
- jira: 'platform_editor_code_block_auto_detection'
566
- },
567
- param: 'isEnabled',
568
- defaultValue: false
569
- }),
570
561
  // Added 2025-07-14
571
562
  platform_editor_debounce_portal_provider: (0, _experimentBuilders.createBooleanExperiment)({
572
563
  productKeys: {
@@ -1057,6 +1048,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1057
1048
  param: 'isEnabled',
1058
1049
  defaultValue: false
1059
1050
  }),
1051
+ // Added 2026-05-29 — Inline rovo action on resolved inline smart links
1052
+ platform_sl_3p_auth_inline_tailored_cta: (0, _experimentBuilders.createBooleanExperiment)({
1053
+ productKeys: {
1054
+ confluence: 'platform_sl_3p_auth_inline_tailored_cta',
1055
+ jira: 'platform_sl_3p_auth_inline_tailored_cta'
1056
+ },
1057
+ param: 'isEnabled',
1058
+ defaultValue: false
1059
+ }),
1060
1060
  // Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
1061
1061
  platform_sl_3p_post_auth_chat_open_exp: (0, _experimentBuilders.createBooleanExperiment)({
1062
1062
  productKeys: {
@@ -1405,6 +1405,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1405
1405
  param: 'isEnabled',
1406
1406
  defaultValue: false
1407
1407
  }),
1408
+ // Added 2026-06-02
1409
+ aifc_page_create_with_rovo_include_infographics: (0, _experimentBuilders.createBooleanExperiment)({
1410
+ productKeys: {
1411
+ confluence: 'aifc_page_create_with_rovo_include_infographics'
1412
+ },
1413
+ param: 'isEnabled',
1414
+ defaultValue: false
1415
+ }),
1408
1416
  // Added 2026-02-23
1409
1417
  'cc-maui-experiment': (0, _experimentBuilders.createBooleanExperiment)({
1410
1418
  productKeys: {
@@ -552,15 +552,6 @@ export const editorExperimentsConfig = {
552
552
  param: 'isEnabled',
553
553
  defaultValue: false
554
554
  }),
555
- // Added 2026-05-25
556
- platform_editor_code_block_auto_detection: createBooleanExperiment({
557
- productKeys: {
558
- confluence: 'platform_editor_code_block_auto_detection',
559
- jira: 'platform_editor_code_block_auto_detection'
560
- },
561
- param: 'isEnabled',
562
- defaultValue: false
563
- }),
564
555
  // Added 2025-07-14
565
556
  platform_editor_debounce_portal_provider: createBooleanExperiment({
566
557
  productKeys: {
@@ -1051,6 +1042,15 @@ export const editorExperimentsConfig = {
1051
1042
  param: 'isEnabled',
1052
1043
  defaultValue: false
1053
1044
  }),
1045
+ // Added 2026-05-29 — Inline rovo action on resolved inline smart links
1046
+ platform_sl_3p_auth_inline_tailored_cta: createBooleanExperiment({
1047
+ productKeys: {
1048
+ confluence: 'platform_sl_3p_auth_inline_tailored_cta',
1049
+ jira: 'platform_sl_3p_auth_inline_tailored_cta'
1050
+ },
1051
+ param: 'isEnabled',
1052
+ defaultValue: false
1053
+ }),
1054
1054
  // Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
1055
1055
  platform_sl_3p_post_auth_chat_open_exp: createBooleanExperiment({
1056
1056
  productKeys: {
@@ -1399,6 +1399,14 @@ export const editorExperimentsConfig = {
1399
1399
  param: 'isEnabled',
1400
1400
  defaultValue: false
1401
1401
  }),
1402
+ // Added 2026-06-02
1403
+ aifc_page_create_with_rovo_include_infographics: createBooleanExperiment({
1404
+ productKeys: {
1405
+ confluence: 'aifc_page_create_with_rovo_include_infographics'
1406
+ },
1407
+ param: 'isEnabled',
1408
+ defaultValue: false
1409
+ }),
1402
1410
  // Added 2026-02-23
1403
1411
  'cc-maui-experiment': createBooleanExperiment({
1404
1412
  productKeys: {
@@ -552,15 +552,6 @@ export var editorExperimentsConfig = {
552
552
  param: 'isEnabled',
553
553
  defaultValue: false
554
554
  }),
555
- // Added 2026-05-25
556
- platform_editor_code_block_auto_detection: createBooleanExperiment({
557
- productKeys: {
558
- confluence: 'platform_editor_code_block_auto_detection',
559
- jira: 'platform_editor_code_block_auto_detection'
560
- },
561
- param: 'isEnabled',
562
- defaultValue: false
563
- }),
564
555
  // Added 2025-07-14
565
556
  platform_editor_debounce_portal_provider: createBooleanExperiment({
566
557
  productKeys: {
@@ -1051,6 +1042,15 @@ export var editorExperimentsConfig = {
1051
1042
  param: 'isEnabled',
1052
1043
  defaultValue: false
1053
1044
  }),
1045
+ // Added 2026-05-29 — Inline rovo action on resolved inline smart links
1046
+ platform_sl_3p_auth_inline_tailored_cta: createBooleanExperiment({
1047
+ productKeys: {
1048
+ confluence: 'platform_sl_3p_auth_inline_tailored_cta',
1049
+ jira: 'platform_sl_3p_auth_inline_tailored_cta'
1050
+ },
1051
+ param: 'isEnabled',
1052
+ defaultValue: false
1053
+ }),
1054
1054
  // Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
1055
1055
  platform_sl_3p_post_auth_chat_open_exp: createBooleanExperiment({
1056
1056
  productKeys: {
@@ -1399,6 +1399,14 @@ export var editorExperimentsConfig = {
1399
1399
  param: 'isEnabled',
1400
1400
  defaultValue: false
1401
1401
  }),
1402
+ // Added 2026-06-02
1403
+ aifc_page_create_with_rovo_include_infographics: createBooleanExperiment({
1404
+ productKeys: {
1405
+ confluence: 'aifc_page_create_with_rovo_include_infographics'
1406
+ },
1407
+ param: 'isEnabled',
1408
+ defaultValue: false
1409
+ }),
1402
1410
  // Added 2026-02-23
1403
1411
  'cc-maui-experiment': createBooleanExperiment({
1404
1412
  productKeys: {
@@ -179,12 +179,6 @@ export declare const editorExperimentsConfig: {
179
179
  productKeys?: ProductKeys;
180
180
  typeGuard: IsBooleanType;
181
181
  };
182
- platform_editor_code_block_auto_detection: {
183
- defaultValue: boolean;
184
- param: string;
185
- productKeys?: ProductKeys;
186
- typeGuard: IsBooleanType;
187
- };
188
182
  platform_editor_render_bodied_extension_as_inline: {
189
183
  defaultValue: boolean;
190
184
  param: string;
@@ -778,6 +772,12 @@ export declare const editorExperimentsConfig: {
778
772
  productKeys?: ProductKeys;
779
773
  typeGuard: IsBooleanType;
780
774
  };
775
+ platform_sl_3p_auth_inline_tailored_cta: {
776
+ defaultValue: boolean;
777
+ param: string;
778
+ productKeys?: ProductKeys;
779
+ typeGuard: IsBooleanType;
780
+ };
781
781
  platform_synced_block: {
782
782
  defaultValue: boolean;
783
783
  param: string;
@@ -1087,6 +1087,12 @@ export declare const editorExperimentsConfig: {
1087
1087
  productKeys?: ProductKeys;
1088
1088
  typeGuard: IsBooleanType;
1089
1089
  };
1090
+ aifc_page_create_with_rovo_include_infographics: {
1091
+ defaultValue: boolean;
1092
+ param: string;
1093
+ productKeys?: ProductKeys;
1094
+ typeGuard: IsBooleanType;
1095
+ };
1090
1096
  'cc-maui-experiment': {
1091
1097
  defaultValue: boolean;
1092
1098
  param: string;
@@ -179,12 +179,6 @@ export declare const editorExperimentsConfig: {
179
179
  productKeys?: ProductKeys;
180
180
  typeGuard: IsBooleanType;
181
181
  };
182
- platform_editor_code_block_auto_detection: {
183
- defaultValue: boolean;
184
- param: string;
185
- productKeys?: ProductKeys;
186
- typeGuard: IsBooleanType;
187
- };
188
182
  platform_editor_render_bodied_extension_as_inline: {
189
183
  defaultValue: boolean;
190
184
  param: string;
@@ -778,6 +772,12 @@ export declare const editorExperimentsConfig: {
778
772
  productKeys?: ProductKeys;
779
773
  typeGuard: IsBooleanType;
780
774
  };
775
+ platform_sl_3p_auth_inline_tailored_cta: {
776
+ defaultValue: boolean;
777
+ param: string;
778
+ productKeys?: ProductKeys;
779
+ typeGuard: IsBooleanType;
780
+ };
781
781
  platform_synced_block: {
782
782
  defaultValue: boolean;
783
783
  param: string;
@@ -1087,6 +1087,12 @@ export declare const editorExperimentsConfig: {
1087
1087
  productKeys?: ProductKeys;
1088
1088
  typeGuard: IsBooleanType;
1089
1089
  };
1090
+ aifc_page_create_with_rovo_include_infographics: {
1091
+ defaultValue: boolean;
1092
+ param: string;
1093
+ productKeys?: ProductKeys;
1094
+ typeGuard: IsBooleanType;
1095
+ };
1090
1096
  'cc-maui-experiment': {
1091
1097
  defaultValue: boolean;
1092
1098
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "88.4.0",
3
+ "version": "89.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",