@atlaskit/tmp-editor-statsig 85.0.0 → 86.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
|
+
## 86.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`94ca4284e9ee1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/94ca4284e9ee1) -
|
|
8
|
+
Adds gated post-auth Rovo Chat onboarding for Google Drive SmartLinks. After a successful GDrive
|
|
9
|
+
SmartLink auth, eligible treatment users see Rovo Chat open as a mini-modal with the authenticated
|
|
10
|
+
GDrive URL provided as context and no prompt auto-sent.
|
|
11
|
+
|
|
12
|
+
## 86.0.0
|
|
13
|
+
|
|
14
|
+
### Major Changes
|
|
15
|
+
|
|
16
|
+
- [`d2be5b45b39b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d2be5b45b39b0) -
|
|
17
|
+
Add Smart Link-aware paste actions for the paste actions menu V2 experiment.
|
|
18
|
+
|
|
3
19
|
## 85.0.0
|
|
4
20
|
|
|
5
21
|
### Major Changes
|
|
@@ -408,14 +408,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
408
408
|
param: 'isEnabled',
|
|
409
409
|
defaultValue: false
|
|
410
410
|
}),
|
|
411
|
-
// Added 2026-05-22
|
|
412
|
-
confluence_editor_paste_3p_link_actions_menu: (0, _experimentBuilders.createBooleanExperiment)({
|
|
413
|
-
productKeys: {
|
|
414
|
-
confluence: 'confluence_editor_paste_3p_link_actions_menu'
|
|
415
|
-
},
|
|
416
|
-
param: 'isEnabled',
|
|
417
|
-
defaultValue: false
|
|
418
|
-
}),
|
|
419
411
|
// Added 2024-12-05
|
|
420
412
|
platform_editor_blockquote_in_text_formatting_menu: (0, _experimentBuilders.createBooleanExperiment)({
|
|
421
413
|
productKeys: {
|
|
@@ -1047,6 +1039,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1047
1039
|
param: 'isEnabled',
|
|
1048
1040
|
defaultValue: false
|
|
1049
1041
|
}),
|
|
1042
|
+
// Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
|
|
1043
|
+
platform_sl_3p_post_auth_chat_open_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1044
|
+
productKeys: {
|
|
1045
|
+
confluence: 'platform_sl_3p_post_auth_chat_open_exp',
|
|
1046
|
+
jira: 'platform_sl_3p_post_auth_chat_open_exp'
|
|
1047
|
+
},
|
|
1048
|
+
param: 'isEnabled',
|
|
1049
|
+
defaultValue: false
|
|
1050
|
+
}),
|
|
1050
1051
|
// Added 2026-04-29 — Social proof inline CTA for unauthorised 3P inline smart links
|
|
1051
1052
|
platform_sl_3p_preauth_social_proof_inline_cta: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1052
1053
|
productKeys: {
|
|
@@ -402,14 +402,6 @@ export const editorExperimentsConfig = {
|
|
|
402
402
|
param: 'isEnabled',
|
|
403
403
|
defaultValue: false
|
|
404
404
|
}),
|
|
405
|
-
// Added 2026-05-22
|
|
406
|
-
confluence_editor_paste_3p_link_actions_menu: createBooleanExperiment({
|
|
407
|
-
productKeys: {
|
|
408
|
-
confluence: 'confluence_editor_paste_3p_link_actions_menu'
|
|
409
|
-
},
|
|
410
|
-
param: 'isEnabled',
|
|
411
|
-
defaultValue: false
|
|
412
|
-
}),
|
|
413
405
|
// Added 2024-12-05
|
|
414
406
|
platform_editor_blockquote_in_text_formatting_menu: createBooleanExperiment({
|
|
415
407
|
productKeys: {
|
|
@@ -1041,6 +1033,15 @@ export const editorExperimentsConfig = {
|
|
|
1041
1033
|
param: 'isEnabled',
|
|
1042
1034
|
defaultValue: false
|
|
1043
1035
|
}),
|
|
1036
|
+
// Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
|
|
1037
|
+
platform_sl_3p_post_auth_chat_open_exp: createBooleanExperiment({
|
|
1038
|
+
productKeys: {
|
|
1039
|
+
confluence: 'platform_sl_3p_post_auth_chat_open_exp',
|
|
1040
|
+
jira: 'platform_sl_3p_post_auth_chat_open_exp'
|
|
1041
|
+
},
|
|
1042
|
+
param: 'isEnabled',
|
|
1043
|
+
defaultValue: false
|
|
1044
|
+
}),
|
|
1044
1045
|
// Added 2026-04-29 — Social proof inline CTA for unauthorised 3P inline smart links
|
|
1045
1046
|
platform_sl_3p_preauth_social_proof_inline_cta: createBooleanExperiment({
|
|
1046
1047
|
productKeys: {
|
|
@@ -402,14 +402,6 @@ export var editorExperimentsConfig = {
|
|
|
402
402
|
param: 'isEnabled',
|
|
403
403
|
defaultValue: false
|
|
404
404
|
}),
|
|
405
|
-
// Added 2026-05-22
|
|
406
|
-
confluence_editor_paste_3p_link_actions_menu: createBooleanExperiment({
|
|
407
|
-
productKeys: {
|
|
408
|
-
confluence: 'confluence_editor_paste_3p_link_actions_menu'
|
|
409
|
-
},
|
|
410
|
-
param: 'isEnabled',
|
|
411
|
-
defaultValue: false
|
|
412
|
-
}),
|
|
413
405
|
// Added 2024-12-05
|
|
414
406
|
platform_editor_blockquote_in_text_formatting_menu: createBooleanExperiment({
|
|
415
407
|
productKeys: {
|
|
@@ -1041,6 +1033,15 @@ export var editorExperimentsConfig = {
|
|
|
1041
1033
|
param: 'isEnabled',
|
|
1042
1034
|
defaultValue: false
|
|
1043
1035
|
}),
|
|
1036
|
+
// Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
|
|
1037
|
+
platform_sl_3p_post_auth_chat_open_exp: createBooleanExperiment({
|
|
1038
|
+
productKeys: {
|
|
1039
|
+
confluence: 'platform_sl_3p_post_auth_chat_open_exp',
|
|
1040
|
+
jira: 'platform_sl_3p_post_auth_chat_open_exp'
|
|
1041
|
+
},
|
|
1042
|
+
param: 'isEnabled',
|
|
1043
|
+
defaultValue: false
|
|
1044
|
+
}),
|
|
1044
1045
|
// Added 2026-04-29 — Social proof inline CTA for unauthorised 3P inline smart links
|
|
1045
1046
|
platform_sl_3p_preauth_social_proof_inline_cta: createBooleanExperiment({
|
|
1046
1047
|
productKeys: {
|
|
@@ -245,12 +245,6 @@ export declare const editorExperimentsConfig: {
|
|
|
245
245
|
productKeys?: ProductKeys;
|
|
246
246
|
typeGuard: IsBooleanType;
|
|
247
247
|
};
|
|
248
|
-
confluence_editor_paste_3p_link_actions_menu: {
|
|
249
|
-
defaultValue: boolean;
|
|
250
|
-
param: string;
|
|
251
|
-
productKeys?: ProductKeys;
|
|
252
|
-
typeGuard: IsBooleanType;
|
|
253
|
-
};
|
|
254
248
|
editor_tinymce_full_width_mode: {
|
|
255
249
|
defaultValue: boolean;
|
|
256
250
|
param: string;
|
|
@@ -742,6 +736,12 @@ export declare const editorExperimentsConfig: {
|
|
|
742
736
|
productKeys?: ProductKeys;
|
|
743
737
|
typeGuard: IsBooleanType;
|
|
744
738
|
};
|
|
739
|
+
platform_sl_3p_post_auth_chat_open_exp: {
|
|
740
|
+
defaultValue: boolean;
|
|
741
|
+
param: string;
|
|
742
|
+
productKeys?: ProductKeys;
|
|
743
|
+
typeGuard: IsBooleanType;
|
|
744
|
+
};
|
|
745
745
|
platform_sl_3p_preauth_social_proof_inline_cta: {
|
|
746
746
|
defaultValue: boolean;
|
|
747
747
|
param: string;
|
|
@@ -245,12 +245,6 @@ export declare const editorExperimentsConfig: {
|
|
|
245
245
|
productKeys?: ProductKeys;
|
|
246
246
|
typeGuard: IsBooleanType;
|
|
247
247
|
};
|
|
248
|
-
confluence_editor_paste_3p_link_actions_menu: {
|
|
249
|
-
defaultValue: boolean;
|
|
250
|
-
param: string;
|
|
251
|
-
productKeys?: ProductKeys;
|
|
252
|
-
typeGuard: IsBooleanType;
|
|
253
|
-
};
|
|
254
248
|
editor_tinymce_full_width_mode: {
|
|
255
249
|
defaultValue: boolean;
|
|
256
250
|
param: string;
|
|
@@ -742,6 +736,12 @@ export declare const editorExperimentsConfig: {
|
|
|
742
736
|
productKeys?: ProductKeys;
|
|
743
737
|
typeGuard: IsBooleanType;
|
|
744
738
|
};
|
|
739
|
+
platform_sl_3p_post_auth_chat_open_exp: {
|
|
740
|
+
defaultValue: boolean;
|
|
741
|
+
param: string;
|
|
742
|
+
productKeys?: ProductKeys;
|
|
743
|
+
typeGuard: IsBooleanType;
|
|
744
|
+
};
|
|
745
745
|
platform_sl_3p_preauth_social_proof_inline_cta: {
|
|
746
746
|
defaultValue: boolean;
|
|
747
747
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "86.1.0",
|
|
4
4
|
"description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/feature-gate-js-client": "^5.7.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
|
-
"@atlaskit/react-ufo": "^6.
|
|
38
|
+
"@atlaskit/react-ufo": "^6.6.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0"
|
|
40
40
|
},
|
|
41
41
|
"platform-feature-flags": {
|