@atlaskit/tmp-editor-statsig 13.15.1 → 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,19 @@
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
+
3
17
  ## 13.15.1
4
18
 
5
19
  ### Patch 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: {
@@ -1072,5 +1080,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1072
1080
  },
1073
1081
  param: 'isEnabled',
1074
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'
1075
1092
  })
1076
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: {
@@ -1066,5 +1074,14 @@ export const editorExperimentsConfig = {
1066
1074
  },
1067
1075
  param: 'isEnabled',
1068
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'
1069
1086
  })
1070
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: {
@@ -1066,5 +1074,14 @@ export var editorExperimentsConfig = {
1066
1074
  },
1067
1075
  param: 'isEnabled',
1068
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'
1069
1086
  })
1070
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;
@@ -786,4 +792,11 @@ export declare const editorExperimentsConfig: {
786
792
  param: string;
787
793
  productKeys?: import("./types").ProductKeys;
788
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
+ };
789
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;
@@ -786,4 +792,11 @@ export declare const editorExperimentsConfig: {
786
792
  param: string;
787
793
  productKeys?: import("./types").ProductKeys;
788
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
+ };
789
802
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.15.1",
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",