@atlaskit/tmp-editor-statsig 202.0.0 → 202.0.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,17 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 202.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1ee5ac1d4338d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1ee5ac1d4338d) -
8
+ Cleaning up cc_editor_focus_before_editor_on_load and platform_editor_no_cursor_on_edit_page_init
9
+
10
+ Cursor suppression on load is now driven by the presence of the interaction plugin rather than the
11
+ experiment, so only editors that opt into that plugin skip focus on a document with content.
12
+ `cc_editor_focus_before_editor_on_load` shipped disabled, so the pre-editor focus element has been
13
+ removed.
14
+
3
15
  ## 202.0.0
4
16
 
5
17
  ### Major Changes
@@ -36,7 +36,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
36
36
  platform_editor_ai_edit_response_in_preview: false,
37
37
  platform_editor_tables_table_selector: false,
38
38
  platform_renderer_fix_analytics_memo_callback: false,
39
- platform_editor_no_cursor_on_edit_page_init: false,
40
39
  'jira-work-sync-desc-comment-summary': false,
41
40
  platform_editor_breakout_resizing: false,
42
41
  platform_editor_block_controls_perf_optimization: false,
@@ -391,14 +391,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
391
391
  param: 'isEnabled',
392
392
  defaultValue: false
393
393
  }),
394
- // Added 2025-06-10
395
- platform_editor_no_cursor_on_edit_page_init: (0, _createBooleanExperiment.createBooleanExperiment)({
396
- productKeys: {
397
- confluence: 'platform_editor_no_cursor_on_edit_page_init'
398
- },
399
- param: 'isEnabled',
400
- defaultValue: false
401
- }),
402
394
  // Added 2026-04-30
403
395
  platform_editor_code_block_q4_lovability: (0, _createBooleanExperiment.createBooleanExperiment)({
404
396
  productKeys: {
@@ -30,7 +30,6 @@ export const testBooleanOverrides = {
30
30
  platform_editor_ai_edit_response_in_preview: false,
31
31
  platform_editor_tables_table_selector: false,
32
32
  platform_renderer_fix_analytics_memo_callback: false,
33
- platform_editor_no_cursor_on_edit_page_init: false,
34
33
  'jira-work-sync-desc-comment-summary': false,
35
34
  platform_editor_breakout_resizing: false,
36
35
  platform_editor_block_controls_perf_optimization: false,
@@ -385,14 +385,6 @@ export const editorExperimentsConfig = {
385
385
  param: 'isEnabled',
386
386
  defaultValue: false
387
387
  }),
388
- // Added 2025-06-10
389
- platform_editor_no_cursor_on_edit_page_init: createBooleanExperiment({
390
- productKeys: {
391
- confluence: 'platform_editor_no_cursor_on_edit_page_init'
392
- },
393
- param: 'isEnabled',
394
- defaultValue: false
395
- }),
396
388
  // Added 2026-04-30
397
389
  platform_editor_code_block_q4_lovability: createBooleanExperiment({
398
390
  productKeys: {
@@ -30,7 +30,6 @@ export var testBooleanOverrides = {
30
30
  platform_editor_ai_edit_response_in_preview: false,
31
31
  platform_editor_tables_table_selector: false,
32
32
  platform_renderer_fix_analytics_memo_callback: false,
33
- platform_editor_no_cursor_on_edit_page_init: false,
34
33
  'jira-work-sync-desc-comment-summary': false,
35
34
  platform_editor_breakout_resizing: false,
36
35
  platform_editor_block_controls_perf_optimization: false,
@@ -385,14 +385,6 @@ export var editorExperimentsConfig = {
385
385
  param: 'isEnabled',
386
386
  defaultValue: false
387
387
  }),
388
- // Added 2025-06-10
389
- platform_editor_no_cursor_on_edit_page_init: createBooleanExperiment({
390
- productKeys: {
391
- confluence: 'platform_editor_no_cursor_on_edit_page_init'
392
- },
393
- param: 'isEnabled',
394
- defaultValue: false
395
- }),
396
388
  // Added 2026-04-30
397
389
  platform_editor_code_block_q4_lovability: createBooleanExperiment({
398
390
  productKeys: {
@@ -388,12 +388,6 @@ export declare const editorExperimentsConfig: {
388
388
  productKeys?: ProductKeys;
389
389
  typeGuard: IsBooleanType;
390
390
  };
391
- platform_editor_no_cursor_on_edit_page_init: {
392
- defaultValue: boolean;
393
- param: string;
394
- productKeys?: ProductKeys;
395
- typeGuard: IsBooleanType;
396
- };
397
391
  platform_editor_agent_mentions: {
398
392
  defaultValue: boolean;
399
393
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "202.0.0",
3
+ "version": "202.0.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",