@atlaskit/tmp-editor-statsig 35.2.0 → 35.4.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
+ ## 35.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`c1134966d9b87`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c1134966d9b87) -
8
+ [ux] Add AI Autocomplete Editor plugin
9
+
10
+ ## 35.3.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`83792cc1d590e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/83792cc1d590e) -
15
+ Abort UFO measurements when user interacts with the editor during VC90 load tracking, gated behind
16
+ platform_editor_abort_ufo_on_user_interaction experiment
17
+
3
18
  ## 35.2.0
4
19
 
5
20
  ### Minor Changes
@@ -95,6 +95,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
95
95
  param: 'isEnabled',
96
96
  defaultValue: false
97
97
  }),
98
+ // Added 05-03-2026
99
+ platform_editor_ai_headingautocomplete: (0, _experimentBuilders.createBooleanExperiment)({
100
+ productKeys: {
101
+ confluence: 'platform_editor_ai_headingautocomplete'
102
+ },
103
+ param: 'isEnabled',
104
+ defaultValue: false
105
+ }),
98
106
  // Added 2026-02-16
99
107
  platform_editor_remove_important_in_render_ext: (0, _experimentBuilders.createBooleanExperiment)({
100
108
  productKeys: {
@@ -280,6 +288,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
280
288
  param: 'isEnabled',
281
289
  defaultValue: false
282
290
  }),
291
+ // Added 2026-03-05 - gates DOM mutation observer for experience tracking (toolbar + block menu)
292
+ platform_editor_experience_tracking_observer: (0, _experimentBuilders.createBooleanExperiment)({
293
+ productKeys: {
294
+ confluence: 'platform_editor_experience_tracking_observer',
295
+ jira: 'platform_editor_experience_tracking_observer'
296
+ },
297
+ param: 'isEnabled',
298
+ defaultValue: false
299
+ }),
283
300
  // Added 2025-05-26
284
301
  platform_editor_prevent_toolbar_layout_shifts: (0, _experimentBuilders.createBooleanExperiment)({
285
302
  productKeys: {
@@ -897,6 +914,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
897
914
  param: 'isEnabled',
898
915
  defaultValue: false
899
916
  }),
917
+ // Added 2026-03-05
918
+ platform_editor_abort_ufo_on_user_interaction: (0, _experimentBuilders.createBooleanExperiment)({
919
+ productKeys: {
920
+ confluence: 'platform_editor_abort_ufo_on_user_interaction'
921
+ },
922
+ param: 'isEnabled',
923
+ defaultValue: false
924
+ }),
900
925
  // Added 2025-09-11
901
926
  platform_editor_add_aria_checked_to_inline_img_btn: (0, _experimentBuilders.createBooleanExperiment)({
902
927
  productKeys: {
@@ -89,6 +89,14 @@ export const editorExperimentsConfig = {
89
89
  param: 'isEnabled',
90
90
  defaultValue: false
91
91
  }),
92
+ // Added 05-03-2026
93
+ platform_editor_ai_headingautocomplete: createBooleanExperiment({
94
+ productKeys: {
95
+ confluence: 'platform_editor_ai_headingautocomplete'
96
+ },
97
+ param: 'isEnabled',
98
+ defaultValue: false
99
+ }),
92
100
  // Added 2026-02-16
93
101
  platform_editor_remove_important_in_render_ext: createBooleanExperiment({
94
102
  productKeys: {
@@ -274,6 +282,15 @@ export const editorExperimentsConfig = {
274
282
  param: 'isEnabled',
275
283
  defaultValue: false
276
284
  }),
285
+ // Added 2026-03-05 - gates DOM mutation observer for experience tracking (toolbar + block menu)
286
+ platform_editor_experience_tracking_observer: createBooleanExperiment({
287
+ productKeys: {
288
+ confluence: 'platform_editor_experience_tracking_observer',
289
+ jira: 'platform_editor_experience_tracking_observer'
290
+ },
291
+ param: 'isEnabled',
292
+ defaultValue: false
293
+ }),
277
294
  // Added 2025-05-26
278
295
  platform_editor_prevent_toolbar_layout_shifts: createBooleanExperiment({
279
296
  productKeys: {
@@ -891,6 +908,14 @@ export const editorExperimentsConfig = {
891
908
  param: 'isEnabled',
892
909
  defaultValue: false
893
910
  }),
911
+ // Added 2026-03-05
912
+ platform_editor_abort_ufo_on_user_interaction: createBooleanExperiment({
913
+ productKeys: {
914
+ confluence: 'platform_editor_abort_ufo_on_user_interaction'
915
+ },
916
+ param: 'isEnabled',
917
+ defaultValue: false
918
+ }),
894
919
  // Added 2025-09-11
895
920
  platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
896
921
  productKeys: {
@@ -89,6 +89,14 @@ export var editorExperimentsConfig = {
89
89
  param: 'isEnabled',
90
90
  defaultValue: false
91
91
  }),
92
+ // Added 05-03-2026
93
+ platform_editor_ai_headingautocomplete: createBooleanExperiment({
94
+ productKeys: {
95
+ confluence: 'platform_editor_ai_headingautocomplete'
96
+ },
97
+ param: 'isEnabled',
98
+ defaultValue: false
99
+ }),
92
100
  // Added 2026-02-16
93
101
  platform_editor_remove_important_in_render_ext: createBooleanExperiment({
94
102
  productKeys: {
@@ -274,6 +282,15 @@ export var editorExperimentsConfig = {
274
282
  param: 'isEnabled',
275
283
  defaultValue: false
276
284
  }),
285
+ // Added 2026-03-05 - gates DOM mutation observer for experience tracking (toolbar + block menu)
286
+ platform_editor_experience_tracking_observer: createBooleanExperiment({
287
+ productKeys: {
288
+ confluence: 'platform_editor_experience_tracking_observer',
289
+ jira: 'platform_editor_experience_tracking_observer'
290
+ },
291
+ param: 'isEnabled',
292
+ defaultValue: false
293
+ }),
277
294
  // Added 2025-05-26
278
295
  platform_editor_prevent_toolbar_layout_shifts: createBooleanExperiment({
279
296
  productKeys: {
@@ -891,6 +908,14 @@ export var editorExperimentsConfig = {
891
908
  param: 'isEnabled',
892
909
  defaultValue: false
893
910
  }),
911
+ // Added 2026-03-05
912
+ platform_editor_abort_ufo_on_user_interaction: createBooleanExperiment({
913
+ productKeys: {
914
+ confluence: 'platform_editor_abort_ufo_on_user_interaction'
915
+ },
916
+ param: 'isEnabled',
917
+ defaultValue: false
918
+ }),
894
919
  // Added 2025-09-11
895
920
  platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
896
921
  productKeys: {
@@ -88,6 +88,12 @@ export declare const editorExperimentsConfig: {
88
88
  productKeys?: ProductKeys;
89
89
  typeGuard: IsBooleanType;
90
90
  };
91
+ platform_editor_ai_headingautocomplete: {
92
+ defaultValue: boolean;
93
+ param: string;
94
+ productKeys?: ProductKeys;
95
+ typeGuard: IsBooleanType;
96
+ };
91
97
  cc_editor_lcm_readonly_initial: {
92
98
  defaultValue: boolean;
93
99
  param: string;
@@ -257,6 +263,12 @@ export declare const editorExperimentsConfig: {
257
263
  productKeys?: ProductKeys;
258
264
  typeGuard: IsBooleanType;
259
265
  };
266
+ platform_editor_abort_ufo_on_user_interaction: {
267
+ defaultValue: boolean;
268
+ param: string;
269
+ productKeys?: ProductKeys;
270
+ typeGuard: IsBooleanType;
271
+ };
260
272
  platform_editor_add_aria_checked_to_inline_img_btn: {
261
273
  defaultValue: boolean;
262
274
  param: string;
@@ -427,6 +439,12 @@ export declare const editorExperimentsConfig: {
427
439
  productKeys?: ProductKeys;
428
440
  typeGuard: IsBooleanType;
429
441
  };
442
+ platform_editor_experience_tracking_observer: {
443
+ defaultValue: boolean;
444
+ param: string;
445
+ productKeys?: ProductKeys;
446
+ typeGuard: IsBooleanType;
447
+ };
430
448
  platform_editor_extension_styles: {
431
449
  defaultValue: boolean;
432
450
  param: string;
@@ -88,6 +88,12 @@ export declare const editorExperimentsConfig: {
88
88
  productKeys?: ProductKeys;
89
89
  typeGuard: IsBooleanType;
90
90
  };
91
+ platform_editor_ai_headingautocomplete: {
92
+ defaultValue: boolean;
93
+ param: string;
94
+ productKeys?: ProductKeys;
95
+ typeGuard: IsBooleanType;
96
+ };
91
97
  cc_editor_lcm_readonly_initial: {
92
98
  defaultValue: boolean;
93
99
  param: string;
@@ -257,6 +263,12 @@ export declare const editorExperimentsConfig: {
257
263
  productKeys?: ProductKeys;
258
264
  typeGuard: IsBooleanType;
259
265
  };
266
+ platform_editor_abort_ufo_on_user_interaction: {
267
+ defaultValue: boolean;
268
+ param: string;
269
+ productKeys?: ProductKeys;
270
+ typeGuard: IsBooleanType;
271
+ };
260
272
  platform_editor_add_aria_checked_to_inline_img_btn: {
261
273
  defaultValue: boolean;
262
274
  param: string;
@@ -427,6 +439,12 @@ export declare const editorExperimentsConfig: {
427
439
  productKeys?: ProductKeys;
428
440
  typeGuard: IsBooleanType;
429
441
  };
442
+ platform_editor_experience_tracking_observer: {
443
+ defaultValue: boolean;
444
+ param: string;
445
+ productKeys?: ProductKeys;
446
+ typeGuard: IsBooleanType;
447
+ };
430
448
  platform_editor_extension_styles: {
431
449
  defaultValue: boolean;
432
450
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "35.2.0",
3
+ "version": "35.4.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",