@atlaskit/tmp-editor-statsig 39.0.0 → 40.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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 40.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`5a8d797e50210`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5a8d797e50210) -
|
|
8
|
+
[FFCLEANUP-91669] clean up platform_editor_hide_toolbar_tooltips_fix experiment to hide dropdown
|
|
9
|
+
menu item tooltips on hover of the dropdown menu button
|
|
10
|
+
|
|
3
11
|
## 39.0.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|
|
@@ -1340,14 +1340,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1340
1340
|
param: 'isEnabled',
|
|
1341
1341
|
defaultValue: false
|
|
1342
1342
|
}),
|
|
1343
|
-
// Added 2026-02-02
|
|
1344
|
-
platform_editor_hide_toolbar_tooltips_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1345
|
-
productKeys: {
|
|
1346
|
-
confluence: 'platform_editor_hide_toolbar_tooltips_fix'
|
|
1347
|
-
},
|
|
1348
|
-
param: 'isEnabled',
|
|
1349
|
-
defaultValue: false
|
|
1350
|
-
}),
|
|
1351
1343
|
// Added 2026-02-03
|
|
1352
1344
|
platform_editor_enghealth_a11y_jan_fixes: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1353
1345
|
productKeys: {
|
|
@@ -1334,14 +1334,6 @@ export const editorExperimentsConfig = {
|
|
|
1334
1334
|
param: 'isEnabled',
|
|
1335
1335
|
defaultValue: false
|
|
1336
1336
|
}),
|
|
1337
|
-
// Added 2026-02-02
|
|
1338
|
-
platform_editor_hide_toolbar_tooltips_fix: createBooleanExperiment({
|
|
1339
|
-
productKeys: {
|
|
1340
|
-
confluence: 'platform_editor_hide_toolbar_tooltips_fix'
|
|
1341
|
-
},
|
|
1342
|
-
param: 'isEnabled',
|
|
1343
|
-
defaultValue: false
|
|
1344
|
-
}),
|
|
1345
1337
|
// Added 2026-02-03
|
|
1346
1338
|
platform_editor_enghealth_a11y_jan_fixes: createBooleanExperiment({
|
|
1347
1339
|
productKeys: {
|
|
@@ -1334,14 +1334,6 @@ export var editorExperimentsConfig = {
|
|
|
1334
1334
|
param: 'isEnabled',
|
|
1335
1335
|
defaultValue: false
|
|
1336
1336
|
}),
|
|
1337
|
-
// Added 2026-02-02
|
|
1338
|
-
platform_editor_hide_toolbar_tooltips_fix: createBooleanExperiment({
|
|
1339
|
-
productKeys: {
|
|
1340
|
-
confluence: 'platform_editor_hide_toolbar_tooltips_fix'
|
|
1341
|
-
},
|
|
1342
|
-
param: 'isEnabled',
|
|
1343
|
-
defaultValue: false
|
|
1344
|
-
}),
|
|
1345
1337
|
// Added 2026-02-03
|
|
1346
1338
|
platform_editor_enghealth_a11y_jan_fixes: createBooleanExperiment({
|
|
1347
1339
|
productKeys: {
|
|
@@ -983,12 +983,6 @@ export declare const editorExperimentsConfig: {
|
|
|
983
983
|
productKeys?: ProductKeys;
|
|
984
984
|
typeGuard: IsBooleanType;
|
|
985
985
|
};
|
|
986
|
-
platform_editor_hide_toolbar_tooltips_fix: {
|
|
987
|
-
defaultValue: boolean;
|
|
988
|
-
param: string;
|
|
989
|
-
productKeys?: ProductKeys;
|
|
990
|
-
typeGuard: IsBooleanType;
|
|
991
|
-
};
|
|
992
986
|
platform_editor_enghealth_a11y_jan_fixes: {
|
|
993
987
|
defaultValue: boolean;
|
|
994
988
|
param: string;
|
|
@@ -983,12 +983,6 @@ export declare const editorExperimentsConfig: {
|
|
|
983
983
|
productKeys?: ProductKeys;
|
|
984
984
|
typeGuard: IsBooleanType;
|
|
985
985
|
};
|
|
986
|
-
platform_editor_hide_toolbar_tooltips_fix: {
|
|
987
|
-
defaultValue: boolean;
|
|
988
|
-
param: string;
|
|
989
|
-
productKeys?: ProductKeys;
|
|
990
|
-
typeGuard: IsBooleanType;
|
|
991
|
-
};
|
|
992
986
|
platform_editor_enghealth_a11y_jan_fixes: {
|
|
993
987
|
defaultValue: boolean;
|
|
994
988
|
param: string;
|
package/package.json
CHANGED