@atlaskit/tmp-editor-statsig 13.15.0 → 13.16.1

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,27 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.16.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`c1691aca7fb1d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c1691aca7fb1d) -
8
+ [ux] Update and standardise insert menu ordering behaviour to support localisation
9
+
10
+ ## 13.16.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`916133ef0c6dd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/916133ef0c6dd) -
15
+ [ux] Editor experience tracking foundation
16
+
17
+ ## 13.15.1
18
+
19
+ ### Patch Changes
20
+
21
+ - [`5f70b8e74f5f3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5f70b8e74f5f3) -
22
+ tidy up feature flag platform_editor_tables_scaling_css
23
+ - Updated dependencies
24
+
3
25
  ## 13.15.0
4
26
 
5
27
  ### Minor Changes
@@ -11,6 +11,7 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
11
11
  platform_editor_controls: 'control',
12
12
  confluence_whiteboards_quick_insert_aa: 'control',
13
13
  confluence_whiteboards_quick_insert: 'control',
14
+ confluence_whiteboards_quick_insert_localised: 'control',
14
15
  platform_editor_insertion: 'control',
15
16
  editor_ai_inline_suggestion_date_v2: 'control',
16
17
  cc_editor_ai_content_mode: 'control',
@@ -137,6 +137,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
137
137
  param: 'isEnabled',
138
138
  defaultValue: false
139
139
  }),
140
+ // Added 2025-10-10
141
+ platform_editor_experience_tracking: (0, _experimentBuilders.createBooleanExperiment)({
142
+ productKeys: {
143
+ confluence: 'platform_editor_experience_tracking'
144
+ },
145
+ param: 'isEnabled',
146
+ defaultValue: false
147
+ }),
140
148
  // Added 2025-05-26
141
149
  platform_editor_prevent_toolbar_layout_shifts: (0, _experimentBuilders.createBooleanExperiment)({
142
150
  productKeys: {
@@ -768,14 +776,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
768
776
  param: 'isEnabled',
769
777
  defaultValue: false
770
778
  }),
771
- // Added 2025-08-05
772
- platform_editor_tables_scaling_css: (0, _experimentBuilders.createBooleanExperiment)({
773
- productKeys: {
774
- confluence: 'platform_editor_tables_scaling_css'
775
- },
776
- param: 'isEnabled',
777
- defaultValue: false
778
- }),
779
779
  // Added 2025-08-28
780
780
  editor_enable_image_alignment_in_expand: (0, _experimentBuilders.createBooleanExperiment)({
781
781
  productKeys: {
@@ -1080,5 +1080,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1080
1080
  },
1081
1081
  param: 'isEnabled',
1082
1082
  defaultValue: false
1083
+ }),
1084
+ // Added 2025-10-20
1085
+ confluence_whiteboards_quick_insert_localised: (0, _experimentBuilders.createMultivariateExperiment)({
1086
+ productKeys: {
1087
+ confluence: 'confluence_whiteboards_quick_insert_localised'
1088
+ },
1089
+ param: 'cohort',
1090
+ values: ['control', 'test_blank', 'test_diagram'],
1091
+ defaultValue: 'control'
1083
1092
  })
1084
1093
  };
@@ -5,6 +5,7 @@ export const testMultivariateOverrides = {
5
5
  platform_editor_controls: 'control',
6
6
  confluence_whiteboards_quick_insert_aa: 'control',
7
7
  confluence_whiteboards_quick_insert: 'control',
8
+ confluence_whiteboards_quick_insert_localised: 'control',
8
9
  platform_editor_insertion: 'control',
9
10
  editor_ai_inline_suggestion_date_v2: 'control',
10
11
  cc_editor_ai_content_mode: 'control',
@@ -131,6 +131,14 @@ export const editorExperimentsConfig = {
131
131
  param: 'isEnabled',
132
132
  defaultValue: false
133
133
  }),
134
+ // Added 2025-10-10
135
+ platform_editor_experience_tracking: createBooleanExperiment({
136
+ productKeys: {
137
+ confluence: 'platform_editor_experience_tracking'
138
+ },
139
+ param: 'isEnabled',
140
+ defaultValue: false
141
+ }),
134
142
  // Added 2025-05-26
135
143
  platform_editor_prevent_toolbar_layout_shifts: createBooleanExperiment({
136
144
  productKeys: {
@@ -762,14 +770,6 @@ export const editorExperimentsConfig = {
762
770
  param: 'isEnabled',
763
771
  defaultValue: false
764
772
  }),
765
- // Added 2025-08-05
766
- platform_editor_tables_scaling_css: createBooleanExperiment({
767
- productKeys: {
768
- confluence: 'platform_editor_tables_scaling_css'
769
- },
770
- param: 'isEnabled',
771
- defaultValue: false
772
- }),
773
773
  // Added 2025-08-28
774
774
  editor_enable_image_alignment_in_expand: createBooleanExperiment({
775
775
  productKeys: {
@@ -1074,5 +1074,14 @@ export const editorExperimentsConfig = {
1074
1074
  },
1075
1075
  param: 'isEnabled',
1076
1076
  defaultValue: false
1077
+ }),
1078
+ // Added 2025-10-20
1079
+ confluence_whiteboards_quick_insert_localised: createMultivariateExperiment({
1080
+ productKeys: {
1081
+ confluence: 'confluence_whiteboards_quick_insert_localised'
1082
+ },
1083
+ param: 'cohort',
1084
+ values: ['control', 'test_blank', 'test_diagram'],
1085
+ defaultValue: 'control'
1077
1086
  })
1078
1087
  };
@@ -5,6 +5,7 @@ export var testMultivariateOverrides = {
5
5
  platform_editor_controls: 'control',
6
6
  confluence_whiteboards_quick_insert_aa: 'control',
7
7
  confluence_whiteboards_quick_insert: 'control',
8
+ confluence_whiteboards_quick_insert_localised: 'control',
8
9
  platform_editor_insertion: 'control',
9
10
  editor_ai_inline_suggestion_date_v2: 'control',
10
11
  cc_editor_ai_content_mode: 'control',
@@ -131,6 +131,14 @@ export var editorExperimentsConfig = {
131
131
  param: 'isEnabled',
132
132
  defaultValue: false
133
133
  }),
134
+ // Added 2025-10-10
135
+ platform_editor_experience_tracking: createBooleanExperiment({
136
+ productKeys: {
137
+ confluence: 'platform_editor_experience_tracking'
138
+ },
139
+ param: 'isEnabled',
140
+ defaultValue: false
141
+ }),
134
142
  // Added 2025-05-26
135
143
  platform_editor_prevent_toolbar_layout_shifts: createBooleanExperiment({
136
144
  productKeys: {
@@ -762,14 +770,6 @@ export var editorExperimentsConfig = {
762
770
  param: 'isEnabled',
763
771
  defaultValue: false
764
772
  }),
765
- // Added 2025-08-05
766
- platform_editor_tables_scaling_css: createBooleanExperiment({
767
- productKeys: {
768
- confluence: 'platform_editor_tables_scaling_css'
769
- },
770
- param: 'isEnabled',
771
- defaultValue: false
772
- }),
773
773
  // Added 2025-08-28
774
774
  editor_enable_image_alignment_in_expand: createBooleanExperiment({
775
775
  productKeys: {
@@ -1074,5 +1074,14 @@ export var editorExperimentsConfig = {
1074
1074
  },
1075
1075
  param: 'isEnabled',
1076
1076
  defaultValue: false
1077
+ }),
1078
+ // Added 2025-10-20
1079
+ confluence_whiteboards_quick_insert_localised: createMultivariateExperiment({
1080
+ productKeys: {
1081
+ confluence: 'confluence_whiteboards_quick_insert_localised'
1082
+ },
1083
+ param: 'cohort',
1084
+ values: ['control', 'test_blank', 'test_diagram'],
1085
+ defaultValue: 'control'
1077
1086
  })
1078
1087
  };
@@ -92,6 +92,12 @@ export declare const editorExperimentsConfig: {
92
92
  param: string;
93
93
  productKeys?: import("./types").ProductKeys;
94
94
  };
95
+ platform_editor_experience_tracking: {
96
+ typeGuard: typeof import("./type-guards").isBoolean;
97
+ defaultValue: boolean;
98
+ param: string;
99
+ productKeys?: import("./types").ProductKeys;
100
+ };
95
101
  platform_editor_prevent_toolbar_layout_shifts: {
96
102
  typeGuard: typeof import("./type-guards").isBoolean;
97
103
  defaultValue: boolean;
@@ -561,12 +567,6 @@ export declare const editorExperimentsConfig: {
561
567
  param: string;
562
568
  productKeys?: import("./types").ProductKeys;
563
569
  };
564
- platform_editor_tables_scaling_css: {
565
- typeGuard: typeof import("./type-guards").isBoolean;
566
- defaultValue: boolean;
567
- param: string;
568
- productKeys?: import("./types").ProductKeys;
569
- };
570
570
  editor_enable_image_alignment_in_expand: {
571
571
  typeGuard: typeof import("./type-guards").isBoolean;
572
572
  defaultValue: boolean;
@@ -792,4 +792,11 @@ export declare const editorExperimentsConfig: {
792
792
  param: string;
793
793
  productKeys?: import("./types").ProductKeys;
794
794
  };
795
+ confluence_whiteboards_quick_insert_localised: {
796
+ values: ("control" | "test_blank" | "test_diagram")[];
797
+ typeGuard: (value: unknown) => value is "control" | "test_blank" | "test_diagram";
798
+ defaultValue: "control" | "test_blank" | "test_diagram";
799
+ param: string;
800
+ productKeys?: import("./types").ProductKeys;
801
+ };
795
802
  };
@@ -92,6 +92,12 @@ export declare const editorExperimentsConfig: {
92
92
  param: string;
93
93
  productKeys?: import("./types").ProductKeys;
94
94
  };
95
+ platform_editor_experience_tracking: {
96
+ typeGuard: typeof import("./type-guards").isBoolean;
97
+ defaultValue: boolean;
98
+ param: string;
99
+ productKeys?: import("./types").ProductKeys;
100
+ };
95
101
  platform_editor_prevent_toolbar_layout_shifts: {
96
102
  typeGuard: typeof import("./type-guards").isBoolean;
97
103
  defaultValue: boolean;
@@ -561,12 +567,6 @@ export declare const editorExperimentsConfig: {
561
567
  param: string;
562
568
  productKeys?: import("./types").ProductKeys;
563
569
  };
564
- platform_editor_tables_scaling_css: {
565
- typeGuard: typeof import("./type-guards").isBoolean;
566
- defaultValue: boolean;
567
- param: string;
568
- productKeys?: import("./types").ProductKeys;
569
- };
570
570
  editor_enable_image_alignment_in_expand: {
571
571
  typeGuard: typeof import("./type-guards").isBoolean;
572
572
  defaultValue: boolean;
@@ -792,4 +792,11 @@ export declare const editorExperimentsConfig: {
792
792
  param: string;
793
793
  productKeys?: import("./types").ProductKeys;
794
794
  };
795
+ confluence_whiteboards_quick_insert_localised: {
796
+ values: ("control" | "test_blank" | "test_diagram")[];
797
+ typeGuard: (value: unknown) => value is "control" | "test_blank" | "test_diagram";
798
+ defaultValue: "control" | "test_blank" | "test_diagram";
799
+ param: string;
800
+ productKeys?: import("./types").ProductKeys;
801
+ };
795
802
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.15.0",
3
+ "version": "13.16.1",
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",