@atlaskit/tmp-editor-statsig 56.0.0 → 56.2.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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 56.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`1bd6f56c55358`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1bd6f56c55358) -
8
+ Add gated analytics for Smart Link go-to-link actions, including extensionKey, status, and
9
+ statusDetails, with supporting editor/card test updates.
10
+
11
+ ## 56.1.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`cfc9d74ff4070`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cfc9d74ff4070) -
16
+ Add experiment to changes for adding suggest reply markdown
17
+
3
18
  ## 56.0.0
4
19
 
5
20
  ### Major Changes
@@ -174,6 +174,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
174
174
  param: 'isEnabled',
175
175
  defaultValue: false
176
176
  }),
177
+ // Added 2026-04-08
178
+ cc_integrations_editor_open_link_click_analytics: (0, _experimentBuilders.createBooleanExperiment)({
179
+ productKeys: {
180
+ confluence: 'cc_integrations_editor_open_link_click_analytics'
181
+ },
182
+ param: 'isEnabled',
183
+ defaultValue: false
184
+ }),
177
185
  // Added 2026-01-7
178
186
  platform_editor_table_sticky_header_patch_10: (0, _experimentBuilders.createBooleanExperiment)({
179
187
  productKeys: {
@@ -1849,6 +1857,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1849
1857
  param: 'isEnabled',
1850
1858
  defaultValue: false
1851
1859
  }),
1860
+ // Added 2026-04-06
1861
+ confluence_fe_create_page_suggestion: (0, _experimentBuilders.createBooleanExperiment)({
1862
+ productKeys: {
1863
+ confluence: 'confluence_fe_create_page_suggestion'
1864
+ },
1865
+ param: 'isEnabled',
1866
+ defaultValue: false
1867
+ }),
1852
1868
  // Added 2026-03-18
1853
1869
  platform_editor_selection_toolbar_block_handle: (0, _experimentBuilders.createBooleanExperiment)({
1854
1870
  productKeys: {
@@ -1977,5 +1993,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1977
1993
  },
1978
1994
  param: 'isEnabled',
1979
1995
  defaultValue: false
1996
+ }),
1997
+ // Added 2026-04-01
1998
+ show_mentions_in_suggest_reply: (0, _experimentBuilders.createBooleanExperiment)({
1999
+ productKeys: {
2000
+ jira: 'show_mentions_in_suggest_reply'
2001
+ },
2002
+ param: 'isEnabled',
2003
+ defaultValue: false
1980
2004
  })
1981
2005
  };
@@ -168,6 +168,14 @@ export const editorExperimentsConfig = {
168
168
  param: 'isEnabled',
169
169
  defaultValue: false
170
170
  }),
171
+ // Added 2026-04-08
172
+ cc_integrations_editor_open_link_click_analytics: createBooleanExperiment({
173
+ productKeys: {
174
+ confluence: 'cc_integrations_editor_open_link_click_analytics'
175
+ },
176
+ param: 'isEnabled',
177
+ defaultValue: false
178
+ }),
171
179
  // Added 2026-01-7
