@atlaskit/tmp-editor-statsig 94.0.0 → 95.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
|
+
## 95.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`086ba910930e9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/086ba910930e9) -
|
|
8
|
+
FFCLEANUP-96543 - cleanup fg platform_editor_remove_important_in_render_ext
|
|
9
|
+
|
|
3
10
|
## 94.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -123,14 +123,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
123
123
|
param: 'isEnabled',
|
|
124
124
|
defaultValue: false
|
|
125
125
|
}),
|
|
126
|
-
// Added 2026-02-16
|
|
127
|
-
platform_editor_remove_important_in_render_ext: (0, _experimentBuilders.createBooleanExperiment)({
|
|
128
|
-
productKeys: {
|
|
129
|
-
confluence: 'platform_editor_remove_important_in_render_ext'
|
|
130
|
-
},
|
|
131
|
-
param: 'isEnabled',
|
|
132
|
-
defaultValue: false
|
|
133
|
-
}),
|
|
134
126
|
// Added 2025-12-10
|
|
135
127
|
confluence_max_width_content_appearance: (0, _experimentBuilders.createBooleanExperiment)({
|
|
136
128
|
productKeys: {
|
|
@@ -117,14 +117,6 @@ export const editorExperimentsConfig = {
|
|
|
117
117
|
param: 'isEnabled',
|
|
118
118
|
defaultValue: false
|
|
119
119
|
}),
|
|
120
|
-
// Added 2026-02-16
|
|
121
|
-
platform_editor_remove_important_in_render_ext: createBooleanExperiment({
|
|
122
|
-
productKeys: {
|
|
123
|
-
confluence: 'platform_editor_remove_important_in_render_ext'
|
|
124
|
-
},
|
|
125
|
-
param: 'isEnabled',
|
|
126
|
-
defaultValue: false
|
|
127
|
-
}),
|
|
128
120
|
// Added 2025-12-10
|
|
129
121
|
confluence_max_width_content_appearance: createBooleanExperiment({
|
|
130
122
|
productKeys: {
|
|
@@ -117,14 +117,6 @@ export var editorExperimentsConfig = {
|
|
|
117
117
|
param: 'isEnabled',
|
|
118
118
|
defaultValue: false
|
|
119
119
|
}),
|
|
120
|
-
// Added 2026-02-16
|
|
121
|
-
platform_editor_remove_important_in_render_ext: createBooleanExperiment({
|
|
122
|
-
productKeys: {
|
|
123
|
-
confluence: 'platform_editor_remove_important_in_render_ext'
|
|
124
|
-
},
|
|
125
|
-
param: 'isEnabled',
|
|
126
|
-
defaultValue: false
|
|
127
|
-
}),
|
|
128
120
|
// Added 2025-12-10
|
|
129
121
|
confluence_max_width_content_appearance: createBooleanExperiment({
|
|
130
122
|
productKeys: {
|
|
@@ -233,12 +233,6 @@ export declare const editorExperimentsConfig: {
|
|
|
233
233
|
productKeys?: ProductKeys;
|
|
234
234
|
typeGuard: IsBooleanType;
|
|
235
235
|
};
|
|
236
|
-
platform_editor_remove_important_in_render_ext: {
|
|
237
|
-
defaultValue: boolean;
|
|
238
|
-
param: string;
|
|
239
|
-
productKeys?: ProductKeys;
|
|
240
|
-
typeGuard: IsBooleanType;
|
|
241
|
-
};
|
|
242
236
|
confluence_max_width_content_appearance: {
|
|
243
237
|
defaultValue: boolean;
|
|
244
238
|
param: string;
|
|
@@ -233,12 +233,6 @@ export declare const editorExperimentsConfig: {
|
|
|
233
233
|
productKeys?: ProductKeys;
|
|
234
234
|
typeGuard: IsBooleanType;
|
|
235
235
|
};
|
|
236
|
-
platform_editor_remove_important_in_render_ext: {
|
|
237
|
-
defaultValue: boolean;
|
|
238
|
-
param: string;
|
|
239
|
-
productKeys?: ProductKeys;
|
|
240
|
-
typeGuard: IsBooleanType;
|
|
241
|
-
};
|
|
242
236
|
confluence_max_width_content_appearance: {
|
|
243
237
|
defaultValue: boolean;
|
|
244
238
|
param: string;
|
package/package.json
CHANGED