@atlaskit/tmp-editor-statsig 16.0.0 → 16.0.1
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
|
+
## 16.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`019e34f92a799`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/019e34f92a799) -
|
|
8
|
+
Cleanup FG platform_editor_new_mentions_detection_logic
|
|
9
|
+
|
|
3
10
|
## 16.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -1020,14 +1020,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1020
1020
|
param: 'isEnabled',
|
|
1021
1021
|
defaultValue: false
|
|
1022
1022
|
}),
|
|
1023
|
-
// Added 2025-10-15
|
|
1024
|
-
platform_editor_new_mentions_detection_logic: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1025
|
-
productKeys: {
|
|
1026
|
-
confluence: 'platform_editor_new_mentions_detection_logic'
|
|
1027
|
-
},
|
|
1028
|
-
param: 'isEnabled',
|
|
1029
|
-
defaultValue: false
|
|
1030
|
-
}),
|
|
1031
1023
|
// Added 2025-10-20
|
|
1032
1024
|
confluence_whiteboards_quick_insert_localised: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
1033
1025
|
productKeys: {
|
|
@@ -1014,14 +1014,6 @@ export const editorExperimentsConfig = {
|
|
|
1014
1014
|
param: 'isEnabled',
|
|
1015
1015
|
defaultValue: false
|
|
1016
1016
|
}),
|
|
1017
|
-
// Added 2025-10-15
|
|
1018
|
-
platform_editor_new_mentions_detection_logic: createBooleanExperiment({
|
|
1019
|
-
productKeys: {
|
|
1020
|
-
confluence: 'platform_editor_new_mentions_detection_logic'
|
|
1021
|
-
},
|
|
1022
|
-
param: 'isEnabled',
|
|
1023
|
-
defaultValue: false
|
|
1024
|
-
}),
|
|
1025
1017
|
// Added 2025-10-20
|
|
1026
1018
|
confluence_whiteboards_quick_insert_localised: createMultivariateExperiment({
|
|
1027
1019
|
productKeys: {
|
|
@@ -1014,14 +1014,6 @@ export var editorExperimentsConfig = {
|
|
|
1014
1014
|
param: 'isEnabled',
|
|
1015
1015
|
defaultValue: false
|
|
1016
1016
|
}),
|
|
1017
|
-
// Added 2025-10-15
|
|
1018
|
-
platform_editor_new_mentions_detection_logic: createBooleanExperiment({
|
|
1019
|
-
productKeys: {
|
|
1020
|
-
confluence: 'platform_editor_new_mentions_detection_logic'
|
|
1021
|
-
},
|
|
1022
|
-
param: 'isEnabled',
|
|
1023
|
-
defaultValue: false
|
|
1024
|
-
}),
|
|
1025
1017
|
// Added 2025-10-20
|
|
1026
1018
|
confluence_whiteboards_quick_insert_localised: createMultivariateExperiment({
|
|
1027
1019
|
productKeys: {
|
|
@@ -513,12 +513,6 @@ export declare const editorExperimentsConfig: {
|
|
|
513
513
|
productKeys?: ProductKeys;
|
|
514
514
|
typeGuard: IsBooleanType;
|
|
515
515
|
};
|
|
516
|
-
platform_editor_new_mentions_detection_logic: {
|
|
517
|
-
defaultValue: boolean;
|
|
518
|
-
param: string;
|
|
519
|
-
productKeys?: ProductKeys;
|
|
520
|
-
typeGuard: IsBooleanType;
|
|
521
|
-
};
|
|
522
516
|
platform_editor_no_cursor_on_edit_page_init: {
|
|
523
517
|
defaultValue: boolean;
|
|
524
518
|
param: string;
|
|
@@ -513,12 +513,6 @@ export declare const editorExperimentsConfig: {
|
|
|
513
513
|
productKeys?: ProductKeys;
|
|
514
514
|
typeGuard: IsBooleanType;
|
|
515
515
|
};
|
|
516
|
-
platform_editor_new_mentions_detection_logic: {
|
|
517
|
-
defaultValue: boolean;
|
|
518
|
-
param: string;
|
|
519
|
-
productKeys?: ProductKeys;
|
|
520
|
-
typeGuard: IsBooleanType;
|
|
521
|
-
};
|
|
522
516
|
platform_editor_no_cursor_on_edit_page_init: {
|
|
523
517
|
defaultValue: boolean;
|
|
524
518
|
param: string;
|
package/package.json
CHANGED