@atlaskit/tmp-editor-statsig 195.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,13 @@
|
|
|
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
|
+
|
|
3
11
|
## 195.0.0
|
|
4
12
|
|
|
5
13
|
### 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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -528,12 +528,6 @@ export declare const editorExperimentsConfig: {
|
|
|
528
528
|
productKeys?: ProductKeys;
|
|
529
529
|
typeGuard: IsBooleanType;
|
|
530
530
|
};
|
|
531
|
-
'rovogrowth-635-pre-auth-cta-preview-exp': {
|
|
532
|
-
defaultValue: boolean;
|
|
533
|
-
param: string;
|
|
534
|
-
productKeys?: ProductKeys;
|
|
535
|
-
typeGuard: IsBooleanType;
|
|
536
|
-
};
|
|
537
531
|
platform_sl_3p_preauth_social_proof_inline_cta: {
|
|
538
532
|
defaultValue: boolean;
|
|
539
533
|
param: string;
|
package/package.json
CHANGED