@atlaskit/tmp-editor-statsig 91.0.0 → 92.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,16 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 92.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`2b3602c6e9f97`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2b3602c6e9f97) -
|
|
8
|
+
Clean up feature flag 'platform_safari_cursor_typeahead_fix'
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 91.0.0
|
|
4
15
|
|
|
5
16
|
### Major Changes
|
|
@@ -1356,14 +1356,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1356
1356
|
param: 'isEnabled',
|
|
1357
1357
|
defaultValue: false
|
|
1358
1358
|
}),
|
|
1359
|
-
// Added 2026-03-16
|
|
1360
|
-
platform_safari_cursor_typeahead_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1361
|
-
productKeys: {
|
|
1362
|
-
confluence: 'platform_safari_cursor_typeahead_fix'
|
|
1363
|
-
},
|
|
1364
|
-
param: 'isEnabled',
|
|
1365
|
-
defaultValue: false
|
|
1366
|
-
}),
|
|
1367
1359
|
platform_editor_fix_advanced_codeblocks_crlf_patch: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1368
1360
|
productKeys: {
|
|
1369
1361
|
confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
|
|
@@ -1350,14 +1350,6 @@ export const editorExperimentsConfig = {
|
|
|
1350
1350
|
param: 'isEnabled',
|
|
1351
1351
|
defaultValue: false
|
|
1352
1352
|
}),
|
|
1353
|
-
// Added 2026-03-16
|
|
1354
|
-
platform_safari_cursor_typeahead_fix: createBooleanExperiment({
|
|
1355
|
-
productKeys: {
|
|
1356
|
-
confluence: 'platform_safari_cursor_typeahead_fix'
|
|
1357
|
-
},
|
|
1358
|
-
param: 'isEnabled',
|
|
1359
|
-
defaultValue: false
|
|
1360
|
-
}),
|
|
1361
1353
|
platform_editor_fix_advanced_codeblocks_crlf_patch: createBooleanExperiment({
|
|
1362
1354
|
productKeys: {
|
|
1363
1355
|
confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
|
|
@@ -1350,14 +1350,6 @@ export var editorExperimentsConfig = {
|
|
|
1350
1350
|
param: 'isEnabled',
|
|
1351
1351
|
defaultValue: false
|
|
1352
1352
|
}),
|
|
1353
|
-
// Added 2026-03-16
|
|
1354
|
-
platform_safari_cursor_typeahead_fix: createBooleanExperiment({
|
|
1355
|
-
productKeys: {
|
|
1356
|
-
confluence: 'platform_safari_cursor_typeahead_fix'
|
|
1357
|
-
},
|
|
1358
|
-
param: 'isEnabled',
|
|
1359
|
-
defaultValue: false
|
|
1360
|
-
}),
|
|
1361
1353
|
platform_editor_fix_advanced_codeblocks_crlf_patch: createBooleanExperiment({
|
|
1362
1354
|
productKeys: {
|
|
1363
1355
|
confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
|
|
@@ -1016,12 +1016,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1016
1016
|
productKeys?: ProductKeys;
|
|
1017
1017
|
typeGuard: IsBooleanType;
|
|
1018
1018
|
};
|
|
1019
|
-
platform_safari_cursor_typeahead_fix: {
|
|
1020
|
-
defaultValue: boolean;
|
|
1021
|
-
param: string;
|
|
1022
|
-
productKeys?: ProductKeys;
|
|
1023
|
-
typeGuard: IsBooleanType;
|
|
1024
|
-
};
|
|
1025
1019
|
platform_editor_comment_editor_border_radius: {
|
|
1026
1020
|
defaultValue: boolean;
|
|
1027
1021
|
param: string;
|
|
@@ -1016,12 +1016,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1016
1016
|
productKeys?: ProductKeys;
|
|
1017
1017
|
typeGuard: IsBooleanType;
|
|
1018
1018
|
};
|
|
1019
|
-
platform_safari_cursor_typeahead_fix: {
|
|
1020
|
-
defaultValue: boolean;
|
|
1021
|
-
param: string;
|
|
1022
|
-
productKeys?: ProductKeys;
|
|
1023
|
-
typeGuard: IsBooleanType;
|
|
1024
|
-
};
|
|
1025
1019
|
platform_editor_comment_editor_border_radius: {
|
|
1026
1020
|
defaultValue: boolean;
|
|
1027
1021
|
param: string;
|
package/package.json
CHANGED