@atlaskit/tmp-editor-statsig 17.6.0 → 17.8.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,28 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 17.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e98a16b48e245`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e98a16b48e245) -
8
+ Fix a suspected bug where cross-origin selections would throw a dom security error when testing
9
+ whether to set focus
10
+ - [`d88e2cfa7371b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d88e2cfa7371b) -
11
+ [ux] fix copy heading link button a11y behaviours by only having one button, that is outside the
12
+ heading element
13
+
14
+ ## 17.7.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [`fe3cbbba3c6d6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fe3cbbba3c6d6) -
19
+ [EDITOR-4877](https://hello.jira.atlassian.cloud/browse/EDITOR-4877) - remove
20
+ queryCommandSupported from TableComponent
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+
3
26
  ## 17.6.0
4
27
 
5
28
  ### Minor Changes
@@ -524,6 +524,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
524
524
  param: 'isEnabled',
525
525
  defaultValue: false
526
526
  }),
527
+ platform_editor_disable_query_command_supported: (0, _experimentBuilders.createBooleanExperiment)({
528
+ productKeys: {
529
+ confluence: 'platform_editor_disable_query_command_supported'
530
+ },
531
+ param: 'isEnabled',
532
+ defaultValue: false
533
+ }),
527
534
  // Added 2025-06-24
528
535
  confluence_whiteboards_quick_insert: (0, _experimentBuilders.createMultivariateExperiment)({
529
536
  productKeys: {
@@ -1128,6 +1135,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1128
1135
  param: 'isEnabled',
1129
1136
  defaultValue: false
1130
1137
  }),
1138
+ // Added 2025-01-21
1139
+ platform_editor_copy_link_a11y_inconsistency_fix: (0, _experimentBuilders.createBooleanExperiment)({
1140
+ productKeys: {
1141
+ confluence: 'platform_editor_copy_link_a11y_inconsistency_fix'
1142
+ },
1143
+ param: 'isEnabled',
1144
+ defaultValue: false
1145
+ }),
1131
1146
  // Added 2026-01-12
1132
1147
  platform_editor_table_sticky_header_patch_11: (0, _experimentBuilders.createBooleanExperiment)({
1133
1148
  productKeys: {
@@ -1256,5 +1271,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1256
1271
  },
1257
1272
  param: 'isEnabled',
1258
1273
  defaultValue: false
1274
+ }),
1275
+ // Added 2026-01-30
1276
+ platform_editor_fix_cross_origin_editor_focus: (0, _experimentBuilders.createBooleanExperiment)({
1277
+ productKeys: {
1278
+ confluence: 'platform_editor_fix_cross_origin_editor_focus'
1279
+ },
1280
+ param: 'isEnabled',
1281
+ defaultValue: false
1259
1282
  })
1260
1283
  };
@@ -518,6 +518,13 @@ export const editorExperimentsConfig = {
518
518
  param: 'isEnabled',
519
519
  defaultValue: false
520
520
  }),
521
+ platform_editor_disable_query_command_supported: createBooleanExperiment({
522
+ productKeys: {
523
+ confluence: 'platform_editor_disable_query_command_supported'
524
+ },
525
+ param: 'isEnabled',
526
+ defaultValue: false
527
+ }),
521
528
  // Added 2025-06-24
522
529
  confluence_whiteboards_quick_insert: createMultivariateExperiment({
523
530
  productKeys: {
@@ -1122,6 +1129,14 @@ export const editorExperimentsConfig = {
1122
1129
  param: 'isEnabled',
1123
1130
  defaultValue: false
1124
1131
  }),
1132
+ // Added 2025-01-21
1133
+ platform_editor_copy_link_a11y_inconsistency_fix: createBooleanExperiment({
1134
+ productKeys: {
1135
+ confluence: 'platform_editor_copy_link_a11y_inconsistency_fix'
1136
+ },
1137
+ param: 'isEnabled',
1138
+ defaultValue: false
1139
+ }),
1125
1140
  // Added 2026-01-12
1126
1141
  platform_editor_table_sticky_header_patch_11: createBooleanExperiment({
1127
1142
  productKeys: {
@@ -1250,5 +1265,13 @@ export const editorExperimentsConfig = {
1250
1265
  },
1251
1266
  param: 'isEnabled',
1252
1267
  defaultValue: false
1268
+ }),
1269
+ // Added 2026-01-30
1270
+ platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
1271
+ productKeys: {
1272
+ confluence: 'platform_editor_fix_cross_origin_editor_focus'
1273
+ },
1274
+ param: 'isEnabled',
1275
+ defaultValue: false
1253
1276
  })
1254
1277
  };
@@ -518,6 +518,13 @@ export var editorExperimentsConfig = {
518
518
  param: 'isEnabled',
519
519
  defaultValue: false
520
520
  }),
