@atlaskit/tmp-editor-statsig 20.1.0 → 20.2.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 +9 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +8 -8
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +8 -8
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +8 -8
- package/dist/types/experiments-config.d.ts +6 -6
- package/dist/types-ts4.5/experiments-config.d.ts +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 20.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`9da7abaf781fa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9da7abaf781fa) -
|
|
8
|
+
[ux] clean up platform_editor_text_highlight_padding
|
|
9
|
+
- [`508384bef9a9b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/508384bef9a9b) -
|
|
10
|
+
[EDITOR-4774] add experiment to config
|
|
11
|
+
|
|
3
12
|
## 20.1.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -52,7 +52,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
52
52
|
platform_editor_find_and_replace_improvements: false,
|
|
53
53
|
platform_editor_toggle_expand_on_match_found: false,
|
|
54
54
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
55
|
-
platform_editor_text_highlight_padding: false,
|
|
56
55
|
confluence_compact_text_format: false,
|
|
57
56
|
confluence_ttvc_inline_extensions: false
|
|
58
57
|
};
|
|
@@ -859,14 +859,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
859
859
|
param: 'isEnabled',
|
|
860
860
|
defaultValue: false
|
|
861
861
|
}),
|
|
862
|
-
// Added 2025-09-15
|
|
863
|
-
platform_editor_text_highlight_padding: (0, _experimentBuilders.createBooleanExperiment)({
|
|
864
|
-
productKeys: {
|
|
865
|
-
confluence: 'platform_editor_text_highlight_padding'
|
|
866
|
-
},
|
|
867
|
-
param: 'isEnabled',
|
|
868
|
-
defaultValue: false
|
|
869
|
-
}),
|
|
870
862
|
// Added 2025-10-24
|
|
871
863
|
platform_editor_lovability_user_intent: (0, _experimentBuilders.createBooleanExperiment)({
|
|
872
864
|
productKeys: {
|
|
@@ -1309,5 +1301,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1309
1301
|
},
|
|
1310
1302
|
param: 'isEnabled',
|
|
1311
1303
|
defaultValue: false
|
|
1304
|
+
}),
|
|
1305
|
+
// Added 2026-02-04
|
|
1306
|
+
platform_editor_emoji_tooltips_on_hover: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1307
|
+
productKeys: {
|
|
1308
|
+
confluence: 'platform_editor_emoji_tooltips_on_hover'
|
|
1309
|
+
},
|
|
1310
|
+
param: 'isEnabled',
|
|
1311
|
+
defaultValue: false
|
|
1312
1312
|
})
|
|
1313
1313
|
};
|
|
@@ -46,7 +46,6 @@ export const testBooleanOverrides = {
|
|
|
46
46
|
platform_editor_find_and_replace_improvements: false,
|
|
47
47
|
platform_editor_toggle_expand_on_match_found: false,
|
|
48
48
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
49
|
-
platform_editor_text_highlight_padding: false,
|
|
50
49
|
confluence_compact_text_format: false,
|
|
51
50
|
confluence_ttvc_inline_extensions: false
|
|
52
51
|
};
|
|
@@ -853,14 +853,6 @@ export const editorExperimentsConfig = {
|
|
|
853
853
|
param: 'isEnabled',
|
|
854
854
|
defaultValue: false
|
|
855
855
|
}),
|
|
856
|
-
// Added 2025-09-15
|
|
857
|
-
platform_editor_text_highlight_padding: createBooleanExperiment({
|
|
858
|
-
productKeys: {
|
|
859
|
-
confluence: 'platform_editor_text_highlight_padding'
|
|
860
|
-
},
|
|
861
|
-
param: 'isEnabled',
|
|
862
|
-
defaultValue: false
|
|
863
|
-
}),
|
|
864
856
|
// Added 2025-10-24
|
|
865
857
|
platform_editor_lovability_user_intent: createBooleanExperiment({
|
|
866
858
|
productKeys: {
|
|
@@ -1303,5 +1295,13 @@ export const editorExperimentsConfig = {
|
|
|
1303
1295
|
},
|
|
1304
1296
|
param: 'isEnabled',
|
|
1305
1297
|
defaultValue: false
|
|
1298
|
+
}),
|
|
1299
|
+
// Added 2026-02-04
|
|
1300
|
+
platform_editor_emoji_tooltips_on_hover: createBooleanExperiment({
|
|
1301
|
+
productKeys: {
|
|
1302
|
+
confluence: 'platform_editor_emoji_tooltips_on_hover'
|
|
1303
|
+
},
|
|
1304
|
+
param: 'isEnabled',
|
|
1305
|
+
defaultValue: false
|
|
1306
1306
|
})
|
|
1307
1307
|
};
|
|
@@ -46,7 +46,6 @@ export var testBooleanOverrides = {
|
|
|
46
46
|
platform_editor_find_and_replace_improvements: false,
|
|
47
47
|
platform_editor_toggle_expand_on_match_found: false,
|
|
48
48
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
49
|
-
platform_editor_text_highlight_padding: false,
|
|
50
49
|
confluence_compact_text_format: false,
|
|
51
50
|
confluence_ttvc_inline_extensions: false
|
|
52
51
|
};
|
|
@@ -853,14 +853,6 @@ export var editorExperimentsConfig = {
|
|
|
853
853
|
param: 'isEnabled',
|
|
854
854
|
defaultValue: false
|
|
855
855
|
}),
|
|
856
|
-
// Added 2025-09-15
|
|
857
|
-
platform_editor_text_highlight_padding: createBooleanExperiment({
|
|
858
|
-
productKeys: {
|
|
859
|
-
confluence: 'platform_editor_text_highlight_padding'
|
|
860
|
-
},
|
|
861
|
-
param: 'isEnabled',
|
|
862
|
-
defaultValue: false
|
|
863
|
-
}),
|
|
864
856
|
// Added 2025-10-24
|
|
865
857
|
platform_editor_lovability_user_intent: createBooleanExperiment({
|
|
866
858
|
productKeys: {
|
|
@@ -1303,5 +1295,13 @@ export var editorExperimentsConfig = {
|
|
|
1303
1295
|
},
|
|
1304
1296
|
param: 'isEnabled',
|
|
1305
1297
|
defaultValue: false
|
|
1298
|
+
}),
|
|
1299
|
+
// Added 2026-02-04
|
|
1300
|
+
platform_editor_emoji_tooltips_on_hover: createBooleanExperiment({
|
|
1301
|
+
productKeys: {
|
|
1302
|
+
confluence: 'platform_editor_emoji_tooltips_on_hover'
|
|
1303
|
+
},
|
|
1304
|
+
param: 'isEnabled',
|
|
1305
|
+
defaultValue: false
|
|
1306
1306
|
})
|
|
1307
1307
|
};
|
|
@@ -629,12 +629,6 @@ export declare const editorExperimentsConfig: {
|
|
|
629
629
|
productKeys?: ProductKeys;
|
|
630
630
|
typeGuard: IsBooleanType;
|
|
631
631
|
};
|
|
632
|
-
platform_editor_text_highlight_padding: {
|
|
633
|
-
defaultValue: boolean;
|
|
634
|
-
param: string;
|
|
635
|
-
productKeys?: ProductKeys;
|
|
636
|
-
typeGuard: IsBooleanType;
|
|
637
|
-
};
|
|
638
632
|
platform_editor_toggle_expand_on_match_found: {
|
|
639
633
|
defaultValue: boolean;
|
|
640
634
|
param: string;
|
|
@@ -969,5 +963,11 @@ export declare const editorExperimentsConfig: {
|
|
|
969
963
|
productKeys?: ProductKeys;
|
|
970
964
|
typeGuard: IsBooleanType;
|
|
971
965
|
};
|
|
966
|
+
platform_editor_emoji_tooltips_on_hover: {
|
|
967
|
+
defaultValue: boolean;
|
|
968
|
+
param: string;
|
|
969
|
+
productKeys?: ProductKeys;
|
|
970
|
+
typeGuard: IsBooleanType;
|
|
971
|
+
};
|
|
972
972
|
};
|
|
973
973
|
export {};
|
|
@@ -629,12 +629,6 @@ export declare const editorExperimentsConfig: {
|
|
|
629
629
|
productKeys?: ProductKeys;
|
|
630
630
|
typeGuard: IsBooleanType;
|
|
631
631
|
};
|
|
632
|
-
platform_editor_text_highlight_padding: {
|
|
633
|
-
defaultValue: boolean;
|
|
634
|
-
param: string;
|
|
635
|
-
productKeys?: ProductKeys;
|
|
636
|
-
typeGuard: IsBooleanType;
|
|
637
|
-
};
|
|
638
632
|
platform_editor_toggle_expand_on_match_found: {
|
|
639
633
|
defaultValue: boolean;
|
|
640
634
|
param: string;
|
|
@@ -969,5 +963,11 @@ export declare const editorExperimentsConfig: {
|
|
|
969
963
|
productKeys?: ProductKeys;
|
|
970
964
|
typeGuard: IsBooleanType;
|
|
971
965
|
};
|
|
966
|
+
platform_editor_emoji_tooltips_on_hover: {
|
|
967
|
+
defaultValue: boolean;
|
|
968
|
+
param: string;
|
|
969
|
+
productKeys?: ProductKeys;
|
|
970
|
+
typeGuard: IsBooleanType;
|
|
971
|
+
};
|
|
972
972
|
};
|
|
973
973
|
export {};
|
package/package.json
CHANGED