@atlaskit/tmp-editor-statsig 136.1.0 → 136.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,15 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 136.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`509b29022dde2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/509b29022dde2) -
8
+ cleanup platform_editor_table_display_mode_in_to_dom
9
+ - [`399ca50adb668`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/399ca50adb668) -
10
+ [ux] [EDITOR-8377] Fix the table cell background colour palette so the current colour is shown as
11
+ selected.
12
+
3
13
  ## 136.1.0
4
14
 
5
15
  ### 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: {
@@ -2626,6 +2619,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2626
2619
  param: 'value',
2627
2620
  defaultValue: false
2628
2621
  }),
2622
+ // Added 2026-07-31
2623
+ platform_editor_table_menu_updates_patch_3: (0, _experimentBuilders.createBooleanExperiment)({
2624
+ productKeys: {
2625
+ confluence: 'platform_editor_table_menu_updates_patch_3',
2626
+ jira: 'platform_editor_table_menu_updates_patch_3'
2627
+ },
2628
+ param: 'isEnabled',
2629
+ defaultValue: false
2630
+ }),
2629
2631
  // Added 2026-07-28
2630
2632
  cwr_publish_flow_live_doc_toggle_exp: (0, _experimentBuilders.createMultivariateExperiment)({
2631
2633
  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: {
@@ -2620,6 +2613,15 @@ export const editorExperimentsConfig = {
2620
2613
  param: 'value',
2621
2614
  defaultValue: false
2622
2615
  }),
2616
+ // Added 2026-07-31
2617
+ platform_editor_table_menu_updates_patch_3: createBooleanExperiment({
2618
+ productKeys: {
2619
+ confluence: 'platform_editor_table_menu_updates_patch_3',
2620
+ jira: 'platform_editor_table_menu_updates_patch_3'
2621
+ },
2622
+ param: 'isEnabled',
2623
+ defaultValue: false
2624
+ }),
2623
2625
  // Added 2026-07-28
2624
2626
  cwr_publish_flow_live_doc_toggle_exp: createMultivariateExperiment({
2625
2627
  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: {
@@ -2620,6 +2613,15 @@ export var editorExperimentsConfig = {
2620
2613
  param: 'value',
2621
2614
  defaultValue: false
2622
2615
  }),
2616
+ // Added 2026-07-31
2617
+ platform_editor_table_menu_updates_patch_3: createBooleanExperiment({
2618
+ productKeys: {
2619
+ confluence: 'platform_editor_table_menu_updates_patch_3',
2620
+ jira: 'platform_editor_table_menu_updates_patch_3'
2621
+ },
2622
+ param: 'isEnabled',
2623
+ defaultValue: false
2624
+ }),
2623
2625
  // Added 2026-07-28
2624
2626
  cwr_publish_flow_live_doc_toggle_exp: createMultivariateExperiment({
2625
2627
  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;
@@ -1913,6 +1907,12 @@ export declare const editorExperimentsConfig: {
1913
1907
  typeGuard: (value: unknown) => value is 'control' | 'variant_a' | 'variant_b';
1914
1908
  values: ('control' | 'variant_a' | 'variant_b')[];
1915
1909
  };
1910
+ platform_editor_table_menu_updates_patch_3: {
1911
+ defaultValue: boolean;
1912
+ param: string;
1913
+ productKeys?: ProductKeys;
1914
+ typeGuard: IsBooleanType;
1915
+ };
1916
1916
  cwr_publish_flow_live_doc_toggle_exp: {
1917
1917
  defaultValue: 'control' | 'variantA' | 'variantB' | 'variantC';
1918
1918
  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": "136.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",