@atlaskit/tmp-editor-statsig 136.1.0 → 137.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,22 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 137.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`698ed1be9a2a6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/698ed1be9a2a6) -
8
+ Clean up experiment `platform_editor_aifc_sync_block_stream_fix`
9
+
10
+ ## 136.2.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`509b29022dde2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/509b29022dde2) -
15
+ cleanup platform_editor_table_display_mode_in_to_dom
16
+ - [`399ca50adb668`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/399ca50adb668) -
17
+ [ux] [EDITOR-8377] Fix the table cell background colour palette so the current colour is shown as
18
+ selected.
19
+
3
20
  ## 136.1.0
4
21
 
5
22
  ### Minor Changes
@@ -637,13 +637,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
637
637
  param: 'isEnabled',
638
638
  defaultValue: false
639
639
  }),
640
- platform_editor_table_display_mode_in_to_dom: (0, _experimentBuilders.createBooleanExperiment)({
641
- productKeys: {
642
- confluence: 'platform_editor_table_display_mode_in_to_dom'
643
- },
644
- param: 'isEnabled',
645
- defaultValue: false
646
- }),
647
640
  // Added 2025-04-23
648
641
  platform_renderer_fix_analytics_memo_callback: (0, _experimentBuilders.createBooleanExperiment)({
649
642
  productKeys: {
@@ -710,14 +703,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
710
703
  param: 'isEnabled',
711
704
  defaultValue: false
712
705
  }),
713
- // Added 2026-02-17
714
- platform_editor_aifc_sync_block_stream_fix: (0, _experimentBuilders.createBooleanExperiment)({
715
- productKeys: {
716
- confluence: 'platform_editor_aifc_sync_block_stream_fix'
717
- },
718
- param: 'isEnabled',
719
- defaultValue: false
720
- }),
721
706
  // Added 2026-17-03
722
707
  platform_editor_media_name_fallback: (0, _experimentBuilders.createBooleanExperiment)({
723
708
  productKeys: {
@@ -2626,6 +2611,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2626
2611
  param: 'value',
2627
2612
  defaultValue: false
2628
2613
  }),
2614
+ // Added 2026-07-31
2615
+ platform_editor_table_menu_updates_patch_3: (0, _experimentBuilders.createBooleanExperiment)({
2616
+ productKeys: {
2617
+ confluence: 'platform_editor_table_menu_updates_patch_3',
2618
+ jira: 'platform_editor_table_menu_updates_patch_3'
2619
+ },
2620
+ param: 'isEnabled',
2621
+ defaultValue: false
2622
+ }),
2629
2623
  // Added 2026-07-28
2630
2624
  cwr_publish_flow_live_doc_toggle_exp: (0, _experimentBuilders.createMultivariateExperiment)({
2631
2625
  productKeys: {
@@ -631,13 +631,6 @@ export const editorExperimentsConfig = {
631
631
  param: 'isEnabled',
632
632
  defaultValue: false
633
633
  }),
634
- platform_editor_table_display_mode_in_to_dom: createBooleanExperiment({
635
- productKeys: {
636
- confluence: 'platform_editor_table_display_mode_in_to_dom'
637
- },
638
- param: 'isEnabled',
639
- defaultValue: false
640
- }),
641
634
  // Added 2025-04-23
642
635
  platform_renderer_fix_analytics_memo_callback: createBooleanExperiment({
643
636
  productKeys: {
@@ -704,14 +697,6 @@ export const editorExperimentsConfig = {
704
697
  param: 'isEnabled',
705
698
  defaultValue: false
706
699
  }),
707
- // Added 2026-02-17
708
- platform_editor_aifc_sync_block_stream_fix: createBooleanExperiment({
709
- productKeys: {
710
- confluence: 'platform_editor_aifc_sync_block_stream_fix'
711
- },
712
- param: 'isEnabled',
713
- defaultValue: false
714
- }),
715
700
  // Added 2026-17-03
716
701
  platform_editor_media_name_fallback: createBooleanExperiment({
717
702
  productKeys: {
@@ -2620,6 +2605,15 @@ export const editorExperimentsConfig = {
2620
2605
  param: 'value',
2621
2606
  defaultValue: false
2622
2607
  }),
2608
+ // Added 2026-07-31
2609
+ platform_editor_table_menu_updates_patch_3: createBooleanExperiment({
2610
+ productKeys: {
2611
+ confluence: 'platform_editor_table_menu_updates_patch_3',
2612
+ jira: 'platform_editor_table_menu_updates_patch_3'
2613
+ },
2614
+ param: 'isEnabled',
2615
+ defaultValue: false
2616
+ }),
2623
2617
  // Added 2026-07-28
2624
2618
  cwr_publish_flow_live_doc_toggle_exp: createMultivariateExperiment({
2625
2619
  productKeys: {
@@ -631,13 +631,6 @@ export var editorExperimentsConfig = {
631
631
  param: 'isEnabled',
632
632
  defaultValue: false
633
633
  }),
634
- platform_editor_table_display_mode_in_to_dom: createBooleanExperiment({
635
- productKeys: {
636
- confluence: 'platform_editor_table_display_mode_in_to_dom'
637
- },
638
- param: 'isEnabled',
639
- defaultValue: false
640
- }),
641
634
  // Added 2025-04-23
642
635
  platform_renderer_fix_analytics_memo_callback: createBooleanExperiment({
643
636
  productKeys: {
@@ -704,14 +697,6 @@ export var editorExperimentsConfig = {
704
697
  param: 'isEnabled',
705
698
  defaultValue: false
706
699
  }),
707
- // Added 2026-02-17
708
- platform_editor_aifc_sync_block_stream_fix: createBooleanExperiment({
709
- productKeys: {
710
- confluence: 'platform_editor_aifc_sync_block_stream_fix'
711
- },
712
- param: 'isEnabled',
713
- defaultValue: false
714
- }),
715
700
  // Added 2026-17-03
716
701
  platform_editor_media_name_fallback: createBooleanExperiment({
717
702
  productKeys: {
@@ -2620,6 +2605,15 @@ export var editorExperimentsConfig = {
2620
2605
  param: 'value',
2621
2606
  defaultValue: false
2622
2607
  }),
2608
+ // Added 2026-07-31
2609
+ platform_editor_table_menu_updates_patch_3: createBooleanExperiment({
2610
+ productKeys: {
2611
+ confluence: 'platform_editor_table_menu_updates_patch_3',
2612
+ jira: 'platform_editor_table_menu_updates_patch_3'
2613
+ },
2614
+ param: 'isEnabled',
2615
+ defaultValue: false
2616
+ }),
2623
2617
  // Added 2026-07-28
2624
2618
  cwr_publish_flow_live_doc_toggle_exp: createMultivariateExperiment({
2625
2619
  productKeys: {
@@ -743,12 +743,6 @@ export declare const editorExperimentsConfig: {
743
743
  productKeys?: ProductKeys;
744
744
  typeGuard: IsBooleanType;
745
745
  };
746
- platform_editor_table_display_mode_in_to_dom: {
747
- defaultValue: boolean;
748
- param: string;
749
- productKeys?: ProductKeys;
750
- typeGuard: IsBooleanType;
751
- };
752
746
  platform_editor_table_ref_optimisation: {
753
747
  defaultValue: boolean;
754
748
  param: string;
@@ -888,12 +882,6 @@ export declare const editorExperimentsConfig: {
888
882
  productKeys?: ProductKeys;
889
883
  typeGuard: IsBooleanType;
890
884
  };
891
- platform_editor_aifc_sync_block_stream_fix: {
892
- defaultValue: boolean;
893
- param: string;
894
- productKeys?: ProductKeys;
895
- typeGuard: IsBooleanType;
896
- };
897
885
  platform_editor_hide_extension_renderer_support: {
898
886
  defaultValue: boolean;
899
887
  param: string;
@@ -1913,6 +1901,12 @@ export declare const editorExperimentsConfig: {
1913
1901
  typeGuard: (value: unknown) => value is 'control' | 'variant_a' | 'variant_b';
1914
1902
  values: ('control' | 'variant_a' | 'variant_b')[];
1915
1903
  };
1904
+ platform_editor_table_menu_updates_patch_3: {
1905
+ defaultValue: boolean;
1906
+ param: string;
1907
+ productKeys?: ProductKeys;
1908
+ typeGuard: IsBooleanType;
1909
+ };
1916
1910
  cwr_publish_flow_live_doc_toggle_exp: {
1917
1911
  defaultValue: 'control' | 'variantA' | 'variantB' | 'variantC';
1918
1912
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "136.1.0",
3
+ "version": "137.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",