@atlaskit/tmp-editor-statsig 194.0.0 → 196.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,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 196.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`76cb6eaf691bb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/76cb6eaf691bb) -
|
|
8
|
+
Remove the retired rovogrowth-635-pre-auth-cta-preview-exp experiment and feature gate, preserving
|
|
9
|
+
the shipped control CTA.
|
|
10
|
+
|
|
11
|
+
## 195.0.0
|
|
12
|
+
|
|
13
|
+
### Major Changes
|
|
14
|
+
|
|
15
|
+
- [`85ad3990bac78`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/85ad3990bac78) -
|
|
16
|
+
Clean up experiment `platform_editor_appearance_shared_state`
|
|
17
|
+
|
|
3
18
|
## 194.0.0
|
|
4
19
|
|
|
5
20
|
### Major Changes
|
|
@@ -743,15 +743,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
743
743
|
param: 'isEnabled',
|
|
744
744
|
defaultValue: false
|
|
745
745
|
}),
|
|
746
|
-
// Added 2026-05-11 — Pre-auth inline CTA 'Preview' experiment for unauthorised 3P inline smart links
|
|
747
|
-
'rovogrowth-635-pre-auth-cta-preview-exp': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
748
|
-
productKeys: {
|
|
749
|
-
confluence: 'rovogrowth-635-pre-auth-cta-preview-exp',
|
|
750
|
-
jira: 'rovogrowth-635-pre-auth-cta-preview-exp'
|
|
751
|
-
},
|
|
752
|
-
param: 'isEnabled',
|
|
753
|
-
defaultValue: false
|
|
754
|
-
}),
|
|
755
746
|
// Added 2026-04-29 — Social proof inline CTA for unauthorised 3P inline smart links
|
|
756
747
|
platform_sl_3p_preauth_social_proof_inline_cta: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
757
748
|
productKeys: {
|
|
@@ -1056,14 +1047,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1056
1047
|
param: 'isEnabled',
|
|
1057
1048
|
defaultValue: false
|
|
1058
1049
|
}),
|
|
1059
|
-
// Added 2026-03-05
|
|
1060
|
-
platform_editor_appearance_shared_state: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1061
|
-
productKeys: {
|
|
1062
|
-
confluence: 'platform_editor_appearance_shared_state'
|
|
1063
|
-
},
|
|
1064
|
-
param: 'isEnabled',
|
|
1065
|
-
defaultValue: false
|
|
1066
|
-
}),
|
|
1067
1050
|
// Added 2026-03-04
|
|
1068
1051
|
platform_editor_ai_blockmenu_integration: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1069
1052
|
productKeys: {
|
|
@@ -737,15 +737,6 @@ export const editorExperimentsConfig = {
|
|
|
737
737
|
param: 'isEnabled',
|
|
738
738
|
defaultValue: false
|
|
739
739
|
}),
|
|
740
|
-
// Added 2026-05-11 — Pre-auth inline CTA 'Preview' experiment for unauthorised 3P inline smart links
|
|
741
|
-
'rovogrowth-635-pre-auth-cta-preview-exp': createBooleanExperiment({
|
|
742
|
-
productKeys: {
|
|
743
|
-
confluence: 'rovogrowth-635-pre-auth-cta-preview-exp',
|
|
744
|
-
jira: 'rovogrowth-635-pre-auth-cta-preview-exp'
|
|
745
|
-
},
|
|
746
|
-
param: 'isEnabled',
|
|
747
|
-
defaultValue: false
|
|
748
|
-
}),
|
|
749
740
|
// Added 2026-04-29 — Social proof inline CTA for unauthorised 3P inline smart links
|
|
750
741
|
platform_sl_3p_preauth_social_proof_inline_cta: createBooleanExperiment({
|
|
751
742
|
productKeys: {
|
|
@@ -1050,14 +1041,6 @@ export const editorExperimentsConfig = {
|
|
|
1050
1041
|
param: 'isEnabled',
|
|
1051
1042
|
defaultValue: false
|
|
1052
1043
|
}),
|
|
1053
|
-
// Added 2026-03-05
|
|
1054
|
-
platform_editor_appearance_shared_state: createBooleanExperiment({
|
|
1055
|
-
productKeys: {
|
|
1056
|
-
confluence: 'platform_editor_appearance_shared_state'
|
|
1057
|
-
},
|
|
1058
|
-
param: 'isEnabled',
|
|
1059
|
-
defaultValue: false
|
|
1060
|
-
}),
|
|
1061
1044
|
// Added 2026-03-04
|
|
1062
1045
|
platform_editor_ai_blockmenu_integration: createBooleanExperiment({
|
|
1063
1046
|
productKeys: {
|
|
@@ -737,15 +737,6 @@ export var editorExperimentsConfig = {
|
|
|
737
737
|
param: 'isEnabled',
|
|
738
738
|
defaultValue: false
|
|
739
739
|
}),
|
|
740
|
-
// Added 2026-05-11 — Pre-auth inline CTA 'Preview' experiment for unauthorised 3P inline smart links
|
|
741
|
-
'rovogrowth-635-pre-auth-cta-preview-exp': createBooleanExperiment({
|
|
742
|
-
productKeys: {
|
|
743
|
-
confluence: 'rovogrowth-635-pre-auth-cta-preview-exp',
|
|
744
|
-
jira: 'rovogrowth-635-pre-auth-cta-preview-exp'
|
|
745
|
-
},
|
|
746
|
-
param: 'isEnabled',
|
|
747
|
-
defaultValue: false
|
|
748
|
-
}),
|
|
749
740
|
// Added 2026-04-29 — Social proof inline CTA for unauthorised 3P inline smart links
|
|
750
741
|
platform_sl_3p_preauth_social_proof_inline_cta: createBooleanExperiment({
|
|
751
742
|
productKeys: {
|
|
@@ -1050,14 +1041,6 @@ export var editorExperimentsConfig = {
|
|
|
1050
1041
|
param: 'isEnabled',
|
|
1051
1042
|
defaultValue: false
|
|
1052
1043
|
}),
|
|
1053
|
-
// Added 2026-03-05
|
|
1054
|
-
platform_editor_appearance_shared_state: createBooleanExperiment({
|
|
1055
|
-
productKeys: {
|
|
1056
|
-
confluence: 'platform_editor_appearance_shared_state'
|
|
1057
|
-
},
|
|
1058
|
-
param: 'isEnabled',
|
|
1059
|
-
defaultValue: false
|
|
1060
|
-
}),
|
|
1061
1044
|
// Added 2026-03-04
|
|
1062
1045
|
platform_editor_ai_blockmenu_integration: createBooleanExperiment({
|
|
1063
1046
|
productKeys: {
|
|
@@ -394,12 +394,6 @@ export declare const editorExperimentsConfig: {
|
|
|
394
394
|
productKeys?: ProductKeys;
|
|
395
395
|
typeGuard: IsBooleanType;
|
|
396
396
|
};
|
|
397
|
-
platform_editor_appearance_shared_state: {
|
|
398
|
-
defaultValue: boolean;
|
|
399
|
-
param: string;
|
|
400
|
-
productKeys?: ProductKeys;
|
|
401
|
-
typeGuard: IsBooleanType;
|
|
402
|
-
};
|
|
403
397
|
platform_editor_lovability_emoji_scaling: {
|
|
404
398
|
defaultValue: boolean;
|
|
405
399
|
param: string;
|
|
@@ -534,12 +528,6 @@ export declare const editorExperimentsConfig: {
|
|
|
534
528
|
productKeys?: ProductKeys;
|
|
535
529
|
typeGuard: IsBooleanType;
|
|
536
530
|
};
|
|
537
|
-
'rovogrowth-635-pre-auth-cta-preview-exp': {
|
|
538
|
-
defaultValue: boolean;
|
|
539
|
-
param: string;
|
|
540
|
-
productKeys?: ProductKeys;
|
|
541
|
-
typeGuard: IsBooleanType;
|
|
542
|
-
};
|
|
543
531
|
platform_sl_3p_preauth_social_proof_inline_cta: {
|
|
544
532
|
defaultValue: boolean;
|
|
545
533
|
param: string;
|
package/package.json
CHANGED