@atlaskit/tmp-editor-statsig 135.11.0 → 136.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
|
+
## 136.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`e4a610e4c20f3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e4a610e4c20f3) -
|
|
8
|
+
Clean up experiment `remix_button_right_margin_hover`
|
|
9
|
+
|
|
3
10
|
## 135.11.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -91,14 +91,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
91
91
|
param: 'isEnabled',
|
|
92
92
|
defaultValue: false
|
|
93
93
|
}),
|
|
94
|
-
// Added 2026-06-09
|
|
95
|
-
remix_button_right_margin_hover: (0, _experimentBuilders.createBooleanExperiment)({
|
|
96
|
-
productKeys: {
|
|
97
|
-
confluence: 'remix_button_right_margin_hover'
|
|
98
|
-
},
|
|
99
|
-
param: 'isEnabled',
|
|
100
|
-
defaultValue: false
|
|
101
|
-
}),
|
|
102
94
|
// Editor Platform experiments
|
|
103
95
|
// lwoollard experiments
|
|
104
96
|
|
|
@@ -85,14 +85,6 @@ export const editorExperimentsConfig = {
|
|
|
85
85
|
param: 'isEnabled',
|
|
86
86
|
defaultValue: false
|
|
87
87
|
}),
|
|
88
|
-
// Added 2026-06-09
|
|
89
|
-
remix_button_right_margin_hover: createBooleanExperiment({
|
|
90
|
-
productKeys: {
|
|
91
|
-
confluence: 'remix_button_right_margin_hover'
|
|
92
|
-
},
|
|
93
|
-
param: 'isEnabled',
|
|
94
|
-
defaultValue: false
|
|
95
|
-
}),
|
|
96
88
|
// Editor Platform experiments
|
|
97
89
|
// lwoollard experiments
|
|
98
90
|
|
|
@@ -85,14 +85,6 @@ export var editorExperimentsConfig = {
|
|
|
85
85
|
param: 'isEnabled',
|
|
86
86
|
defaultValue: false
|
|
87
87
|
}),
|
|
88
|
-
// Added 2026-06-09
|
|
89
|
-
remix_button_right_margin_hover: createBooleanExperiment({
|
|
90
|
-
productKeys: {
|
|
91
|
-
confluence: 'remix_button_right_margin_hover'
|
|
92
|
-
},
|
|
93
|
-
param: 'isEnabled',
|
|
94
|
-
defaultValue: false
|
|
95
|
-
}),
|
|
96
88
|
// Editor Platform experiments
|
|
97
89
|
// lwoollard experiments
|
|
98
90
|
|
|
@@ -63,12 +63,6 @@ export declare const editorExperimentsConfig: {
|
|
|
63
63
|
productKeys?: ProductKeys;
|
|
64
64
|
typeGuard: IsBooleanType;
|
|
65
65
|
};
|
|
66
|
-
remix_button_right_margin_hover: {
|
|
67
|
-
defaultValue: boolean;
|
|
68
|
-
param: string;
|
|
69
|
-
productKeys?: ProductKeys;
|
|
70
|
-
typeGuard: IsBooleanType;
|
|
71
|
-
};
|
|
72
66
|
advanced_layouts: {
|
|
73
67
|
defaultValue: boolean;
|
|
74
68
|
param: string;
|
package/package.json
CHANGED