@atlaskit/tmp-editor-statsig 152.0.0 → 153.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
|
+
## 153.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`698eb28037b8a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/698eb28037b8a) -
|
|
8
|
+
Clean up experiment `platform_editor_drag_handle_keyboard_a11y`
|
|
9
|
+
|
|
3
10
|
## 152.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -1891,14 +1891,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1891
1891
|
param: 'isEnabled',
|
|
1892
1892
|
defaultValue: false
|
|
1893
1893
|
}),
|
|
1894
|
-
// Added 2026-04-08
|
|
1895
|
-
platform_editor_drag_handle_keyboard_a11y: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1896
|
-
productKeys: {
|
|
1897
|
-
confluence: 'platform_editor_drag_handle_keyboard_a11y'
|
|
1898
|
-
},
|
|
1899
|
-
param: 'isEnabled',
|
|
1900
|
-
defaultValue: false
|
|
1901
|
-
}),
|
|
1902
1894
|
// Added 2026-04-01
|
|
1903
1895
|
show_mentions_in_suggest_reply: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1904
1896
|
productKeys: {
|
|
@@ -1885,14 +1885,6 @@ export const editorExperimentsConfig = {
|
|
|
1885
1885
|
param: 'isEnabled',
|
|
1886
1886
|
defaultValue: false
|
|
1887
1887
|
}),
|
|
1888
|
-
// Added 2026-04-08
|
|
1889
|
-
platform_editor_drag_handle_keyboard_a11y: createBooleanExperiment({
|
|
1890
|
-
productKeys: {
|
|
1891
|
-
confluence: 'platform_editor_drag_handle_keyboard_a11y'
|
|
1892
|
-
},
|
|
1893
|
-
param: 'isEnabled',
|
|
1894
|
-
defaultValue: false
|
|
1895
|
-
}),
|
|
1896
1888
|
// Added 2026-04-01
|
|
1897
1889
|
show_mentions_in_suggest_reply: createBooleanExperiment({
|
|
1898
1890
|
productKeys: {
|
|
@@ -1885,14 +1885,6 @@ export var editorExperimentsConfig = {
|
|
|
1885
1885
|
param: 'isEnabled',
|
|
1886
1886
|
defaultValue: false
|
|
1887
1887
|
}),
|
|
1888
|
-
// Added 2026-04-08
|
|
1889
|
-
platform_editor_drag_handle_keyboard_a11y: createBooleanExperiment({
|
|
1890
|
-
productKeys: {
|
|
1891
|
-
confluence: 'platform_editor_drag_handle_keyboard_a11y'
|
|
1892
|
-
},
|
|
1893
|
-
param: 'isEnabled',
|
|
1894
|
-
defaultValue: false
|
|
1895
|
-
}),
|
|
1896
1888
|
// Added 2026-04-01
|
|
1897
1889
|
show_mentions_in_suggest_reply: createBooleanExperiment({
|
|
1898
1890
|
productKeys: {
|
|
@@ -1406,12 +1406,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1406
1406
|
productKeys?: ProductKeys;
|
|
1407
1407
|
typeGuard: IsBooleanType;
|
|
1408
1408
|
};
|
|
1409
|
-
platform_editor_drag_handle_keyboard_a11y: {
|
|
1410
|
-
defaultValue: boolean;
|
|
1411
|
-
param: string;
|
|
1412
|
-
productKeys?: ProductKeys;
|
|
1413
|
-
typeGuard: IsBooleanType;
|
|
1414
|
-
};
|
|
1415
1409
|
show_mentions_in_suggest_reply: {
|
|
1416
1410
|
defaultValue: boolean;
|
|
1417
1411
|
param: string;
|
package/package.json
CHANGED