@atlaskit/tmp-editor-statsig 16.17.0 → 16.18.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,24 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 16.18.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ba05557f777bf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ba05557f777bf) -
8
+ Add support to render selection toolbar in editors which have an ancestor elemenent which has
9
+ position fixed, most common use case is for the chromeless appearance when rendered inside modals,
10
+ popups etc.
11
+
12
+ ## 16.18.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [`8a3fc4137f1b4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8a3fc4137f1b4) -
17
+ [EDITOR-3850] add new experiment to statsig config file
18
+ - [`6f513adef1867`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6f513adef1867) -
19
+ [ux] Replaces @atlaskit/onboarding with @atlaskit/spotlight for dynamic cards search page per
20
+ enghealth ticket. Uses new experiment gate.
21
+
3
22
  ## 16.17.0
4
23
 
5
24
  ### Minor Changes
@@ -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: {
@@ -1186,6 +1193,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1186
1193
  param: 'isEnabled',
1187
1194
  defaultValue: false
1188
1195
  }),
1196
+ platform_editor_sel_toolbar_fix: (0, _experimentBuilders.createBooleanExperiment)({
1197
+ productKeys: {
1198
+ confluence: 'platform_editor_sel_toolbar_fix',
1199
+ jira: 'platform_editor_sel_toolbar_fix'
1200
+ },
1201
+ param: 'isEnabled',
1202
+ defaultValue: false
1203
+ }),
1189
1204
  // Added 2025-12-30
1190
1205
  platform_editor_table_sticky_header_patch_9: (0, _experimentBuilders.createBooleanExperiment)({
1191
1206
  productKeys: {
@@ -1218,5 +1233,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1218
1233
  },
1219
1234
  param: 'isEnabled',
1220
1235
  defaultValue: false
1236
+ }),
1237
+ // Added 2026-01-12
1238
+ platform_editor_table_sticky_header_patch_11: (0, _experimentBuilders.createBooleanExperiment)({
1239
+ productKeys: {
1240
+ confluence: 'platform_editor_table_sticky_header_patch_11'
1241
+ },
1242
+ param: 'isEnabled',
1243
+ defaultValue: false
1221
1244
  })
1222
1245
  };
@@ -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: {
@@ -1180,6 +1187,14 @@ export const editorExperimentsConfig = {
1180
1187
  param: 'isEnabled',
1181
1188
  defaultValue: false
1182
1189
  }),
1190
+ platform_editor_sel_toolbar_fix: createBooleanExperiment({
1191
+ productKeys: {
1192
+ confluence: 'platform_editor_sel_toolbar_fix',
1193
+ jira: 'platform_editor_sel_toolbar_fix'
1194
+ },
1195
+ param: 'isEnabled',
1196
+ defaultValue: false
1197
+ }),
1183
1198
  // Added 2025-12-30
1184
1199
  platform_editor_table_sticky_header_patch_9: createBooleanExperiment({
1185
1200
  productKeys: {
@@ -1212,5 +1227,13 @@ export const editorExperimentsConfig = {
1212
1227
  },
1213
1228
  param: 'isEnabled',
1214
1229
  defaultValue: false
1230
+ }),
1231
+ // Added 2026-01-12
1232
+ platform_editor_table_sticky_header_patch_11: createBooleanExperiment({
1233
+ productKeys: {
1234
+ confluence: 'platform_editor_table_sticky_header_patch_11'
1235
+ },
1236
+ param: 'isEnabled',
1237
+ defaultValue: false
1215
1238
  })
1216
1239
  };
@@ -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: {
@@ -1180,6 +1187,14 @@ export var editorExperimentsConfig = {
1180
1187
  param: 'isEnabled',
1181
1188
  defaultValue: false
1182
1189
  }),
1190
+ platform_editor_sel_toolbar_fix: createBooleanExperiment({
1191
+ productKeys: {
1192
+ confluence: 'platform_editor_sel_toolbar_fix',
1193
+ jira: 'platform_editor_sel_toolbar_fix'
1194
+ },
1195
+ param: 'isEnabled',
1196
+ defaultValue: false
1197
+ }),
1183
1198
  // Added 2025-12-30
1184
1199
  platform_editor_table_sticky_header_patch_9: createBooleanExperiment({
1185
1200
  productKeys: {
@@ -1212,5 +1227,13 @@ export var editorExperimentsConfig = {
1212
1227
  },
1213
1228
  param: 'isEnabled',
1214
1229
  defaultValue: false
1230
+ }),
1231
+ // Added 2026-01-12
1232
+ platform_editor_table_sticky_header_patch_11: createBooleanExperiment({
1233
+ productKeys: {
1234
+ confluence: 'platform_editor_table_sticky_header_patch_11'
1235
+ },
1236
+ param: 'isEnabled',
1237
+ defaultValue: false
1215
1238
  })
1216
1239
  };
@@ -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;
@@ -878,6 +884,12 @@ export declare const editorExperimentsConfig: {
878
884
  productKeys?: ProductKeys;
879
885
  typeGuard: IsBooleanType;
880
886
  };
887
+ platform_editor_sel_toolbar_fix: {
888
+ defaultValue: boolean;
889
+ param: string;
890
+ productKeys?: ProductKeys;
891
+ typeGuard: IsBooleanType;
892
+ };
881
893
  platform_editor_localid_ime_composition_fix: {
882
894
  defaultValue: boolean;
883
895
  param: string;
@@ -896,5 +908,11 @@ export declare const editorExperimentsConfig: {
896
908
  productKeys?: ProductKeys;
897
909
  typeGuard: IsBooleanType;
898
910
  };
911
+ platform_editor_table_sticky_header_patch_11: {
912
+ defaultValue: boolean;
913
+ param: string;
914
+ productKeys?: ProductKeys;
915
+ typeGuard: IsBooleanType;
916
+ };
899
917
  };
900
918
  export {};
@@ -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;
@@ -878,6 +884,12 @@ export declare const editorExperimentsConfig: {
878
884
  productKeys?: ProductKeys;
879
885
  typeGuard: IsBooleanType;
880
886
  };
887
+ platform_editor_sel_toolbar_fix: {
888
+ defaultValue: boolean;
889
+ param: string;
890
+ productKeys?: ProductKeys;
891
+ typeGuard: IsBooleanType;
892
+ };
881
893
  platform_editor_localid_ime_composition_fix: {
882
894
  defaultValue: boolean;
883
895
  param: string;
@@ -896,5 +908,11 @@ export declare const editorExperimentsConfig: {
896
908
  productKeys?: ProductKeys;
897
909
  typeGuard: IsBooleanType;
898
910
  };
911
+ platform_editor_table_sticky_header_patch_11: {
912
+ defaultValue: boolean;
913
+ param: string;
914
+ productKeys?: ProductKeys;
915
+ typeGuard: IsBooleanType;
916
+ };
899
917
  };
900
918
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.17.0",
3
+ "version": "16.18.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",