@atlaskit/tmp-editor-statsig 74.11.0 → 75.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
+ ## 75.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`54ae29f5b3a2c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/54ae29f5b3a2c) -
8
+ Clean up feature gate platform_editor_primary_toolbar_early_exit - promote early exit behaviour
9
+ for empty primary toolbar as default
10
+
11
+ ## 74.12.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`7ff5ab02ad66b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7ff5ab02ad66b) -
16
+ Add platform_sl_3p_preauth_social_proof_inline_cta experiment
17
+
3
18
  ## 74.11.0
4
19
 
5
20
  ### Minor Changes
@@ -948,15 +948,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
948
948
  param: 'isEnabled',
949
949
  defaultValue: false
950
950
  }),
951
- // Added 2025-28-01
952
- platform_editor_primary_toolbar_early_exit: (0, _experimentBuilders.createBooleanExperiment)({
953
- productKeys: {
954
- confluence: 'platform_editor_primary_toolbar_early_exit',
955
- jira: 'platform_editor_primary_toolbar_early_exit'
956
- },
957
- param: 'isEnabled',
958
- defaultValue: false
959
- }),
960
951
  // Added 2025-11-05
961
952
  platform_editor_lovability_emoji_scaling: (0, _experimentBuilders.createBooleanExperiment)({
962
953
  productKeys: {
@@ -1015,6 +1006,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1015
1006
  param: 'isEnabled',
1016
1007
  defaultValue: false
1017
1008
  }),
1009
+ // Added 2026-04-29 — Social proof inline CTA for unauthorised 3P inline smart links
1010
+ platform_sl_3p_preauth_social_proof_inline_cta: (0, _experimentBuilders.createBooleanExperiment)({
1011
+ productKeys: {
1012
+ confluence: 'platform_sl_3p_preauth_social_proof_inline_cta',
1013
+ jira: 'platform_sl_3p_preauth_social_proof_inline_cta'
1014
+ },
1015
+ param: 'isEnabled',
1016
+ defaultValue: false
1017
+ }),
1018
1018
  // Added 2025-01-23
1019
1019
  platform_editor_to_use_pmr_for_collab_edit_none_ic: (0, _experimentBuilders.createBooleanExperiment)({
1020
1020
  productKeys: {
@@ -942,15 +942,6 @@ export const editorExperimentsConfig = {
942
942
  param: 'isEnabled',
943
943
  defaultValue: false
944
944
  }),
945
- // Added 2025-28-01
946
- platform_editor_primary_toolbar_early_exit: createBooleanExperiment({
947
- productKeys: {
948
- confluence: 'platform_editor_primary_toolbar_early_exit',
949
- jira: 'platform_editor_primary_toolbar_early_exit'
950
- },
951
- param: 'isEnabled',
952
- defaultValue: false
953
- }),
954
945
  // Added 2025-11-05
955
946
  platform_editor_lovability_emoji_scaling: createBooleanExperiment({
956
947
  productKeys: {
@@ -1009,6 +1000,15 @@ export const editorExperimentsConfig = {
1009
1000
  param: 'isEnabled',
1010
1001
  defaultValue: false
1011
1002
  }),
1003
+ // Added 2026-04-29 — Social proof inline CTA for unauthorised 3P inline smart links
1004
+ platform_sl_3p_preauth_social_proof_inline_cta: createBooleanExperiment({
1005
+ productKeys: {
1006
+ confluence: 'platform_sl_3p_preauth_social_proof_inline_cta',
1007
+ jira: 'platform_sl_3p_preauth_social_proof_inline_cta'
1008
+ },
1009
+ param: 'isEnabled',
1010
+ defaultValue: false
1011
+ }),
1012
1012
  // Added 2025-01-23
1013
1013
  platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
1014
1014
  productKeys: {
@@ -942,15 +942,6 @@ export var editorExperimentsConfig = {
942
942
  param: 'isEnabled',
943
943
  defaultValue: false
944
944
  }),
945
- // Added 2025-28-01
946
- platform_editor_primary_toolbar_early_exit: createBooleanExperiment({
947
- productKeys: {
948
- confluence: 'platform_editor_primary_toolbar_early_exit',
949
- jira: 'platform_editor_primary_toolbar_early_exit'
950
- },
951
- param: 'isEnabled',
952
- defaultValue: false
953
- }),
954
945
  // Added 2025-11-05
955
946
  platform_editor_lovability_emoji_scaling: createBooleanExperiment({
956
947
  productKeys: {
@@ -1009,6 +1000,15 @@ export var editorExperimentsConfig = {
1009
1000
  param: 'isEnabled',
1010
1001
  defaultValue: false
1011
1002
  }),
1003
+ // Added 2026-04-29 — Social proof inline CTA for unauthorised 3P inline smart links
1004
+ platform_sl_3p_preauth_social_proof_inline_cta: createBooleanExperiment({
1005
+ productKeys: {
1006
+ confluence: 'platform_sl_3p_preauth_social_proof_inline_cta',
1007
+ jira: 'platform_sl_3p_preauth_social_proof_inline_cta'
1008
+ },
1009
+ param: 'isEnabled',
1010
+ defaultValue: false
1011
+ }),
1012
1012
  // Added 2025-01-23
1013
1013
  platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
1014
1014
  productKeys: {
@@ -488,12 +488,6 @@ export declare const editorExperimentsConfig: {
488
488
  productKeys?: ProductKeys;
489
489
  typeGuard: IsBooleanType;
490
490
  };
491
- platform_editor_primary_toolbar_early_exit: {
492
- defaultValue: boolean;
493
- param: string;
494
- productKeys?: ProductKeys;
495
- typeGuard: IsBooleanType;
496
- };
497
491
  platform_editor_lovability_navigation_fixes: {
498
492
  defaultValue: boolean;
499
493
  param: string;
@@ -724,6 +718,12 @@ export declare const editorExperimentsConfig: {
724
718
  productKeys?: ProductKeys;
725
719
  typeGuard: IsBooleanType;
726
720
  };
721
+ platform_sl_3p_preauth_social_proof_inline_cta: {
722
+ defaultValue: boolean;
723
+ param: string;
724
+ productKeys?: ProductKeys;
725
+ typeGuard: IsBooleanType;
726
+ };
727
727
  platform_synced_block: {
728
728
  defaultValue: boolean;
729
729
  param: string;
@@ -488,12 +488,6 @@ export declare const editorExperimentsConfig: {
488
488
  productKeys?: ProductKeys;
489
489
  typeGuard: IsBooleanType;
490
490
  };
491
- platform_editor_primary_toolbar_early_exit: {
492
- defaultValue: boolean;
493
- param: string;
494
- productKeys?: ProductKeys;
495
- typeGuard: IsBooleanType;
496
- };
497
491
  platform_editor_lovability_navigation_fixes: {
498
492
  defaultValue: boolean;
499
493
  param: string;
@@ -724,6 +718,12 @@ export declare const editorExperimentsConfig: {
724
718
  productKeys?: ProductKeys;
725
719
  typeGuard: IsBooleanType;
726
720
  };
721
+ platform_sl_3p_preauth_social_proof_inline_cta: {
722
+ defaultValue: boolean;
723
+ param: string;
724
+ productKeys?: ProductKeys;
725
+ typeGuard: IsBooleanType;
726
+ };
727
727
  platform_synced_block: {
728
728
  defaultValue: boolean;
729
729
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "74.11.0",
3
+ "version": "75.0.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",