@atlaskit/tmp-editor-statsig 89.1.0 → 89.1.1

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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 89.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`4b9e6f370d855`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4b9e6f370d855) -
8
+ Remove feature flag and experiment
9
+
3
10
  ## 89.1.0
4
11
 
5
12
  ### Minor Changes
@@ -22,7 +22,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
22
22
  linking_platform_track_non_primary_3p_clicks: false,
23
23
  platform_sl_3p_auth_rovo_action: false,
24
24
  platform_sl_3p_preauth_better_hovercard: true,
25
- 'rovogrowth-640-inline-action-nudge-exp': true,
26
25
  cwr_blank_object_experiment: false,
27
26
  cc_editor_hover_link_overlay_css_fix: false,
28
27
  platform_editor_feedback_mandatory_rating: false,
@@ -1047,15 +1047,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1047
1047
  param: 'isEnabled',
1048
1048
  defaultValue: false
1049
1049
  }),
1050
- // Added 2026-04-09 — Inline action nudge on resolved inline smart links
1051
- 'rovogrowth-640-inline-action-nudge-exp': (0, _experimentBuilders.createBooleanExperiment)({
1052
- productKeys: {
1053
- confluence: 'rovogrowth-640-inline-action-nudge-exp',
1054
- jira: 'rovogrowth-640-inline-action-nudge-exp'
1055
- },
1056
- param: 'isEnabled',
1057
- defaultValue: false
1058
- }),
1059
1050
  // Added 2026-05-29 — Inline rovo action on resolved inline smart links
1060
1051
  platform_sl_3p_auth_inline_tailored_cta: (0, _experimentBuilders.createBooleanExperiment)({
1061
1052
  productKeys: {
@@ -16,7 +16,6 @@ export const testBooleanOverrides = {
16
16
  linking_platform_track_non_primary_3p_clicks: false,
17
17
  platform_sl_3p_auth_rovo_action: false,
18
18
  platform_sl_3p_preauth_better_hovercard: true,
19
- 'rovogrowth-640-inline-action-nudge-exp': true,
20
19
  cwr_blank_object_experiment: false,
21
20
  cc_editor_hover_link_overlay_css_fix: false,
22
21
  platform_editor_feedback_mandatory_rating: false,
@@ -1041,15 +1041,6 @@ export const editorExperimentsConfig = {
1041
1041
  param: 'isEnabled',
1042
1042
  defaultValue: false
1043
1043
  }),
1044
- // Added 2026-04-09 — Inline action nudge on resolved inline smart links
1045
- 'rovogrowth-640-inline-action-nudge-exp': createBooleanExperiment({
1046
- productKeys: {
1047
- confluence: 'rovogrowth-640-inline-action-nudge-exp',
1048
- jira: 'rovogrowth-640-inline-action-nudge-exp'
1049
- },
1050
- param: 'isEnabled',
1051
- defaultValue: false
1052
- }),
1053
1044
  // Added 2026-05-29 — Inline rovo action on resolved inline smart links
1054
1045
  platform_sl_3p_auth_inline_tailored_cta: createBooleanExperiment({
1055
1046
  productKeys: {
@@ -16,7 +16,6 @@ export var testBooleanOverrides = {
16
16
  linking_platform_track_non_primary_3p_clicks: false,
17
17
  platform_sl_3p_auth_rovo_action: false,
18
18
  platform_sl_3p_preauth_better_hovercard: true,
19
- 'rovogrowth-640-inline-action-nudge-exp': true,
20
19
  cwr_blank_object_experiment: false,
21
20
  cc_editor_hover_link_overlay_css_fix: false,
22
21
  platform_editor_feedback_mandatory_rating: false,
@@ -1041,15 +1041,6 @@ export var editorExperimentsConfig = {
1041
1041
  param: 'isEnabled',
1042
1042
  defaultValue: false
1043
1043
  }),
1044
- // Added 2026-04-09 — Inline action nudge on resolved inline smart links
1045
- 'rovogrowth-640-inline-action-nudge-exp': createBooleanExperiment({
1046
- productKeys: {
1047
- confluence: 'rovogrowth-640-inline-action-nudge-exp',
1048
- jira: 'rovogrowth-640-inline-action-nudge-exp'
1049
- },
1050
- param: 'isEnabled',
1051
- defaultValue: false
1052
- }),
1053
1044
  // Added 2026-05-29 — Inline rovo action on resolved inline smart links
1054
1045
  platform_sl_3p_auth_inline_tailored_cta: createBooleanExperiment({
1055
1046
  productKeys: {
@@ -742,12 +742,6 @@ export declare const editorExperimentsConfig: {
742
742
  productKeys?: ProductKeys;
743
743
  typeGuard: IsBooleanType;
744
744
  };
745
- 'rovogrowth-640-inline-action-nudge-exp': {
746
- defaultValue: boolean;
747
- param: string;
748
- productKeys?: ProductKeys;
749
- typeGuard: IsBooleanType;
750
- };
751
745
  platform_sl_3p_post_auth_chat_open_exp: {
752
746
  defaultValue: boolean;
753
747
  param: string;
@@ -742,12 +742,6 @@ export declare const editorExperimentsConfig: {
742
742
  productKeys?: ProductKeys;
743
743
  typeGuard: IsBooleanType;
744
744
  };
745
- 'rovogrowth-640-inline-action-nudge-exp': {
746
- defaultValue: boolean;
747
- param: string;
748
- productKeys?: ProductKeys;
749
- typeGuard: IsBooleanType;
750
- };
751
745
  platform_sl_3p_post_auth_chat_open_exp: {
752
746
  defaultValue: boolean;
753
747
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "89.1.0",
3
+ "version": "89.1.1",
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",