@atlaskit/tmp-editor-statsig 60.2.0 → 61.0.1

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
+ ## 61.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`58913fb961b08`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/58913fb961b08) -
8
+ [ux] Remove button/popup functionality from Rovo action CTA - just keep as icon for the inline
9
+ link.
10
+
11
+ ## 61.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - [`0ad738e8f896e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0ad738e8f896e) -
16
+ Remove `support_table_in_comment` and `support_table_in_comment_jira` experiment references. Both
17
+ experiments are fully rolled out — table resizing, alignment, scaling, and distribute columns are
18
+ now enabled unconditionally in comment editors.
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+
3
24
  ## 60.2.0
4
25
 
5
26
  ### Minor Changes
@@ -29,14 +29,12 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
29
29
  platform_editor_toolbar_aifc: false,
30
30
  platform_editor_block_control_optimise_render: false,
31
31
  'test-new-experiments-package': false,
32
- support_table_in_comment: false,
33
32
  platform_editor_exp_lazy_node_views: false,
34
33
  platform_renderer_table_sticky_scrollbar: false,
35
34
  platform_editor_prevent_toolbar_layout_shifts: false,
36
35
  comment_on_bodied_extensions: false,
37
36
  advanced_layouts: false,
38
37
  single_column_layouts: false,
39
- support_table_in_comment_jira: false,
40
38
  platform_editor_ai_unsplash_page_header: false,
41
39
  platform_editor_blockquote_in_text_formatting_menu: false,
42
40
  platform_editor_element_drag_and_drop_multiselect: false,
@@ -289,14 +289,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
289
289
  param: 'isEnabled',
290
290
  defaultValue: false
291
291
  }),
292
- // Added 2024-09-05
293
- support_table_in_comment: (0, _experimentBuilders.createBooleanExperiment)({
294
- productKeys: {
295
- confluence: 'platform_editor_support_table_in_comment_exp'
296
- },
297
- param: 'isEnabled',
298
- defaultValue: false
299
- }),
300
292
  // Added 2024-09-07
