@atlaskit/tmp-editor-statsig 107.1.0 → 108.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
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 108.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`85df613a5b213`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/85df613a5b213) -
|
|
8
|
+
Add confluence_3p_in_cwr_ghost_icons_ui_tweaks experiment gating ghost-icon inner opacity (0.5)
|
|
9
|
+
and an updated connect-apps tooltip in the Rovo chat sources pill
|
|
10
|
+
|
|
11
|
+
## 108.0.0
|
|
12
|
+
|
|
13
|
+
### Major Changes
|
|
14
|
+
|
|
15
|
+
- [`302b888acacab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/302b888acacab) -
|
|
16
|
+
cleanup platform_editor_inline_media_copy_paste_fix feature flag
|
|
17
|
+
|
|
3
18
|
## 107.1.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -1645,15 +1645,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1645
1645
|
param: 'isEnabled',
|
|
1646
1646
|
defaultValue: false
|
|
1647
1647
|
}),
|
|
1648
|
-
// Added 2026-03-23
|
|
1649
|
-
platform_editor_inline_media_copy_paste_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1650
|
-
productKeys: {
|
|
1651
|
-
confluence: 'platform_editor_inline_media_copy_paste_fix',
|
|
1652
|
-
jira: 'platform_editor_inline_media_copy_paste_fix'
|
|
1653
|
-
},
|
|
1654
|
-
param: 'isEnabled',
|
|
1655
|
-
defaultValue: false
|
|
1656
|
-
}),
|
|
1657
1648
|
// Added 2026-03-13
|
|
1658
1649
|
platform_editor_misaligned_ai_screens_firefox_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1659
1650
|
productKeys: {
|
|
@@ -2211,6 +2202,17 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2211
2202
|
param: 'isEnabled',
|
|
2212
2203
|
defaultValue: false
|
|
2213
2204
|
}),
|
|
2205
|
+
// Added 2026-06-16
|
|
2206
|
+
// Gates UI tweaks to the 3p-in-CWR ghost icons (inner icon opacity and the
|
|
2207
|
+
// "connect apps" tooltip copy) in the Rovo chat sources pill. When off the
|
|
2208
|
+
// existing ghost-icon styling and tooltip are used.
|
|
2209
|
+
confluence_3p_in_cwr_ghost_icons_ui_tweaks: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2210
|
+
productKeys: {
|
|
2211
|
+
confluence: 'confluence_3p_in_cwr_ghost_icons_ui_tweaks'
|
|
2212
|
+
},
|
|
2213
|
+
param: 'isEnabled',
|
|
2214
|
+
defaultValue: false
|
|
2215
|
+
}),
|
|
2214
2216
|
// Added 2026-06-01
|
|
2215
2217
|
platform_editor_lovability_text_bg_color: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2216
2218
|
productKeys: {
|
|
@@ -1639,15 +1639,6 @@ export const editorExperimentsConfig = {
|
|
|
1639
1639
|
param: 'isEnabled',
|
|
1640
1640
|
defaultValue: false
|
|
1641
1641
|
}),
|
|
1642
|
-
// Added 2026-03-23
|
|
1643
|
-
platform_editor_inline_media_copy_paste_fix: createBooleanExperiment({
|
|
1644
|
-
productKeys: {
|
|
1645
|
-
confluence: 'platform_editor_inline_media_copy_paste_fix',
|
|
1646
|
-
jira: 'platform_editor_inline_media_copy_paste_fix'
|
|
1647
|
-
},
|
|
1648
|
-
param: 'isEnabled',
|
|
1649
|
-
defaultValue: false
|
|
1650
|
-
}),
|
|
1651
1642
|
// Added 2026-03-13
|
|
1652
1643
|
platform_editor_misaligned_ai_screens_firefox_fix: createBooleanExperiment({
|
|
1653
1644
|
productKeys: {
|
|
@@ -2205,6 +2196,17 @@ export const editorExperimentsConfig = {
|
|
|
2205
2196
|
param: 'isEnabled',
|
|
2206
2197
|
defaultValue: false
|
|
2207
2198
|
}),
|
|
2199
|
+
// Added 2026-06-16
|
|
2200
|
+
// Gates UI tweaks to the 3p-in-CWR ghost icons (inner icon opacity and the
|
|
2201
|
+
// "connect apps" tooltip copy) in the Rovo chat sources pill. When off the
|
|
2202
|
+
// existing ghost-icon styling and tooltip are used.
|
|
2203
|
+
confluence_3p_in_cwr_ghost_icons_ui_tweaks: createBooleanExperiment({
|
|
2204
|
+
productKeys: {
|
|
2205
|
+
confluence: 'confluence_3p_in_cwr_ghost_icons_ui_tweaks'
|
|
2206
|
+
},
|
|
2207
|
+
param: 'isEnabled',
|
|
2208
|
+
defaultValue: false
|
|
2209
|
+
}),
|
|
2208
2210
|
// Added 2026-06-01
|
|
2209
2211
|
platform_editor_lovability_text_bg_color: createBooleanExperiment({
|
|
2210
2212
|
productKeys: {
|
|
@@ -1639,15 +1639,6 @@ export var editorExperimentsConfig = {
|
|
|
1639
1639
|
param: 'isEnabled',
|
|
1640
1640
|
defaultValue: false
|
|
1641
1641
|
}),
|
|
1642
|
-
// Added 2026-03-23
|
|
1643
|
-
platform_editor_inline_media_copy_paste_fix: createBooleanExperiment({
|
|
1644
|
-
productKeys: {
|
|
1645
|
-
confluence: 'platform_editor_inline_media_copy_paste_fix',
|
|
1646
|
-
jira: 'platform_editor_inline_media_copy_paste_fix'
|
|
1647
|
-
},
|
|
1648
|
-
param: 'isEnabled',
|
|
1649
|
-
defaultValue: false
|
|
1650
|
-
}),
|
|
1651
1642
|
// Added 2026-03-13
|
|
1652
1643
|
platform_editor_misaligned_ai_screens_firefox_fix: createBooleanExperiment({
|
|
1653
1644
|
productKeys: {
|
|
@@ -2205,6 +2196,17 @@ export var editorExperimentsConfig = {
|
|
|
2205
2196
|
param: 'isEnabled',
|
|
2206
2197
|
defaultValue: false
|
|
2207
2198
|
}),
|
|
2199
|
+
// Added 2026-06-16
|
|
2200
|
+
// Gates UI tweaks to the 3p-in-CWR ghost icons (inner icon opacity and the
|
|
2201
|
+
// "connect apps" tooltip copy) in the Rovo chat sources pill. When off the
|
|
2202
|
+
// existing ghost-icon styling and tooltip are used.
|
|
2203
|
+
confluence_3p_in_cwr_ghost_icons_ui_tweaks: createBooleanExperiment({
|
|
2204
|
+
productKeys: {
|
|
2205
|
+
confluence: 'confluence_3p_in_cwr_ghost_icons_ui_tweaks'
|
|
2206
|
+
},
|
|
2207
|
+
param: 'isEnabled',
|
|
2208
|
+
defaultValue: false
|
|
2209
|
+
}),
|
|
2208
2210
|
// Added 2026-06-01
|
|
2209
2211
|
platform_editor_lovability_text_bg_color: createBooleanExperiment({
|
|
2210
2212
|
productKeys: {
|
|
@@ -1250,12 +1250,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1250
1250
|
productKeys?: ProductKeys;
|
|
1251
1251
|
typeGuard: IsBooleanType;
|
|
1252
1252
|
};
|
|
1253
|
-
platform_editor_inline_media_copy_paste_fix: {
|
|
1254
|
-
defaultValue: boolean;
|
|
1255
|
-
param: string;
|
|
1256
|
-
productKeys?: ProductKeys;
|
|
1257
|
-
typeGuard: IsBooleanType;
|
|
1258
|
-
};
|
|
1259
1253
|
platform_editor_misaligned_ai_screens_firefox_fix: {
|
|
1260
1254
|
defaultValue: boolean;
|
|
1261
1255
|
param: string;
|
|
@@ -1617,6 +1611,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1617
1611
|
productKeys?: ProductKeys;
|
|
1618
1612
|
typeGuard: IsBooleanType;
|
|
1619
1613
|
};
|
|
1614
|
+
confluence_3p_in_cwr_ghost_icons_ui_tweaks: {
|
|
1615
|
+
defaultValue: boolean;
|
|
1616
|
+
param: string;
|
|
1617
|
+
productKeys?: ProductKeys;
|
|
1618
|
+
typeGuard: IsBooleanType;
|
|
1619
|
+
};
|
|
1620
1620
|
platform_editor_lovability_text_bg_color: {
|
|
1621
1621
|
defaultValue: boolean;
|
|
1622
1622
|
param: string;
|
package/package.json
CHANGED