@atlaskit/tmp-editor-statsig 201.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,26 @@
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
+
15
+ ## 202.0.0
16
+
17
+ ### Major Changes
18
+
19
+ - [`3f8ea6c51b718`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3f8ea6c51b718) -
20
+ Remove the rolled-out `editor_tinymce_full_width_mode` and
21
+ `confluence_max_width_content_appearance` experiments and make max-width content behavior
22
+ permanent.
23
+
3
24
  ## 201.0.0
4
25
 
5
26
  ### 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,
@@ -101,14 +101,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
101
101
  param: 'isEnabled',
102
102
  defaultValue: false
103
103
  }),
104
- // Added 2025-11-03
105
- editor_tinymce_full_width_mode: (0, _createBooleanExperiment.createBooleanExperiment)({
106
- productKeys: {
107
- confluence: 'editor_tinymce_full_width_mode'
108
- },
109
- param: 'isEnabled',
110
- defaultValue: false
111
- }),
112
104
  // Added 2026-02-16
113
105
  platform_editor_remove_important_in_render_ext: (0, _createBooleanExperiment.createBooleanExperiment)({
114
106
  productKeys: {
@@ -117,14 +109,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
117
109
  param: 'isEnabled',
118
110
  defaultValue: false
119
111
  }),
120
- // Added 2025-12-10
121
- confluence_max_width_content_appearance: (0, _createBooleanExperiment.createBooleanExperiment)({
122
- productKeys: {
123
- confluence: 'confluence_max_width_content_appearance'
124
- },
125
- param: 'isEnabled',
126
- defaultValue: false
127
- }),
128
112
  // Added 2026-07-06
129
113
  confluence_comment_nudgebar_improvement: (0, _createBooleanExperiment.createBooleanExperiment)({
130
114
  productKeys: {
@@ -407,14 +391,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
407
391
  param: 'isEnabled',
408
392
  defaultValue: false
409
393
  }),
410
- // Added 2025-06-10
411
- platform_editor_no_cursor_on_edit_page_init: (0, _createBooleanExperiment.createBooleanExperiment)({
412
- productKeys: {
413
- confluence: 'platform_editor_no_cursor_on_edit_page_init'
414
- },
415
- param: 'isEnabled',
416
- defaultValue: false
417
- }),
418
394
  // Added 2026-04-30
419
395
  platform_editor_code_block_q4_lovability: (0, _createBooleanExperiment.createBooleanExperiment)({
420
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,
@@ -95,14 +95,6 @@ export const editorExperimentsConfig = {
95
95
  param: 'isEnabled',
96
96
  defaultValue: false
97
97
  }),
98
- // Added 2025-11-03
99
- editor_tinymce_full_width_mode: createBooleanExperiment({
100
- productKeys: {
101
- confluence: 'editor_tinymce_full_width_mode'
102
- },
103
- param: 'isEnabled',
104
- defaultValue: false
105
- }),
106
98
  // Added 2026-02-16
107
99
  platform_editor_remove_important_in_render_ext: createBooleanExperiment({
108
100
  productKeys: {
@@ -111,14 +103,6 @@ export const editorExperimentsConfig = {
111
103
  param: 'isEnabled',
112
104
  defaultValue: false
113
105
  }),
114
- // Added 2025-12-10
115
- confluence_max_width_content_appearance: createBooleanExperiment({
116
- productKeys: {
117
- confluence: 'confluence_max_width_content_appearance'
118
- },
119
- param: 'isEnabled',
120
- defaultValue: false
121
- }),
122
106
  // Added 2026-07-06
123
107
  confluence_comment_nudgebar_improvement: createBooleanExperiment({
124
108
  productKeys: {
@@ -401,14 +385,6 @@ export const editorExperimentsConfig = {
401
385
  param: 'isEnabled',
402
386
  defaultValue: false
403
387
  }),
404
- // Added 2025-06-10
405
- platform_editor_no_cursor_on_edit_page_init: createBooleanExperiment({
406
- productKeys: {
407
- confluence: 'platform_editor_no_cursor_on_edit_page_init'
408
- },
409
- param: 'isEnabled',
410
- defaultValue: false
411
- }),
412
388
  // Added 2026-04-30
413
389
  platform_editor_code_block_q4_lovability: createBooleanExperiment({
414
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,
@@ -95,14 +95,6 @@ export var editorExperimentsConfig = {
95
95
  param: 'isEnabled',
96
96
  defaultValue: false
97
97
  }),
98
- // Added 2025-11-03
99
- editor_tinymce_full_width_mode: createBooleanExperiment({
100
- productKeys: {
101
- confluence: 'editor_tinymce_full_width_mode'
102
- },
103
- param: 'isEnabled',
104
- defaultValue: false
105
- }),
106
98
  // Added 2026-02-16
107
99
  platform_editor_remove_important_in_render_ext: createBooleanExperiment({
108
100
  productKeys: {
@@ -111,14 +103,6 @@ export var editorExperimentsConfig = {
111
103
  param: 'isEnabled',
112
104
  defaultValue: false
113
105
  }),
114
- // Added 2025-12-10
115
- confluence_max_width_content_appearance: createBooleanExperiment({
116
- productKeys: {
117
- confluence: 'confluence_max_width_content_appearance'
118
- },
119
- param: 'isEnabled',
120
- defaultValue: false
121
- }),
122
106
  // Added 2026-07-06
123
107
  confluence_comment_nudgebar_improvement: createBooleanExperiment({
124
108
  productKeys: {
@@ -401,14 +385,6 @@ export var editorExperimentsConfig = {
401
385
  param: 'isEnabled',
402
386
  defaultValue: false
403
387
  }),
404
- // Added 2025-06-10
405
- platform_editor_no_cursor_on_edit_page_init: createBooleanExperiment({
406
- productKeys: {
407
- confluence: 'platform_editor_no_cursor_on_edit_page_init'
408
- },
409
- param: 'isEnabled',
410
- defaultValue: false
411
- }),
412
388
  // Added 2026-04-30
413
389
  platform_editor_code_block_q4_lovability: createBooleanExperiment({
414
390
  productKeys: {
@@ -186,24 +186,12 @@ export declare const editorExperimentsConfig: {
186
186
  productKeys?: ProductKeys;
187
187
  typeGuard: IsBooleanType;
188
188
  };
189
- editor_tinymce_full_width_mode: {
190
- defaultValue: boolean;
191
- param: string;
192
- productKeys?: ProductKeys;
193
- typeGuard: IsBooleanType;
194
- };
195
189
  platform_editor_remove_important_in_render_ext: {
196
190
  defaultValue: boolean;
197
191
  param: string;
198
192
  productKeys?: ProductKeys;
199
193
  typeGuard: IsBooleanType;
200
194
  };
201
- confluence_max_width_content_appearance: {
202
- defaultValue: boolean;
203
- param: string;
204
- productKeys?: ProductKeys;
205
- typeGuard: IsBooleanType;
206
- };
207
195
  confluence_comment_nudgebar_improvement: {
208
196
  defaultValue: boolean;
209
197
  param: string;
@@ -400,12 +388,6 @@ export declare const editorExperimentsConfig: {
400
388
  productKeys?: ProductKeys;
401
389
  typeGuard: IsBooleanType;
402
390
  };
403
- platform_editor_no_cursor_on_edit_page_init: {
404
- defaultValue: boolean;
405
- param: string;
406
- productKeys?: ProductKeys;
407
- typeGuard: IsBooleanType;
408
- };
409
391
  platform_editor_agent_mentions: {
410
392
  defaultValue: boolean;
411
393
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "201.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",