@atlaskit/tmp-editor-statsig 88.5.0 → 89.0.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,17 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 89.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`3e2877f105afc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e2877f105afc) -
|
|
8
|
+
Remove code block auto-detection experiment from editor statsig catalog.
|
|
9
|
+
|
|
10
|
+
### Minor Changes
|
|
11
|
+
|
|
12
|
+
- [`be7cb592d8951`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/be7cb592d8951) -
|
|
13
|
+
NAVX-5108 Implementing UI for new inline tailored rovo cta
|
|
14
|
+
|
|
3
15
|
## 88.5.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -558,15 +558,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
558
558
|
param: 'isEnabled',
|
|
559
559
|
defaultValue: false
|
|
560
560
|
}),
|
|
561
|
-
// Added 2026-05-25
|
|
562
|
-
platform_editor_code_block_auto_detection: (0, _experimentBuilders.createBooleanExperiment)({
|
|
563
|
-
productKeys: {
|
|
564
|
-
confluence: 'platform_editor_code_block_auto_detection',
|
|
565
|
-
jira: 'platform_editor_code_block_auto_detection'
|
|
566
|
-
},
|
|
567
|
-
param: 'isEnabled',
|
|
568
|
-
defaultValue: false
|
|
569
|
-
}),
|
|
570
561
|
// Added 2025-07-14
|
|
571
562
|
platform_editor_debounce_portal_provider: (0, _experimentBuilders.createBooleanExperiment)({
|
|
572
563
|
productKeys: {
|
|
@@ -1057,6 +1048,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1057
1048
|
param: 'isEnabled',
|
|
1058
1049
|
defaultValue: false
|
|
1059
1050
|
}),
|
|
1051
|
+
// Added 2026-05-29 — Inline rovo action on resolved inline smart links
|
|
1052
|
+
platform_sl_3p_auth_inline_tailored_cta: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1053
|
+
productKeys: {
|
|
1054
|
+
confluence: 'platform_sl_3p_auth_inline_tailored_cta',
|
|
1055
|
+
jira: 'platform_sl_3p_auth_inline_tailored_cta'
|
|
1056
|
+
},
|
|
1057
|
+
param: 'isEnabled',
|
|
1058
|
+
defaultValue: false
|
|
1059
|
+
}),
|
|
1060
1060
|
// Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
|
|
1061
1061
|
platform_sl_3p_post_auth_chat_open_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1062
1062
|
productKeys: {
|
|
@@ -552,15 +552,6 @@ export const editorExperimentsConfig = {
|
|
|
552
552
|
param: 'isEnabled',
|
|
553
553
|
defaultValue: false
|
|
554
554
|
}),
|
|
555
|
-
// Added 2026-05-25
|
|
556
|
-
platform_editor_code_block_auto_detection: createBooleanExperiment({
|
|
557
|
-
productKeys: {
|
|
558
|
-
confluence: 'platform_editor_code_block_auto_detection',
|
|
559
|
-
jira: 'platform_editor_code_block_auto_detection'
|
|
560
|
-
},
|
|
561
|
-
param: 'isEnabled',
|
|
562
|
-
defaultValue: false
|
|
563
|
-
}),
|
|
564
555
|
// Added 2025-07-14
|
|
565
556
|
platform_editor_debounce_portal_provider: createBooleanExperiment({
|
|
566
557
|
productKeys: {
|
|
@@ -1051,6 +1042,15 @@ export const editorExperimentsConfig = {
|
|
|
1051
1042
|
param: 'isEnabled',
|
|
1052
1043
|
defaultValue: false
|
|
1053
1044
|
}),
|
|
1045
|
+
// Added 2026-05-29 — Inline rovo action on resolved inline smart links
|
|
1046
|
+
platform_sl_3p_auth_inline_tailored_cta: createBooleanExperiment({
|
|
1047
|
+
productKeys: {
|
|
1048
|
+
confluence: 'platform_sl_3p_auth_inline_tailored_cta',
|
|
1049
|
+
jira: 'platform_sl_3p_auth_inline_tailored_cta'
|
|
1050
|
+
},
|
|
1051
|
+
param: 'isEnabled',
|
|
1052
|
+
defaultValue: false
|
|
1053
|
+
}),
|
|
1054
1054
|
// Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
|
|
1055
1055
|
platform_sl_3p_post_auth_chat_open_exp: createBooleanExperiment({
|
|
1056
1056
|
productKeys: {
|
|
@@ -552,15 +552,6 @@ export var editorExperimentsConfig = {
|
|
|
552
552
|
param: 'isEnabled',
|
|
553
553
|
defaultValue: false
|
|
554
554
|
}),
|
|
555
|
-
// Added 2026-05-25
|
|
556
|
-
platform_editor_code_block_auto_detection: createBooleanExperiment({
|
|
557
|
-
productKeys: {
|
|
558
|
-
confluence: 'platform_editor_code_block_auto_detection',
|
|
559
|
-
jira: 'platform_editor_code_block_auto_detection'
|
|
560
|
-
},
|
|
561
|
-
param: 'isEnabled',
|
|
562
|
-
defaultValue: false
|
|
563
|
-
}),
|
|
564
555
|
// Added 2025-07-14
|
|
565
556
|
platform_editor_debounce_portal_provider: createBooleanExperiment({
|
|
566
557
|
productKeys: {
|
|
@@ -1051,6 +1042,15 @@ export var editorExperimentsConfig = {
|
|
|
1051
1042
|
param: 'isEnabled',
|
|
1052
1043
|
defaultValue: false
|
|
1053
1044
|
}),
|
|
1045
|
+
// Added 2026-05-29 — Inline rovo action on resolved inline smart links
|
|
1046
|
+
platform_sl_3p_auth_inline_tailored_cta: createBooleanExperiment({
|
|
1047
|
+
productKeys: {
|
|
1048
|
+
confluence: 'platform_sl_3p_auth_inline_tailored_cta',
|
|
1049
|
+
jira: 'platform_sl_3p_auth_inline_tailored_cta'
|
|
1050
|
+
},
|
|
1051
|
+
param: 'isEnabled',
|
|
1052
|
+
defaultValue: false
|
|
1053
|
+
}),
|
|
1054
1054
|
// Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
|
|
1055
1055
|
platform_sl_3p_post_auth_chat_open_exp: createBooleanExperiment({
|
|
1056
1056
|
productKeys: {
|
|
@@ -179,12 +179,6 @@ export declare const editorExperimentsConfig: {
|
|
|
179
179
|
productKeys?: ProductKeys;
|
|
180
180
|
typeGuard: IsBooleanType;
|
|
181
181
|
};
|
|
182
|
-
platform_editor_code_block_auto_detection: {
|
|
183
|
-
defaultValue: boolean;
|
|
184
|
-
param: string;
|
|
185
|
-
productKeys?: ProductKeys;
|
|
186
|
-
typeGuard: IsBooleanType;
|
|
187
|
-
};
|
|
188
182
|
platform_editor_render_bodied_extension_as_inline: {
|
|
189
183
|
defaultValue: boolean;
|
|
190
184
|
param: string;
|
|
@@ -778,6 +772,12 @@ export declare const editorExperimentsConfig: {
|
|
|
778
772
|
productKeys?: ProductKeys;
|
|
779
773
|
typeGuard: IsBooleanType;
|
|
780
774
|
};
|
|
775
|
+
platform_sl_3p_auth_inline_tailored_cta: {
|
|
776
|
+
defaultValue: boolean;
|
|
777
|
+
param: string;
|
|
778
|
+
productKeys?: ProductKeys;
|
|
779
|
+
typeGuard: IsBooleanType;
|
|
780
|
+
};
|
|
781
781
|
platform_synced_block: {
|
|
782
782
|
defaultValue: boolean;
|
|
783
783
|
param: string;
|
|
@@ -179,12 +179,6 @@ export declare const editorExperimentsConfig: {
|
|
|
179
179
|
productKeys?: ProductKeys;
|
|
180
180
|
typeGuard: IsBooleanType;
|
|
181
181
|
};
|
|
182
|
-
platform_editor_code_block_auto_detection: {
|
|
183
|
-
defaultValue: boolean;
|
|
184
|
-
param: string;
|
|
185
|
-
productKeys?: ProductKeys;
|
|
186
|
-
typeGuard: IsBooleanType;
|
|
187
|
-
};
|
|
188
182
|
platform_editor_render_bodied_extension_as_inline: {
|
|
189
183
|
defaultValue: boolean;
|
|
190
184
|
param: string;
|
|
@@ -778,6 +772,12 @@ export declare const editorExperimentsConfig: {
|
|
|
778
772
|
productKeys?: ProductKeys;
|
|
779
773
|
typeGuard: IsBooleanType;
|
|
780
774
|
};
|
|
775
|
+
platform_sl_3p_auth_inline_tailored_cta: {
|
|
776
|
+
defaultValue: boolean;
|
|
777
|
+
param: string;
|
|
778
|
+
productKeys?: ProductKeys;
|
|
779
|
+
typeGuard: IsBooleanType;
|
|
780
|
+
};
|
|
781
781
|
platform_synced_block: {
|
|
782
782
|
defaultValue: boolean;
|
|
783
783
|
param: string;
|
package/package.json
CHANGED