@atlaskit/tmp-editor-statsig 144.0.0 → 146.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,21 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 146.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`dc25bddeafe4d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dc25bddeafe4d) -
8
+ Clean up experiment `platform_editor_ai_tablecell_localids`
9
+
10
+ ## 145.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - [`31d6b0eaca46e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31d6b0eaca46e) -
15
+ Clean up experiment `platform_editor_tables_drag_and_drop`.
16
+ - [`c35cab8f8008f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c35cab8f8008f) -
17
+ [FFCLEANUP-139804] clean up mandatory emoji rating feedback experiment
18
+
3
19
  ## 144.0.0
4
20
 
5
21
  ### Major Changes
@@ -29,7 +29,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
29
29
  social_proof_3p_unauth_block_exp: false,
30
30
  platform_sl_3p_preauth_better_hovercard: true,
31
31
  cwr_blank_object_experiment: false,
32
- platform_editor_feedback_mandatory_rating: false,
33
32
  platform_editor_preview_panel_responsiveness: false,
34
33
  'enghealth-53346_fix_redaction_marker_editor': false,
35
34
  platform_editor_toolbar_aifc: false,
@@ -44,7 +43,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
44
43
  platform_editor_blockquote_in_text_formatting_menu: false,
45
44
  platform_editor_ai_edit_response_in_preview: false,
46
45
  platform_editor_offline_editing_web: false,
47
- platform_editor_tables_drag_and_drop: false,
48
46
  platform_editor_tables_table_selector: false,
49
47
  platform_renderer_fix_analytics_memo_callback: false,
50
48
  platform_editor_no_cursor_on_edit_page_init: false,
@@ -604,14 +604,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
604
604
  param: 'isEnabled',
605
605
  defaultValue: false
606
606
  }),
607
- // Added 2025-04-17
608
- platform_editor_tables_drag_and_drop: (0, _experimentBuilders.createBooleanExperiment)({
609
- productKeys: {
610
- confluence: 'platform_editor_tables_drag_and_drop'
611
- },
612
- param: 'isEnabled',
613
- defaultValue: false
614
- }),
615
607
  // Added 2026-06-02
616
608
  platform_editor_layout_keywords: (0, _experimentBuilders.createBooleanExperiment)({
617
609
  productKeys: {
@@ -751,14 +743,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
751
743
  param: 'isEnabled',
752
744
  defaultValue: false
753
745
  }),
754
- // Added 2025-06-26
755
- platform_editor_feedback_mandatory_rating: (0, _experimentBuilders.createBooleanExperiment)({
756
- productKeys: {
757
- confluence: 'platform_editor_feedback_mandatory_rating'
758
- },
759
- param: 'isEnabled',
760
- defaultValue: false
761
- }),
762
746
  // Added 2025-07-15
763
747
  platform_editor_preview_panel_responsiveness: (0, _experimentBuilders.createBooleanExperiment)({
764
748
  productKeys: {
@@ -2168,14 +2152,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2168
2152
  param: 'isEnabled',
2169
2153
  defaultValue: false
2170
2154
  }),
2171
- // Added 2026-05-20
2172
- platform_editor_ai_tablecell_localids: (0, _experimentBuilders.createBooleanExperiment)({
2173
- productKeys: {
2174
- confluence: 'platform_editor_ai_tablecell_localids'
2175
- },
2176
- param: 'isEnabled',
2177
- defaultValue: false
2178
- }),
2179
2155
  // Added 2026-06-05
2180
2156
  fix_copy_paste_external_media_renderer_to_editor: (0, _experimentBuilders.createBooleanExperiment)({
2181
2157
  productKeys: {
@@ -2237,14 +2213,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2237
2213
  param: 'isEnabled',
2238
2214
  defaultValue: false
2239
2215
  }),
2240
- // Added 2026-07-24
2241
- platform_editor_nest_expand_in_panel: (0, _experimentBuilders.createBooleanExperiment)({
2242
- productKeys: {
2243
- confluence: 'platform_editor_nest_expand_in_panel'
2244
- },
2245
- param: 'isEnabled',
2246
- defaultValue: false
2247
- }),
2248
2216
  // Added 2026-05-20
2249
2217
  platform_editor_default_toolbar_state: (0, _experimentBuilders.createBooleanExperiment)({
2250
2218
  productKeys: {
@@ -23,7 +23,6 @@ export const testBooleanOverrides = {
23
23
  social_proof_3p_unauth_block_exp: false,
24
24
  platform_sl_3p_preauth_better_hovercard: true,
25
25
  cwr_blank_object_experiment: false,
26
- platform_editor_feedback_mandatory_rating: false,
27
26
  platform_editor_preview_panel_responsiveness: false,
28
27
  'enghealth-53346_fix_redaction_marker_editor': false,
29
28
  platform_editor_toolbar_aifc: false,
@@ -38,7 +37,6 @@ export const testBooleanOverrides = {
38
37
  platform_editor_blockquote_in_text_formatting_menu: false,
39
38
  platform_editor_ai_edit_response_in_preview: false,
40
39
  platform_editor_offline_editing_web: false,
41
- platform_editor_tables_drag_and_drop: false,
42
40
  platform_editor_tables_table_selector: false,
43
41
  platform_renderer_fix_analytics_memo_callback: false,
44
42
  platform_editor_no_cursor_on_edit_page_init: false,
@@ -598,14 +598,6 @@ export const editorExperimentsConfig = {
598
598
  param: 'isEnabled',
599
599
  defaultValue: false
600
600
  }),
601
- // Added 2025-04-17
602
- platform_editor_tables_drag_and_drop: createBooleanExperiment({
603
- productKeys: {
604
- confluence: 'platform_editor_tables_drag_and_drop'
605
- },
606
- param: 'isEnabled',
607
- defaultValue: false
608
- }),
609
601
  // Added 2026-06-02
610
602
  platform_editor_layout_keywords: createBooleanExperiment({
611
603
  productKeys: {
@@ -745,14 +737,6 @@ export const editorExperimentsConfig = {
745
737
  param: 'isEnabled',
746
738
  defaultValue: false
747
739
  }),
748
- // Added 2025-06-26
749
- platform_editor_feedback_mandatory_rating: createBooleanExperiment({
750
- productKeys: {
751
- confluence: 'platform_editor_feedback_mandatory_rating'
752
- },
753
- param: 'isEnabled',
754
- defaultValue: false
755
- }),
756
740
  // Added 2025-07-15
757
741
  platform_editor_preview_panel_responsiveness: createBooleanExperiment({
758
742
  productKeys: {
@@ -2162,14 +2146,6 @@ export const editorExperimentsConfig = {
2162
2146
  param: 'isEnabled',
2163
2147
  defaultValue: false
2164
2148
  }),
2165
- // Added 2026-05-20
2166
- platform_editor_ai_tablecell_localids: createBooleanExperiment({
2167
- productKeys: {
2168
- confluence: 'platform_editor_ai_tablecell_localids'
2169
- },
2170
- param: 'isEnabled',
2171
- defaultValue: false
2172
- }),
2173
2149
  // Added 2026-06-05
2174
2150
  fix_copy_paste_external_media_renderer_to_editor: createBooleanExperiment({
2175
2151
  productKeys: {
@@ -2231,14 +2207,6 @@ export const editorExperimentsConfig = {
2231
2207
  param: 'isEnabled',
2232
2208
  defaultValue: false
2233
2209
  }),
2234
- // Added 2026-07-24
2235
- platform_editor_nest_expand_in_panel: createBooleanExperiment({
2236
- productKeys: {
2237
- confluence: 'platform_editor_nest_expand_in_panel'
2238
- },
2239
- param: 'isEnabled',
2240
- defaultValue: false
2241
- }),
2242
2210
  // Added 2026-05-20
2243
2211
  platform_editor_default_toolbar_state: createBooleanExperiment({
2244
2212
  productKeys: {
@@ -23,7 +23,6 @@ export var testBooleanOverrides = {
23
23
  social_proof_3p_unauth_block_exp: false,
24
24
  platform_sl_3p_preauth_better_hovercard: true,
25
25
  cwr_blank_object_experiment: false,
26
- platform_editor_feedback_mandatory_rating: false,
27
26
  platform_editor_preview_panel_responsiveness: false,
28
27
  'enghealth-53346_fix_redaction_marker_editor': false,
29
28
  platform_editor_toolbar_aifc: false,
@@ -38,7 +37,6 @@ export var testBooleanOverrides = {
38
37
  platform_editor_blockquote_in_text_formatting_menu: false,
39
38
  platform_editor_ai_edit_response_in_preview: false,
40
39
  platform_editor_offline_editing_web: false,
41
- platform_editor_tables_drag_and_drop: false,
42
40
  platform_editor_tables_table_selector: false,
43
41
  platform_renderer_fix_analytics_memo_callback: false,
44
42
  platform_editor_no_cursor_on_edit_page_init: false,
@@ -598,14 +598,6 @@ export var editorExperimentsConfig = {
598
598
  param: 'isEnabled',
599
599
  defaultValue: false
600
600
  }),
601
- // Added 2025-04-17
602
- platform_editor_tables_drag_and_drop: createBooleanExperiment({
603
- productKeys: {
604
- confluence: 'platform_editor_tables_drag_and_drop'
605
- },
606
- param: 'isEnabled',
607
- defaultValue: false
608
- }),
609
601
  // Added 2026-06-02
610
602
  platform_editor_layout_keywords: createBooleanExperiment({
611
603
  productKeys: {
@@ -745,14 +737,6 @@ export var editorExperimentsConfig = {
745
737
  param: 'isEnabled',
746
738
  defaultValue: false
747
739
  }),
748
- // Added 2025-06-26
749
- platform_editor_feedback_mandatory_rating: createBooleanExperiment({
750
- productKeys: {
751
- confluence: 'platform_editor_feedback_mandatory_rating'
752
- },
753
- param: 'isEnabled',
754
- defaultValue: false
755
- }),
756
740
  // Added 2025-07-15
757
741
  platform_editor_preview_panel_responsiveness: createBooleanExperiment({
758
742
  productKeys: {
@@ -2162,14 +2146,6 @@ export var editorExperimentsConfig = {
2162
2146
  param: 'isEnabled',
2163
2147
  defaultValue: false
2164
2148
  }),
2165
- // Added 2026-05-20
2166
- platform_editor_ai_tablecell_localids: createBooleanExperiment({
2167
- productKeys: {
2168
- confluence: 'platform_editor_ai_tablecell_localids'
2169
- },
2170
- param: 'isEnabled',
2171
- defaultValue: false
2172
- }),
2173
2149
  // Added 2026-06-05
2174
2150
  fix_copy_paste_external_media_renderer_to_editor: createBooleanExperiment({
2175
2151
  productKeys: {
@@ -2231,14 +2207,6 @@ export var editorExperimentsConfig = {
2231
2207
  param: 'isEnabled',
2232
2208
  defaultValue: false
2233
2209
  }),
2234
- // Added 2026-07-24
2235
- platform_editor_nest_expand_in_panel: createBooleanExperiment({
2236
- productKeys: {
2237
- confluence: 'platform_editor_nest_expand_in_panel'
2238
- },
2239
- param: 'isEnabled',
2240
- defaultValue: false
2241
- }),
2242
2210
  // Added 2026-05-20
2243
2211
  platform_editor_default_toolbar_state: createBooleanExperiment({
2244
2212
  productKeys: {
@@ -520,12 +520,6 @@ export declare const editorExperimentsConfig: {
520
520
  productKeys?: ProductKeys;
521
521
  typeGuard: IsBooleanType;
522
522
  };
523
- platform_editor_feedback_mandatory_rating: {
524
- defaultValue: boolean;
525
- param: string;
526
- productKeys?: ProductKeys;
527
- typeGuard: IsBooleanType;
528
- };
529
523
  platform_editor_table_a11y_eslint_fix: {
530
524
  defaultValue: boolean;
531
525
  param: string;
@@ -701,12 +695,6 @@ export declare const editorExperimentsConfig: {
701
695
  productKeys?: ProductKeys;
702
696
  typeGuard: IsBooleanType;
703
697
  };
704
- platform_editor_tables_drag_and_drop: {
705
- defaultValue: boolean;
706
- param: string;
707
- productKeys?: ProductKeys;
708
- typeGuard: IsBooleanType;
709
- };
710
698
  platform_editor_table_col_insert: {
711
699
  defaultValue: boolean;
712
700
  param: string;
@@ -1550,12 +1538,6 @@ export declare const editorExperimentsConfig: {
1550
1538
  productKeys?: ProductKeys;
1551
1539
  typeGuard: IsBooleanType;
1552
1540
  };
1553
- platform_editor_ai_tablecell_localids: {
1554
- defaultValue: boolean;
1555
- param: string;
1556
- productKeys?: ProductKeys;
1557
- typeGuard: IsBooleanType;
1558
- };
1559
1541
  confluence_fe_disable_comment_if_offline_fix: {
1560
1542
  defaultValue: boolean;
1561
1543
  param: string;
@@ -1653,12 +1635,6 @@ export declare const editorExperimentsConfig: {
1653
1635
  productKeys?: ProductKeys;
1654
1636
  typeGuard: IsBooleanType;
1655
1637
  };
1656
- platform_editor_nest_expand_in_panel: {
1657
- defaultValue: boolean;
1658
- param: string;
1659
- productKeys?: ProductKeys;
1660
- typeGuard: IsBooleanType;
1661
- };
1662
1638
  platform_rovo_support_create_inline_comment: {
1663
1639
  defaultValue: boolean;
1664
1640
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "144.0.0",
3
+ "version": "146.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",