@atlaskit/tmp-editor-statsig 151.0.0 → 152.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 +7 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -8
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -8
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -8
- package/dist/types/experiments-config.d.ts +0 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 152.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`70c05b380d08c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/70c05b380d08c) -
|
|
8
|
+
Clean up experiment `platform_editor_blockquote_in_text_formatting_menu` as globally enabled.
|
|
9
|
+
|
|
3
10
|
## 151.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -40,7 +40,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
40
40
|
advanced_layouts: false,
|
|
41
41
|
single_column_layouts: false,
|
|
42
42
|
platform_editor_ai_unsplash_page_header: false,
|
|
43
|
-
platform_editor_blockquote_in_text_formatting_menu: false,
|
|
44
43
|
platform_editor_ai_edit_response_in_preview: false,
|
|
45
44
|
platform_editor_offline_editing_web: false,
|
|
46
45
|
platform_editor_tables_table_selector: false,
|
|
@@ -469,14 +469,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
469
469
|
param: 'isEnabled',
|
|
470
470
|
defaultValue: false
|
|
471
471
|
}),
|
|
472
|
-
// Added 2024-12-05
|
|
473
|
-
platform_editor_blockquote_in_text_formatting_menu: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
474
|
-
productKeys: {
|
|
475
|
-
confluence: 'platform_editor_blockquote_in_text_formatting_menu'
|
|
476
|
-
},
|
|
477
|
-
param: 'isEnabled',
|
|
478
|
-
defaultValue: false
|
|
479
|
-
}),
|
|
480
472
|
// Added 2025-01-19
|
|
481
473
|
platform_editor_ai_edit_response_in_preview: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
482
474
|
productKeys: {
|
|
@@ -34,7 +34,6 @@ export const testBooleanOverrides = {
|
|
|
34
34
|
advanced_layouts: false,
|
|
35
35
|
single_column_layouts: false,
|
|
36
36
|
platform_editor_ai_unsplash_page_header: false,
|
|
37
|
-
platform_editor_blockquote_in_text_formatting_menu: false,
|
|
38
37
|
platform_editor_ai_edit_response_in_preview: false,
|
|
39
38
|
platform_editor_offline_editing_web: false,
|
|
40
39
|
platform_editor_tables_table_selector: false,
|
|
@@ -463,14 +463,6 @@ export const editorExperimentsConfig = {
|
|
|
463
463
|
param: 'isEnabled',
|
|
464
464
|
defaultValue: false
|
|
465
465
|
}),
|
|
466
|
-
// Added 2024-12-05
|
|
467
|
-
platform_editor_blockquote_in_text_formatting_menu: createBooleanExperiment({
|
|
468
|
-
productKeys: {
|
|
469
|
-
confluence: 'platform_editor_blockquote_in_text_formatting_menu'
|
|
470
|
-
},
|
|
471
|
-
param: 'isEnabled',
|
|
472
|
-
defaultValue: false
|
|
473
|
-
}),
|
|
474
466
|
// Added 2025-01-19
|
|
475
467
|
platform_editor_ai_edit_response_in_preview: createBooleanExperiment({
|
|
476
468
|
productKeys: {
|
|
@@ -34,7 +34,6 @@ export var testBooleanOverrides = {
|
|
|
34
34
|
advanced_layouts: false,
|
|
35
35
|
single_column_layouts: false,
|
|
36
36
|
platform_editor_ai_unsplash_page_header: false,
|
|
37
|
-
platform_editor_blockquote_in_text_formatting_menu: false,
|
|
38
37
|
platform_editor_ai_edit_response_in_preview: false,
|
|
39
38
|
platform_editor_offline_editing_web: false,
|
|
40
39
|
platform_editor_tables_table_selector: false,
|
|
@@ -463,14 +463,6 @@ export var editorExperimentsConfig = {
|
|
|
463
463
|
param: 'isEnabled',
|
|
464
464
|
defaultValue: false
|
|
465
465
|
}),
|
|
466
|
-
// Added 2024-12-05
|
|
467
|
-
platform_editor_blockquote_in_text_formatting_menu: createBooleanExperiment({
|
|
468
|
-
productKeys: {
|
|
469
|
-
confluence: 'platform_editor_blockquote_in_text_formatting_menu'
|
|
470
|
-
},
|
|
471
|
-
param: 'isEnabled',
|
|
472
|
-
defaultValue: false
|
|
473
|
-
}),
|
|
474
466
|
// Added 2025-01-19
|
|
475
467
|
platform_editor_ai_edit_response_in_preview: createBooleanExperiment({
|
|
476
468
|
productKeys: {
|
|
@@ -399,12 +399,6 @@ export declare const editorExperimentsConfig: {
|
|
|
399
399
|
productKeys?: ProductKeys;
|
|
400
400
|
typeGuard: IsBooleanType;
|
|
401
401
|
};
|
|
402
|
-
platform_editor_blockquote_in_text_formatting_menu: {
|
|
403
|
-
defaultValue: boolean;
|
|
404
|
-
param: string;
|
|
405
|
-
productKeys?: ProductKeys;
|
|
406
|
-
typeGuard: IsBooleanType;
|
|
407
|
-
};
|
|
408
402
|
platform_editor_blocktaskitem_node_tenantid: {
|
|
409
403
|
defaultValue: boolean;
|
|
410
404
|
param: string;
|
package/package.json
CHANGED