@atlaskit/tmp-editor-statsig 61.0.1 → 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,12 @@
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
+
3
10
  ## 61.0.1
4
11
 
5
12
  ### Patch Changes
@@ -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: {
@@ -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: {
@@ -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.1",
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",