@atlaskit/tmp-editor-statsig 179.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,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 179.0.0
|
|
4
11
|
|
|
5
12
|
### 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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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;
|
package/package.json
CHANGED