521
+ platform_editor_disable_query_command_supported: createBooleanExperiment({
522
+ productKeys: {
523
+ confluence: 'platform_editor_disable_query_command_supported'
524
+ },
525
+ param: 'isEnabled',
526
+ defaultValue: false
527
+ }),
521
528
  // Added 2025-06-24
522
529
  confluence_whiteboards_quick_insert: createMultivariateExperiment({
523
530
  productKeys: {
@@ -1122,6 +1129,14 @@ export var editorExperimentsConfig = {
1122
1129
  param: 'isEnabled',
1123
1130
  defaultValue: false
1124
1131
  }),
1132
+ // Added 2025-01-21
1133
+ platform_editor_copy_link_a11y_inconsistency_fix: createBooleanExperiment({
1134
+ productKeys: {
1135
+ confluence: 'platform_editor_copy_link_a11y_inconsistency_fix'
1136
+ },
1137
+ param: 'isEnabled',
1138
+ defaultValue: false
1139
+ }),
1125
1140
  // Added 2026-01-12
1126
1141
  platform_editor_table_sticky_header_patch_11: createBooleanExperiment({
1127
1142
  productKeys: {
@@ -1250,5 +1265,13 @@ export var editorExperimentsConfig = {
1250
1265
  },
1251
1266
  param: 'isEnabled',
1252
1267
  defaultValue: false
1268
+ }),
1269
+ // Added 2026-01-30
1270
+ platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
1271
+ productKeys: {
1272
+ confluence: 'platform_editor_fix_cross_origin_editor_focus'
1273
+ },
1274
+ param: 'isEnabled',
1275
+ defaultValue: false
1253
1276
  })
1254
1277
  };
@@ -236,6 +236,12 @@ export declare const editorExperimentsConfig: {
236
236
  productKeys?: ProductKeys;
237
237
  typeGuard: IsBooleanType;
238
238
  };
239
+ platform_editor_disable_query_command_supported: {
240
+ defaultValue: boolean;
241
+ param: string;
242
+ productKeys?: ProductKeys;
243
+ typeGuard: IsBooleanType;
244
+ };
239
245
  platform_editor_ai_unsplash_page_header: {
240
246
  defaultValue: boolean;
241
247
  param: string;
@@ -844,6 +850,12 @@ export declare const editorExperimentsConfig: {
844
850
  productKeys?: ProductKeys;
845
851
  typeGuard: IsBooleanType;
846
852
  };
853
+ platform_editor_copy_link_a11y_inconsistency_fix: {
854
+ defaultValue: boolean;
855
+ param: string;
856
+ productKeys?: ProductKeys;
857
+ typeGuard: IsBooleanType;
858
+ };
847
859
  platform_editor_focus_on_chromeless_editor: {
848
860
  defaultValue: boolean;
849
861
  param: string;
@@ -928,5 +940,11 @@ export declare const editorExperimentsConfig: {
928
940
  productKeys?: ProductKeys;
929
941
  typeGuard: IsBooleanType;
930
942
  };
943
+ platform_editor_fix_cross_origin_editor_focus: {
944
+ defaultValue: boolean;
945
+ param: string;
946
+ productKeys?: ProductKeys;
947
+ typeGuard: IsBooleanType;
948
+ };
931
949
  };
932
950
  export {};
@@ -236,6 +236,12 @@ export declare const editorExperimentsConfig: {
236
236
  productKeys?: ProductKeys;
237
237
  typeGuard: IsBooleanType;
238
238
  };
239
+ platform_editor_disable_query_command_supported: {
240
+ defaultValue: boolean;
241
+ param: string;
242
+ productKeys?: ProductKeys;
243
+ typeGuard: IsBooleanType;
244
+ };
239
245
  platform_editor_ai_unsplash_page_header: {
240
246
  defaultValue: boolean;
241
247
  param: string;
@@ -844,6 +850,12 @@ export declare const editorExperimentsConfig: {
844
850
  productKeys?: ProductKeys;
845
851
  typeGuard: IsBooleanType;
846
852
  };
853
+ platform_editor_copy_link_a11y_inconsistency_fix: {
854
+ defaultValue: boolean;
855
+ param: string;
856
+ productKeys?: ProductKeys;
857
+ typeGuard: IsBooleanType;
858
+ };
847
859
  platform_editor_focus_on_chromeless_editor: {
848
860
  defaultValue: boolean;
849
861
  param: string;
@@ -928,5 +940,11 @@ export declare const editorExperimentsConfig: {
928
940
  productKeys?: ProductKeys;
929
941
  typeGuard: IsBooleanType;
930
942
  };
943
+ platform_editor_fix_cross_origin_editor_focus: {
944
+ defaultValue: boolean;
945
+ param: string;
946
+ productKeys?: ProductKeys;
947
+ typeGuard: IsBooleanType;
948
+ };
931
949
  };
932
950
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "17.6.0",
3
+ "version": "17.8.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",