@atlaskit/tmp-editor-statsig 61.0.0 → 62.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
+ ## 62.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`33ad954adbde1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/33ad954adbde1) -
8
+ [NO-ISSUE] Cleaning flag platform_editor_focus_on_chromeless_editor
9
+
10
+ ## 61.0.1
11
+
12
+ ### Patch Changes
13
+
14
+ - [`58913fb961b08`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/58913fb961b08) -
15
+ [ux] Remove button/popup functionality from Rovo action CTA - just keep as icon for the inline
16
+ link.
17
+
3
18
  ## 61.0.0
4
19
 
5
20
  ### Major Changes
@@ -1062,8 +1062,8 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1062
1062
  // Added 2026-04-09 — Inline action nudge on resolved inline smart links
1063
1063
  rovogrowth_640_inline_action_nudge: (0, _experimentBuilders.createBooleanExperiment)({
1064
1064
  productKeys: {
1065
- confluence: 'rovogrowth_640_inline_action_nudge_exp',
1066
- jira: 'rovogrowth_640_inline_action_nudge_exp'
1065
+ confluence: 'rovogrowth-640-inline-action-nudge-exp',
1066
+ jira: 'rovogrowth-640-inline-action-nudge-exp'
1067
1067
  },
1068
1068
  param: 'isEnabled',
1069
1069
  defaultValue: false
@@ -1171,14 +1171,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1171
1171
  param: 'isEnabled',
1172
1172
  defaultValue: false
1173
1173
  }),
1174
- // Added 2026-01-08
1175
- platform_editor_focus_on_chromeless_editor: (0, _experimentBuilders.createBooleanExperiment)({
1176
- productKeys: {
1177
- confluence: 'platform_editor_focus_on_chromeless_editor'
1178
- },
1179
- param: 'isEnabled',
1180
- defaultValue: false
1181
- }),
1182
1174
  // Added 2026-02-02
1183
1175
  platform_editor_ai_disable_bridge_without_ai: (0, _experimentBuilders.createBooleanExperiment)({
1184
1176
  productKeys: {
@@ -1056,8 +1056,8 @@ export const editorExperimentsConfig = {
1056
1056
  // Added 2026-04-09 — Inline action nudge on resolved inline smart links
1057
1057
  rovogrowth_640_inline_action_nudge: createBooleanExperiment({
1058
1058
  productKeys: {
1059
- confluence: 'rovogrowth_640_inline_action_nudge_exp',
1060
- jira: 'rovogrowth_640_inline_action_nudge_exp'
1059
+ confluence: 'rovogrowth-640-inline-action-nudge-exp',
1060
+ jira: 'rovogrowth-640-inline-action-nudge-exp'
1061
1061
  },
1062
1062
  param: 'isEnabled',
1063
1063
  defaultValue: false
@@ -1165,14 +1165,6 @@ export const editorExperimentsConfig = {
1165
1165
  param: 'isEnabled',
1166
1166
  defaultValue: false
1167
1167
  }),
1168
- // Added 2026-01-08
1169
- platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
1170
- productKeys: {
1171
- confluence: 'platform_editor_focus_on_chromeless_editor'
1172
- },
1173
- param: 'isEnabled',
1174
- defaultValue: false
1175
- }),
1176
1168
  // Added 2026-02-02
1177
1169
  platform_editor_ai_disable_bridge_without_ai: createBooleanExperiment({
1178
1170
  productKeys: {
@@ -1056,8 +1056,8 @@ export var editorExperimentsConfig = {
1056
1056
  // Added 2026-04-09 — Inline action nudge on resolved inline smart links
1057
1057
  rovogrowth_640_inline_action_nudge: createBooleanExperiment({
1058
1058
  productKeys: {
1059
- confluence: 'rovogrowth_640_inline_action_nudge_exp',
1060
- jira: 'rovogrowth_640_inline_action_nudge_exp'
1059
+ confluence: 'rovogrowth-640-inline-action-nudge-exp',
1060
+ jira: 'rovogrowth-640-inline-action-nudge-exp'
1061
1061
  },
1062
1062
  param: 'isEnabled',
1063
1063
  defaultValue: false
@@ -1165,14 +1165,6 @@ export var editorExperimentsConfig = {
1165
1165
  param: 'isEnabled',
1166
1166
  defaultValue: false
1167
1167
  }),
1168
- // Added 2026-01-08
1169
- platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
1170
- productKeys: {
1171
- confluence: 'platform_editor_focus_on_chromeless_editor'
1172
- },
1173
- param: 'isEnabled',
1174
- defaultValue: false
1175
- }),
1176
1168
  // Added 2026-02-02
1177
1169
  platform_editor_ai_disable_bridge_without_ai: createBooleanExperiment({
1178
1170
  productKeys: {
@@ -863,12 +863,6 @@ export declare const editorExperimentsConfig: {
863
863
  productKeys?: ProductKeys;
864
864
  typeGuard: IsBooleanType;
865
865
  };
866
- platform_editor_focus_on_chromeless_editor: {
867
- defaultValue: boolean;
868
- param: string;
869
- productKeys?: ProductKeys;
870
- typeGuard: IsBooleanType;
871
- };
872
866
  platform_editor_ai_edit_unsupported_content: {
873
867
  defaultValue: boolean;
874
868
  param: string;
@@ -863,12 +863,6 @@ export declare const editorExperimentsConfig: {
863
863
  productKeys?: ProductKeys;
864
864
  typeGuard: IsBooleanType;
865
865
  };
866
- platform_editor_focus_on_chromeless_editor: {
867
- defaultValue: boolean;
868
- param: string;
869
- productKeys?: ProductKeys;
870
- typeGuard: IsBooleanType;
871
- };
872
866
  platform_editor_ai_edit_unsupported_content: {
873
867
  defaultValue: boolean;
874
868
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "61.0.0",
3
+ "version": "62.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",