@atlaskit/tmp-editor-statsig 109.2.0 → 109.3.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 +16 -0
- package/dist/cjs/exp-test-overrides.js +2 -1
- package/dist/cjs/experiments-config.js +17 -0
- package/dist/es2019/exp-test-overrides.js +2 -1
- package/dist/es2019/experiments-config.js +17 -0
- package/dist/esm/exp-test-overrides.js +2 -1
- package/dist/esm/experiments-config.js +17 -0
- package/dist/types/experiments-config.d.ts +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 109.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`2c36f79c27482`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2c36f79c27482) -
|
|
8
|
+
Add dynamicConfigBooleanValue helper and route free-text remix whiteboard-create/update actions
|
|
9
|
+
(isRemixGenerated=true, no dynamicUiSubtype) to the full AIFC staging modal instead of inserting a
|
|
10
|
+
URL into the page. Guarded by killswitch dynamic config
|
|
11
|
+
platform_editor_ai_remix_whiteboard_to_aifc.
|
|
12
|
+
- [`e108322f4ea71`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e108322f4ea71) -
|
|
13
|
+
Add emoji tooltip on hover using VanillaTooltip behind platform_editor_emoji_hover_show_tooltip
|
|
14
|
+
experiment
|
|
15
|
+
- [`949347e49035b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/949347e49035b) -
|
|
16
|
+
[ux] [EDITOR-7471] Remove the left-hand resizer handle from nodes using breakout mark for
|
|
17
|
+
resizing.
|
|
18
|
+
|
|
3
19
|
## 109.2.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -72,5 +72,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
72
72
|
// it does not gate this feature.
|
|
73
73
|
platform_editor_ai_new_aifc_editor_experience: false,
|
|
74
74
|
cc_page_experiences_editor_image_generation: false,
|
|
75
|
-
platform_use_unicode_emojis: false
|
|
75
|
+
platform_use_unicode_emojis: false,
|
|
76
|
+
platform_editor_emoji_hover_show_tooltip: false
|
|
76
77
|
};
|
|
@@ -1471,6 +1471,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1471
1471
|
param: 'isEnabled',
|
|
1472
1472
|
defaultValue: false
|
|
1473
1473
|
}),
|
|
1474
|
+
// Added 2026-06-17
|
|
1475
|
+
platform_editor_emoji_hover_show_tooltip: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1476
|
+
productKeys: {
|
|
1477
|
+
confluence: 'platform_editor_emoji_hover_show_tooltip',
|
|
1478
|
+
jira: 'platform_editor_emoji_hover_show_tooltip'
|
|
1479
|
+
},
|
|
1480
|
+
param: 'isEnabled',
|
|
1481
|
+
defaultValue: false
|
|
1482
|
+
}),
|
|
1474
1483
|
// Added 2026-06-11
|
|
1475
1484
|
platform_teamoji_26_refresh_emoji_picker: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1476
1485
|
productKeys: {
|
|
@@ -2297,5 +2306,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2297
2306
|
},
|
|
2298
2307
|
param: 'useCcSmarts',
|
|
2299
2308
|
defaultValue: false
|
|
2309
|
+
}),
|
|
2310
|
+
// Added 2026-06-19
|
|
2311
|
+
platform_editor_lovability_resize_dividers_panels: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2312
|
+
productKeys: {
|
|
2313
|
+
confluence: 'platform_editor_lovability_resize_dividers_panels'
|
|
2314
|
+
},
|
|
2315
|
+
param: 'isEnabled',
|
|
2316
|
+
defaultValue: false
|
|
2300
2317
|
})
|
|
2301
2318
|
};
|
|
@@ -66,5 +66,6 @@ export const testBooleanOverrides = {
|
|
|
66
66
|
// it does not gate this feature.
|
|
67
67
|
platform_editor_ai_new_aifc_editor_experience: false,
|
|
68
68
|
cc_page_experiences_editor_image_generation: false,
|
|
69
|
-
platform_use_unicode_emojis: false
|
|
69
|
+
platform_use_unicode_emojis: false,
|
|
70
|
+
platform_editor_emoji_hover_show_tooltip: false
|
|
70
71
|
};
|
|
@@ -1465,6 +1465,15 @@ export const editorExperimentsConfig = {
|
|
|
1465
1465
|
param: 'isEnabled',
|
|
1466
1466
|
defaultValue: false
|
|
1467
1467
|
}),
|
|
1468
|
+
// Added 2026-06-17
|
|
1469
|
+
platform_editor_emoji_hover_show_tooltip: createBooleanExperiment({
|
|
1470
|
+
productKeys: {
|
|
1471
|
+
confluence: 'platform_editor_emoji_hover_show_tooltip',
|
|
1472
|
+
jira: 'platform_editor_emoji_hover_show_tooltip'
|
|
1473
|
+
},
|
|
1474
|
+
param: 'isEnabled',
|
|
1475
|
+
defaultValue: false
|
|
1476
|
+
}),
|
|
1468
1477
|
// Added 2026-06-11
|
|
1469
1478
|
platform_teamoji_26_refresh_emoji_picker: createBooleanExperiment({
|
|
1470
1479
|
productKeys: {
|
|
@@ -2291,5 +2300,13 @@ export const editorExperimentsConfig = {
|
|
|
2291
2300
|
},
|
|
2292
2301
|
param: 'useCcSmarts',
|
|
2293
2302
|
defaultValue: false
|
|
2303
|
+
}),
|
|
2304
|
+
// Added 2026-06-19
|
|
2305
|
+
platform_editor_lovability_resize_dividers_panels: createBooleanExperiment({
|
|
2306
|
+
productKeys: {
|
|
2307
|
+
confluence: 'platform_editor_lovability_resize_dividers_panels'
|
|
2308
|
+
},
|
|
2309
|
+
param: 'isEnabled',
|
|
2310
|
+
defaultValue: false
|
|
2294
2311
|
})
|
|
2295
2312
|
};
|
|
@@ -66,5 +66,6 @@ export var testBooleanOverrides = {
|
|
|
66
66
|
// it does not gate this feature.
|
|
67
67
|
platform_editor_ai_new_aifc_editor_experience: false,
|
|
68
68
|
cc_page_experiences_editor_image_generation: false,
|
|
69
|
-
platform_use_unicode_emojis: false
|
|
69
|
+
platform_use_unicode_emojis: false,
|
|
70
|
+
platform_editor_emoji_hover_show_tooltip: false
|
|
70
71
|
};
|
|
@@ -1465,6 +1465,15 @@ export var editorExperimentsConfig = {
|
|
|
1465
1465
|
param: 'isEnabled',
|
|
1466
1466
|
defaultValue: false
|
|
1467
1467
|
}),
|
|
1468
|
+
// Added 2026-06-17
|
|
1469
|
+
platform_editor_emoji_hover_show_tooltip: createBooleanExperiment({
|
|
1470
|
+
productKeys: {
|
|
1471
|
+
confluence: 'platform_editor_emoji_hover_show_tooltip',
|
|
1472
|
+
jira: 'platform_editor_emoji_hover_show_tooltip'
|
|
1473
|
+
},
|
|
1474
|
+
param: 'isEnabled',
|
|
1475
|
+
defaultValue: false
|
|
1476
|
+
}),
|
|
1468
1477
|
// Added 2026-06-11
|
|
1469
1478
|
platform_teamoji_26_refresh_emoji_picker: createBooleanExperiment({
|
|
1470
1479
|
productKeys: {
|
|
@@ -2291,5 +2300,13 @@ export var editorExperimentsConfig = {
|
|
|
2291
2300
|
},
|
|
2292
2301
|
param: 'useCcSmarts',
|
|
2293
2302
|
defaultValue: false
|
|
2303
|
+
}),
|
|
2304
|
+
// Added 2026-06-19
|
|
2305
|
+
platform_editor_lovability_resize_dividers_panels: createBooleanExperiment({
|
|
2306
|
+
productKeys: {
|
|
2307
|
+
confluence: 'platform_editor_lovability_resize_dividers_panels'
|
|
2308
|
+
},
|
|
2309
|
+
param: 'isEnabled',
|
|
2310
|
+
defaultValue: false
|
|
2294
2311
|
})
|
|
2295
2312
|
};
|
|
@@ -1130,6 +1130,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1130
1130
|
productKeys?: ProductKeys;
|
|
1131
1131
|
typeGuard: IsBooleanType;
|
|
1132
1132
|
};
|
|
1133
|
+
platform_editor_emoji_hover_show_tooltip: {
|
|
1134
|
+
defaultValue: boolean;
|
|
1135
|
+
param: string;
|
|
1136
|
+
productKeys?: ProductKeys;
|
|
1137
|
+
typeGuard: IsBooleanType;
|
|
1138
|
+
};
|
|
1133
1139
|
platform_teamoji_26_refresh_emoji_picker: {
|
|
1134
1140
|
defaultValue: boolean;
|
|
1135
1141
|
param: string;
|
|
@@ -1677,5 +1683,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1677
1683
|
productKeys?: ProductKeys;
|
|
1678
1684
|
typeGuard: IsBooleanType;
|
|
1679
1685
|
};
|
|
1686
|
+
platform_editor_lovability_resize_dividers_panels: {
|
|
1687
|
+
defaultValue: boolean;
|
|
1688
|
+
param: string;
|
|
1689
|
+
productKeys?: ProductKeys;
|
|
1690
|
+
typeGuard: IsBooleanType;
|
|
1691
|
+
};
|
|
1680
1692
|
};
|
|
1681
1693
|
export {};
|
package/package.json
CHANGED