@atlaskit/tmp-editor-statsig 125.2.0 → 126.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,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 126.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`d3536d2e15575`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d3536d2e15575) -
|
|
8
|
+
Fix inline comment anchoring to wrong text when a new selection is made while a draft is active.
|
|
9
|
+
Clears stale hover/selection draft position before promoting new selection, and adds missing deps
|
|
10
|
+
to useCallback arrays.
|
|
11
|
+
|
|
12
|
+
## 126.0.0
|
|
13
|
+
|
|
14
|
+
### Major Changes
|
|
15
|
+
|
|
16
|
+
- [`3af68dc307c13`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3af68dc307c13) -
|
|
17
|
+
Cleanup confluence_3p_in_cwr_ghost_icons_ui_tweaks and make the ghost-icon UI tweaks permanent
|
|
18
|
+
|
|
3
19
|
## 125.2.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -607,8 +623,8 @@
|
|
|
607
623
|
### Minor Changes
|
|
608
624
|
|
|
609
625
|
- [`85df613a5b213`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/85df613a5b213) -
|
|
610
|
-
Add
|
|
611
|
-
|
|
626
|
+
Add a ghost-icon UI-tweaks experiment gating ghost-icon inner opacity (0.5) and an updated
|
|
627
|
+
connect-apps tooltip in the Rovo chat sources pill
|
|
612
628
|
|
|
613
629
|
## 108.0.0
|
|
614
630
|
|
|
@@ -202,6 +202,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
202
202
|
param: 'isEnabled',
|
|
203
203
|
defaultValue: false
|
|
204
204
|
}),
|
|
205
|
+
// Added 2026-07-08
|
|
206
|
+
confluence_inline_comments_fix_stale_selection: (0, _experimentBuilders.createBooleanExperiment)({
|
|
207
|
+
productKeys: {
|
|
208
|
+
confluence: 'confluence_inline_comments_fix_stale_selection'
|
|
209
|
+
},
|
|
210
|
+
param: 'isEnabled',
|
|
211
|
+
defaultValue: false
|
|
212
|
+
}),
|
|
205
213
|
// Added 2026-06-01
|
|
206
214
|
rovo_remix_experience_context: (0, _experimentBuilders.createBooleanExperiment)({
|
|
207
215
|
productKeys: {
|
|
@@ -2343,17 +2351,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2343
2351
|
param: 'isEnabled',
|
|
2344
2352
|
defaultValue: false
|
|
2345
2353
|
}),
|
|
2346
|
-
// Added 2026-06-16
|
|
2347
|
-
// Gates UI tweaks to the 3p-in-CWR ghost icons (inner icon opacity and the
|
|
2348
|
-
// "connect apps" tooltip copy) in the Rovo chat sources pill. When off the
|
|
2349
|
-
// existing ghost-icon styling and tooltip are used.
|
|
2350
|
-
confluence_3p_in_cwr_ghost_icons_ui_tweaks: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2351
|
-
productKeys: {
|
|
2352
|
-
confluence: 'confluence_3p_in_cwr_ghost_icons_ui_tweaks'
|
|
2353
|
-
},
|
|
2354
|
-
param: 'isEnabled',
|
|
2355
|
-
defaultValue: false
|
|
2356
|
-
}),
|
|
2357
2354
|
// Added 2026-06-01
|
|
2358
2355
|
platform_editor_lovability_text_bg_color: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2359
2356
|
productKeys: {
|
|
@@ -196,6 +196,14 @@ export const editorExperimentsConfig = {
|
|
|
196
196
|
param: 'isEnabled',
|
|
197
197
|
defaultValue: false
|
|
198
198
|
}),
|
|
199
|
+
// Added 2026-07-08
|
|
200
|
+
confluence_inline_comments_fix_stale_selection: createBooleanExperiment({
|
|
201
|
+
productKeys: {
|
|
202
|
+
confluence: 'confluence_inline_comments_fix_stale_selection'
|
|
203
|
+
},
|
|
204
|
+
param: 'isEnabled',
|
|
205
|
+
defaultValue: false
|
|
206
|
+
}),
|
|
199
207
|
// Added 2026-06-01
|
|
200
208
|
rovo_remix_experience_context: createBooleanExperiment({
|
|
201
209
|
productKeys: {
|
|
@@ -2337,17 +2345,6 @@ export const editorExperimentsConfig = {
|
|
|
2337
2345
|
param: 'isEnabled',
|
|
2338
2346
|
defaultValue: false
|
|
2339
2347
|
}),
|
|
2340
|
-
// Added 2026-06-16
|
|
2341
|
-
// Gates UI tweaks to the 3p-in-CWR ghost icons (inner icon opacity and the
|
|
2342
|
-
// "connect apps" tooltip copy) in the Rovo chat sources pill. When off the
|
|
2343
|
-
// existing ghost-icon styling and tooltip are used.
|
|
2344
|
-
confluence_3p_in_cwr_ghost_icons_ui_tweaks: createBooleanExperiment({
|
|
2345
|
-
productKeys: {
|
|
2346
|
-
confluence: 'confluence_3p_in_cwr_ghost_icons_ui_tweaks'
|
|
2347
|
-
},
|
|
2348
|
-
param: 'isEnabled',
|
|
2349
|
-
defaultValue: false
|
|
2350
|
-
}),
|
|
2351
2348
|
// Added 2026-06-01
|
|
2352
2349
|
platform_editor_lovability_text_bg_color: createBooleanExperiment({
|
|
2353
2350
|
productKeys: {
|
|
@@ -196,6 +196,14 @@ export var editorExperimentsConfig = {
|
|
|
196
196
|
param: 'isEnabled',
|
|
197
197
|
defaultValue: false
|
|
198
198
|
}),
|
|
199
|
+
// Added 2026-07-08
|
|
200
|
+
confluence_inline_comments_fix_stale_selection: createBooleanExperiment({
|
|
201
|
+
productKeys: {
|
|
202
|
+
confluence: 'confluence_inline_comments_fix_stale_selection'
|
|
203
|
+
},
|
|
204
|
+
param: 'isEnabled',
|
|
205
|
+
defaultValue: false
|
|
206
|
+
}),
|
|
199
207
|
// Added 2026-06-01
|
|
200
208
|
rovo_remix_experience_context: createBooleanExperiment({
|
|
201
209
|
productKeys: {
|
|
@@ -2337,17 +2345,6 @@ export var editorExperimentsConfig = {
|
|
|
2337
2345
|
param: 'isEnabled',
|
|
2338
2346
|
defaultValue: false
|
|
2339
2347
|
}),
|
|
2340
|
-
// Added 2026-06-16
|
|
2341
|
-
// Gates UI tweaks to the 3p-in-CWR ghost icons (inner icon opacity and the
|
|
2342
|
-
// "connect apps" tooltip copy) in the Rovo chat sources pill. When off the
|
|
2343
|
-
// existing ghost-icon styling and tooltip are used.
|
|
2344
|
-
confluence_3p_in_cwr_ghost_icons_ui_tweaks: createBooleanExperiment({
|
|
2345
|
-
productKeys: {
|
|
2346
|
-
confluence: 'confluence_3p_in_cwr_ghost_icons_ui_tweaks'
|
|
2347
|
-
},
|
|
2348
|
-
param: 'isEnabled',
|
|
2349
|
-
defaultValue: false
|
|
2350
|
-
}),
|
|
2351
2348
|
// Added 2026-06-01
|
|
2352
2349
|
platform_editor_lovability_text_bg_color: createBooleanExperiment({
|
|
2353
2350
|
productKeys: {
|
|
@@ -21,6 +21,12 @@ export type ExperimentDefaultValue<ExperimentName extends keyof EditorExperiment
|
|
|
21
21
|
* existing experiments.
|
|
22
22
|
*/
|
|
23
23
|
export declare const editorExperimentsConfig: {
|
|
24
|
+
confluence_inline_comments_fix_stale_selection: {
|
|
25
|
+
defaultValue: boolean;
|
|
26
|
+
param: string;
|
|
27
|
+
productKeys?: ProductKeys;
|
|
28
|
+
typeGuard: IsBooleanType;
|
|
29
|
+
};
|
|
24
30
|
platform_editor_first_node_fix: {
|
|
25
31
|
defaultValue: boolean;
|
|
26
32
|
param: string;
|
|
@@ -1709,12 +1715,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1709
1715
|
productKeys?: ProductKeys;
|
|
1710
1716
|
typeGuard: IsBooleanType;
|
|
1711
1717
|
};
|
|
1712
|
-
confluence_3p_in_cwr_ghost_icons_ui_tweaks: {
|
|
1713
|
-
defaultValue: boolean;
|
|
1714
|
-
param: string;
|
|
1715
|
-
productKeys?: ProductKeys;
|
|
1716
|
-
typeGuard: IsBooleanType;
|
|
1717
|
-
};
|
|
1718
1718
|
platform_editor_lovability_text_bg_color: {
|
|
1719
1719
|
defaultValue: boolean;
|
|
1720
1720
|
param: string;
|
package/package.json
CHANGED