@atlaskit/tmp-editor-statsig 201.0.0 → 202.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,14 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 202.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`3f8ea6c51b718`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3f8ea6c51b718) -
8
+ Remove the rolled-out `editor_tinymce_full_width_mode` and
9
+ `confluence_max_width_content_appearance` experiments and make max-width content behavior
10
+ permanent.
11
+
3
12
  ## 201.0.0
4
13
 
5
14
  ### Major Changes
@@ -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: {
@@ -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: {
@@ -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: {
@@ -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;
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.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",