@atlaskit/tmp-editor-statsig 179.0.0 → 182.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,30 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 182.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`6322f75743dc1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6322f75743dc1) -
|
|
8
|
+
Clean up experiment `platform_editor_expand_content_a11y`.
|
|
9
|
+
|
|
10
|
+
BREAKING CHANGE: This experiment has been removed from the Editor experiments config. The shipped
|
|
11
|
+
`isEnabled=true` path is now the default. Delete any remaining `expValEquals` / experiment reads
|
|
12
|
+
or test overrides for this key.
|
|
13
|
+
|
|
14
|
+
## 181.0.0
|
|
15
|
+
|
|
16
|
+
### Major Changes
|
|
17
|
+
|
|
18
|
+
- [`d539514424fd9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d539514424fd9) -
|
|
19
|
+
Clean up experiment `platform_editor_fix_table_sort_with_mark`
|
|
20
|
+
|
|
21
|
+
## 180.0.0
|
|
22
|
+
|
|
23
|
+
### Major Changes
|
|
24
|
+
|
|
25
|
+
- [`0cec43eb08826`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0cec43eb08826) -
|
|
26
|
+
Clean up experiment platform_editor_nested_drag_handle_icon
|
|
27
|
+
|
|
3
28
|
## 179.0.0
|
|
4
29
|
|
|
5
30
|
### Major Changes
|
|
@@ -413,14 +413,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
413
413
|
param: 'isEnabled',
|
|
414
414
|
defaultValue: false
|
|
415
415
|
}),
|
|
416
|
-
// Added 2026-07-14
|
|
417
|
-
platform_editor_fix_table_sort_with_mark: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
418
|
-
productKeys: {
|
|
419
|
-
confluence: 'platform_editor_fix_table_sort_with_mark'
|
|
420
|
-
},
|
|
421
|
-
param: 'isEnabled',
|
|
422
|
-
defaultValue: false
|
|
423
|
-
}),
|
|
424
416
|
// Added 2026-07-09
|
|
425
417
|
platform_editor_reduced_agent_profile_cards: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
426
418
|
productKeys: {
|
|
@@ -847,14 +839,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
847
839
|
param: 'isEnabled',
|
|
848
840
|
defaultValue: false
|
|
849
841
|
}),
|
|
850
|
-
// Added 2026-01-22
|
|
851
|
-
platform_editor_nested_drag_handle_icon: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
852
|
-
productKeys: {
|
|
853
|
-
confluence: 'platform_editor_nested_drag_handle_icon'
|
|
854
|
-
},
|
|
855
|
-
param: 'isEnabled',
|
|
856
|
-
defaultValue: false
|
|
857
|
-
}),
|
|
858
842
|
// Added 2026-07-16
|
|
859
843
|
platform_editor_fix_lagging_embed_resize_handle: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
860
844
|
productKeys: {
|
|
@@ -1348,14 +1332,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1348
1332
|
param: 'isEnabled',
|
|
1349
1333
|
defaultValue: false
|
|
1350
1334
|
}),
|
|
1351
|
-
// Added 2026-04-28
|
|
1352
|
-
platform_editor_expand_content_a11y: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1353
|
-
productKeys: {
|
|
1354
|
-
confluence: 'platform_editor_expand_content_a11y'
|
|
1355
|
-
},
|
|
1356
|
-
param: 'isEnabled',
|
|
1357
|
-
defaultValue: false
|
|
1358
|
-
}),
|
|
1359
1335
|
// Added 2026-04-15
|
|
1360
1336
|
platform_editor_ai_no_stream_skip_pacer: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1361
1337
|
productKeys: {
|
|
@@ -407,14 +407,6 @@ export const editorExperimentsConfig = {
|
|
|
407
407
|
param: 'isEnabled',
|
|
408
408
|
defaultValue: false
|
|
409
409
|
}),
|
|
410
|
-
// Added 2026-07-14
|
|
411
|
-
platform_editor_fix_table_sort_with_mark: createBooleanExperiment({
|
|
412
|
-
productKeys: {
|
|
413
|
-
confluence: 'platform_editor_fix_table_sort_with_mark'
|
|
414
|
-
},
|
|
415
|
-
param: 'isEnabled',
|
|
416
|
-
defaultValue: false
|
|
417
|
-
}),
|
|
418
410
|
// Added 2026-07-09
|
|
419
411
|
platform_editor_reduced_agent_profile_cards: createBooleanExperiment({
|
|
420
412
|
productKeys: {
|
|
@@ -841,14 +833,6 @@ export const editorExperimentsConfig = {
|
|
|
841
833
|
param: 'isEnabled',
|
|
842
834
|
defaultValue: false
|
|
843
835
|
}),
|
|
844
|
-
// Added 2026-01-22
|
|
845
|
-
platform_editor_nested_drag_handle_icon: createBooleanExperiment({
|
|
846
|
-
productKeys: {
|
|
847
|
-
confluence: 'platform_editor_nested_drag_handle_icon'
|
|
848
|
-
},
|
|
849
|
-
param: 'isEnabled',
|
|
850
|
-
defaultValue: false
|
|
851
|
-
}),
|
|
852
836
|
// Added 2026-07-16
|
|
853
837
|
platform_editor_fix_lagging_embed_resize_handle: createBooleanExperiment({
|
|
854
838
|
productKeys: {
|
|
@@ -1342,14 +1326,6 @@ export const editorExperimentsConfig = {
|
|
|
1342
1326
|
param: 'isEnabled',
|
|
1343
1327
|
defaultValue: false
|
|
1344
1328
|
}),
|
|
1345
|
-
// Added 2026-04-28
|
|
1346
|
-
platform_editor_expand_content_a11y: createBooleanExperiment({
|
|
1347
|
-
productKeys: {
|
|
1348
|
-
confluence: 'platform_editor_expand_content_a11y'
|
|
1349
|
-
},
|
|
1350
|
-
param: 'isEnabled',
|
|
1351
|
-
defaultValue: false
|
|
1352
|
-
}),
|
|
1353
1329
|
// Added 2026-04-15
|
|
1354
1330
|
platform_editor_ai_no_stream_skip_pacer: createBooleanExperiment({
|
|
1355
1331
|
productKeys: {
|
|
@@ -407,14 +407,6 @@ export var editorExperimentsConfig = {
|
|
|
407
407
|
param: 'isEnabled',
|
|
408
408
|
defaultValue: false
|
|
409
409
|
}),
|
|
410
|
-
// Added 2026-07-14
|
|
411
|
-
platform_editor_fix_table_sort_with_mark: createBooleanExperiment({
|
|
412
|
-
productKeys: {
|
|
413
|
-
confluence: 'platform_editor_fix_table_sort_with_mark'
|
|
414
|
-
},
|
|
415
|
-
param: 'isEnabled',
|
|
416
|
-
defaultValue: false
|
|
417
|
-
}),
|
|
418
410
|
// Added 2026-07-09
|
|
419
411
|
platform_editor_reduced_agent_profile_cards: createBooleanExperiment({
|
|
420
412
|
productKeys: {
|
|
@@ -841,14 +833,6 @@ export var editorExperimentsConfig = {
|
|
|
841
833
|
param: 'isEnabled',
|
|
842
834
|
defaultValue: false
|
|
843
835
|
}),
|
|
844
|
-
// Added 2026-01-22
|
|
845
|
-
platform_editor_nested_drag_handle_icon: createBooleanExperiment({
|
|
846
|
-
productKeys: {
|
|
847
|
-
confluence: 'platform_editor_nested_drag_handle_icon'
|
|
848
|
-
},
|
|
849
|
-
param: 'isEnabled',
|
|
850
|
-
defaultValue: false
|
|
851
|
-
}),
|
|
852
836
|
// Added 2026-07-16
|
|
853
837
|
platform_editor_fix_lagging_embed_resize_handle: createBooleanExperiment({
|
|
854
838
|
productKeys: {
|
|
@@ -1342,14 +1326,6 @@ export var editorExperimentsConfig = {
|
|
|
1342
1326
|
param: 'isEnabled',
|
|
1343
1327
|
defaultValue: false
|
|
1344
1328
|
}),
|
|
1345
|
-
// Added 2026-04-28
|
|
1346
|
-
platform_editor_expand_content_a11y: createBooleanExperiment({
|
|
1347
|
-
productKeys: {
|
|
1348
|
-
confluence: 'platform_editor_expand_content_a11y'
|
|
1349
|
-
},
|
|
1350
|
-
param: 'isEnabled',
|
|
1351
|
-
defaultValue: false
|
|
1352
|
-
}),
|
|
1353
1329
|
// Added 2026-04-15
|
|
1354
1330
|
platform_editor_ai_no_stream_skip_pacer: createBooleanExperiment({
|
|
1355
1331
|
productKeys: {
|
|
@@ -630,12 +630,6 @@ export declare const editorExperimentsConfig: {
|
|
|
630
630
|
productKeys?: ProductKeys;
|
|
631
631
|
typeGuard: IsBooleanType;
|
|
632
632
|
};
|
|
633
|
-
platform_editor_nested_drag_handle_icon: {
|
|
634
|
-
defaultValue: boolean;
|
|
635
|
-
param: string;
|
|
636
|
-
productKeys?: ProductKeys;
|
|
637
|
-
typeGuard: IsBooleanType;
|
|
638
|
-
};
|
|
639
633
|
platform_editor_renderer_toolbar_updates: {
|
|
640
634
|
defaultValue: boolean;
|
|
641
635
|
param: string;
|
|
@@ -1034,12 +1028,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1034
1028
|
productKeys?: ProductKeys;
|
|
1035
1029
|
typeGuard: IsBooleanType;
|
|
1036
1030
|
};
|
|
1037
|
-
platform_editor_expand_content_a11y: {
|
|
1038
|
-
defaultValue: boolean;
|
|
1039
|
-
param: string;
|
|
1040
|
-
productKeys?: ProductKeys;
|
|
1041
|
-
typeGuard: IsBooleanType;
|
|
1042
|
-
};
|
|
1043
1031
|
platform_editor_hydration_skip_react_portal: {
|
|
1044
1032
|
defaultValue: boolean;
|
|
1045
1033
|
param: string;
|
|
@@ -1137,12 +1125,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1137
1125
|
productKeys?: ProductKeys;
|
|
1138
1126
|
typeGuard: IsBooleanType;
|
|
1139
1127
|
};
|
|
1140
|
-
platform_editor_fix_table_sort_with_mark: {
|
|
1141
|
-
defaultValue: boolean;
|
|
1142
|
-
param: string;
|
|
1143
|
-
productKeys?: ProductKeys;
|
|
1144
|
-
typeGuard: IsBooleanType;
|
|
1145
|
-
};
|
|
1146
1128
|
platform_editor_ai_replace_doc: {
|
|
1147
1129
|
defaultValue: boolean;
|
|
1148
1130
|
param: string;
|
package/package.json
CHANGED