@atlaskit/tmp-editor-statsig 32.11.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 +24 -0
- package/dist/cjs/experiments-config.js +16 -7
- package/dist/es2019/experiments-config.js +16 -7
- package/dist/esm/experiments-config.js +16 -7
- package/dist/types/experiments-config.d.ts +12 -6
- package/dist/types-ts4.5/experiments-config.d.ts +12 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
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
|
+
|
|
20
|
+
## 32.12.0
|
|
21
|
+
|
|
22
|
+
### Minor Changes
|
|
23
|
+
|
|
24
|
+
- [`2ba512be34b34`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2ba512be34b34) -
|
|
25
|
+
[ux] always enable table resizer extended zone
|
|
26
|
+
|
|
3
27
|
## 32.11.0
|
|
4
28
|
|
|
5
29
|
### 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: {
|
|
@@ -1576,5 +1577,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1576
1577
|
},
|
|
1577
1578
|
param: 'isEnabled',
|
|
1578
1579
|
defaultValue: false
|
|
1580
|
+
}),
|
|
1581
|
+
// Added 2026-03-05
|
|
1582
|
+
platform_editor_table_resizer_extended_zone: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1583
|
+
productKeys: {
|
|
1584
|
+
confluence: 'platform_editor_table_resizer_extended_zone'
|
|
1585
|
+
},
|
|
1586
|
+
param: 'isEnabled',
|
|
1587
|
+
defaultValue: false
|
|
1579
1588
|
})
|
|
1580
1589
|
};
|
|
@@ -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: {
|
|
@@ -1570,5 +1571,13 @@ export const editorExperimentsConfig = {
|
|
|
1570
1571
|
},
|
|
1571
1572
|
param: 'isEnabled',
|
|
1572
1573
|
defaultValue: false
|
|
1574
|
+
}),
|
|
1575
|
+
// Added 2026-03-05
|
|
1576
|
+
platform_editor_table_resizer_extended_zone: createBooleanExperiment({
|
|
1577
|
+
productKeys: {
|
|
1578
|
+
confluence: 'platform_editor_table_resizer_extended_zone'
|
|
1579
|
+
},
|
|
1580
|
+
param: 'isEnabled',
|
|
1581
|
+
defaultValue: false
|
|
1573
1582
|
})
|
|
1574
1583
|
};
|
|
@@ -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: {
|
|
@@ -1570,5 +1571,13 @@ export var editorExperimentsConfig = {
|
|
|
1570
1571
|
},
|
|
1571
1572
|
param: 'isEnabled',
|
|
1572
1573
|
defaultValue: false
|
|
1574
|
+
}),
|
|
1575
|
+
// Added 2026-03-05
|
|
1576
|
+
platform_editor_table_resizer_extended_zone: createBooleanExperiment({
|
|
1577
|
+
productKeys: {
|
|
1578
|
+
confluence: 'platform_editor_table_resizer_extended_zone'
|
|
1579
|
+
},
|
|
1580
|
+
param: 'isEnabled',
|
|
1581
|
+
defaultValue: false
|
|
1573
1582
|
})
|
|
1574
1583
|
};
|
|
@@ -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;
|
|
@@ -1164,5 +1164,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1164
1164
|
productKeys?: ProductKeys;
|
|
1165
1165
|
typeGuard: IsBooleanType;
|
|
1166
1166
|
};
|
|
1167
|
+
platform_editor_table_resizer_extended_zone: {
|
|
1168
|
+
defaultValue: boolean;
|
|
1169
|
+
param: string;
|
|
1170
|
+
productKeys?: ProductKeys;
|
|
1171
|
+
typeGuard: IsBooleanType;
|
|
1172
|
+
};
|
|
1167
1173
|
};
|
|
1168
1174
|
export {};
|
|
@@ -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;
|
|
@@ -1164,5 +1164,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1164
1164
|
productKeys?: ProductKeys;
|
|
1165
1165
|
typeGuard: IsBooleanType;
|
|
1166
1166
|
};
|
|
1167
|
+
platform_editor_table_resizer_extended_zone: {
|
|
1168
|
+
defaultValue: boolean;
|
|
1169
|
+
param: string;
|
|
1170
|
+
productKeys?: ProductKeys;
|
|
1171
|
+
typeGuard: IsBooleanType;
|
|
1172
|
+
};
|
|
1167
1173
|
};
|
|
1168
1174
|
export {};
|
package/package.json
CHANGED