@atlaskit/tmp-editor-statsig 138.0.0 → 138.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,13 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 138.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`2b3a50789456f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2b3a50789456f) -
8
+ Clean up linking_platform_track_non_primary_3p_clicks experiment. Non-primary (middle/right-click)
9
+ 3P click tracking is now permanent.
10
+
3
11
  ## 138.0.0
4
12
 
5
13
  ### Major Changes
@@ -28,7 +28,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
28
28
  cc_maui_polish_changes_batch_3: false,
29
29
  cc_maui_polish_changes_batch_4: false,
30
30
  social_proof_3p_unauth_block_exp: false,
31
- linking_platform_track_non_primary_3p_clicks: false,
32
31
  platform_sl_3p_preauth_better_hovercard: true,
33
32
  cwr_blank_object_experiment: false,
34
33
  platform_editor_feedback_mandatory_rating: false,
@@ -811,15 +811,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
811
811
  param: 'isEnabled',
812
812
  defaultValue: false
813
813
  }),
814
- // Added 2026-04-30 (QS-9895)
815
- linking_platform_track_non_primary_3p_clicks: (0, _experimentBuilders.createBooleanExperiment)({
816
- productKeys: {
817
- confluence: 'linking_platform_track_non_primary_3p_clicks',
818
- jira: 'linking_platform_track_non_primary_3p_clicks'
819
- },
820
- param: 'isEnabled',
821
- defaultValue: false
822
- }),
823
814
  // Added 2025--8-05
824
815
  platform_editor_block_menu: (0, _experimentBuilders.createBooleanExperiment)({
825
816
  productKeys: {
@@ -22,7 +22,6 @@ export const testBooleanOverrides = {
22
22
  cc_maui_polish_changes_batch_3: false,
23
23
  cc_maui_polish_changes_batch_4: false,
24
24
  social_proof_3p_unauth_block_exp: false,
25
- linking_platform_track_non_primary_3p_clicks: false,
26
25
  platform_sl_3p_preauth_better_hovercard: true,
27
26
  cwr_blank_object_experiment: false,
28
27
  platform_editor_feedback_mandatory_rating: false,
@@ -805,15 +805,6 @@ export const editorExperimentsConfig = {
805
805
  param: 'isEnabled',
806
806
  defaultValue: false
807
807
  }),
808
- // Added 2026-04-30 (QS-9895)
809
- linking_platform_track_non_primary_3p_clicks: createBooleanExperiment({
810
- productKeys: {
811
- confluence: 'linking_platform_track_non_primary_3p_clicks',
812
- jira: 'linking_platform_track_non_primary_3p_clicks'
813
- },
814
- param: 'isEnabled',
815
- defaultValue: false
816
- }),
817
808
  // Added 2025--8-05
818
809
  platform_editor_block_menu: createBooleanExperiment({
819
810
  productKeys: {
@@ -22,7 +22,6 @@ export var testBooleanOverrides = {
22
22
  cc_maui_polish_changes_batch_3: false,
23
23
  cc_maui_polish_changes_batch_4: false,
24
24
  social_proof_3p_unauth_block_exp: false,
25
- linking_platform_track_non_primary_3p_clicks: false,
26
25
  platform_sl_3p_preauth_better_hovercard: true,
27
26
  cwr_blank_object_experiment: false,
28
27
  platform_editor_feedback_mandatory_rating: false,
@@ -805,15 +805,6 @@ export var editorExperimentsConfig = {
805
805
  param: 'isEnabled',
806
806
  defaultValue: false
807
807
  }),
808
- // Added 2026-04-30 (QS-9895)
809
- linking_platform_track_non_primary_3p_clicks: createBooleanExperiment({
810
- productKeys: {
811
- confluence: 'linking_platform_track_non_primary_3p_clicks',
812
- jira: 'linking_platform_track_non_primary_3p_clicks'
813
- },
814
- param: 'isEnabled',
815
- defaultValue: false
816
- }),
817
808
  // Added 2025--8-05
818
809
  platform_editor_block_menu: createBooleanExperiment({
819
810
  productKeys: {
@@ -864,12 +864,6 @@ export declare const editorExperimentsConfig: {
864
864
  productKeys?: ProductKeys;
865
865
  typeGuard: IsBooleanType;
866
866
  };
867
- linking_platform_track_non_primary_3p_clicks: {
868
- defaultValue: boolean;
869
- param: string;
870
- productKeys?: ProductKeys;
871
- typeGuard: IsBooleanType;
872
- };
873
867
  'test-new-experiments-package': {
874
868
  defaultValue: boolean;
875
869
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "138.0.0",
3
+ "version": "138.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",