@atlaskit/tmp-editor-statsig 161.0.0 → 162.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,14 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 162.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`605318d4eba4b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/605318d4eba4b) -
|
|
8
|
+
[FFCLEANUP-101910] clean up platform_editor_editor_centre_content_on_find experiment
|
|
9
|
+
- [`3c376dcc27b56`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c376dcc27b56) -
|
|
10
|
+
Clean up experiment `platform_editor_table_ref_optimisation`
|
|
11
|
+
|
|
3
12
|
## 161.0.0
|
|
4
13
|
|
|
5
14
|
### Major Changes
|
|
@@ -1525,14 +1525,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1525
1525
|
param: 'isEnabled',
|
|
1526
1526
|
defaultValue: false
|
|
1527
1527
|
}),
|
|
1528
|
-
// Added 2026-03-13
|
|
1529
|
-
platform_editor_editor_centre_content_on_find: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1530
|
-
productKeys: {
|
|
1531
|
-
confluence: 'platform_editor_editor_centre_content_on_find'
|
|
1532
|
-
},
|
|
1533
|
-
param: 'isEnabled',
|
|
1534
|
-
defaultValue: false
|
|
1535
|
-
}),
|
|
1536
1528
|
// Added 2026-06-10
|
|
1537
1529
|
platform_editor_close_expand_find: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1538
1530
|
productKeys: {
|
|
@@ -1541,14 +1533,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1541
1533
|
param: 'isEnabled',
|
|
1542
1534
|
defaultValue: false
|
|
1543
1535
|
}),
|
|
1544
|
-
// Added 2026-03-24
|
|
1545
|
-
platform_editor_table_ref_optimisation: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1546
|
-
productKeys: {
|
|
1547
|
-
confluence: 'platform_editor_table_ref_optimisation'
|
|
1548
|
-
},
|
|
1549
|
-
param: 'isEnabled',
|
|
1550
|
-
defaultValue: false
|
|
1551
|
-
}),
|
|
1552
1536
|
// Added 2026-05-01
|
|
1553
1537
|
platform_editor_ai_normalized_telemetry: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1554
1538
|
productKeys: {
|
|
@@ -1519,14 +1519,6 @@ export const editorExperimentsConfig = {
|
|
|
1519
1519
|
param: 'isEnabled',
|
|
1520
1520
|
defaultValue: false
|
|
1521
1521
|
}),
|
|
1522
|
-
// Added 2026-03-13
|
|
1523
|
-
platform_editor_editor_centre_content_on_find: createBooleanExperiment({
|
|
1524
|
-
productKeys: {
|
|
1525
|
-
confluence: 'platform_editor_editor_centre_content_on_find'
|
|
1526
|
-
},
|
|
1527
|
-
param: 'isEnabled',
|
|
1528
|
-
defaultValue: false
|
|
1529
|
-
}),
|
|
1530
1522
|
// Added 2026-06-10
|
|
1531
1523
|
platform_editor_close_expand_find: createBooleanExperiment({
|
|
1532
1524
|
productKeys: {
|
|
@@ -1535,14 +1527,6 @@ export const editorExperimentsConfig = {
|
|
|
1535
1527
|
param: 'isEnabled',
|
|
1536
1528
|
defaultValue: false
|
|
1537
1529
|
}),
|
|
1538
|
-
// Added 2026-03-24
|
|
1539
|
-
platform_editor_table_ref_optimisation: createBooleanExperiment({
|
|
1540
|
-
productKeys: {
|
|
1541
|
-
confluence: 'platform_editor_table_ref_optimisation'
|
|
1542
|
-
},
|
|
1543
|
-
param: 'isEnabled',
|
|
1544
|
-
defaultValue: false
|
|
1545
|
-
}),
|
|
1546
1530
|
// Added 2026-05-01
|
|
1547
1531
|
platform_editor_ai_normalized_telemetry: createBooleanExperiment({
|
|
1548
1532
|
productKeys: {
|
|
@@ -1519,14 +1519,6 @@ export var editorExperimentsConfig = {
|
|
|
1519
1519
|
param: 'isEnabled',
|
|
1520
1520
|
defaultValue: false
|
|
1521
1521
|
}),
|
|
1522
|
-
// Added 2026-03-13
|
|
1523
|
-
platform_editor_editor_centre_content_on_find: createBooleanExperiment({
|
|
1524
|
-
productKeys: {
|
|
1525
|
-
confluence: 'platform_editor_editor_centre_content_on_find'
|
|
1526
|
-
},
|
|
1527
|
-
param: 'isEnabled',
|
|
1528
|
-
defaultValue: false
|
|
1529
|
-
}),
|
|
1530
1522
|
// Added 2026-06-10
|
|
1531
1523
|
platform_editor_close_expand_find: createBooleanExperiment({
|
|
1532
1524
|
productKeys: {
|
|
@@ -1535,14 +1527,6 @@ export var editorExperimentsConfig = {
|
|
|
1535
1527
|
param: 'isEnabled',
|
|
1536
1528
|
defaultValue: false
|
|
1537
1529
|
}),
|
|
1538
|
-
// Added 2026-03-24
|
|
1539
|
-
platform_editor_table_ref_optimisation: createBooleanExperiment({
|
|
1540
|
-
productKeys: {
|
|
1541
|
-
confluence: 'platform_editor_table_ref_optimisation'
|
|
1542
|
-
},
|
|
1543
|
-
param: 'isEnabled',
|
|
1544
|
-
defaultValue: false
|
|
1545
|
-
}),
|
|
1546
1530
|
// Added 2026-05-01
|
|
1547
1531
|
platform_editor_ai_normalized_telemetry: createBooleanExperiment({
|
|
1548
1532
|
productKeys: {
|
|
@@ -623,12 +623,6 @@ export declare const editorExperimentsConfig: {
|
|
|
623
623
|
productKeys?: ProductKeys;
|
|
624
624
|
typeGuard: IsBooleanType;
|
|
625
625
|
};
|
|
626
|
-
platform_editor_table_ref_optimisation: {
|
|
627
|
-
defaultValue: boolean;
|
|
628
|
-
param: string;
|
|
629
|
-
productKeys?: ProductKeys;
|
|
630
|
-
typeGuard: IsBooleanType;
|
|
631
|
-
};
|
|
632
626
|
platform_hover_card_preview_panel: {
|
|
633
627
|
defaultValue: 'control' | 'test';
|
|
634
628
|
param: string;
|
|
@@ -1166,12 +1160,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1166
1160
|
productKeys?: ProductKeys;
|
|
1167
1161
|
typeGuard: IsBooleanType;
|
|
1168
1162
|
};
|
|
1169
|
-
platform_editor_editor_centre_content_on_find: {
|
|
1170
|
-
defaultValue: boolean;
|
|
1171
|
-
param: string;
|
|
1172
|
-
productKeys?: ProductKeys;
|
|
1173
|
-
typeGuard: IsBooleanType;
|
|
1174
|
-
};
|
|
1175
1163
|
platform_editor_close_expand_find: {
|
|
1176
1164
|
defaultValue: boolean;
|
|
1177
1165
|
param: string;
|
package/package.json
CHANGED