@atlaskit/tmp-editor-statsig 17.13.0 → 19.0.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,25 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 19.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`b30e41f7bbb3b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b30e41f7bbb3b) -
8
+ Cleanup platform_editor_wait_for_space_after_ascii_emoji
9
+
10
+ ### Minor Changes
11
+
12
+ - [`9b8e6a65567af`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9b8e6a65567af) -
13
+ ENGHEALTH-48871: Fix aria-required-children a11y issue with Editor toolbar.
14
+
15
+ ## 18.0.0
16
+
17
+ ### Major Changes
18
+
19
+ - [`e97bcf6a8bbf4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e97bcf6a8bbf4) -
20
+ [ux] Productionizes the experiment confluence_whiteboards_quick_insert by productionizing the
21
+ DIAGRAM variation of the experiment
22
+
3
23
  ## 17.13.0
4
24
 
5
25
  ### Minor Changes
@@ -8,7 +8,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
8
8
  'example-multivariate': 'one',
9
9
  'platform_editor_ai-prompts-placeholder': 'control',
10
10
  platform_editor_controls: 'control',
11
- confluence_whiteboards_quick_insert: 'control',
12
11
  confluence_whiteboards_quick_insert_localised: 'control',
13
12
  confluence_whiteboards_quick_insert_localised_aa: 'control',
14
13
  cc_editor_ai_content_mode: 'control',
@@ -538,15 +538,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
538
538
  param: 'isEnabled',
539
539
  defaultValue: false
540
540
  }),
541
- // Added 2025-06-24
542
- confluence_whiteboards_quick_insert: (0, _experimentBuilders.createMultivariateExperiment)({
543
- productKeys: {
544
- confluence: 'confluence_whiteboards_quick_insert'
545
- },
546
- param: 'cohort',
547
- values: ['control', 'test_blank', 'test_diagram'],
548
- defaultValue: 'control'
549
- }),
550
541
  // Added 2025-06-26
551
542
  platform_editor_feedback_mandatory_rating: (0, _experimentBuilders.createBooleanExperiment)({
552
543
  productKeys: {
@@ -1044,14 +1035,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1044
1035
  param: 'isEnabled',
1045
1036
  defaultValue: false
1046
1037
  }),
1047
- // Added 2025-11-18
1048
- platform_editor_wait_for_space_after_ascii_emoji: (0, _experimentBuilders.createBooleanExperiment)({
1049
- productKeys: {
1050
- confluence: 'platform_editor_wait_for_space_after_ascii_emoji'
1051
- },
1052
- param: 'isEnabled',
1053
- defaultValue: false
1054
- }),
1055
1038
  // Added 2025-12-03
1056
1039
  platform_editor_use_pmr_for_collab_presence_non_ic: (0, _experimentBuilders.createBooleanExperiment)({
1057
1040
  productKeys: {
@@ -1334,5 +1317,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1334
1317
  },
1335
1318
  param: 'isEnabled',
1336
1319
  defaultValue: false
1320
+ }),
1321
+ // Added 2026-02-03
1322
+ platform_editor_enghealth_a11y_jan_fixes: (0, _experimentBuilders.createBooleanExperiment)({
1323
+ productKeys: {
1324
+ confluence: 'platform_editor_enghealth_a11y_jan_fixes'
1325
+ },
1326
+ param: 'isEnabled',
1327
+ defaultValue: false
1337
1328
  })
1338
1329
  };
@@ -2,7 +2,6 @@ export const testMultivariateOverrides = {
2
2
  'example-multivariate': 'one',
3
3
  'platform_editor_ai-prompts-placeholder': 'control',
4
4
  platform_editor_controls: 'control',
5
- confluence_whiteboards_quick_insert: 'control',
6
5
  confluence_whiteboards_quick_insert_localised: 'control',
7
6
  confluence_whiteboards_quick_insert_localised_aa: 'control',
8
7
  cc_editor_ai_content_mode: 'control',
@@ -532,15 +532,6 @@ export const editorExperimentsConfig = {
532
532
  param: 'isEnabled',
533
533
  defaultValue: false
534
534
  }),
