@atlaskit/tmp-editor-statsig 88.1.0 → 88.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 +17 -0
- package/dist/cjs/experiments-config.js +30 -0
- package/dist/es2019/experiments-config.js +30 -0
- package/dist/esm/experiments-config.js +30 -0
- package/dist/types/experiments-config.d.ts +18 -0
- package/dist/types-ts4.5/experiments-config.d.ts +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 88.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`64a45bf9306e9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64a45bf9306e9) -
|
|
8
|
+
[ux] [EDITOR-7024] update the ADF schema behind platform_editor_lovability_text_bg_color
|
|
9
|
+
experiment such that textColor and backgroundColor can coexist
|
|
10
|
+
- [`8cb3cdbbc5467`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8cb3cdbbc5467) -
|
|
11
|
+
Fix TypeError in getExtensionLozengeData when macroMetadata.placeholder is not an array
|
|
12
|
+
|
|
13
|
+
## 88.1.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [`651a44bb98f89`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/651a44bb98f89) -
|
|
18
|
+
Register `confluence_3p_in_cwr_ghost_icons` experiment for use by the `GhostIconWave` primitive.
|
|
19
|
+
|
|
3
20
|
## 88.1.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
|
@@ -2087,6 +2087,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2087
2087
|
param: 'isEnabled',
|
|
2088
2088
|
defaultValue: false
|
|
2089
2089
|
}),
|
|
2090
|
+
// Added 2026-06-02
|
|
2091
|
+
platform_editor_macro_placeholder_array_guard: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2092
|
+
productKeys: {
|
|
2093
|
+
confluence: 'platform_editor_macro_placeholder_array_guard',
|
|
2094
|
+
jira: 'platform_editor_macro_placeholder_array_guard'
|
|
2095
|
+
},
|
|
2096
|
+
param: 'isEnabled',
|
|
2097
|
+
defaultValue: true
|
|
2098
|
+
}),
|
|
2090
2099
|
// Added 2026-04-14
|
|
2091
2100
|
platform_editor_ai_rename_add_polish: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2092
2101
|
productKeys: {
|
|
@@ -2303,5 +2312,26 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2303
2312
|
},
|
|
2304
2313
|
param: 'isEnabled',
|
|
2305
2314
|
defaultValue: false
|
|
2315
|
+
}),
|
|
2316
|
+
// Added 2026-06-01
|
|
2317
|
+
// Gates the `GhostIconWave` animation primitive in
|
|
2318
|
+
// `@atlassian/rovo-platform-ui-components` — rendered as a loading cue on
|
|
2319
|
+
// Confluence's 3p-in-CWR (Rovo) surfaces. When off the primitive renders
|
|
2320
|
+
// nothing.
|
|
2321
|
+
confluence_3p_in_cwr_ghost_icons: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2322
|
+
productKeys: {
|
|
2323
|
+
confluence: 'confluence_3p_in_cwr_ghost_icons'
|
|
2324
|
+
},
|
|
2325
|
+
param: 'isEnabled',
|
|
2326
|
+
defaultValue: false
|
|
2327
|
+
}),
|
|
2328
|
+
// Added 2026-06-01
|
|
2329
|
+
platform_editor_lovability_text_bg_color: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2330
|
+
productKeys: {
|
|
2331
|
+
confluence: 'platform_editor_lovability_text_bg_color',
|
|
2332
|
+
jira: 'platform_editor_lovability_text_bg_color'
|
|
2333
|
+
},
|
|
2334
|
+
param: 'isEnabled',
|
|
2335
|
+
defaultValue: false
|
|
2306
2336
|
})
|
|
2307
2337
|
};
|
|
@@ -2081,6 +2081,15 @@ export const editorExperimentsConfig = {
|
|
|
2081
2081
|
param: 'isEnabled',
|
|
2082
2082
|
defaultValue: false
|
|
2083
2083
|
}),
|
|
2084
|
+
// Added 2026-06-02
|
|
2085
|
+
platform_editor_macro_placeholder_array_guard: createBooleanExperiment({
|
|
2086
|
+
productKeys: {
|
|
2087
|
+
confluence: 'platform_editor_macro_placeholder_array_guard',
|
|
2088
|
+
jira: 'platform_editor_macro_placeholder_array_guard'
|
|
2089
|
+
},
|
|
2090
|
+
param: 'isEnabled',
|
|
2091
|
+
defaultValue: true
|
|
2092
|
+
}),
|
|
2084
2093
|
// Added 2026-04-14
|
|
2085
2094
|
platform_editor_ai_rename_add_polish: createBooleanExperiment({
|
|
2086
2095
|
productKeys: {
|
|
@@ -2297,5 +2306,26 @@ export const editorExperimentsConfig = {
|
|
|
2297
2306
|
},
|
|
2298
2307
|
param: 'isEnabled',
|
|
2299
2308
|
defaultValue: false
|
|
2309
|
+
}),
|
|
2310
|
+
// Added 2026-06-01
|
|
2311
|
+
// Gates the `GhostIconWave` animation primitive in
|
|
2312
|
+
// `@atlassian/rovo-platform-ui-components` — rendered as a loading cue on
|
|
2313
|
+
// Confluence's 3p-in-CWR (Rovo) surfaces. When off the primitive renders
|
|
2314
|
+
// nothing.
|
|
2315
|
+
confluence_3p_in_cwr_ghost_icons: createBooleanExperiment({
|
|
2316
|
+
productKeys: {
|
|
2317
|
+
confluence: 'confluence_3p_in_cwr_ghost_icons'
|
|
2318
|
+
},
|
|
2319
|
+
param: 'isEnabled',
|
|
2320
|
+
defaultValue: false
|
|
2321
|
+
}),
|
|
2322
|
+
// Added 2026-06-01
|
|
2323
|
+
platform_editor_lovability_text_bg_color: createBooleanExperiment({
|
|
2324
|
+
productKeys: {
|
|
2325
|
+
confluence: 'platform_editor_lovability_text_bg_color',
|
|
2326
|
+
jira: 'platform_editor_lovability_text_bg_color'
|
|
2327
|
+
},
|
|
2328
|
+
param: 'isEnabled',
|
|
2329
|
+
defaultValue: false
|
|
2300
2330
|
})
|
|
2301
2331
|
};
|
|
@@ -2081,6 +2081,15 @@ export var editorExperimentsConfig = {
|
|
|
2081
2081
|
param: 'isEnabled',
|
|
2082
2082
|
defaultValue: false
|
|
2083
2083
|
}),
|
|
2084
|
+
// Added 2026-06-02
|
|
2085
|
+
platform_editor_macro_placeholder_array_guard: createBooleanExperiment({
|
|
2086
|
+
productKeys: {
|
|
2087
|
+
confluence: 'platform_editor_macro_placeholder_array_guard',
|
|
2088
|
+
jira: 'platform_editor_macro_placeholder_array_guard'
|
|
2089
|
+
},
|
|
2090
|
+
param: 'isEnabled',
|
|
2091
|
+
defaultValue: true
|
|
2092
|
+
}),
|
|
2084
2093
|
// Added 2026-04-14
|
|
2085
2094
|
platform_editor_ai_rename_add_polish: createBooleanExperiment({
|
|
2086
2095
|
productKeys: {
|
|
@@ -2297,5 +2306,26 @@ export var editorExperimentsConfig = {
|
|
|
2297
2306
|
},
|
|
2298
2307
|
param: 'isEnabled',
|
|
2299
2308
|
defaultValue: false
|
|
2309
|
+
}),
|
|
2310
|
+
// Added 2026-06-01
|
|
2311
|
+
// Gates the `GhostIconWave` animation primitive in
|
|
2312
|
+
// `@atlassian/rovo-platform-ui-components` — rendered as a loading cue on
|
|
2313
|
+
// Confluence's 3p-in-CWR (Rovo) surfaces. When off the primitive renders
|
|
2314
|
+
// nothing.
|
|
2315
|
+
confluence_3p_in_cwr_ghost_icons: createBooleanExperiment({
|
|
2316
|
+
productKeys: {
|
|
2317
|
+
confluence: 'confluence_3p_in_cwr_ghost_icons'
|
|
2318
|
+
},
|
|
2319
|
+
param: 'isEnabled',
|
|
2320
|
+
defaultValue: false
|
|
2321
|
+
}),
|
|
2322
|
+
// Added 2026-06-01
|
|
2323
|
+
platform_editor_lovability_text_bg_color: createBooleanExperiment({
|
|
2324
|
+
productKeys: {
|
|
2325
|
+
confluence: 'platform_editor_lovability_text_bg_color',
|
|
2326
|
+
jira: 'platform_editor_lovability_text_bg_color'
|
|
2327
|
+
},
|
|
2328
|
+
param: 'isEnabled',
|
|
2329
|
+
defaultValue: false
|
|
2300
2330
|
})
|
|
2301
2331
|
};
|
|
@@ -1537,6 +1537,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1537
1537
|
productKeys?: ProductKeys;
|
|
1538
1538
|
typeGuard: IsBooleanType;
|
|
1539
1539
|
};
|
|
1540
|
+
platform_editor_macro_placeholder_array_guard: {
|
|
1541
|
+
defaultValue: boolean;
|
|
1542
|
+
param: string;
|
|
1543
|
+
productKeys?: ProductKeys;
|
|
1544
|
+
typeGuard: IsBooleanType;
|
|
1545
|
+
};
|
|
1540
1546
|
platform_editor_ai_rename_add_polish: {
|
|
1541
1547
|
defaultValue: boolean;
|
|
1542
1548
|
param: string;
|
|
@@ -1688,5 +1694,17 @@ export declare const editorExperimentsConfig: {
|
|
|
1688
1694
|
productKeys?: ProductKeys;
|
|
1689
1695
|
typeGuard: IsBooleanType;
|
|
1690
1696
|
};
|
|
1697
|
+
confluence_3p_in_cwr_ghost_icons: {
|
|
1698
|
+
defaultValue: boolean;
|
|
1699
|
+
param: string;
|
|
1700
|
+
productKeys?: ProductKeys;
|
|
1701
|
+
typeGuard: IsBooleanType;
|
|
1702
|
+
};
|
|
1703
|
+
platform_editor_lovability_text_bg_color: {
|
|
1704
|
+
defaultValue: boolean;
|
|
1705
|
+
param: string;
|
|
1706
|
+
productKeys?: ProductKeys;
|
|
1707
|
+
typeGuard: IsBooleanType;
|
|
1708
|
+
};
|
|
1691
1709
|
};
|
|
1692
1710
|
export {};
|
|
@@ -1537,6 +1537,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1537
1537
|
productKeys?: ProductKeys;
|
|
1538
1538
|
typeGuard: IsBooleanType;
|
|
1539
1539
|
};
|
|
1540
|
+
platform_editor_macro_placeholder_array_guard: {
|
|
1541
|
+
defaultValue: boolean;
|
|
1542
|
+
param: string;
|
|
1543
|
+
productKeys?: ProductKeys;
|
|
1544
|
+
typeGuard: IsBooleanType;
|
|
1545
|
+
};
|
|
1540
1546
|
platform_editor_ai_rename_add_polish: {
|
|
1541
1547
|
defaultValue: boolean;
|
|
1542
1548
|
param: string;
|
|
@@ -1688,5 +1694,17 @@ export declare const editorExperimentsConfig: {
|
|
|
1688
1694
|
productKeys?: ProductKeys;
|
|
1689
1695
|
typeGuard: IsBooleanType;
|
|
1690
1696
|
};
|
|
1697
|
+
confluence_3p_in_cwr_ghost_icons: {
|
|
1698
|
+
defaultValue: boolean;
|
|
1699
|
+
param: string;
|
|
1700
|
+
productKeys?: ProductKeys;
|
|
1701
|
+
typeGuard: IsBooleanType;
|
|
1702
|
+
};
|
|
1703
|
+
platform_editor_lovability_text_bg_color: {
|
|
1704
|
+
defaultValue: boolean;
|
|
1705
|
+
param: string;
|
|
1706
|
+
productKeys?: ProductKeys;
|
|
1707
|
+
typeGuard: IsBooleanType;
|
|
1708
|
+
};
|
|
1691
1709
|
};
|
|
1692
1710
|
export {};
|
package/package.json
CHANGED