@atlaskit/tmp-editor-statsig 16.16.0 → 16.18.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,22 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 16.18.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`8a3fc4137f1b4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8a3fc4137f1b4) -
8
+ [EDITOR-3850] add new experiment to statsig config file
9
+ - [`6f513adef1867`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6f513adef1867) -
10
+ [ux] Replaces @atlaskit/onboarding with @atlaskit/spotlight for dynamic cards search page per
11
+ enghealth ticket. Uses new experiment gate.
12
+
13
+ ## 16.17.0
14
+
15
+ ### Minor Changes
16
+
17
+ - [`333b858014e54`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/333b858014e54) -
18
+ Move content placeholder behind title_on_transition flag
19
+
3
20
  ## 16.16.0
4
21
 
5
22
  ### Minor Changes
@@ -25,6 +25,7 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
25
25
  platform_sl_3p_unauth_paste_as_block_card: 'control'
26
26
  };
27
27
  var testBooleanOverrides = exports.testBooleanOverrides = {
28
+ confluence_load_editor_title_on_transition: false,
28
29
  cc_editor_hover_link_overlay_css_fix: false,
29
30
  platform_editor_feedback_mandatory_rating: false,
30
31
  platform_editor_preview_panel_responsiveness: false,
@@ -39,11 +39,11 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
39
39
  // lwoollard experiments
40
40
 
41
41
  // Added 22-12-2025
42
- cc_editor_placeholder_collab_wait: (0, _experimentBuilders.createBooleanExperiment)({
42
+ confluence_load_editor_title_on_transition: (0, _experimentBuilders.createBooleanExperiment)({
43
43
  productKeys: {
44
- confluence: 'cc_editor_placeholder_collab_wait'
44
+ confluence: 'confluence_load_editor_title_on_transition'
45
45
  },
46
- param: 'isEnabled',
46
+ param: 'contentPlaceholder',
47
47
  defaultValue: false
48
48
  }),
49
49
  // Added 02-12-2025
@@ -240,6 +240,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
240
240
  param: 'isEnabled',
241
241
  defaultValue: false
242
242
  }),
243
+ company_hub_deprecate_atlaskit_onboarding: (0, _experimentBuilders.createBooleanExperiment)({
244
+ productKeys: {
245
+ confluence: 'company_hub_deprecate_atlaskit_onboarding'
246
+ },
247
+ param: 'isEnabled',
248
+ defaultValue: false
249
+ }),
243
250
  // Added 2025-10-10
244
251
  platform_editor_experience_tracking: (0, _experimentBuilders.createBooleanExperiment)({
245
252
  productKeys: {
@@ -1218,5 +1225,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1218
1225
  },
1219
1226
  param: 'isEnabled',
1220
1227
  defaultValue: false
1228
+ }),
1229
+ // Added 2026-01-12
1230
+ platform_editor_table_sticky_header_patch_11: (0, _experimentBuilders.createBooleanExperiment)({
1231
+ productKeys: {
1232
+ confluence: 'platform_editor_table_sticky_header_patch_11'
1233
+ },
1234
+ param: 'isEnabled',
1235
+ defaultValue: false
1221
1236
  })
1222
1237
  };
@@ -19,6 +19,7 @@ export const testMultivariateOverrides = {
19
19
  platform_sl_3p_unauth_paste_as_block_card: 'control'
20
20
  };
21
21
  export const testBooleanOverrides = {
22
+ confluence_load_editor_title_on_transition: false,
22
23
  cc_editor_hover_link_overlay_css_fix: false,
23
24
  platform_editor_feedback_mandatory_rating: false,
24
25
  platform_editor_preview_panel_responsiveness: false,
@@ -33,11 +33,11 @@ export const editorExperimentsConfig = {
33
33
  // lwoollard experiments
34
34
 
35
35
  // Added 22-12-2025
36
- cc_editor_placeholder_collab_wait: createBooleanExperiment({
36
+ confluence_load_editor_title_on_transition: createBooleanExperiment({
37
37
  productKeys: {
38
- confluence: 'cc_editor_placeholder_collab_wait'
38
+ confluence: 'confluence_load_editor_title_on_transition'
39
39
  },
40
- param: 'isEnabled',
40
+ param: 'contentPlaceholder',
41
41
  defaultValue: false
42
42
  }),
43
43
  // Added 02-12-2025
@@ -234,6 +234,13 @@ export const editorExperimentsConfig = {
234
234
  param: 'isEnabled',
235
235
  defaultValue: false
236
236
  }),
237
+ company_hub_deprecate_atlaskit_onboarding: createBooleanExperiment({
238
+ productKeys: {
239
+ confluence: 'company_hub_deprecate_atlaskit_onboarding'
240
+ },
241
+ param: 'isEnabled',
242
+ defaultValue: false
243
+ }),
237
244
  // Added 2025-10-10
238
245
  platform_editor_experience_tracking: createBooleanExperiment({
239
246
  productKeys: {
@@ -1212,5 +1219,13 @@ export const editorExperimentsConfig = {
1212
1219
  },
1213
1220
  param: 'isEnabled',
1214
1221
  defaultValue: false
1222
+ }),
1223
+ // Added 2026-01-12
1224
+ platform_editor_table_sticky_header_patch_11: createBooleanExperiment({
1225
+ productKeys: {
1226
+ confluence: 'platform_editor_table_sticky_header_patch_11'
1227
+ },
1228
+ param: 'isEnabled',
1229
+ defaultValue: false
1215
1230
  })
1216
1231
  };
@@ -19,6 +19,7 @@ export var testMultivariateOverrides = {
19
19
  platform_sl_3p_unauth_paste_as_block_card: 'control'
20
20
  };
21
21
  export var testBooleanOverrides = {
22
+ confluence_load_editor_title_on_transition: false,
22
23
  cc_editor_hover_link_overlay_css_fix: false,
23
24
  platform_editor_feedback_mandatory_rating: false,
24
25
  platform_editor_preview_panel_responsiveness: false,
@@ -33,11 +33,11 @@ export var editorExperimentsConfig = {
33
33
  // lwoollard experiments
34
34
 
35
35
  // Added 22-12-2025
36
- cc_editor_placeholder_collab_wait: createBooleanExperiment({
36
+ confluence_load_editor_title_on_transition: createBooleanExperiment({
37
37
  productKeys: {
38
- confluence: 'cc_editor_placeholder_collab_wait'
38
+ confluence: 'confluence_load_editor_title_on_transition'
39
39
  },
40
- param: 'isEnabled',
40
+ param: 'contentPlaceholder',
41
41
  defaultValue: false
42
42
  }),
43
43
  // Added 02-12-2025
@@ -234,6 +234,13 @@ export var editorExperimentsConfig = {
234
234
  param: 'isEnabled',
235
235
  defaultValue: false
236
236
  }),
237
+ company_hub_deprecate_atlaskit_onboarding: createBooleanExperiment({
238
+ productKeys: {
239
+ confluence: 'company_hub_deprecate_atlaskit_onboarding'
240
+ },
241
+ param: 'isEnabled',
242
+ defaultValue: false
243
+ }),
237
244
  // Added 2025-10-10
238
245
  platform_editor_experience_tracking: createBooleanExperiment({
239
246
  productKeys: {
@@ -1212,5 +1219,13 @@ export var editorExperimentsConfig = {
1212
1219
  },
1213
1220
  param: 'isEnabled',
1214
1221
  defaultValue: false
1222
+ }),
1223
+ // Added 2026-01-12
1224
+ platform_editor_table_sticky_header_patch_11: createBooleanExperiment({
1225
+ productKeys: {
1226
+ confluence: 'platform_editor_table_sticky_header_patch_11'
1227
+ },
1228
+ param: 'isEnabled',
1229
+ defaultValue: false
1215
1230
  })
1216
1231
  };
@@ -70,7 +70,7 @@ export declare const editorExperimentsConfig: {
70
70
  productKeys?: ProductKeys;
71
71
  typeGuard: IsBooleanType;
72
72
  };
73
- cc_editor_placeholder_collab_wait: {
73
+ confluence_load_editor_title_on_transition: {
74
74
  defaultValue: boolean;
75
75
  param: string;
76
76
  productKeys?: ProductKeys;
@@ -100,6 +100,12 @@ export declare const editorExperimentsConfig: {
100
100
  productKeys?: ProductKeys;
101
101
  typeGuard: IsBooleanType;
102
102
  };
103
+ company_hub_deprecate_atlaskit_onboarding: {
104
+ defaultValue: boolean;
105
+ param: string;
106
+ productKeys?: ProductKeys;
107
+ typeGuard: IsBooleanType;
108
+ };
103
109
  'company-hub-config-panel-keyboard-nav': {
104
110
  defaultValue: boolean;
105
111
  param: string;
@@ -896,5 +902,11 @@ export declare const editorExperimentsConfig: {
896
902
  productKeys?: ProductKeys;
897
903
  typeGuard: IsBooleanType;
898
904
  };
905
+ platform_editor_table_sticky_header_patch_11: {
906
+ defaultValue: boolean;
907
+ param: string;
908
+ productKeys?: ProductKeys;
909
+ typeGuard: IsBooleanType;
910
+ };
899
911
  };
900
912
  export {};
@@ -70,7 +70,7 @@ export declare const editorExperimentsConfig: {
70
70
  productKeys?: ProductKeys;
71
71
  typeGuard: IsBooleanType;
72
72
  };
73
- cc_editor_placeholder_collab_wait: {
73
+ confluence_load_editor_title_on_transition: {
74
74
  defaultValue: boolean;
75
75
  param: string;
76
76
  productKeys?: ProductKeys;
@@ -100,6 +100,12 @@ export declare const editorExperimentsConfig: {
100
100
  productKeys?: ProductKeys;
101
101
  typeGuard: IsBooleanType;
102
102
  };
103
+ company_hub_deprecate_atlaskit_onboarding: {
104
+ defaultValue: boolean;
105
+ param: string;
106
+ productKeys?: ProductKeys;
107
+ typeGuard: IsBooleanType;
108
+ };
103
109
  'company-hub-config-panel-keyboard-nav': {
104
110
  defaultValue: boolean;
105
111
  param: string;
@@ -896,5 +902,11 @@ export declare const editorExperimentsConfig: {
896
902
  productKeys?: ProductKeys;
897
903
  typeGuard: IsBooleanType;
898
904
  };
905
+ platform_editor_table_sticky_header_patch_11: {
906
+ defaultValue: boolean;
907
+ param: string;
908
+ productKeys?: ProductKeys;
909
+ typeGuard: IsBooleanType;
910
+ };
899
911
  };
900
912
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.16.0",
3
+ "version": "16.18.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",