@atlaskit/tmp-editor-statsig 18.0.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,17 @@
|
|
|
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
|
+
|
|
3
15
|
## 18.0.0
|
|
4
16
|
|
|
5
17
|
### Major Changes
|
|
@@ -1035,14 +1035,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1035
1035
|
param: 'isEnabled',
|
|
1036
1036
|
defaultValue: false
|
|
1037
1037
|
}),
|
|
1038
|
-
// Added 2025-11-18
|
|
1039
|
-
platform_editor_wait_for_space_after_ascii_emoji: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1040
|
-
productKeys: {
|
|
1041
|
-
confluence: 'platform_editor_wait_for_space_after_ascii_emoji'
|
|
1042
|
-
},
|
|
1043
|
-
param: 'isEnabled',
|
|
1044
|
-
defaultValue: false
|
|
1045
|
-
}),
|
|
1046
1038
|
// Added 2025-12-03
|
|
1047
1039
|
platform_editor_use_pmr_for_collab_presence_non_ic: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1048
1040
|
productKeys: {
|
|
@@ -1325,5 +1317,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1325
1317
|
},
|
|
1326
1318
|
param: 'isEnabled',
|
|
1327
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
|
|
1328
1328
|
})
|
|
1329
1329
|
};
|
|
@@ -1029,14 +1029,6 @@ export const editorExperimentsConfig = {
|
|
|
1029
1029
|
param: 'isEnabled',
|
|
1030
1030
|
defaultValue: false
|
|
1031
1031
|
}),
|
|
1032
|
-
// Added 2025-11-18
|
|
1033
|
-
platform_editor_wait_for_space_after_ascii_emoji: createBooleanExperiment({
|
|
1034
|
-
productKeys: {
|
|
1035
|
-
confluence: 'platform_editor_wait_for_space_after_ascii_emoji'
|
|
1036
|
-
},
|
|
1037
|
-
param: 'isEnabled',
|
|
1038
|
-
defaultValue: false
|
|
1039
|
-
}),
|
|
1040
1032
|
// Added 2025-12-03
|
|
1041
1033
|
platform_editor_use_pmr_for_collab_presence_non_ic: createBooleanExperiment({
|
|
1042
1034
|
productKeys: {
|
|
@@ -1319,5 +1311,13 @@ export const editorExperimentsConfig = {
|
|
|
1319
1311
|
},
|
|
1320
1312
|
param: 'isEnabled',
|
|
1321
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
|
|
1322
1322
|
})
|
|
1323
1323
|
};
|
|
@@ -1029,14 +1029,6 @@ export var editorExperimentsConfig = {
|
|
|
1029
1029
|
param: 'isEnabled',
|
|
1030
1030
|
defaultValue: false
|
|
1031
1031
|
}),
|
|
1032
|
-
// Added 2025-11-18
|
|
1033
|
-
platform_editor_wait_for_space_after_ascii_emoji: createBooleanExperiment({
|
|
1034
|
-
productKeys: {
|
|
1035
|
-
confluence: 'platform_editor_wait_for_space_after_ascii_emoji'
|
|
1036
|
-
},
|
|
1037
|
-
param: 'isEnabled',
|
|
1038
|
-
defaultValue: false
|
|
1039
|
-
}),
|
|
1040
1032
|
// Added 2025-12-03
|
|
1041
1033
|
platform_editor_use_pmr_for_collab_presence_non_ic: createBooleanExperiment({
|
|
1042
1034
|
productKeys: {
|
|
@@ -1319,5 +1311,13 @@ export var editorExperimentsConfig = {
|
|
|
1319
1311
|
},
|
|
1320
1312
|
param: 'isEnabled',
|
|
1321
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
|
|
1322
1322
|
})
|
|
1323
1323
|
};
|
|
@@ -677,12 +677,6 @@ export declare const editorExperimentsConfig: {
|
|
|
677
677
|
productKeys?: ProductKeys;
|
|
678
678
|
typeGuard: IsBooleanType;
|
|
679
679
|
};
|
|
680
|
-
platform_editor_wait_for_space_after_ascii_emoji: {
|
|
681
|
-
defaultValue: boolean;
|
|
682
|
-
param: string;
|
|
683
|
-
productKeys?: ProductKeys;
|
|
684
|
-
typeGuard: IsBooleanType;
|
|
685
|
-
};
|
|
686
680
|
platform_editor_add_image_editing: {
|
|
687
681
|
defaultValue: boolean;
|
|
688
682
|
param: string;
|
|
@@ -981,5 +975,11 @@ export declare const editorExperimentsConfig: {
|
|
|
981
975
|
productKeys?: ProductKeys;
|
|
982
976
|
typeGuard: IsBooleanType;
|
|
983
977
|
};
|
|
978
|
+
platform_editor_enghealth_a11y_jan_fixes: {
|
|
979
|
+
defaultValue: boolean;
|
|
980
|
+
param: string;
|
|
981
|
+
productKeys?: ProductKeys;
|
|
982
|
+
typeGuard: IsBooleanType;
|
|
983
|
+
};
|
|
984
984
|
};
|
|
985
985
|
export {};
|
|
@@ -677,12 +677,6 @@ export declare const editorExperimentsConfig: {
|
|
|
677
677
|
productKeys?: ProductKeys;
|
|
678
678
|
typeGuard: IsBooleanType;
|
|
679
679
|
};
|
|
680
|
-
platform_editor_wait_for_space_after_ascii_emoji: {
|
|
681
|
-
defaultValue: boolean;
|
|
682
|
-
param: string;
|
|
683
|
-
productKeys?: ProductKeys;
|
|
684
|
-
typeGuard: IsBooleanType;
|
|
685
|
-
};
|
|
686
680
|
platform_editor_add_image_editing: {
|
|
687
681
|
defaultValue: boolean;
|
|
688
682
|
param: string;
|
|
@@ -981,5 +975,11 @@ export declare const editorExperimentsConfig: {
|
|
|
981
975
|
productKeys?: ProductKeys;
|
|
982
976
|
typeGuard: IsBooleanType;
|
|
983
977
|
};
|
|
978
|
+
platform_editor_enghealth_a11y_jan_fixes: {
|
|
979
|
+
defaultValue: boolean;
|
|
980
|
+
param: string;
|
|
981
|
+
productKeys?: ProductKeys;
|
|
982
|
+
typeGuard: IsBooleanType;
|
|
983
|
+
};
|
|
984
984
|
};
|
|
985
985
|
export {};
|
package/package.json
CHANGED