@atlaskit/tmp-editor-statsig 16.13.0 → 16.15.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
+ ## 16.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`9ee3f2262dfcf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9ee3f2262dfcf) -
8
+ improve performance of table floating toolbar when determine the disabled state of distribute
9
+ column button
10
+
11
+ ## 16.14.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`7c8501566cbe0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7c8501566cbe0) -
16
+ improve task item styles by using 1 inline svg instead of 2
17
+
3
18
  ## 16.13.0
4
19
 
5
20
  ### Minor Changes
@@ -602,6 +602,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
602
602
  param: 'isEnabled',
603
603
  defaultValue: false
604
604
  }),
605
+ // Added 2026-01-10
606
+ platform_editor_task_item_styles: (0, _experimentBuilders.createBooleanExperiment)({
607
+ productKeys: {
608
+ confluence: 'platform_editor_task_item_styles'
609
+ },
610
+ param: 'isEnabled',
611
+ defaultValue: false
612
+ }),
605
613
  // Added 2025-08-17
606
614
  platform_hover_card_preview_panel: (0, _experimentBuilders.createMultivariateExperiment)({
607
615
  productKeys: {
@@ -847,6 +855,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
847
855
  param: 'isEnabled',
848
856
  defaultValue: false
849
857
  }),
858
+ // Added 2026-01-08
859
+ platform_editor_table_toolbar_perf_fix: (0, _experimentBuilders.createBooleanExperiment)({
860
+ productKeys: {
861
+ confluence: 'platform_editor_table_toolbar_perf_fix'
862
+ },
863
+ param: 'isEnabled',
864
+ defaultValue: false
865
+ }),
850
866
  // Added 2025-09-01
851
867
  cc_editor_ai_content_mode: (0, _experimentBuilders.createMultivariateExperiment)({
852
868
  productKeys: {
@@ -596,6 +596,14 @@ export const editorExperimentsConfig = {
596
596
  param: 'isEnabled',
597
597
  defaultValue: false
598
598
  }),
599
+ // Added 2026-01-10
600
+ platform_editor_task_item_styles: createBooleanExperiment({
601
+ productKeys: {
602
+ confluence: 'platform_editor_task_item_styles'
603
+ },
604
+ param: 'isEnabled',
605
+ defaultValue: false
606
+ }),
599
607
  // Added 2025-08-17
600
608
  platform_hover_card_preview_panel: createMultivariateExperiment({
601
609
  productKeys: {
@@ -841,6 +849,14 @@ export const editorExperimentsConfig = {
841
849
  param: 'isEnabled',
842
850
  defaultValue: false
843
851
  }),
852
+ // Added 2026-01-08
853
+ platform_editor_table_toolbar_perf_fix: createBooleanExperiment({
854
+ productKeys: {
855
+ confluence: 'platform_editor_table_toolbar_perf_fix'
856
+ },
857
+ param: 'isEnabled',
858
+ defaultValue: false
859
+ }),
844
860
  // Added 2025-09-01
845
861
  cc_editor_ai_content_mode: createMultivariateExperiment({
846
862
  productKeys: {
@@ -596,6 +596,14 @@ export var editorExperimentsConfig = {
596
596
  param: 'isEnabled',
597
597
  defaultValue: false
598
598
  }),
599
+ // Added 2026-01-10
600
+ platform_editor_task_item_styles: createBooleanExperiment({
601
+ productKeys: {
602
+ confluence: 'platform_editor_task_item_styles'
603
+ },
604
+ param: 'isEnabled',
605
+ defaultValue: false
606
+ }),
599
607
  // Added 2025-08-17
600
608
  platform_hover_card_preview_panel: createMultivariateExperiment({
601
609
  productKeys: {
@@ -841,6 +849,14 @@ export var editorExperimentsConfig = {
841
849
  param: 'isEnabled',
842
850
  defaultValue: false
843
851
  }),
852
+ // Added 2026-01-08
853
+ platform_editor_table_toolbar_perf_fix: createBooleanExperiment({
854
+ productKeys: {
855
+ confluence: 'platform_editor_table_toolbar_perf_fix'
856
+ },
857
+ param: 'isEnabled',
858
+ defaultValue: false
859
+ }),
844
860
  // Added 2025-09-01
845
861
  cc_editor_ai_content_mode: createMultivariateExperiment({
846
862
  productKeys: {
@@ -705,6 +705,12 @@ export declare const editorExperimentsConfig: {
705
705
  productKeys?: ProductKeys;
706
706
  typeGuard: IsBooleanType;
707
707
  };
708
+ platform_editor_task_item_styles: {
709
+ defaultValue: boolean;
710
+ param: string;
711
+ productKeys?: ProductKeys;
712
+ typeGuard: IsBooleanType;
713
+ };
708
714
  platform_editor_wait_for_space_after_ascii_emoji: {
709
715
  defaultValue: boolean;
710
716
  param: string;
@@ -717,6 +723,12 @@ export declare const editorExperimentsConfig: {
717
723
  productKeys?: ProductKeys;
718
724
  typeGuard: IsBooleanType;
719
725
  };
726
+ platform_editor_table_toolbar_perf_fix: {
727
+ defaultValue: boolean;
728
+ param: string;
729
+ productKeys?: ProductKeys;
730
+ typeGuard: IsBooleanType;
731
+ };
720
732
  platform_hover_card_preview_panel: {
721
733
  defaultValue: 'control' | 'test';
722
734
  param: string;
@@ -705,6 +705,12 @@ export declare const editorExperimentsConfig: {
705
705
  productKeys?: ProductKeys;
706
706
  typeGuard: IsBooleanType;
707
707
  };
708
+ platform_editor_task_item_styles: {
709
+ defaultValue: boolean;
710
+ param: string;
711
+ productKeys?: ProductKeys;
712
+ typeGuard: IsBooleanType;
713
+ };
708
714
  platform_editor_wait_for_space_after_ascii_emoji: {
709
715
  defaultValue: boolean;
710
716
  param: string;
@@ -717,6 +723,12 @@ export declare const editorExperimentsConfig: {
717
723
  productKeys?: ProductKeys;
718
724
  typeGuard: IsBooleanType;
719
725
  };
726
+ platform_editor_table_toolbar_perf_fix: {
727
+ defaultValue: boolean;
728
+ param: string;
729
+ productKeys?: ProductKeys;
730
+ typeGuard: IsBooleanType;
731
+ };
720
732
  platform_hover_card_preview_panel: {
721
733
  defaultValue: 'control' | 'test';
722
734
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.13.0",
3
+ "version": "16.15.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",