@atlaskit/tmp-editor-statsig 15.7.1 → 15.8.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,13 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 15.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`8677e7b660127`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8677e7b660127) -
8
+ EDITOR-3792 Rollup max width changes previously gated with editor_tinymce_full_width_mode into
9
+ combined frontend/backend flag confluence_max_width_content_appearance
10
+
3
11
  ## 15.7.1
4
12
 
5
13
  ### Patch Changes
@@ -9,7 +9,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
9
9
  'platform_editor_ai-prompts-placeholder': 'control',
10
10
  platform_editor_ai_proactive_ai_nudge_parameters: 'control',
11
11
  platform_editor_controls: 'control',
12
- confluence_whiteboards_quick_insert_aa: 'control',
13
12
  confluence_whiteboards_quick_insert: 'control',
14
13
  confluence_whiteboards_quick_insert_localised: 'control',
15
14
  confluence_whiteboards_quick_insert_localised_aa: 'control',
@@ -69,6 +69,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
69
69
  param: 'isEnabled',
70
70
  defaultValue: false
71
71
  }),
72
+ // Added 2025-12-10
73
+ confluence_max_width_content_appearance: (0, _experimentBuilders.createBooleanExperiment)({
74
+ productKeys: {
75
+ confluence: 'confluence_max_width_content_appearance'
76
+ },
77
+ param: 'isEnabled',
78
+ defaultValue: false
79
+ }),
72
80
  cc_editor_insm_doc_size_stats: (0, _experimentBuilders.createBooleanExperiment)({
73
81
  productKeys: {
74
82
  confluence: 'cc_editor_insm_doc_size_stats'
@@ -503,15 +511,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
503
511
  param: 'isEnabled',
504
512
  defaultValue: false
505
513
  }),
506
- // Added 2025-06-20
507
- confluence_whiteboards_quick_insert_aa: (0, _experimentBuilders.createMultivariateExperiment)({
508
- productKeys: {
509
- confluence: 'confluence_whiteboards_quick_insert_aa'
510
- },
511
- param: 'cohort',
512
- values: ['control', 'test_blank', 'test_diagram'],
513
- defaultValue: 'control'
514
- }),
515
514
  // Added 2025-06-24
516
515
  platform_editor_find_and_replace_improvements: (0, _experimentBuilders.createBooleanExperiment)({
517
516
  productKeys: {
@@ -3,7 +3,6 @@ export const testMultivariateOverrides = {
3
3
  'platform_editor_ai-prompts-placeholder': 'control',
4
4
  platform_editor_ai_proactive_ai_nudge_parameters: 'control',
5
5
  platform_editor_controls: 'control',
6
- confluence_whiteboards_quick_insert_aa: 'control',
7
6
  confluence_whiteboards_quick_insert: 'control',
8
7
  confluence_whiteboards_quick_insert_localised: 'control',
9
8
  confluence_whiteboards_quick_insert_localised_aa: 'control',
@@ -63,6 +63,14 @@ export const editorExperimentsConfig = {
63
63
  param: 'isEnabled',
64
64
  defaultValue: false
65
65
  }),
66
+ // Added 2025-12-10
67
+ confluence_max_width_content_appearance: createBooleanExperiment({
68
+ productKeys: {
69
+ confluence: 'confluence_max_width_content_appearance'
70
+ },
71
+ param: 'isEnabled',
72
+ defaultValue: false
73
+ }),
66
74
  cc_editor_insm_doc_size_stats: createBooleanExperiment({
67
75
  productKeys: {
68
76
  confluence: 'cc_editor_insm_doc_size_stats'
@@ -497,15 +505,6 @@ export const editorExperimentsConfig = {
497
505
  param: 'isEnabled',
498
506
  defaultValue: false
499
507
  }),
500
- // Added 2025-06-20
501
- confluence_whiteboards_quick_insert_aa: createMultivariateExperiment({
502
- productKeys: {
503
- confluence: 'confluence_whiteboards_quick_insert_aa'
504
- },
505
- param: 'cohort',
506
- values: ['control', 'test_blank', 'test_diagram'],
507
- defaultValue: 'control'
508
- }),
509
508
  // Added 2025-06-24
510
509
  platform_editor_find_and_replace_improvements: createBooleanExperiment({
511
510
  productKeys: {
@@ -3,7 +3,6 @@ export var testMultivariateOverrides = {
3
3
  'platform_editor_ai-prompts-placeholder': 'control',
4
4
  platform_editor_ai_proactive_ai_nudge_parameters: 'control',
5
5
  platform_editor_controls: 'control',
6
- confluence_whiteboards_quick_insert_aa: 'control',
7
6
  confluence_whiteboards_quick_insert: 'control',
8
7
  confluence_whiteboards_quick_insert_localised: 'control',
9
8
  confluence_whiteboards_quick_insert_localised_aa: 'control',
@@ -63,6 +63,14 @@ export var editorExperimentsConfig = {
63
63
  param: 'isEnabled',
64
64
  defaultValue: false
65
65
  }),
66
+ // Added 2025-12-10
67
+ confluence_max_width_content_appearance: createBooleanExperiment({
68
+ productKeys: {
69
+ confluence: 'confluence_max_width_content_appearance'
70
+ },
71
+ param: 'isEnabled',
72
+ defaultValue: false
73
+ }),
66
74
  cc_editor_insm_doc_size_stats: createBooleanExperiment({
67
75
  productKeys: {
68
76
  confluence: 'cc_editor_insm_doc_size_stats'
@@ -497,15 +505,6 @@ export var editorExperimentsConfig = {
497
505
  param: 'isEnabled',
498
506
  defaultValue: false
499
507
  }),
500
- // Added 2025-06-20
501
- confluence_whiteboards_quick_insert_aa: createMultivariateExperiment({
502
- productKeys: {
503
- confluence: 'confluence_whiteboards_quick_insert_aa'
504
- },
505
- param: 'cohort',
506
- values: ['control', 'test_blank', 'test_diagram'],
507
- defaultValue: 'control'
508
- }),
509
508
  // Added 2025-06-24
510
509
  platform_editor_find_and_replace_improvements: createBooleanExperiment({
511
510
  productKeys: {
@@ -114,13 +114,6 @@ export declare const editorExperimentsConfig: {
114
114
  typeGuard: (value: unknown) => value is 'control' | 'test_blank' | 'test_diagram';
115
115
  values: ('control' | 'test_blank' | 'test_diagram')[];
116
116
  };
117
- confluence_whiteboards_quick_insert_aa: {
118
- defaultValue: 'control' | 'test_blank' | 'test_diagram';
119
- param: string;
120
- productKeys?: ProductKeys;
121
- typeGuard: (value: unknown) => value is 'control' | 'test_blank' | 'test_diagram';
122
- values: ('control' | 'test_blank' | 'test_diagram')[];
123
- };
124
117
  confluence_whiteboards_quick_insert_localised: {
125
118
  defaultValue: 'control' | 'test_blank' | 'test_diagram';
126
119
  param: string;
@@ -165,6 +158,12 @@ export declare const editorExperimentsConfig: {
165
158
  productKeys?: ProductKeys;
166
159
  typeGuard: IsBooleanType;
167
160
  };
161
+ confluence_max_width_content_appearance: {
162
+ defaultValue: boolean;
163
+ param: string;
164
+ productKeys?: ProductKeys;
165
+ typeGuard: IsBooleanType;
166
+ };
168
167
  'example-boolean': {
169
168
  defaultValue: boolean;
170
169
  param: string;
@@ -114,13 +114,6 @@ export declare const editorExperimentsConfig: {
114
114
  typeGuard: (value: unknown) => value is 'control' | 'test_blank' | 'test_diagram';
115
115
  values: ('control' | 'test_blank' | 'test_diagram')[];
116
116
  };
117
- confluence_whiteboards_quick_insert_aa: {
118
- defaultValue: 'control' | 'test_blank' | 'test_diagram';
119
- param: string;
120
- productKeys?: ProductKeys;
121
- typeGuard: (value: unknown) => value is 'control' | 'test_blank' | 'test_diagram';
122
- values: ('control' | 'test_blank' | 'test_diagram')[];
123
- };
124
117
  confluence_whiteboards_quick_insert_localised: {
125
118
  defaultValue: 'control' | 'test_blank' | 'test_diagram';
126
119
  param: string;
@@ -165,6 +158,12 @@ export declare const editorExperimentsConfig: {
165
158
  productKeys?: ProductKeys;
166
159
  typeGuard: IsBooleanType;
167
160
  };
161
+ confluence_max_width_content_appearance: {
162
+ defaultValue: boolean;
163
+ param: string;
164
+ productKeys?: ProductKeys;
165
+ typeGuard: IsBooleanType;
166
+ };
168
167
  'example-boolean': {
169
168
  defaultValue: boolean;
170
169
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "15.7.1",
3
+ "version": "15.8.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",