@atlaskit/tmp-editor-statsig 56.2.0 → 58.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 +21 -0
- package/dist/cjs/experiments-config.js +0 -25
- package/dist/es2019/experiments-config.js +0 -25
- package/dist/esm/experiments-config.js +0 -25
- package/dist/types/experiments-config.d.ts +0 -18
- package/dist/types-ts4.5/experiments-config.d.ts +0 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 58.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`48a64b7bbac82`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/48a64b7bbac82) -
|
|
8
|
+
Remove stale experiment platform_editor_plain_text_support
|
|
9
|
+
|
|
10
|
+
## 57.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`9e290511c0bea`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e290511c0bea) -
|
|
15
|
+
Remove stale experiment gate editor_enghealth_hyperlink_toolbar_aria_values
|
|
16
|
+
- [`eb7b15df32e03`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/eb7b15df32e03) -
|
|
17
|
+
[FFCLEANUP-96830] Removed `platform_editor_a11y_table_wrapper_fix` experiment. Table wrapper is
|
|
18
|
+
now always rendered as a scrollable region when `tabIndex` is defined.
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
|
|
3
24
|
## 56.2.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
|
@@ -696,14 +696,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
696
696
|
defaultValue: false
|
|
697
697
|
}),
|
|
698
698
|
// Added 2025-07-23
|
|
699
|
-
// Added 2025-07-24
|
|
700
|
-
editor_enghealth_hyperlink_toolbar_aria_values: (0, _experimentBuilders.createBooleanExperiment)({
|
|
701
|
-
productKeys: {
|
|
702
|
-
confluence: 'editor_enghealth_hyperlink_toolbar_aria_values'
|
|
703
|
-
},
|
|
704
|
-
param: 'isEnabled',
|
|
705
|
-
defaultValue: false
|
|
706
|
-
}),
|
|
707
699
|
//Added 2025-07-16
|
|
708
700
|
platform_editor_toolbar_aifc: (0, _experimentBuilders.createBooleanExperiment)({
|
|
709
701
|
productKeys: {
|
|
@@ -957,15 +949,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
957
949
|
param: 'isEnabled',
|
|
958
950
|
defaultValue: false
|
|
959
951
|
}),
|
|
960
|
-
// Added 2025-10-07
|
|
961
|
-
platform_editor_plain_text_support: (0, _experimentBuilders.createBooleanExperiment)({
|
|
962
|
-
productKeys: {
|
|
963
|
-
jira: 'platform_editor_plain_text_support',
|
|
964
|
-
confluence: 'platform_editor_plain_text_support'
|
|
965
|
-
},
|
|
966
|
-
param: 'isEnabled',
|
|
967
|
-
defaultValue: false
|
|
968
|
-
}),
|
|
969
952
|
// Added 2025-10-01
|
|
970
953
|
// Added 2025-10-13
|
|
971
954
|
platform_editor_media_error_analytics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
@@ -1618,14 +1601,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1618
1601
|
param: 'isEnabled',
|
|
1619
1602
|
defaultValue: false
|
|
1620
1603
|
}),
|
|
1621
|
-
// Added 2026-03-02
|
|
1622
|
-
platform_editor_a11y_table_wrapper_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1623
|
-
productKeys: {
|
|
1624
|
-
confluence: 'platform_editor_a11y_table_wrapper_fix'
|
|
1625
|
-
},
|
|
1626
|
-
param: 'isEnabled',
|
|
1627
|
-
defaultValue: false
|
|
1628
|
-
}),
|
|
1629
1604
|
// Added 2026-03-11
|
|
1630
1605
|
platform_editor_renderer_error_boundary_stable_key: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1631
1606
|
productKeys: {
|
|
@@ -690,14 +690,6 @@ export const editorExperimentsConfig = {
|
|
|
690
690
|
defaultValue: false
|
|
691
691
|
}),
|
|
692
692
|
// Added 2025-07-23
|
|
693
|
-
// Added 2025-07-24
|
|
694
|
-
editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
|
|
695
|
-
productKeys: {
|
|
696
|
-
confluence: 'editor_enghealth_hyperlink_toolbar_aria_values'
|
|
697
|
-
},
|
|
698
|
-
param: 'isEnabled',
|
|
699
|
-
defaultValue: false
|
|
700
|
-
}),
|
|
701
693
|
//Added 2025-07-16
|
|
702
694
|
platform_editor_toolbar_aifc: createBooleanExperiment({
|
|
703
695
|
productKeys: {
|
|
@@ -951,15 +943,6 @@ export const editorExperimentsConfig = {
|
|
|
951
943
|
param: 'isEnabled',
|
|
952
944
|
defaultValue: false
|
|
953
945
|
}),
|
|
954
|
-
// Added 2025-10-07
|
|
955
|
-
platform_editor_plain_text_support: createBooleanExperiment({
|
|
956
|
-
productKeys: {
|
|
957
|
-
jira: 'platform_editor_plain_text_support',
|
|
958
|
-
confluence: 'platform_editor_plain_text_support'
|
|
959
|
-
},
|
|
960
|
-
param: 'isEnabled',
|
|
961
|
-
defaultValue: false
|
|
962
|
-
}),
|
|
963
946
|
// Added 2025-10-01
|
|
964
947
|
// Added 2025-10-13
|
|
965
948
|
platform_editor_media_error_analytics: createBooleanExperiment({
|
|
@@ -1612,14 +1595,6 @@ export const editorExperimentsConfig = {
|
|
|
1612
1595
|
param: 'isEnabled',
|
|
1613
1596
|
defaultValue: false
|
|
1614
1597
|
}),
|
|
1615
|
-
// Added 2026-03-02
|
|
1616
|
-
platform_editor_a11y_table_wrapper_fix: createBooleanExperiment({
|
|
1617
|
-
productKeys: {
|
|
1618
|
-
confluence: 'platform_editor_a11y_table_wrapper_fix'
|
|
1619
|
-
},
|
|
1620
|
-
param: 'isEnabled',
|
|
1621
|
-
defaultValue: false
|
|
1622
|
-
}),
|
|
1623
1598
|
// Added 2026-03-11
|
|
1624
1599
|
platform_editor_renderer_error_boundary_stable_key: createBooleanExperiment({
|
|
1625
1600
|
productKeys: {
|
|
@@ -690,14 +690,6 @@ export var editorExperimentsConfig = {
|
|
|
690
690
|
defaultValue: false
|
|
691
691
|
}),
|
|
692
692
|
// Added 2025-07-23
|
|
693
|
-
// Added 2025-07-24
|
|
694
|
-
editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
|
|
695
|
-
productKeys: {
|
|
696
|
-
confluence: 'editor_enghealth_hyperlink_toolbar_aria_values'
|
|
697
|
-
},
|
|
698
|
-
param: 'isEnabled',
|
|
699
|
-
defaultValue: false
|
|
700
|
-
}),
|
|
701
693
|
//Added 2025-07-16
|
|
702
694
|
platform_editor_toolbar_aifc: createBooleanExperiment({
|
|
703
695
|
productKeys: {
|
|
@@ -951,15 +943,6 @@ export var editorExperimentsConfig = {
|
|
|
951
943
|
param: 'isEnabled',
|
|
952
944
|
defaultValue: false
|
|
953
945
|
}),
|
|
954
|
-
// Added 2025-10-07
|
|
955
|
-
platform_editor_plain_text_support: createBooleanExperiment({
|
|
956
|
-
productKeys: {
|
|
957
|
-
jira: 'platform_editor_plain_text_support',
|
|
958
|
-
confluence: 'platform_editor_plain_text_support'
|
|
959
|
-
},
|
|
960
|
-
param: 'isEnabled',
|
|
961
|
-
defaultValue: false
|
|
962
|
-
}),
|
|
963
946
|
// Added 2025-10-01
|
|
964
947
|
// Added 2025-10-13
|
|
965
948
|
platform_editor_media_error_analytics: createBooleanExperiment({
|
|
@@ -1612,14 +1595,6 @@ export var editorExperimentsConfig = {
|
|
|
1612
1595
|
param: 'isEnabled',
|
|
1613
1596
|
defaultValue: false
|
|
1614
1597
|
}),
|
|
1615
|
-
// Added 2026-03-02
|
|
1616
|
-
platform_editor_a11y_table_wrapper_fix: createBooleanExperiment({
|
|
1617
|
-
productKeys: {
|
|
1618
|
-
confluence: 'platform_editor_a11y_table_wrapper_fix'
|
|
1619
|
-
},
|
|
1620
|
-
param: 'isEnabled',
|
|
1621
|
-
defaultValue: false
|
|
1622
|
-
}),
|
|
1623
1598
|
// Added 2026-03-11
|
|
1624
1599
|
platform_editor_renderer_error_boundary_stable_key: createBooleanExperiment({
|
|
1625
1600
|
productKeys: {
|
|
@@ -214,12 +214,6 @@ export declare const editorExperimentsConfig: {
|
|
|
214
214
|
productKeys?: ProductKeys;
|
|
215
215
|
typeGuard: IsBooleanType;
|
|
216
216
|
};
|
|
217
|
-
editor_enghealth_hyperlink_toolbar_aria_values: {
|
|
218
|
-
defaultValue: boolean;
|
|
219
|
-
param: string;
|
|
220
|
-
productKeys?: ProductKeys;
|
|
221
|
-
typeGuard: IsBooleanType;
|
|
222
|
-
};
|
|
223
217
|
platform_editor_paste_actions_menu: {
|
|
224
218
|
defaultValue: boolean;
|
|
225
219
|
param: string;
|
|
@@ -589,12 +583,6 @@ export declare const editorExperimentsConfig: {
|
|
|
589
583
|
productKeys?: ProductKeys;
|
|
590
584
|
typeGuard: IsBooleanType;
|
|
591
585
|
};
|
|
592
|
-
platform_editor_plain_text_support: {
|
|
593
|
-
defaultValue: boolean;
|
|
594
|
-
param: string;
|
|
595
|
-
productKeys?: ProductKeys;
|
|
596
|
-
typeGuard: IsBooleanType;
|
|
597
|
-
};
|
|
598
586
|
platform_editor_prevent_taskitem_remount: {
|
|
599
587
|
defaultValue: boolean;
|
|
600
588
|
param: string;
|
|
@@ -1231,12 +1219,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1231
1219
|
productKeys?: ProductKeys;
|
|
1232
1220
|
typeGuard: IsBooleanType;
|
|
1233
1221
|
};
|
|
1234
|
-
platform_editor_a11y_table_wrapper_fix: {
|
|
1235
|
-
defaultValue: boolean;
|
|
1236
|
-
param: string;
|
|
1237
|
-
productKeys?: ProductKeys;
|
|
1238
|
-
typeGuard: IsBooleanType;
|
|
1239
|
-
};
|
|
1240
1222
|
platform_editor_renderer_shadow_observer_cleanup: {
|
|
1241
1223
|
defaultValue: boolean;
|
|
1242
1224
|
param: string;
|
|
@@ -214,12 +214,6 @@ export declare const editorExperimentsConfig: {
|
|
|
214
214
|
productKeys?: ProductKeys;
|
|
215
215
|
typeGuard: IsBooleanType;
|
|
216
216
|
};
|
|
217
|
-
editor_enghealth_hyperlink_toolbar_aria_values: {
|
|
218
|
-
defaultValue: boolean;
|
|
219
|
-
param: string;
|
|
220
|
-
productKeys?: ProductKeys;
|
|
221
|
-
typeGuard: IsBooleanType;
|
|
222
|
-
};
|
|
223
217
|
platform_editor_paste_actions_menu: {
|
|
224
218
|
defaultValue: boolean;
|
|
225
219
|
param: string;
|
|
@@ -589,12 +583,6 @@ export declare const editorExperimentsConfig: {
|
|
|
589
583
|
productKeys?: ProductKeys;
|
|
590
584
|
typeGuard: IsBooleanType;
|
|
591
585
|
};
|
|
592
|
-
platform_editor_plain_text_support: {
|
|
593
|
-
defaultValue: boolean;
|
|
594
|
-
param: string;
|
|
595
|
-
productKeys?: ProductKeys;
|
|
596
|
-
typeGuard: IsBooleanType;
|
|
597
|
-
};
|
|
598
586
|
platform_editor_prevent_taskitem_remount: {
|
|
599
587
|
defaultValue: boolean;
|
|
600
588
|
param: string;
|
|
@@ -1231,12 +1219,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1231
1219
|
productKeys?: ProductKeys;
|
|
1232
1220
|
typeGuard: IsBooleanType;
|
|
1233
1221
|
};
|
|
1234
|
-
platform_editor_a11y_table_wrapper_fix: {
|
|
1235
|
-
defaultValue: boolean;
|
|
1236
|
-
param: string;
|
|
1237
|
-
productKeys?: ProductKeys;
|
|
1238
|
-
typeGuard: IsBooleanType;
|
|
1239
|
-
};
|
|
1240
1222
|
platform_editor_renderer_shadow_observer_cleanup: {
|
|
1241
1223
|
defaultValue: boolean;
|
|
1242
1224
|
param: string;
|
package/package.json
CHANGED