@atlaskit/tmp-editor-statsig 178.0.0 → 180.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
|
+
## 180.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`0cec43eb08826`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0cec43eb08826) -
|
|
8
|
+
Clean up experiment platform_editor_nested_drag_handle_icon
|
|
9
|
+
|
|
10
|
+
## 179.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`3422261e7a40e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3422261e7a40e) -
|
|
15
|
+
Clean up experiment `platform_editor_smartlink_local_cache`.
|
|
16
|
+
- [`35f8ff3c9ce4f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/35f8ff3c9ce4f) -
|
|
17
|
+
Clean up the released `platform_editor_improve_inline_diffs` experiment and remove the obsolete
|
|
18
|
+
editor experiment migration entry point.
|
|
19
|
+
|
|
3
20
|
## 178.0.0
|
|
4
21
|
|
|
5
22
|
### Major Changes
|
|
@@ -847,14 +847,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
847
847
|
param: 'isEnabled',
|
|
848
848
|
defaultValue: false
|
|
849
849
|
}),
|
|
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
850
|
// Added 2026-07-16
|
|
859
851
|
platform_editor_fix_lagging_embed_resize_handle: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
860
852
|
productKeys: {
|
|
@@ -903,14 +895,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
903
895
|
values: ['control', 'new-description', 'orig-description'],
|
|
904
896
|
defaultValue: 'control'
|
|
905
897
|
}),
|
|
906
|
-
// Added 2026-01-28
|
|
907
|
-
platform_editor_smartlink_local_cache: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
908
|
-
productKeys: {
|
|
909
|
-
confluence: 'platform_editor_smartlink_local_cache'
|
|
910
|
-
},
|
|
911
|
-
param: 'isEnabled',
|
|
912
|
-
defaultValue: false
|
|
913
|
-
}),
|
|
914
898
|
// Added 2026-07-20
|
|
915
899
|
platform_editor_fix_ai_streaming_race: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
916
900
|
productKeys: {
|
|
@@ -1246,14 +1230,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1246
1230
|
param: 'isEnabled',
|
|
1247
1231
|
defaultValue: false
|
|
1248
1232
|
}),
|
|
1249
|
-
// Added 2026-07-17
|
|
1250
|
-
platform_editor_improve_inline_diffs: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1251
|
-
productKeys: {
|
|
1252
|
-
confluence: 'platform_editor_improve_inline_diffs'
|
|
1253
|
-
},
|
|
1254
|
-
param: 'isEnabled',
|
|
1255
|
-
defaultValue: false
|
|
1256
|
-
}),
|
|
1257
1233
|
// Added 2026-03-10
|
|
1258
1234
|
platform_editor_fix_media_toolbar_border_dropdown: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1259
1235
|
productKeys: {
|
|
@@ -841,14 +841,6 @@ export const editorExperimentsConfig = {
|
|
|
841
841
|
param: 'isEnabled',
|
|
842
842
|
defaultValue: false
|
|
843
843
|
}),
|
|
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
844
|
// Added 2026-07-16
|
|
853
845
|
platform_editor_fix_lagging_embed_resize_handle: createBooleanExperiment({
|
|
854
846
|
productKeys: {
|
|
@@ -897,14 +889,6 @@ export const editorExperimentsConfig = {
|
|
|
897
889
|
values: ['control', 'new-description', 'orig-description'],
|
|
898
890
|
defaultValue: 'control'
|
|
899
891
|
}),
|
|
900
|
-
// Added 2026-01-28
|
|
901
|
-
platform_editor_smartlink_local_cache: createBooleanExperiment({
|
|
902
|
-
productKeys: {
|
|
903
|
-
confluence: 'platform_editor_smartlink_local_cache'
|
|
904
|
-
},
|
|
905
|
-
param: 'isEnabled',
|
|
906
|
-
defaultValue: false
|
|
907
|
-
}),
|
|
908
892
|
// Added 2026-07-20
|
|
909
893
|
platform_editor_fix_ai_streaming_race: createBooleanExperiment({
|
|
910
894
|
productKeys: {
|
|
@@ -1240,14 +1224,6 @@ export const editorExperimentsConfig = {
|
|
|
1240
1224
|
param: 'isEnabled',
|
|
1241
1225
|
defaultValue: false
|
|
1242
1226
|
}),
|
|
1243
|
-
// Added 2026-07-17
|
|
1244
|
-
platform_editor_improve_inline_diffs: createBooleanExperiment({
|
|
1245
|
-
productKeys: {
|
|
1246
|
-
confluence: 'platform_editor_improve_inline_diffs'
|
|
1247
|
-
},
|
|
1248
|
-
param: 'isEnabled',
|
|
1249
|
-
defaultValue: false
|
|
1250
|
-
}),
|
|
1251
1227
|
// Added 2026-03-10
|
|
1252
1228
|
platform_editor_fix_media_toolbar_border_dropdown: createBooleanExperiment({
|
|
1253
1229
|
productKeys: {
|
|
@@ -841,14 +841,6 @@ export var editorExperimentsConfig = {
|
|
|
841
841
|
param: 'isEnabled',
|
|
842
842
|
defaultValue: false
|
|
843
843
|
}),
|
|
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
844
|
// Added 2026-07-16
|
|
853
845
|
platform_editor_fix_lagging_embed_resize_handle: createBooleanExperiment({
|
|
854
846
|
productKeys: {
|
|
@@ -897,14 +889,6 @@ export var editorExperimentsConfig = {
|
|
|
897
889
|
values: ['control', 'new-description', 'orig-description'],
|
|
898
890
|
defaultValue: 'control'
|
|
899
891
|
}),
|
|
900
|
-
// Added 2026-01-28
|
|
901
|
-
platform_editor_smartlink_local_cache: createBooleanExperiment({
|
|
902
|
-
productKeys: {
|
|
903
|
-
confluence: 'platform_editor_smartlink_local_cache'
|
|
904
|
-
},
|
|
905
|
-
param: 'isEnabled',
|
|
906
|
-
defaultValue: false
|
|
907
|
-
}),
|
|
908
892
|
// Added 2026-07-20
|
|
909
893
|
platform_editor_fix_ai_streaming_race: createBooleanExperiment({
|
|
910
894
|
productKeys: {
|
|
@@ -1240,14 +1224,6 @@ export var editorExperimentsConfig = {
|
|
|
1240
1224
|
param: 'isEnabled',
|
|
1241
1225
|
defaultValue: false
|
|
1242
1226
|
}),
|
|
1243
|
-
// Added 2026-07-17
|
|
1244
|
-
platform_editor_improve_inline_diffs: createBooleanExperiment({
|
|
1245
|
-
productKeys: {
|
|
1246
|
-
confluence: 'platform_editor_improve_inline_diffs'
|
|
1247
|
-
},
|
|
1248
|
-
param: 'isEnabled',
|
|
1249
|
-
defaultValue: false
|
|
1250
|
-
}),
|
|
1251
1227
|
// Added 2026-03-10
|
|
1252
1228
|
platform_editor_fix_media_toolbar_border_dropdown: createBooleanExperiment({
|
|
1253
1229
|
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;
|
|
@@ -685,12 +679,6 @@ export declare const editorExperimentsConfig: {
|
|
|
685
679
|
productKeys?: ProductKeys;
|
|
686
680
|
typeGuard: IsBooleanType;
|
|
687
681
|
};
|
|
688
|
-
platform_editor_smartlink_local_cache: {
|
|
689
|
-
defaultValue: boolean;
|
|
690
|
-
param: string;
|
|
691
|
-
productKeys?: ProductKeys;
|
|
692
|
-
typeGuard: IsBooleanType;
|
|
693
|
-
};
|
|
694
682
|
platform_editor_bodiedextension_layoutshift_fix: {
|
|
695
683
|
defaultValue: boolean;
|
|
696
684
|
param: string;
|
|
@@ -962,12 +950,6 @@ export declare const editorExperimentsConfig: {
|
|
|
962
950
|
productKeys?: ProductKeys;
|
|
963
951
|
typeGuard: IsBooleanType;
|
|
964
952
|
};
|
|
965
|
-
platform_editor_improve_inline_diffs: {
|
|
966
|
-
defaultValue: boolean;
|
|
967
|
-
param: string;
|
|
968
|
-
productKeys?: ProductKeys;
|
|
969
|
-
typeGuard: IsBooleanType;
|
|
970
|
-
};
|
|
971
953
|
platform_editor_fix_media_toolbar_border_dropdown: {
|
|
972
954
|
defaultValue: boolean;
|
|
973
955
|
param: string;
|
package/package.json
CHANGED