@atlaskit/tmp-editor-statsig 62.8.0 → 63.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 +8 -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/dist/types-ts4.5/experiments-config.d.ts +0 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 63.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`acce33a5519e2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/acce33a5519e2) -
|
|
8
|
+
Remove stale experiment `platform_editor_ai_quickstart_command` from experiments config and test
|
|
9
|
+
overrides.
|
|
10
|
+
|
|
3
11
|
## 62.8.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -45,7 +45,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
45
45
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
46
46
|
'jira-work-sync-desc-comment-summary': false,
|
|
47
47
|
platform_editor_breakout_resizing: false,
|
|
48
|
-
platform_editor_ai_quickstart_command: false,
|
|
49
48
|
platform_editor_block_controls_perf_optimization: false,
|
|
50
49
|
platform_editor_enable_single_player_step_merging: false,
|
|
51
50
|
platform_editor_find_and_replace_improvements: false,
|
|
@@ -568,14 +568,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
568
568
|
param: 'isEnabled',
|
|
569
569
|
defaultValue: false
|
|
570
570
|
}),
|
|
571
|
-
// Added 2025-05-07
|
|
572
|
-
platform_editor_ai_quickstart_command: (0, _experimentBuilders.createBooleanExperiment)({
|
|
573
|
-
productKeys: {
|
|
574
|
-
confluence: 'platform_editor_ai_quickstart_command'
|
|
575
|
-
},
|
|
576
|
-
param: 'isEnabled',
|
|
577
|
-
defaultValue: false
|
|
578
|
-
}),
|
|
579
571
|
// Added 2026-17-03
|
|
580
572
|
platform_editor_media_name_fallback: (0, _experimentBuilders.createBooleanExperiment)({
|
|
581
573
|
productKeys: {
|
|
@@ -39,7 +39,6 @@ export const testBooleanOverrides = {
|
|
|
39
39
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
40
40
|
'jira-work-sync-desc-comment-summary': false,
|
|
41
41
|
platform_editor_breakout_resizing: false,
|
|
42
|
-
platform_editor_ai_quickstart_command: false,
|
|
43
42
|
platform_editor_block_controls_perf_optimization: false,
|
|
44
43
|
platform_editor_enable_single_player_step_merging: false,
|
|
45
44
|
platform_editor_find_and_replace_improvements: false,
|
|
@@ -562,14 +562,6 @@ export const editorExperimentsConfig = {
|
|
|
562
562
|
param: 'isEnabled',
|
|
563
563
|
defaultValue: false
|
|
564
564
|
}),
|
|
565
|
-
// Added 2025-05-07
|
|
566
|
-
platform_editor_ai_quickstart_command: createBooleanExperiment({
|
|
567
|
-
productKeys: {
|
|
568
|
-
confluence: 'platform_editor_ai_quickstart_command'
|
|
569
|
-
},
|
|
570
|
-
param: 'isEnabled',
|
|
571
|
-
defaultValue: false
|
|
572
|
-
}),
|
|
573
565
|
// Added 2026-17-03
|
|
574
566
|
platform_editor_media_name_fallback: createBooleanExperiment({
|
|
575
567
|
productKeys: {
|
|
@@ -39,7 +39,6 @@ export var testBooleanOverrides = {
|
|
|
39
39
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
40
40
|
'jira-work-sync-desc-comment-summary': false,
|
|
41
41
|
platform_editor_breakout_resizing: false,
|
|
42
|
-
platform_editor_ai_quickstart_command: false,
|
|
43
42
|
platform_editor_block_controls_perf_optimization: false,
|
|
44
43
|
platform_editor_enable_single_player_step_merging: false,
|
|
45
44
|
platform_editor_find_and_replace_improvements: false,
|
|
@@ -562,14 +562,6 @@ export var editorExperimentsConfig = {
|
|
|
562
562
|
param: 'isEnabled',
|
|
563
563
|
defaultValue: false
|
|
564
564
|
}),
|
|
565
|
-
// Added 2025-05-07
|
|
566
|
-
platform_editor_ai_quickstart_command: createBooleanExperiment({
|
|
567
|
-
productKeys: {
|
|
568
|
-
confluence: 'platform_editor_ai_quickstart_command'
|
|
569
|
-
},
|
|
570
|
-
param: 'isEnabled',
|
|
571
|
-
defaultValue: false
|
|
572
|
-
}),
|
|
573
565
|
// Added 2026-17-03
|
|
574
566
|
platform_editor_media_name_fallback: createBooleanExperiment({
|
|
575
567
|
productKeys: {
|
|
@@ -287,12 +287,6 @@ export declare const editorExperimentsConfig: {
|
|
|
287
287
|
productKeys?: ProductKeys;
|
|
288
288
|
typeGuard: IsBooleanType;
|
|
289
289
|
};
|
|
290
|
-
platform_editor_ai_quickstart_command: {
|
|
291
|
-
defaultValue: boolean;
|
|
292
|
-
param: string;
|
|
293
|
-
productKeys?: ProductKeys;
|
|
294
|
-
typeGuard: IsBooleanType;
|
|
295
|
-
};
|
|
296
290
|
platform_editor_ai_unsplash_page_header: {
|
|
297
291
|
defaultValue: boolean;
|
|
298
292
|
param: string;
|
|
@@ -287,12 +287,6 @@ export declare const editorExperimentsConfig: {
|
|
|
287
287
|
productKeys?: ProductKeys;
|
|
288
288
|
typeGuard: IsBooleanType;
|
|
289
289
|
};
|
|
290
|
-
platform_editor_ai_quickstart_command: {
|
|
291
|
-
defaultValue: boolean;
|
|
292
|
-
param: string;
|
|
293
|
-
productKeys?: ProductKeys;
|
|
294
|
-
typeGuard: IsBooleanType;
|
|
295
|
-
};
|
|
296
290
|
platform_editor_ai_unsplash_page_header: {
|
|
297
291
|
defaultValue: boolean;
|
|
298
292
|
param: string;
|
package/package.json
CHANGED