@atlaskit/tmp-editor-statsig 131.0.0 → 132.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
|
+
## 132.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`d73da6cdded98`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d73da6cdded98) -
|
|
8
|
+
Clean up experiment `confluence_max_width_breakout_extension_fix` (now permanently enabled)
|
|
9
|
+
|
|
3
10
|
## 131.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -165,14 +165,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
165
165
|
param: 'isEnabled',
|
|
166
166
|
defaultValue: false
|
|
167
167
|
}),
|
|
168
|
-
// Added 2026-01-15
|
|
169
|
-
confluence_max_width_breakout_extension_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
170
|
-
productKeys: {
|
|
171
|
-
confluence: 'confluence_max_width_breakout_extension_fix'
|
|
172
|
-
},
|
|
173
|
-
param: 'isEnabled',
|
|
174
|
-
defaultValue: false
|
|
175
|
-
}),
|
|
176
168
|
confluence_quick_insert_embeds: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
177
169
|
productKeys: {
|
|
178
170
|
confluence: 'confluence_quick_insert_embeds'
|
|
@@ -1730,6 +1722,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1730
1722
|
param: 'isEnabled',
|
|
1731
1723
|
defaultValue: false
|
|
1732
1724
|
}),
|
|
1725
|
+
// Added 2026-07-17
|
|
1726
|
+
platform_editor_improve_inline_diffs: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1727
|
+
productKeys: {
|
|
1728
|
+
confluence: 'platform_editor_improve_inline_diffs'
|
|
1729
|
+
},
|
|
1730
|
+
param: 'isEnabled',
|
|
1731
|
+
defaultValue: false
|
|
1732
|
+
}),
|
|
1733
1733
|
// Added 2026-03-10
|
|
1734
1734
|
platform_editor_fix_media_toolbar_border_dropdown: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1735
1735
|
productKeys: {
|
|
@@ -159,14 +159,6 @@ export const editorExperimentsConfig = {
|
|
|
159
159
|
param: 'isEnabled',
|
|
160
160
|
defaultValue: false
|
|
161
161
|
}),
|
|
162
|
-
// Added 2026-01-15
|
|
163
|
-
confluence_max_width_breakout_extension_fix: createBooleanExperiment({
|
|
164
|
-
productKeys: {
|
|
165
|
-
confluence: 'confluence_max_width_breakout_extension_fix'
|
|
166
|
-
},
|
|
167
|
-
param: 'isEnabled',
|
|
168
|
-
defaultValue: false
|
|
169
|
-
}),
|
|
170
162
|
confluence_quick_insert_embeds: createMultivariateExperiment({
|
|
171
163
|
productKeys: {
|
|
172
164
|
confluence: 'confluence_quick_insert_embeds'
|
|
@@ -1724,6 +1716,14 @@ export const editorExperimentsConfig = {
|
|
|
1724
1716
|
param: 'isEnabled',
|
|
1725
1717
|
defaultValue: false
|
|
1726
1718
|
}),
|
|
1719
|
+
// Added 2026-07-17
|
|
1720
|
+
platform_editor_improve_inline_diffs: createBooleanExperiment({
|
|
1721
|
+
productKeys: {
|
|
1722
|
+
confluence: 'platform_editor_improve_inline_diffs'
|
|
1723
|
+
},
|
|
1724
|
+
param: 'isEnabled',
|
|
1725
|
+
defaultValue: false
|
|
1726
|
+
}),
|
|
1727
1727
|
// Added 2026-03-10
|
|
1728
1728
|
platform_editor_fix_media_toolbar_border_dropdown: createBooleanExperiment({
|
|
1729
1729
|
productKeys: {
|
|
@@ -159,14 +159,6 @@ export var editorExperimentsConfig = {
|
|
|
159
159
|
param: 'isEnabled',
|
|
160
160
|
defaultValue: false
|
|
161
161
|
}),
|
|
162
|
-
// Added 2026-01-15
|
|
163
|
-
confluence_max_width_breakout_extension_fix: createBooleanExperiment({
|
|
164
|
-
productKeys: {
|
|
165
|
-
confluence: 'confluence_max_width_breakout_extension_fix'
|
|
166
|
-
},
|
|
167
|
-
param: 'isEnabled',
|
|
168
|
-
defaultValue: false
|
|
169
|
-
}),
|
|
170
162
|
confluence_quick_insert_embeds: createMultivariateExperiment({
|
|
171
163
|
productKeys: {
|
|
172
164
|
confluence: 'confluence_quick_insert_embeds'
|
|
@@ -1724,6 +1716,14 @@ export var editorExperimentsConfig = {
|
|
|
1724
1716
|
param: 'isEnabled',
|
|
1725
1717
|
defaultValue: false
|
|
1726
1718
|
}),
|
|
1719
|
+
// Added 2026-07-17
|
|
1720
|
+
platform_editor_improve_inline_diffs: createBooleanExperiment({
|
|
1721
|
+
productKeys: {
|
|
1722
|
+
confluence: 'platform_editor_improve_inline_diffs'
|
|
1723
|
+
},
|
|
1724
|
+
param: 'isEnabled',
|
|
1725
|
+
defaultValue: false
|
|
1726
|
+
}),
|
|
1727
1727
|
// Added 2026-03-10
|
|
1728
1728
|
platform_editor_fix_media_toolbar_border_dropdown: createBooleanExperiment({
|
|
1729
1729
|
productKeys: {
|
|
@@ -270,12 +270,6 @@ export declare const editorExperimentsConfig: {
|
|
|
270
270
|
productKeys?: ProductKeys;
|
|
271
271
|
typeGuard: IsBooleanType;
|
|
272
272
|
};
|
|
273
|
-
confluence_max_width_breakout_extension_fix: {
|
|
274
|
-
defaultValue: boolean;
|
|
275
|
-
param: string;
|
|
276
|
-
productKeys?: ProductKeys;
|
|
277
|
-
typeGuard: IsBooleanType;
|
|
278
|
-
};
|
|
279
273
|
confluence_quick_insert_embeds: {
|
|
280
274
|
defaultValue: 'control' | 'prioritizeLinkInQIM' | 'prioritizeEmbedInQIM';
|
|
281
275
|
param: string;
|
|
@@ -1336,6 +1330,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1336
1330
|
productKeys?: ProductKeys;
|
|
1337
1331
|
typeGuard: IsBooleanType;
|
|
1338
1332
|
};
|
|
1333
|
+
platform_editor_improve_inline_diffs: {
|
|
1334
|
+
defaultValue: boolean;
|
|
1335
|
+
param: string;
|
|
1336
|
+
productKeys?: ProductKeys;
|
|
1337
|
+
typeGuard: IsBooleanType;
|
|
1338
|
+
};
|
|
1339
1339
|
platform_editor_fix_media_toolbar_border_dropdown: {
|
|
1340
1340
|
defaultValue: boolean;
|
|
1341
1341
|
param: string;
|
package/package.json
CHANGED