@atlaskit/tmp-editor-statsig 32.12.0 → 33.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,22 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 33.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`a549780d70a91`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a549780d70a91) -
|
|
8
|
+
Clean up confluence_inline_insert_excerpt_width_bugfix experiment
|
|
9
|
+
|
|
10
|
+
### Minor Changes
|
|
11
|
+
|
|
12
|
+
- [`671397538b131`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/671397538b131) -
|
|
13
|
+
All additive changes with a gate on the main ability of it to be used via the slides experiment.
|
|
14
|
+
Should be a completely safe change.
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 32.12.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
|
@@ -1270,13 +1270,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1270
1270
|
param: 'isEnabled',
|
|
1271
1271
|
defaultValue: false
|
|
1272
1272
|
}),
|
|
1273
|
-
confluence_inline_insert_excerpt_width_bugfix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1274
|
-
productKeys: {
|
|
1275
|
-
confluence: 'confluence_inline_insert_excerpt_width_bugfix'
|
|
1276
|
-
},
|
|
1277
|
-
param: 'isEnabled',
|
|
1278
|
-
defaultValue: false
|
|
1279
|
-
}),
|
|
1280
1273
|
// Added 2025-01-29
|
|
1281
1274
|
platform_editor_send_client_platform_header: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1282
1275
|
productKeys: {
|
|
@@ -1453,6 +1446,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1453
1446
|
param: 'isEnabled',
|
|
1454
1447
|
defaultValue: false
|
|
1455
1448
|
}),
|
|
1449
|
+
// Added 2026-03-05
|
|
1450
|
+
'cc-mui-slides-experiment': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1451
|
+
productKeys: {
|
|
1452
|
+
confluence: 'cc-mui-slides-experiment'
|
|
1453
|
+
},
|
|
1454
|
+
param: 'isEnabled',
|
|
1455
|
+
defaultValue: false
|
|
1456
|
+
}),
|
|
1456
1457
|
// Added 2026-02-12
|
|
1457
1458
|
platform_editor_a11y_escape_link_dialog: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1458
1459
|
productKeys: {
|
|
@@ -1264,13 +1264,6 @@ export const editorExperimentsConfig = {
|
|
|
1264
1264
|
param: 'isEnabled',
|
|
1265
1265
|
defaultValue: false
|
|
1266
1266
|
}),
|
|
1267
|
-
confluence_inline_insert_excerpt_width_bugfix: createBooleanExperiment({
|
|
1268
|
-
productKeys: {
|
|
1269
|
-
confluence: 'confluence_inline_insert_excerpt_width_bugfix'
|
|
1270
|
-
},
|
|
1271
|
-
param: 'isEnabled',
|
|
1272
|
-
defaultValue: false
|
|
1273
|
-
}),
|
|
1274
1267
|
// Added 2025-01-29
|
|
1275
1268
|
platform_editor_send_client_platform_header: createBooleanExperiment({
|
|
1276
1269
|
productKeys: {
|
|
@@ -1447,6 +1440,14 @@ export const editorExperimentsConfig = {
|
|
|
1447
1440
|
param: 'isEnabled',
|
|
1448
1441
|
defaultValue: false
|
|
1449
1442
|
}),
|
|
1443
|
+
// Added 2026-03-05
|
|
1444
|
+
'cc-mui-slides-experiment': createBooleanExperiment({
|
|
1445
|
+
productKeys: {
|
|
1446
|
+
confluence: 'cc-mui-slides-experiment'
|
|
1447
|
+
},
|
|
1448
|
+
param: 'isEnabled',
|
|
1449
|
+
defaultValue: false
|
|
1450
|
+
}),
|
|
1450
1451
|
// Added 2026-02-12
|
|
1451
1452
|
platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
|
|
1452
1453
|
productKeys: {
|
|
@@ -1264,13 +1264,6 @@ export var editorExperimentsConfig = {
|
|
|
1264
1264
|
param: 'isEnabled',
|
|
1265
1265
|
defaultValue: false
|
|
1266
1266
|
}),
|
|
1267
|
-
confluence_inline_insert_excerpt_width_bugfix: createBooleanExperiment({
|
|
1268
|
-
productKeys: {
|
|
1269
|
-
confluence: 'confluence_inline_insert_excerpt_width_bugfix'
|
|
1270
|
-
},
|
|
1271
|
-
param: 'isEnabled',
|
|
1272
|
-
defaultValue: false
|
|
1273
|
-
}),
|
|
1274
1267
|
// Added 2025-01-29
|
|
1275
1268
|
platform_editor_send_client_platform_header: createBooleanExperiment({
|
|
1276
1269
|
productKeys: {
|
|
@@ -1447,6 +1440,14 @@ export var editorExperimentsConfig = {
|
|
|
1447
1440
|
param: 'isEnabled',
|
|
1448
1441
|
defaultValue: false
|
|
1449
1442
|
}),
|
|
1443
|
+
// Added 2026-03-05
|
|
1444
|
+
'cc-mui-slides-experiment': createBooleanExperiment({
|
|
1445
|
+
productKeys: {
|
|
1446
|
+
confluence: 'cc-mui-slides-experiment'
|
|
1447
|
+
},
|
|
1448
|
+
param: 'isEnabled',
|
|
1449
|
+
defaultValue: false
|
|
1450
|
+
}),
|
|
1450
1451
|
// Added 2026-02-12
|
|
1451
1452
|
platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
|
|
1452
1453
|
productKeys: {
|
|
@@ -929,12 +929,6 @@ export declare const editorExperimentsConfig: {
|
|
|
929
929
|
productKeys?: ProductKeys;
|
|
930
930
|
typeGuard: IsBooleanType;
|
|
931
931
|
};
|
|
932
|
-
confluence_inline_insert_excerpt_width_bugfix: {
|
|
933
|
-
defaultValue: boolean;
|
|
934
|
-
param: string;
|
|
935
|
-
productKeys?: ProductKeys;
|
|
936
|
-
typeGuard: IsBooleanType;
|
|
937
|
-
};
|
|
938
932
|
platform_editor_fix_cursor_flickering: {
|
|
939
933
|
defaultValue: boolean;
|
|
940
934
|
param: string;
|
|
@@ -1080,6 +1074,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1080
1074
|
productKeys?: ProductKeys;
|
|
1081
1075
|
typeGuard: IsBooleanType;
|
|
1082
1076
|
};
|
|
1077
|
+
'cc-mui-slides-experiment': {
|
|
1078
|
+
defaultValue: boolean;
|
|
1079
|
+
param: string;
|
|
1080
|
+
productKeys?: ProductKeys;
|
|
1081
|
+
typeGuard: IsBooleanType;
|
|
1082
|
+
};
|
|
1083
1083
|
platform_editor_a11y_escape_link_dialog: {
|
|
1084
1084
|
defaultValue: boolean;
|
|
1085
1085
|
param: string;
|
|
@@ -929,12 +929,6 @@ export declare const editorExperimentsConfig: {
|
|
|
929
929
|
productKeys?: ProductKeys;
|
|
930
930
|
typeGuard: IsBooleanType;
|
|
931
931
|
};
|
|
932
|
-
confluence_inline_insert_excerpt_width_bugfix: {
|
|
933
|
-
defaultValue: boolean;
|
|
934
|
-
param: string;
|
|
935
|
-
productKeys?: ProductKeys;
|
|
936
|
-
typeGuard: IsBooleanType;
|
|
937
|
-
};
|
|
938
932
|
platform_editor_fix_cursor_flickering: {
|
|
939
933
|
defaultValue: boolean;
|
|
940
934
|
param: string;
|
|
@@ -1080,6 +1074,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1080
1074
|
productKeys?: ProductKeys;
|
|
1081
1075
|
typeGuard: IsBooleanType;
|
|
1082
1076
|
};
|
|
1077
|
+
'cc-mui-slides-experiment': {
|
|
1078
|
+
defaultValue: boolean;
|
|
1079
|
+
param: string;
|
|
1080
|
+
productKeys?: ProductKeys;
|
|
1081
|
+
typeGuard: IsBooleanType;
|
|
1082
|
+
};
|
|
1083
1083
|
platform_editor_a11y_escape_link_dialog: {
|
|
1084
1084
|
defaultValue: boolean;
|
|
1085
1085
|
param: string;
|
package/package.json
CHANGED