@atlaskit/tmp-editor-statsig 13.15.1 → 13.17.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,26 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e5f402044b1c6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5f402044b1c6) -
8
+ Add media render error analytics
9
+
10
+ ## 13.16.1
11
+
12
+ ### Patch Changes
13
+
14
+ - [`c1691aca7fb1d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c1691aca7fb1d) -
15
+ [ux] Update and standardise insert menu ordering behaviour to support localisation
16
+
17
+ ## 13.16.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [`916133ef0c6dd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/916133ef0c6dd) -
22
+ [ux] Editor experience tracking foundation
23
+
3
24
  ## 13.15.1
4
25
 
5
26
  ### 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: {
@@ -1065,6 +1073,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1065
1073
  param: 'isEnabled',
1066
1074
  defaultValue: false
1067
1075
  }),
1076
+ // Added 2025-10-13
1077
+ platform_editor_media_error_analytics: (0, _experimentBuilders.createBooleanExperiment)({
1078
+ productKeys: {
1079
+ confluence: 'platform_editor_media_error_analytics'
1080
+ },
1081
+ param: 'isEnabled',
1082
+ defaultValue: false
1083
+ }),
1068
1084
  // Added 2025-10-15
1069
1085
  platform_editor_new_mentions_detection_logic: (0, _experimentBuilders.createBooleanExperiment)({
1070
1086
  productKeys: {
@@ -1072,5 +1088,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1072
1088
  },
1073
1089
  param: 'isEnabled',
1074
1090
  defaultValue: false
1091
+ }),
1092
+ // Added 2025-10-20
1093
+ confluence_whiteboards_quick_insert_localised: (0, _experimentBuilders.createMultivariateExperiment)({
1094
+ productKeys: {
1095
+ confluence: 'confluence_whiteboards_quick_insert_localised'
1096
+ },
1097
+ param: 'cohort',
1098
+ values: ['control', 'test_blank', 'test_diagram'],
1099
+ defaultValue: 'control'
1075
1100
  })
1076
1101
  };
@@ -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: {
@@ -1059,6 +1067,14 @@ export const editorExperimentsConfig = {
1059
1067
  param: 'isEnabled',
1060
1068
  defaultValue: false
1061
1069
  }),
1070
+ // Added 2025-10-13
1071
+ platform_editor_media_error_analytics: createBooleanExperiment({
1072
+ productKeys: {
1073
+ confluence: 'platform_editor_media_error_analytics'
1074
+ },
1075
+ param: 'isEnabled',
1076
+ defaultValue: false
1077
+ }),
1062
1078
  // Added 2025-10-15
1063
1079
  platform_editor_new_mentions_detection_logic: createBooleanExperiment({
1064
1080
  productKeys: {
@@ -1066,5 +1082,14 @@ export const editorExperimentsConfig = {
1066
1082
  },
1067
1083
  param: 'isEnabled',
1068
1084
  defaultValue: false
1085
+ }),
1086
+ // Added 2025-10-20
1087
+ confluence_whiteboards_quick_insert_localised: createMultivariateExperiment({
1088
+ productKeys: {
1089
+ confluence: 'confluence_whiteboards_quick_insert_localised'
1090
+ },
1091
+ param: 'cohort',
1092
+ values: ['control', 'test_blank', 'test_diagram'],
1093
+ defaultValue: 'control'
1069
1094
  })
1070
1095
  };
@@ -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: {
@@ -1059,6 +1067,14 @@ export var editorExperimentsConfig = {
1059
1067
  param: 'isEnabled',
1060
1068
  defaultValue: false
1061
1069
  }),
1070
+ // Added 2025-10-13
1071
+ platform_editor_media_error_analytics: createBooleanExperiment({
1072
+ productKeys: {
1073
+ confluence: 'platform_editor_media_error_analytics'
1074
+ },
1075
+ param: 'isEnabled',
1076
+ defaultValue: false
1077
+ }),
1062
1078
  // Added 2025-10-15
1063
1079
  platform_editor_new_mentions_detection_logic: createBooleanExperiment({
1064
1080
  productKeys: {
@@ -1066,5 +1082,14 @@ export var editorExperimentsConfig = {
1066
1082
  },
1067
1083
  param: 'isEnabled',
1068
1084
  defaultValue: false
1085
+ }),
1086
+ // Added 2025-10-20
1087
+ confluence_whiteboards_quick_insert_localised: createMultivariateExperiment({
1088
+ productKeys: {
1089
+ confluence: 'confluence_whiteboards_quick_insert_localised'
1090
+ },
1091
+ param: 'cohort',
1092
+ values: ['control', 'test_blank', 'test_diagram'],
1093
+ defaultValue: 'control'
1069
1094
  })
1070
1095
  };
@@ -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;
@@ -780,10 +786,23 @@ export declare const editorExperimentsConfig: {
780
786
  param: string;
781
787
  productKeys?: import("./types").ProductKeys;
782
788
  };
789
+ platform_editor_media_error_analytics: {
790
+ typeGuard: typeof import("./type-guards").isBoolean;
791
+ defaultValue: boolean;
792
+ param: string;
793
+ productKeys?: import("./types").ProductKeys;
794
+ };
783
795
  platform_editor_new_mentions_detection_logic: {
784
796
  typeGuard: typeof import("./type-guards").isBoolean;
785
797
  defaultValue: boolean;
786
798
  param: string;
787
799
  productKeys?: import("./types").ProductKeys;
788
800
  };
801
+ confluence_whiteboards_quick_insert_localised: {
802
+ values: ("control" | "test_blank" | "test_diagram")[];
803
+ typeGuard: (value: unknown) => value is "control" | "test_blank" | "test_diagram";
804
+ defaultValue: "control" | "test_blank" | "test_diagram";
805
+ param: string;
806
+ productKeys?: import("./types").ProductKeys;
807
+ };
789
808
  };
@@ -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;
@@ -780,10 +786,23 @@ export declare const editorExperimentsConfig: {
780
786
  param: string;
781
787
  productKeys?: import("./types").ProductKeys;
782
788
  };
789
+ platform_editor_media_error_analytics: {
790
+ typeGuard: typeof import("./type-guards").isBoolean;
791
+ defaultValue: boolean;
792
+ param: string;
793
+ productKeys?: import("./types").ProductKeys;
794
+ };
783
795
  platform_editor_new_mentions_detection_logic: {
784
796
  typeGuard: typeof import("./type-guards").isBoolean;
785
797
  defaultValue: boolean;
786
798
  param: string;
787
799
  productKeys?: import("./types").ProductKeys;
788
800
  };
801
+ confluence_whiteboards_quick_insert_localised: {
802
+ values: ("control" | "test_blank" | "test_diagram")[];
803
+ typeGuard: (value: unknown) => value is "control" | "test_blank" | "test_diagram";
804
+ defaultValue: "control" | "test_blank" | "test_diagram";
805
+ param: string;
806
+ productKeys?: import("./types").ProductKeys;
807
+ };
789
808
  };
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.17.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",