@atlaskit/tmp-editor-statsig 110.1.0 → 111.1.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 +22 -0
- package/dist/cjs/exp-test-overrides.js +1 -0
- package/dist/cjs/experiments-config.js +16 -8
- package/dist/es2019/exp-test-overrides.js +1 -0
- package/dist/es2019/experiments-config.js +16 -8
- package/dist/esm/exp-test-overrides.js +1 -0
- package/dist/esm/experiments-config.js +16 -8
- package/dist/types/experiments-config.d.ts +12 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 111.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`b48ea9bf2eb3b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b48ea9bf2eb3b) -
|
|
8
|
+
[ux] Add the advanced header image generation experiment and send its enabled value with header
|
|
9
|
+
image generation requests.
|
|
10
|
+
|
|
11
|
+
## 111.0.0
|
|
12
|
+
|
|
13
|
+
### Major Changes
|
|
14
|
+
|
|
15
|
+
- [`3378314fe2ec1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3378314fe2ec1) -
|
|
16
|
+
Clean up experiment `platform_editor_chromeless_expand_fix`
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [`9d2c2c1c016bd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9d2c2c1c016bd) -
|
|
21
|
+
[ux] Server-side render the editor toolbar (FullPageToolbarNext) with toolbar items enabled (not
|
|
22
|
+
hidden/disabled), so the toolbar is visible and interactive-looking on first paint — before
|
|
23
|
+
EditorView or collab edit is initialized. Clicks before editor is ready are noops.
|
|
24
|
+
|
|
3
25
|
## 110.1.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
|
@@ -72,6 +72,7 @@ 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
|
+
confluence_advanced_header_image_generation_exp: false,
|
|
75
76
|
platform_use_unicode_emojis: false,
|
|
76
77
|
platform_editor_emoji_hover_show_tooltip: false,
|
|
77
78
|
'aifc-confluence-editor-csp-fix': false
|
|
@@ -1284,6 +1284,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1284
1284
|
param: 'isEnabled',
|
|
1285
1285
|
defaultValue: false
|
|
1286
1286
|
}),
|
|
1287
|
+
// Added 2026-06-23
|
|
1288
|
+
confluence_advanced_header_image_generation_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1289
|
+
productKeys: {
|
|
1290
|
+
confluence: 'confluence_advanced_header_image_generation_exp'
|
|
1291
|
+
},
|
|
1292
|
+
param: 'isEnabled',
|
|
1293
|
+
defaultValue: false
|
|
1294
|
+
}),
|
|
1287
1295
|
// Added 2026-04-17
|
|
1288
1296
|
cc_page_experiences_premium_macros_img_generation: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1289
1297
|
productKeys: {
|
|
@@ -1658,14 +1666,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1658
1666
|
param: 'isEnabled',
|
|
1659
1667
|
defaultValue: false
|
|
1660
1668
|
}),
|
|
1661
|
-
// Added 2026-03-20
|
|
1662
|
-
platform_editor_chromeless_expand_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1663
|
-
productKeys: {
|
|
1664
|
-
confluence: 'platform_editor_chromeless_expand_fix'
|
|
1665
|
-
},
|
|
1666
|
-
param: 'isEnabled',
|
|
1667
|
-
defaultValue: false
|
|
1668
|
-
}),
|
|
1669
1669
|
// Added 2026-05-01
|
|
1670
1670
|
platform_editor_ai_normalized_telemetry: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1671
1671
|
productKeys: {
|
|
@@ -2276,6 +2276,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2276
2276
|
param: 'isEnabled',
|
|
2277
2277
|
defaultValue: false
|
|
2278
2278
|
}),
|
|
2279
|
+
// Added 2026-06-20
|
|
2280
|
+
platform_editor_ssr_toolbar_optimistic: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2281
|
+
productKeys: {
|
|
2282
|
+
confluence: 'platform_editor_ssr_toolbar_optimistic'
|
|
2283
|
+
},
|
|
2284
|
+
param: 'isEnabled',
|
|
2285
|
+
defaultValue: false
|
|
2286
|
+
}),
|
|
2279
2287
|
cc_smarts_heading_autocomplete_migration: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2280
2288
|
productKeys: {
|
|
2281
2289
|
confluence: 'cc_smarts_heading_autocomplete_migration'
|
|
@@ -66,6 +66,7 @@ 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
|
+
confluence_advanced_header_image_generation_exp: false,
|
|
69
70
|
platform_use_unicode_emojis: false,
|
|
70
71
|
platform_editor_emoji_hover_show_tooltip: false,
|
|
71
72
|
'aifc-confluence-editor-csp-fix': false
|
|
@@ -1278,6 +1278,14 @@ export const editorExperimentsConfig = {
|
|
|
1278
1278
|
param: 'isEnabled',
|
|
1279
1279
|
defaultValue: false
|
|
1280
1280
|
}),
|
|
1281
|
+
// Added 2026-06-23
|
|
1282
|
+
confluence_advanced_header_image_generation_exp: createBooleanExperiment({
|
|
1283
|
+
productKeys: {
|
|
1284
|
+
confluence: 'confluence_advanced_header_image_generation_exp'
|
|
1285
|
+
},
|
|
1286
|
+
param: 'isEnabled',
|
|
1287
|
+
defaultValue: false
|
|
1288
|
+
}),
|
|
1281
1289
|
// Added 2026-04-17
|
|
1282
1290
|
cc_page_experiences_premium_macros_img_generation: createBooleanExperiment({
|
|
1283
1291
|
productKeys: {
|
|
@@ -1652,14 +1660,6 @@ export const editorExperimentsConfig = {
|
|
|
1652
1660
|
param: 'isEnabled',
|
|
1653
1661
|
defaultValue: false
|
|
1654
1662
|
}),
|
|
1655
|
-
// Added 2026-03-20
|
|
1656
|
-
platform_editor_chromeless_expand_fix: createBooleanExperiment({
|
|
1657
|
-
productKeys: {
|
|
1658
|
-
confluence: 'platform_editor_chromeless_expand_fix'
|
|
1659
|
-
},
|
|
1660
|
-
param: 'isEnabled',
|
|
1661
|
-
defaultValue: false
|
|
1662
|
-
}),
|
|
1663
1663
|
// Added 2026-05-01
|
|
1664
1664
|
platform_editor_ai_normalized_telemetry: createBooleanExperiment({
|
|
1665
1665
|
productKeys: {
|
|
@@ -2270,6 +2270,14 @@ export const editorExperimentsConfig = {
|
|
|
2270
2270
|
param: 'isEnabled',
|
|
2271
2271
|
defaultValue: false
|
|
2272
2272
|
}),
|
|
2273
|
+
// Added 2026-06-20
|
|
2274
|
+
platform_editor_ssr_toolbar_optimistic: createBooleanExperiment({
|
|
2275
|
+
productKeys: {
|
|
2276
|
+
confluence: 'platform_editor_ssr_toolbar_optimistic'
|
|
2277
|
+
},
|
|
2278
|
+
param: 'isEnabled',
|
|
2279
|
+
defaultValue: false
|
|
2280
|
+
}),
|
|
2273
2281
|
cc_smarts_heading_autocomplete_migration: createBooleanExperiment({
|
|
2274
2282
|
productKeys: {
|
|
2275
2283
|
confluence: 'cc_smarts_heading_autocomplete_migration'
|
|
@@ -66,6 +66,7 @@ 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
|
+
confluence_advanced_header_image_generation_exp: false,
|
|
69
70
|
platform_use_unicode_emojis: false,
|
|
70
71
|
platform_editor_emoji_hover_show_tooltip: false,
|
|
71
72
|
'aifc-confluence-editor-csp-fix': false
|
|
@@ -1278,6 +1278,14 @@ export var editorExperimentsConfig = {
|
|
|
1278
1278
|
param: 'isEnabled',
|
|
1279
1279
|
defaultValue: false
|
|
1280
1280
|
}),
|
|
1281
|
+
// Added 2026-06-23
|
|
1282
|
+
confluence_advanced_header_image_generation_exp: createBooleanExperiment({
|
|
1283
|
+
productKeys: {
|
|
1284
|
+
confluence: 'confluence_advanced_header_image_generation_exp'
|
|
1285
|
+
},
|
|
1286
|
+
param: 'isEnabled',
|
|
1287
|
+
defaultValue: false
|
|
1288
|
+
}),
|
|
1281
1289
|
// Added 2026-04-17
|
|
1282
1290
|
cc_page_experiences_premium_macros_img_generation: createBooleanExperiment({
|
|
1283
1291
|
productKeys: {
|
|
@@ -1652,14 +1660,6 @@ export var editorExperimentsConfig = {
|
|
|
1652
1660
|
param: 'isEnabled',
|
|
1653
1661
|
defaultValue: false
|
|
1654
1662
|
}),
|
|
1655
|
-
// Added 2026-03-20
|
|
1656
|
-
platform_editor_chromeless_expand_fix: createBooleanExperiment({
|
|
1657
|
-
productKeys: {
|
|
1658
|
-
confluence: 'platform_editor_chromeless_expand_fix'
|
|
1659
|
-
},
|
|
1660
|
-
param: 'isEnabled',
|
|
1661
|
-
defaultValue: false
|
|
1662
|
-
}),
|
|
1663
1663
|
// Added 2026-05-01
|
|
1664
1664
|
platform_editor_ai_normalized_telemetry: createBooleanExperiment({
|
|
1665
1665
|
productKeys: {
|
|
@@ -2270,6 +2270,14 @@ export var editorExperimentsConfig = {
|
|
|
2270
2270
|
param: 'isEnabled',
|
|
2271
2271
|
defaultValue: false
|
|
2272
2272
|
}),
|
|
2273
|
+
// Added 2026-06-20
|
|
2274
|
+
platform_editor_ssr_toolbar_optimistic: createBooleanExperiment({
|
|
2275
|
+
productKeys: {
|
|
2276
|
+
confluence: 'platform_editor_ssr_toolbar_optimistic'
|
|
2277
|
+
},
|
|
2278
|
+
param: 'isEnabled',
|
|
2279
|
+
defaultValue: false
|
|
2280
|
+
}),
|
|
2273
2281
|
cc_smarts_heading_autocomplete_migration: createBooleanExperiment({
|
|
2274
2282
|
productKeys: {
|
|
2275
2283
|
confluence: 'cc_smarts_heading_autocomplete_migration'
|
|
@@ -992,6 +992,12 @@ export declare const editorExperimentsConfig: {
|
|
|
992
992
|
productKeys?: ProductKeys;
|
|
993
993
|
typeGuard: IsBooleanType;
|
|
994
994
|
};
|
|
995
|
+
confluence_advanced_header_image_generation_exp: {
|
|
996
|
+
defaultValue: boolean;
|
|
997
|
+
param: string;
|
|
998
|
+
productKeys?: ProductKeys;
|
|
999
|
+
typeGuard: IsBooleanType;
|
|
1000
|
+
};
|
|
995
1001
|
cc_page_experiences_premium_macros_img_generation: {
|
|
996
1002
|
defaultValue: boolean;
|
|
997
1003
|
param: string;
|
|
@@ -1262,12 +1268,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1262
1268
|
productKeys?: ProductKeys;
|
|
1263
1269
|
typeGuard: IsBooleanType;
|
|
1264
1270
|
};
|
|
1265
|
-
platform_editor_chromeless_expand_fix: {
|
|
1266
|
-
defaultValue: boolean;
|
|
1267
|
-
param: string;
|
|
1268
|
-
productKeys?: ProductKeys;
|
|
1269
|
-
typeGuard: IsBooleanType;
|
|
1270
|
-
};
|
|
1271
1271
|
platform_editor_misaligned_ai_screens_firefox_fix: {
|
|
1272
1272
|
defaultValue: boolean;
|
|
1273
1273
|
param: string;
|
|
@@ -1659,6 +1659,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1659
1659
|
productKeys?: ProductKeys;
|
|
1660
1660
|
typeGuard: IsBooleanType;
|
|
1661
1661
|
};
|
|
1662
|
+
platform_editor_ssr_toolbar_optimistic: {
|
|
1663
|
+
defaultValue: boolean;
|
|
1664
|
+
param: string;
|
|
1665
|
+
productKeys?: ProductKeys;
|
|
1666
|
+
typeGuard: IsBooleanType;
|
|
1667
|
+
};
|
|
1662
1668
|
cc_smarts_heading_autocomplete_migration: {
|
|
1663
1669
|
defaultValue: boolean;
|
|
1664
1670
|
param: string;
|
package/package.json
CHANGED