301
293
  platform_editor_exp_lazy_node_views: (0, _experimentBuilders.createBooleanExperiment)({
302
294
  productKeys: {
@@ -372,14 +364,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
372
364
  param: 'isEnabled',
373
365
  defaultValue: false
374
366
  }),
375
- // Added 2024-10-08
376
- support_table_in_comment_jira: (0, _experimentBuilders.createBooleanExperiment)({
377
- productKeys: {
378
- jira: 'platform_editor_support_table_in_comment_jira'
379
- },
380
- param: 'isEnabled',
381
- defaultValue: false
382
- }),
383
367
  'platform_editor_ai-prompts-placeholder': (0, _experimentBuilders.createMultivariateExperiment)({
384
368
  productKeys: {
385
369
  confluence: 'platform_editor_ai-prompts-placeholder'
@@ -1078,8 +1062,8 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1078
1062
  // Added 2026-04-09 — Inline action nudge on resolved inline smart links
1079
1063
  rovogrowth_640_inline_action_nudge: (0, _experimentBuilders.createBooleanExperiment)({
1080
1064
  productKeys: {
1081
- confluence: 'rovogrowth_640_inline_action_nudge_exp',
1082
- jira: 'rovogrowth_640_inline_action_nudge_exp'
1065
+ confluence: 'rovogrowth-640-inline-action-nudge-exp',
1066
+ jira: 'rovogrowth-640-inline-action-nudge-exp'
1083
1067
  },
1084
1068
  param: 'isEnabled',
1085
1069
  defaultValue: false
@@ -23,14 +23,12 @@ export const testBooleanOverrides = {
23
23
  platform_editor_toolbar_aifc: false,
24
24
  platform_editor_block_control_optimise_render: false,
25
25
  'test-new-experiments-package': false,
26
- support_table_in_comment: false,
27
26
  platform_editor_exp_lazy_node_views: false,
28
27
  platform_renderer_table_sticky_scrollbar: false,
29
28
  platform_editor_prevent_toolbar_layout_shifts: false,
30
29
  comment_on_bodied_extensions: false,
31
30
  advanced_layouts: false,
32
31
  single_column_layouts: false,
33
- support_table_in_comment_jira: false,
34
32
  platform_editor_ai_unsplash_page_header: false,
35
33
  platform_editor_blockquote_in_text_formatting_menu: false,
36
34
  platform_editor_element_drag_and_drop_multiselect: false,
@@ -283,14 +283,6 @@ export const editorExperimentsConfig = {
283
283
  param: 'isEnabled',
284
284
  defaultValue: false
285
285
  }),
286
- // Added 2024-09-05
287
- support_table_in_comment: createBooleanExperiment({
288
- productKeys: {
289
- confluence: 'platform_editor_support_table_in_comment_exp'
290
- },
291
- param: 'isEnabled',
292
- defaultValue: false
293
- }),
294
286
  // Added 2024-09-07
295
287
  platform_editor_exp_lazy_node_views: createBooleanExperiment({
296
288
  productKeys: {
@@ -366,14 +358,6 @@ export const editorExperimentsConfig = {
366
358
  param: 'isEnabled',
367
359
  defaultValue: false
368
360
  }),
369
- // Added 2024-10-08
370
- support_table_in_comment_jira: createBooleanExperiment({
371
- productKeys: {
372
- jira: 'platform_editor_support_table_in_comment_jira'
373
- },
374
- param: 'isEnabled',
375
- defaultValue: false
376
- }),
377
361
  'platform_editor_ai-prompts-placeholder': createMultivariateExperiment({
378
362
  productKeys: {
379
363
  confluence: 'platform_editor_ai-prompts-placeholder'
@@ -1072,8 +1056,8 @@ export const editorExperimentsConfig = {
1072
1056
  // Added 2026-04-09 — Inline action nudge on resolved inline smart links
1073
1057
  rovogrowth_640_inline_action_nudge: createBooleanExperiment({
1074
1058
  productKeys: {
1075
- confluence: 'rovogrowth_640_inline_action_nudge_exp',
1076
- jira: 'rovogrowth_640_inline_action_nudge_exp'
1059
+ confluence: 'rovogrowth-640-inline-action-nudge-exp',
1060
+ jira: 'rovogrowth-640-inline-action-nudge-exp'
1077
1061
  },
1078
1062
  param: 'isEnabled',
1079
1063
  defaultValue: false
@@ -23,14 +23,12 @@ export var testBooleanOverrides = {
23
23
  platform_editor_toolbar_aifc: false,
24
24
  platform_editor_block_control_optimise_render: false,
25
25
  'test-new-experiments-package': false,
26
- support_table_in_comment: false,
27
26
  platform_editor_exp_lazy_node_views: false,
28
27
  platform_renderer_table_sticky_scrollbar: false,
29
28
  platform_editor_prevent_toolbar_layout_shifts: false,
30
29
  comment_on_bodied_extensions: false,
31
30
  advanced_layouts: false,
32
31
  single_column_layouts: false,
33
- support_table_in_comment_jira: false,
34
32
  platform_editor_ai_unsplash_page_header: false,
35
33
  platform_editor_blockquote_in_text_formatting_menu: false,
36
34
  platform_editor_element_drag_and_drop_multiselect: false,
@@ -283,14 +283,6 @@ export var editorExperimentsConfig = {
283
283
  param: 'isEnabled',
284
284
  defaultValue: false
285
285
  }),
286
- // Added 2024-09-05
287
- support_table_in_comment: createBooleanExperiment({
288
- productKeys: {
289
- confluence: 'platform_editor_support_table_in_comment_exp'
290
- },
291
- param: 'isEnabled',
292
- defaultValue: false
293
- }),
294
286
  // Added 2024-09-07
295
287
  platform_editor_exp_lazy_node_views: createBooleanExperiment({
296
288
  productKeys: {
@@ -366,14 +358,6 @@ export var editorExperimentsConfig = {
366
358
  param: 'isEnabled',
367
359
  defaultValue: false
368
360
  }),
369
- // Added 2024-10-08
370
- support_table_in_comment_jira: createBooleanExperiment({
371
- productKeys: {
372
- jira: 'platform_editor_support_table_in_comment_jira'
373
- },
374
- param: 'isEnabled',
375
- defaultValue: false
376
- }),
377
361
  'platform_editor_ai-prompts-placeholder': createMultivariateExperiment({
378
362
  productKeys: {
379
363
  confluence: 'platform_editor_ai-prompts-placeholder'
@@ -1072,8 +1056,8 @@ export var editorExperimentsConfig = {
1072
1056
  // Added 2026-04-09 — Inline action nudge on resolved inline smart links
1073
1057
  rovogrowth_640_inline_action_nudge: createBooleanExperiment({
1074
1058
  productKeys: {
1075
- confluence: 'rovogrowth_640_inline_action_nudge_exp',
1076
- jira: 'rovogrowth_640_inline_action_nudge_exp'
1059
+ confluence: 'rovogrowth-640-inline-action-nudge-exp',
1060
+ jira: 'rovogrowth-640-inline-action-nudge-exp'
1077
1061
  },
1078
1062
  param: 'isEnabled',
1079
1063
  defaultValue: false
@@ -803,18 +803,6 @@ export declare const editorExperimentsConfig: {
803
803
  typeGuard: (value: unknown) => value is 'control' | 'test';
804
804
  values: ('control' | 'test')[];
805
805
  };
806
- support_table_in_comment: {
807
- defaultValue: boolean;
808
- param: string;
809
- productKeys?: ProductKeys;
810
- typeGuard: IsBooleanType;
811
- };
812
- support_table_in_comment_jira: {
813
- defaultValue: boolean;
814
- param: string;
815
- productKeys?: ProductKeys;
816
- typeGuard: IsBooleanType;
817
- };
818
806
  platform_editor_to_use_pmr_for_collab_edit_none_ic: {
819
807
  defaultValue: boolean;
820
808
  param: string;
@@ -803,18 +803,6 @@ export declare const editorExperimentsConfig: {
803
803
  typeGuard: (value: unknown) => value is 'control' | 'test';
804
804
  values: ('control' | 'test')[];
805
805
  };
806
- support_table_in_comment: {
807
- defaultValue: boolean;
808
- param: string;
809
- productKeys?: ProductKeys;
810
- typeGuard: IsBooleanType;
811
- };
812
- support_table_in_comment_jira: {
813
- defaultValue: boolean;
814
- param: string;
815
- productKeys?: ProductKeys;
816
- typeGuard: IsBooleanType;
817
- };
818
806
  platform_editor_to_use_pmr_for_collab_edit_none_ic: {
819
807
  defaultValue: boolean;
820
808
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "60.2.0",
3
+ "version": "61.0.1",
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",