172
180
  platform_editor_table_sticky_header_patch_10: createBooleanExperiment({
173
181
  productKeys: {
@@ -1843,6 +1851,14 @@ export const editorExperimentsConfig = {
1843
1851
  param: 'isEnabled',
1844
1852
  defaultValue: false
1845
1853
  }),
1854
+ // Added 2026-04-06
1855
+ confluence_fe_create_page_suggestion: createBooleanExperiment({
1856
+ productKeys: {
1857
+ confluence: 'confluence_fe_create_page_suggestion'
1858
+ },
1859
+ param: 'isEnabled',
1860
+ defaultValue: false
1861
+ }),
1846
1862
  // Added 2026-03-18
1847
1863
  platform_editor_selection_toolbar_block_handle: createBooleanExperiment({
1848
1864
  productKeys: {
@@ -1971,5 +1987,13 @@ export const editorExperimentsConfig = {
1971
1987
  },
1972
1988
  param: 'isEnabled',
1973
1989
  defaultValue: false
1990
+ }),
1991
+ // Added 2026-04-01
1992
+ show_mentions_in_suggest_reply: createBooleanExperiment({
1993
+ productKeys: {
1994
+ jira: 'show_mentions_in_suggest_reply'
1995
+ },
1996
+ param: 'isEnabled',
1997
+ defaultValue: false
1974
1998
  })
1975
1999
  };
@@ -168,6 +168,14 @@ export var editorExperimentsConfig = {
168
168
  param: 'isEnabled',
169
169
  defaultValue: false
170
170
  }),
171
+ // Added 2026-04-08
172
+ cc_integrations_editor_open_link_click_analytics: createBooleanExperiment({
173
+ productKeys: {
174
+ confluence: 'cc_integrations_editor_open_link_click_analytics'
175
+ },
176
+ param: 'isEnabled',
177
+ defaultValue: false
178
+ }),
171
179
  // Added 2026-01-7
172
180
  platform_editor_table_sticky_header_patch_10: createBooleanExperiment({
173
181
  productKeys: {
@@ -1843,6 +1851,14 @@ export var editorExperimentsConfig = {
1843
1851
  param: 'isEnabled',
1844
1852
  defaultValue: false
1845
1853
  }),
1854
+ // Added 2026-04-06
1855
+ confluence_fe_create_page_suggestion: createBooleanExperiment({
1856
+ productKeys: {
1857
+ confluence: 'confluence_fe_create_page_suggestion'
1858
+ },
1859
+ param: 'isEnabled',
1860
+ defaultValue: false
1861
+ }),
1846
1862
  // Added 2026-03-18
1847
1863
  platform_editor_selection_toolbar_block_handle: createBooleanExperiment({
1848
1864
  productKeys: {
@@ -1971,5 +1987,13 @@ export var editorExperimentsConfig = {
1971
1987
  },
1972
1988
  param: 'isEnabled',
1973
1989
  defaultValue: false
1990
+ }),
1991
+ // Added 2026-04-01
1992
+ show_mentions_in_suggest_reply: createBooleanExperiment({
1993
+ productKeys: {
1994
+ jira: 'show_mentions_in_suggest_reply'
1995
+ },
1996
+ param: 'isEnabled',
1997
+ defaultValue: false
1974
1998
  })
1975
1999
  };
@@ -45,6 +45,12 @@ export declare const editorExperimentsConfig: {
45
45
  productKeys?: ProductKeys;
46
46
  typeGuard: IsBooleanType;
47
47
  };
48
+ cc_integrations_editor_open_link_click_analytics: {
49
+ defaultValue: boolean;
50
+ param: string;
51
+ productKeys?: ProductKeys;
52
+ typeGuard: IsBooleanType;
53
+ };
48
54
  cc_editor_insm_doc_size_stats: {
49
55
  defaultValue: boolean;
50
56
  param: string;
@@ -1399,6 +1405,12 @@ export declare const editorExperimentsConfig: {
1399
1405
  productKeys?: ProductKeys;
1400
1406
  typeGuard: IsBooleanType;
1401
1407
  };
1408
+ confluence_fe_create_page_suggestion: {
1409
+ defaultValue: boolean;
1410
+ param: string;
1411
+ productKeys?: ProductKeys;
1412
+ typeGuard: IsBooleanType;
1413
+ };
1402
1414
  platform_editor_user_highlight_contrast: {
1403
1415
  defaultValue: boolean;
1404
1416
  param: string;
@@ -1453,5 +1465,11 @@ export declare const editorExperimentsConfig: {
1453
1465
  productKeys?: ProductKeys;
1454
1466
  typeGuard: IsBooleanType;
1455
1467
  };
1468
+ show_mentions_in_suggest_reply: {
1469
+ defaultValue: boolean;
1470
+ param: string;
1471
+ productKeys?: ProductKeys;
1472
+ typeGuard: IsBooleanType;
1473
+ };
1456
1474
  };
1457
1475
  export {};
@@ -45,6 +45,12 @@ export declare const editorExperimentsConfig: {
45
45
  productKeys?: ProductKeys;
46
46
  typeGuard: IsBooleanType;
47
47
  };
48
+ cc_integrations_editor_open_link_click_analytics: {
49
+ defaultValue: boolean;
50
+ param: string;
51
+ productKeys?: ProductKeys;
52
+ typeGuard: IsBooleanType;
53
+ };
48
54
  cc_editor_insm_doc_size_stats: {
49
55
  defaultValue: boolean;
50
56
  param: string;
@@ -1399,6 +1405,12 @@ export declare const editorExperimentsConfig: {
1399
1405
  productKeys?: ProductKeys;
1400
1406
  typeGuard: IsBooleanType;
1401
1407
  };
1408
+ confluence_fe_create_page_suggestion: {
1409
+ defaultValue: boolean;
1410
+ param: string;
1411
+ productKeys?: ProductKeys;
1412
+ typeGuard: IsBooleanType;
1413
+ };
1402
1414
  platform_editor_user_highlight_contrast: {
1403
1415
  defaultValue: boolean;
1404
1416
  param: string;
@@ -1453,5 +1465,11 @@ export declare const editorExperimentsConfig: {
1453
1465
  productKeys?: ProductKeys;
1454
1466
  typeGuard: IsBooleanType;
1455
1467
  };
1468
+ show_mentions_in_suggest_reply: {
1469
+ defaultValue: boolean;
1470
+ param: string;
1471
+ productKeys?: ProductKeys;
1472
+ typeGuard: IsBooleanType;
1473
+ };
1456
1474
  };
1457
1475
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "56.0.0",
3
+ "version": "56.2.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",