535
- // Added 2025-06-24
536
- confluence_whiteboards_quick_insert: createMultivariateExperiment({
537
- productKeys: {
538
- confluence: 'confluence_whiteboards_quick_insert'
539
- },
540
- param: 'cohort',
541
- values: ['control', 'test_blank', 'test_diagram'],
542
- defaultValue: 'control'
543
- }),
544
535
  // Added 2025-06-26
545
536
  platform_editor_feedback_mandatory_rating: createBooleanExperiment({
546
537
  productKeys: {
@@ -1038,14 +1029,6 @@ export const editorExperimentsConfig = {
1038
1029
  param: 'isEnabled',
1039
1030
  defaultValue: false
1040
1031
  }),
1041
- // Added 2025-11-18
1042
- platform_editor_wait_for_space_after_ascii_emoji: createBooleanExperiment({
1043
- productKeys: {
1044
- confluence: 'platform_editor_wait_for_space_after_ascii_emoji'
1045
- },
1046
- param: 'isEnabled',
1047
- defaultValue: false
1048
- }),
1049
1032
  // Added 2025-12-03
1050
1033
  platform_editor_use_pmr_for_collab_presence_non_ic: createBooleanExperiment({
1051
1034
  productKeys: {
@@ -1328,5 +1311,13 @@ export const editorExperimentsConfig = {
1328
1311
  },
1329
1312
  param: 'isEnabled',
1330
1313
  defaultValue: false
1314
+ }),
1315
+ // Added 2026-02-03
1316
+ platform_editor_enghealth_a11y_jan_fixes: createBooleanExperiment({
1317
+ productKeys: {
1318
+ confluence: 'platform_editor_enghealth_a11y_jan_fixes'
1319
+ },
1320
+ param: 'isEnabled',
1321
+ defaultValue: false
1331
1322
  })
1332
1323
  };
@@ -2,7 +2,6 @@ export var testMultivariateOverrides = {
2
2
  'example-multivariate': 'one',
3
3
  'platform_editor_ai-prompts-placeholder': 'control',
4
4
  platform_editor_controls: 'control',
5
- confluence_whiteboards_quick_insert: 'control',
6
5
  confluence_whiteboards_quick_insert_localised: 'control',
7
6
  confluence_whiteboards_quick_insert_localised_aa: 'control',
8
7
  cc_editor_ai_content_mode: 'control',
@@ -532,15 +532,6 @@ export var editorExperimentsConfig = {
532
532
  param: 'isEnabled',
533
533
  defaultValue: false
534
534
  }),
535
- // Added 2025-06-24
536
- confluence_whiteboards_quick_insert: createMultivariateExperiment({
537
- productKeys: {
538
- confluence: 'confluence_whiteboards_quick_insert'
539
- },
540
- param: 'cohort',
541
- values: ['control', 'test_blank', 'test_diagram'],
542
- defaultValue: 'control'
543
- }),
544
535
  // Added 2025-06-26
545
536
  platform_editor_feedback_mandatory_rating: createBooleanExperiment({
546
537
  productKeys: {
@@ -1038,14 +1029,6 @@ export var editorExperimentsConfig = {
1038
1029
  param: 'isEnabled',
1039
1030
  defaultValue: false
1040
1031
  }),
1041
- // Added 2025-11-18
1042
- platform_editor_wait_for_space_after_ascii_emoji: createBooleanExperiment({
1043
- productKeys: {
1044
- confluence: 'platform_editor_wait_for_space_after_ascii_emoji'
1045
- },
1046
- param: 'isEnabled',
1047
- defaultValue: false
1048
- }),
1049
1032
  // Added 2025-12-03
1050
1033
  platform_editor_use_pmr_for_collab_presence_non_ic: createBooleanExperiment({
1051
1034
  productKeys: {
@@ -1328,5 +1311,13 @@ export var editorExperimentsConfig = {
1328
1311
  },
1329
1312
  param: 'isEnabled',
1330
1313
  defaultValue: false
1314
+ }),
1315
+ // Added 2026-02-03
1316
+ platform_editor_enghealth_a11y_jan_fixes: createBooleanExperiment({
1317
+ productKeys: {
1318
+ confluence: 'platform_editor_enghealth_a11y_jan_fixes'
1319
+ },
1320
+ param: 'isEnabled',
1321
+ defaultValue: false
1331
1322
  })
1332
1323
  };
@@ -130,13 +130,6 @@ export declare const editorExperimentsConfig: {
130
130
  productKeys?: ProductKeys;
131
131
  typeGuard: IsBooleanType;
132
132
  };
133
- confluence_whiteboards_quick_insert: {
134
- defaultValue: 'control' | 'test_blank' | 'test_diagram';
135
- param: string;
136
- productKeys?: ProductKeys;
137
- typeGuard: (value: unknown) => value is 'control' | 'test_blank' | 'test_diagram';
138
- values: ('control' | 'test_blank' | 'test_diagram')[];
139
- };
140
133
  confluence_whiteboards_quick_insert_localised: {
141
134
  defaultValue: 'control' | 'test_blank' | 'test_diagram';
142
135
  param: string;
@@ -684,12 +677,6 @@ export declare const editorExperimentsConfig: {
684
677
  productKeys?: ProductKeys;
685
678
  typeGuard: IsBooleanType;
686
679
  };
687
- platform_editor_wait_for_space_after_ascii_emoji: {
688
- defaultValue: boolean;
689
- param: string;
690
- productKeys?: ProductKeys;
691
- typeGuard: IsBooleanType;
692
- };
693
680
  platform_editor_add_image_editing: {
694
681
  defaultValue: boolean;
695
682
  param: string;
@@ -988,5 +975,11 @@ export declare const editorExperimentsConfig: {
988
975
  productKeys?: ProductKeys;
989
976
  typeGuard: IsBooleanType;
990
977
  };
978
+ platform_editor_enghealth_a11y_jan_fixes: {
979
+ defaultValue: boolean;
980
+ param: string;
981
+ productKeys?: ProductKeys;
982
+ typeGuard: IsBooleanType;
983
+ };
991
984
  };
992
985
  export {};
@@ -130,13 +130,6 @@ export declare const editorExperimentsConfig: {
130
130
  productKeys?: ProductKeys;
131
131
  typeGuard: IsBooleanType;
132
132
  };
133
- confluence_whiteboards_quick_insert: {
134
- defaultValue: 'control' | 'test_blank' | 'test_diagram';
135
- param: string;
136
- productKeys?: ProductKeys;
137
- typeGuard: (value: unknown) => value is 'control' | 'test_blank' | 'test_diagram';
138
- values: ('control' | 'test_blank' | 'test_diagram')[];
139
- };
140
133
  confluence_whiteboards_quick_insert_localised: {
141
134
  defaultValue: 'control' | 'test_blank' | 'test_diagram';
142
135
  param: string;
@@ -684,12 +677,6 @@ export declare const editorExperimentsConfig: {
684
677
  productKeys?: ProductKeys;
685
678
  typeGuard: IsBooleanType;
686
679
  };
687
- platform_editor_wait_for_space_after_ascii_emoji: {
688
- defaultValue: boolean;
689
- param: string;
690
- productKeys?: ProductKeys;
691
- typeGuard: IsBooleanType;
692
- };
693
680
  platform_editor_add_image_editing: {
694
681
  defaultValue: boolean;
695
682
  param: string;
@@ -988,5 +975,11 @@ export declare const editorExperimentsConfig: {
988
975
  productKeys?: ProductKeys;
989
976
  typeGuard: IsBooleanType;
990
977
  };
978
+ platform_editor_enghealth_a11y_jan_fixes: {
979
+ defaultValue: boolean;
980
+ param: string;
981
+ productKeys?: ProductKeys;
982
+ typeGuard: IsBooleanType;
983
+ };
991
984
  };
992
985
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "17.13.0",
3
+ "version": "19.0.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",