@atlaskit/tmp-editor-statsig 62.5.0 → 62.7.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
+ ## 62.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`3e5cf48f0f52f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e5cf48f0f52f) -
8
+ Replace `cc_dnd_smart_link_changeboard_po_template_gate` feature gate with
9
+ `cc_dnd_smart_link_changeboard_po_template` experiment using `expValNoExposure`.
10
+ - [`5cdbb45dd8b9b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5cdbb45dd8b9b) -
11
+ [ux] Add generic 3P rovo actions for the rovogrowth-640-inline-action-nudge-exp experiment to the
12
+ hovercard content
13
+
14
+ ## 62.6.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [`b0377daa5ac26`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b0377daa5ac26) -
19
+ Clean up experiment cc_perf-insights-cards_extension_a11y_list - ship treatment (list/listitem
20
+ roles for a11y)
21
+
3
22
  ## 62.5.0
4
23
 
5
24
  ### Minor Changes
@@ -21,7 +21,7 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
21
21
  var testBooleanOverrides = exports.testBooleanOverrides = {
22
22
  platform_sl_3p_auth_rovo_action: false,
23
23
  platform_sl_3p_preauth_better_hovercard: true,
24
- rovogrowth_640_inline_action_nudge: true,
24
+ 'rovogrowth-640-inline-action-nudge-exp': true,
25
25
  cwr_blank_object_experiment: false,
26
26
  cc_editor_hover_link_overlay_css_fix: false,
27
27
  platform_editor_feedback_mandatory_rating: false,
@@ -776,14 +776,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
776
776
  param: 'isEnabled',
777
777
  defaultValue: false
778
778
  }),
779
- // Added 2026-03-05
780
- 'cc_perf-insights-cards_extension_a11y_list': (0, _experimentBuilders.createBooleanExperiment)({
781
- productKeys: {
782
- confluence: 'cc_perf-insights-cards_extension_a11y_list'
783
- },
784
- param: 'isEnabled',
785
- defaultValue: false
786
- }),
787
779
  // Added 2026-03-12
788
780
  ccpi_fix_broken_uploaded_img: (0, _experimentBuilders.createBooleanExperiment)({
789
781
  productKeys: {
@@ -1060,7 +1052,7 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1060
1052
  defaultValue: false
1061
1053
  }),
1062
1054
  // Added 2026-04-09 — Inline action nudge on resolved inline smart links
1063
- rovogrowth_640_inline_action_nudge: (0, _experimentBuilders.createBooleanExperiment)({
1055
+ 'rovogrowth-640-inline-action-nudge-exp': (0, _experimentBuilders.createBooleanExperiment)({
1064
1056
  productKeys: {
1065
1057
  confluence: 'rovogrowth-640-inline-action-nudge-exp',
1066
1058
  jira: 'rovogrowth-640-inline-action-nudge-exp'
@@ -1920,6 +1912,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1920
1912
  param: 'isEnabled',
1921
1913
  defaultValue: false
1922
1914
  }),
1915
+ // Added 2026-04-14
1916
+ platform_editor_ai_multi_format_streaming: (0, _experimentBuilders.createBooleanExperiment)({
1917
+ productKeys: {
1918
+ confluence: 'platform_editor_ai_multi_format_streaming'
1919
+ },
1920
+ param: 'isEnabled',
1921
+ defaultValue: false
1922
+ }),
1923
1923
  // Added 2026-03-31
1924
1924
  platform_editor_dnd_accessibility_fixes_expand: (0, _experimentBuilders.createBooleanExperiment)({
1925
1925
  productKeys: {
@@ -2042,5 +2042,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2042
2042
  },
2043
2043
  param: 'isEnabled',
2044
2044
  defaultValue: false
2045
+ }),
2046
+ // Added 2026-04-16
2047
+ cc_dnd_smart_link_changeboard_po_template: (0, _experimentBuilders.createBooleanExperiment)({
2048
+ productKeys: {
2049
+ confluence: 'cc_dnd_smart_link_changeboard_po_template'
2050
+ },
2051
+ param: 'isEnabled',
2052
+ defaultValue: false
2045
2053
  })
2046
2054
  };
@@ -15,7 +15,7 @@ export const testMultivariateOverrides = {
15
15
  export const testBooleanOverrides = {
16
16
  platform_sl_3p_auth_rovo_action: false,
17
17
  platform_sl_3p_preauth_better_hovercard: true,
18
- rovogrowth_640_inline_action_nudge: true,
18
+ 'rovogrowth-640-inline-action-nudge-exp': true,
19
19
  cwr_blank_object_experiment: false,
20
20
  cc_editor_hover_link_overlay_css_fix: false,
21
21
  platform_editor_feedback_mandatory_rating: false,
@@ -770,14 +770,6 @@ export const editorExperimentsConfig = {
770
770
  param: 'isEnabled',
771
771
  defaultValue: false
772
772
  }),
773
- // Added 2026-03-05
774
- 'cc_perf-insights-cards_extension_a11y_list': createBooleanExperiment({
775
- productKeys: {
776
- confluence: 'cc_perf-insights-cards_extension_a11y_list'
777
- },
778
- param: 'isEnabled',
779
- defaultValue: false
780
- }),
781
773
  // Added 2026-03-12
782
774
  ccpi_fix_broken_uploaded_img: createBooleanExperiment({
783
775
  productKeys: {
@@ -1054,7 +1046,7 @@ export const editorExperimentsConfig = {
1054
1046
  defaultValue: false
1055
1047
  }),
1056
1048
  // Added 2026-04-09 — Inline action nudge on resolved inline smart links
1057
- rovogrowth_640_inline_action_nudge: createBooleanExperiment({
1049
+ 'rovogrowth-640-inline-action-nudge-exp': createBooleanExperiment({
1058
1050
  productKeys: {
1059
1051
  confluence: 'rovogrowth-640-inline-action-nudge-exp',
1060
1052
  jira: 'rovogrowth-640-inline-action-nudge-exp'
@@ -1914,6 +1906,14 @@ export const editorExperimentsConfig = {
1914
1906
  param: 'isEnabled',
1915
1907
  defaultValue: false
1916
1908
  }),
1909
+ // Added 2026-04-14
1910
+ platform_editor_ai_multi_format_streaming: createBooleanExperiment({
1911
+ productKeys: {
1912
+ confluence: 'platform_editor_ai_multi_format_streaming'
1913
+ },
1914
+ param: 'isEnabled',
1915
+ defaultValue: false
1916
+ }),
1917
1917
  // Added 2026-03-31
1918
1918
  platform_editor_dnd_accessibility_fixes_expand: createBooleanExperiment({
1919
1919
  productKeys: {
@@ -2036,5 +2036,13 @@ export const editorExperimentsConfig = {
2036
2036
  },
2037
2037
  param: 'isEnabled',
2038
2038
  defaultValue: false
2039
+ }),
2040
+ // Added 2026-04-16
2041
+ cc_dnd_smart_link_changeboard_po_template: createBooleanExperiment({
2042
+ productKeys: {
2043
+ confluence: 'cc_dnd_smart_link_changeboard_po_template'
2044
+ },
2045
+ param: 'isEnabled',
2046
+ defaultValue: false
2039
2047
  })
2040
2048
  };
@@ -15,7 +15,7 @@ export var testMultivariateOverrides = {
15
15
  export var testBooleanOverrides = {
16
16
  platform_sl_3p_auth_rovo_action: false,
17
17
  platform_sl_3p_preauth_better_hovercard: true,
18
- rovogrowth_640_inline_action_nudge: true,
18
+ 'rovogrowth-640-inline-action-nudge-exp': true,
19
19
  cwr_blank_object_experiment: false,
20
20
  cc_editor_hover_link_overlay_css_fix: false,
21
21
  platform_editor_feedback_mandatory_rating: false,
@@ -770,14 +770,6 @@ export var editorExperimentsConfig = {
770
770
  param: 'isEnabled',
771
771
  defaultValue: false
772
772
  }),
773
- // Added 2026-03-05
774
- 'cc_perf-insights-cards_extension_a11y_list': createBooleanExperiment({
775
- productKeys: {
776
- confluence: 'cc_perf-insights-cards_extension_a11y_list'
777
- },
778
- param: 'isEnabled',
779
- defaultValue: false
780
- }),
781
773
  // Added 2026-03-12
782
774
  ccpi_fix_broken_uploaded_img: createBooleanExperiment({
783
775
  productKeys: {
@@ -1054,7 +1046,7 @@ export var editorExperimentsConfig = {
1054
1046
  defaultValue: false
1055
1047
  }),
1056
1048
  // Added 2026-04-09 — Inline action nudge on resolved inline smart links
1057
- rovogrowth_640_inline_action_nudge: createBooleanExperiment({
1049
+ 'rovogrowth-640-inline-action-nudge-exp': createBooleanExperiment({
1058
1050
  productKeys: {
1059
1051
  confluence: 'rovogrowth-640-inline-action-nudge-exp',
1060
1052
  jira: 'rovogrowth-640-inline-action-nudge-exp'
@@ -1914,6 +1906,14 @@ export var editorExperimentsConfig = {
1914
1906
  param: 'isEnabled',
1915
1907
  defaultValue: false
1916
1908
  }),
1909
+ // Added 2026-04-14
1910
+ platform_editor_ai_multi_format_streaming: createBooleanExperiment({
1911
+ productKeys: {
1912
+ confluence: 'platform_editor_ai_multi_format_streaming'
1913
+ },
1914
+ param: 'isEnabled',
1915
+ defaultValue: false
1916
+ }),
1917
1917
  // Added 2026-03-31
1918
1918
  platform_editor_dnd_accessibility_fixes_expand: createBooleanExperiment({
1919
1919
  productKeys: {
@@ -2036,5 +2036,13 @@ export var editorExperimentsConfig = {
2036
2036
  },
2037
2037
  param: 'isEnabled',
2038
2038
  defaultValue: false
2039
+ }),
2040
+ // Added 2026-04-16
2041
+ cc_dnd_smart_link_changeboard_po_template: createBooleanExperiment({
2042
+ productKeys: {
2043
+ confluence: 'cc_dnd_smart_link_changeboard_po_template'
2044
+ },
2045
+ param: 'isEnabled',
2046
+ defaultValue: false
2039
2047
  })
2040
2048
  };
@@ -190,12 +190,6 @@ export declare const editorExperimentsConfig: {
190
190
  productKeys?: ProductKeys;
191
191
  typeGuard: IsBooleanType;
192
192
  };
193
- 'cc_perf-insights-cards_extension_a11y_list': {
194
- defaultValue: boolean;
195
- param: string;
196
- productKeys?: ProductKeys;
197
- typeGuard: IsBooleanType;
198
- };
199
193
  ccpi_fix_broken_uploaded_img: {
200
194
  defaultValue: boolean;
201
195
  param: string;
@@ -748,7 +742,7 @@ export declare const editorExperimentsConfig: {
748
742
  productKeys?: ProductKeys;
749
743
  typeGuard: IsBooleanType;
750
744
  };
751
- rovogrowth_640_inline_action_nudge: {
745
+ 'rovogrowth-640-inline-action-nudge-exp': {
752
746
  defaultValue: boolean;
753
747
  param: string;
754
748
  productKeys?: ProductKeys;
@@ -1436,6 +1430,12 @@ export declare const editorExperimentsConfig: {
1436
1430
  productKeys?: ProductKeys;
1437
1431
  typeGuard: IsBooleanType;
1438
1432
  };
1433
+ platform_editor_ai_multi_format_streaming: {
1434
+ defaultValue: boolean;
1435
+ param: string;
1436
+ productKeys?: ProductKeys;
1437
+ typeGuard: IsBooleanType;
1438
+ };
1439
1439
  platform_editor_dnd_accessibility_fixes_expand: {
1440
1440
  defaultValue: boolean;
1441
1441
  param: string;
@@ -1502,5 +1502,11 @@ export declare const editorExperimentsConfig: {
1502
1502
  productKeys?: ProductKeys;
1503
1503
  typeGuard: IsBooleanType;
1504
1504
  };
1505
+ cc_dnd_smart_link_changeboard_po_template: {
1506
+ defaultValue: boolean;
1507
+ param: string;
1508
+ productKeys?: ProductKeys;
1509
+ typeGuard: IsBooleanType;
1510
+ };
1505
1511
  };
1506
1512
  export {};
@@ -190,12 +190,6 @@ export declare const editorExperimentsConfig: {
190
190
  productKeys?: ProductKeys;
191
191
  typeGuard: IsBooleanType;
192
192
  };
193
- 'cc_perf-insights-cards_extension_a11y_list': {
194
- defaultValue: boolean;
195
- param: string;
196
- productKeys?: ProductKeys;
197
- typeGuard: IsBooleanType;
198
- };
199
193
  ccpi_fix_broken_uploaded_img: {
200
194
  defaultValue: boolean;
201
195
  param: string;
@@ -748,7 +742,7 @@ export declare const editorExperimentsConfig: {
748
742
  productKeys?: ProductKeys;
749
743
  typeGuard: IsBooleanType;
750
744
  };
751
- rovogrowth_640_inline_action_nudge: {
745
+ 'rovogrowth-640-inline-action-nudge-exp': {
752
746
  defaultValue: boolean;
753
747
  param: string;
754
748
  productKeys?: ProductKeys;
@@ -1436,6 +1430,12 @@ export declare const editorExperimentsConfig: {
1436
1430
  productKeys?: ProductKeys;
1437
1431
  typeGuard: IsBooleanType;
1438
1432
  };
1433
+ platform_editor_ai_multi_format_streaming: {
1434
+ defaultValue: boolean;
1435
+ param: string;
1436
+ productKeys?: ProductKeys;
1437
+ typeGuard: IsBooleanType;
1438
+ };
1439
1439
  platform_editor_dnd_accessibility_fixes_expand: {
1440
1440
  defaultValue: boolean;
1441
1441
  param: string;
@@ -1502,5 +1502,11 @@ export declare const editorExperimentsConfig: {
1502
1502
  productKeys?: ProductKeys;
1503
1503
  typeGuard: IsBooleanType;
1504
1504
  };
1505
+ cc_dnd_smart_link_changeboard_po_template: {
1506
+ defaultValue: boolean;
1507
+ param: string;
1508
+ productKeys?: ProductKeys;
1509
+ typeGuard: IsBooleanType;
1510
+ };
1505
1511
  };
1506
1512
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "62.5.0",
3
+ "version": "62.7.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",