@atlaskit/tmp-editor-statsig 12.15.0 → 12.16.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,14 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 12.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`99f67e6caf2b2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/99f67e6caf2b2) -
8
+ Add aria-label to table floating insert buttons to address button-name A11Y violation
9
+ - [`d352feb9b2d97`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d352feb9b2d97) -
10
+ [ux] NO-ISSUE Change blocktaskItem enablement experiment to a new tenantId based experiment
11
+
3
12
  ## 12.15.0
4
13
 
5
14
  ### Minor Changes
@@ -727,9 +727,9 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
727
727
  defaultValue: false
728
728
  }),
729
729
  // Added 2025-07-30
730
- platform_editor_blocktaskitem_node: (0, _experimentBuilders.createBooleanExperiment)({
730
+ platform_editor_blocktaskitem_node_tenantid: (0, _experimentBuilders.createBooleanExperiment)({
731
731
  productKeys: {
732
- confluence: 'platform_editor_blocktaskitem_node'
732
+ confluence: 'platform_editor_blocktaskitem_node_tenantid'
733
733
  },
734
734
  param: 'isEnabled',
735
735
  defaultValue: false
@@ -908,6 +908,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
908
908
  param: 'isEnabled',
909
909
  defaultValue: false
910
910
  }),
911
+ // Added 2025-09-10
912
+ platform_editor_fix_button_name_violation_in_table: (0, _experimentBuilders.createBooleanExperiment)({
913
+ productKeys: {
914
+ confluence: 'platform_editor_fix_button_name_violation_in_table'
915
+ },
916
+ param: 'isEnabled',
917
+ defaultValue: false
918
+ }),
911
919
  // Added 2025-09-11
912
920
  platform_editor_quick_insert_image_wrap_right_fix: (0, _experimentBuilders.createBooleanExperiment)({
913
921
  productKeys: {
@@ -721,9 +721,9 @@ export const editorExperimentsConfig = {
721
721
  defaultValue: false
722
722
  }),
723
723
  // Added 2025-07-30
724
- platform_editor_blocktaskitem_node: createBooleanExperiment({
724
+ platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
725
725
  productKeys: {
726
- confluence: 'platform_editor_blocktaskitem_node'
726
+ confluence: 'platform_editor_blocktaskitem_node_tenantid'
727
727
  },
728
728
  param: 'isEnabled',
729
729
  defaultValue: false
@@ -902,6 +902,14 @@ export const editorExperimentsConfig = {
902
902
  param: 'isEnabled',
903
903
  defaultValue: false
904
904
  }),
905
+ // Added 2025-09-10
906
+ platform_editor_fix_button_name_violation_in_table: createBooleanExperiment({
907
+ productKeys: {
908
+ confluence: 'platform_editor_fix_button_name_violation_in_table'
909
+ },
910
+ param: 'isEnabled',
911
+ defaultValue: false
912
+ }),
905
913
  // Added 2025-09-11
906
914
  platform_editor_quick_insert_image_wrap_right_fix: createBooleanExperiment({
907
915
  productKeys: {
@@ -721,9 +721,9 @@ export var editorExperimentsConfig = {
721
721
  defaultValue: false
722
722
  }),
723
723
  // Added 2025-07-30
724
- platform_editor_blocktaskitem_node: createBooleanExperiment({
724
+ platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
725
725
  productKeys: {
726
- confluence: 'platform_editor_blocktaskitem_node'
726
+ confluence: 'platform_editor_blocktaskitem_node_tenantid'
727
727
  },
728
728
  param: 'isEnabled',
729
729
  defaultValue: false
@@ -902,6 +902,14 @@ export var editorExperimentsConfig = {
902
902
  param: 'isEnabled',
903
903
  defaultValue: false
904
904
  }),
905
+ // Added 2025-09-10
906
+ platform_editor_fix_button_name_violation_in_table: createBooleanExperiment({
907
+ productKeys: {
908
+ confluence: 'platform_editor_fix_button_name_violation_in_table'
909
+ },
910
+ param: 'isEnabled',
911
+ defaultValue: false
912
+ }),
905
913
  // Added 2025-09-11
906
914
  platform_editor_quick_insert_image_wrap_right_fix: createBooleanExperiment({
907
915
  productKeys: {
@@ -534,7 +534,7 @@ export declare const editorExperimentsConfig: {
534
534
  param: string;
535
535
  productKeys?: import("./types").ProductKeys;
536
536
  };
537
- platform_editor_blocktaskitem_node: {
537
+ platform_editor_blocktaskitem_node_tenantid: {
538
538
  typeGuard: typeof import("./type-guards").isBoolean;
539
539
  defaultValue: boolean;
540
540
  param: string;
@@ -666,6 +666,12 @@ export declare const editorExperimentsConfig: {
666
666
  param: string;
667
667
  productKeys?: import("./types").ProductKeys;
668
668
  };
669
+ platform_editor_fix_button_name_violation_in_table: {
670
+ typeGuard: typeof import("./type-guards").isBoolean;
671
+ defaultValue: boolean;
672
+ param: string;
673
+ productKeys?: import("./types").ProductKeys;
674
+ };
669
675
  platform_editor_quick_insert_image_wrap_right_fix: {
670
676
  typeGuard: typeof import("./type-guards").isBoolean;
671
677
  defaultValue: boolean;
@@ -534,7 +534,7 @@ export declare const editorExperimentsConfig: {
534
534
  param: string;
535
535
  productKeys?: import("./types").ProductKeys;
536
536
  };
537
- platform_editor_blocktaskitem_node: {
537
+ platform_editor_blocktaskitem_node_tenantid: {
538
538
  typeGuard: typeof import("./type-guards").isBoolean;
539
539
  defaultValue: boolean;
540
540
  param: string;
@@ -666,6 +666,12 @@ export declare const editorExperimentsConfig: {
666
666
  param: string;
667
667
  productKeys?: import("./types").ProductKeys;
668
668
  };
669
+ platform_editor_fix_button_name_violation_in_table: {
670
+ typeGuard: typeof import("./type-guards").isBoolean;
671
+ defaultValue: boolean;
672
+ param: string;
673
+ productKeys?: import("./types").ProductKeys;
674
+ };
669
675
  platform_editor_quick_insert_image_wrap_right_fix: {
670
676
  typeGuard: typeof import("./type-guards").isBoolean;
671
677
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.15.0",
3
+ "version": "12.16.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",