@atlaskit/tmp-editor-statsig 199.0.0 → 200.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 +11 -0
- package/dist/cjs/exp-test-overrides.js +4 -7
- package/dist/cjs/experiments-config.js +1 -26
- package/dist/es2019/exp-test-overrides.js +4 -7
- package/dist/es2019/experiments-config.js +1 -26
- package/dist/esm/exp-test-overrides.js +4 -7
- package/dist/esm/experiments-config.js +1 -26
- package/dist/types/experiments-config.d.ts +0 -18
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 200.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`8d37dc7e55d62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8d37dc7e55d62) -
|
|
8
|
+
Clean up shipped experiment `platform_editor_block_menu`
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 199.0.0
|
|
4
15
|
|
|
5
16
|
### Major Changes
|
|
@@ -50,13 +50,10 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
50
50
|
'cwr-reduce-prompt-suggestion-max-chars': false,
|
|
51
51
|
'cwr-staging-area-close-as-minimize-button': false,
|
|
52
52
|
prompt_tile_content_type_localizaiton: false,
|
|
53
|
-
// [CCI-15904] New AIFC Editor Experience —
|
|
54
|
-
// `
|
|
55
|
-
//
|
|
56
|
-
//
|
|
57
|
-
// `platform_editor_ai_replace_doc` as the AND partner; the unrelated
|
|
58
|
-
// `platform_editor_ai_replace_doc: false` override has been removed since
|
|
59
|
-
// it does not gate this feature.
|
|
53
|
+
// [CCI-15904] New AIFC Editor Experience — read by the inline chat prompt view
|
|
54
|
+
// in `conversation-assistant-chat-prompt-input`. Review moment eligibility is a
|
|
55
|
+
// separate check (`editor-plugin-ai/src/ui/utils/review-moment-enabled.ts`) and
|
|
56
|
+
// does not read this key.
|
|
60
57
|
platform_editor_ai_new_aifc_editor_experience: false,
|
|
61
58
|
cc_page_experiences_editor_image_generation: false,
|
|
62
59
|
platform_use_unicode_emojis: false,
|
|
@@ -14,7 +14,7 @@ var _createMultivariateExperiment = require("./create-multivariate-experiment");
|
|
|
14
14
|
|
|
15
15
|
// These experiments have a jira-specific key that differs from the experiment name,
|
|
16
16
|
// so they must opt out of product-key routing to avoid sending the wrong key on jira.
|
|
17
|
-
var disallowsProductKeys = exports.disallowsProductKeys = ['
|
|
17
|
+
var disallowsProductKeys = exports.disallowsProductKeys = ['platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc'];
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
20
|
* Extract valid expected values.
|
|
@@ -515,15 +515,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
515
515
|
param: 'isEnabled',
|
|
516
516
|
defaultValue: false
|
|
517
517
|
}),
|
|
518
|
-
// Added 2025--8-05
|
|
519
|
-
platform_editor_block_menu: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
520
|
-
productKeys: {
|
|
521
|
-
confluence: 'platform_editor_block_menu',
|
|
522
|
-
jira: 'platform_editor_blocks_jira'
|
|
523
|
-
},
|
|
524
|
-
param: 'isEnabled',
|
|
525
|
-
defaultValue: false
|
|
526
|
-
}),
|
|
527
518
|
// Added 2026-06-09
|
|
528
519
|
platform_editor_blocks: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
529
520
|
productKeys: {
|
|
@@ -944,22 +935,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
944
935
|
param: 'isEnabled',
|
|
945
936
|
defaultValue: false
|
|
946
937
|
}),
|
|
947
|
-
// Added 2026-02-19
|
|
948
|
-
platform_editor_flexible_list_indentation: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
949
|
-
productKeys: {
|
|
950
|
-
confluence: 'platform_editor_flexible_list_indentation'
|
|
951
|
-
},
|
|
952
|
-
param: 'isEnabled',
|
|
953
|
-
defaultValue: false
|
|
954
|
-
}),
|
|
955
|
-
// Added 2026-03-24
|
|
956
|
-
platform_editor_flexible_list_schema: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
957
|
-
productKeys: {
|
|
958
|
-
confluence: 'platform_editor_flexible_list_schema'
|
|
959
|
-
},
|
|
960
|
-
param: 'isEnabled',
|
|
961
|
-
defaultValue: false
|
|
962
|
-
}),
|
|
963
938
|
// Added 2026-02-24
|
|
964
939
|
platform_editor_emoji_default_scale: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
965
940
|
productKeys: {
|
|
@@ -44,13 +44,10 @@ export const testBooleanOverrides = {
|
|
|
44
44
|
'cwr-reduce-prompt-suggestion-max-chars': false,
|
|
45
45
|
'cwr-staging-area-close-as-minimize-button': false,
|
|
46
46
|
prompt_tile_content_type_localizaiton: false,
|
|
47
|
-
// [CCI-15904] New AIFC Editor Experience —
|
|
48
|
-
// `
|
|
49
|
-
//
|
|
50
|
-
//
|
|
51
|
-
// `platform_editor_ai_replace_doc` as the AND partner; the unrelated
|
|
52
|
-
// `platform_editor_ai_replace_doc: false` override has been removed since
|
|
53
|
-
// it does not gate this feature.
|
|
47
|
+
// [CCI-15904] New AIFC Editor Experience — read by the inline chat prompt view
|
|
48
|
+
// in `conversation-assistant-chat-prompt-input`. Review moment eligibility is a
|
|
49
|
+
// separate check (`editor-plugin-ai/src/ui/utils/review-moment-enabled.ts`) and
|
|
50
|
+
// does not read this key.
|
|
54
51
|
platform_editor_ai_new_aifc_editor_experience: false,
|
|
55
52
|
cc_page_experiences_editor_image_generation: false,
|
|
56
53
|
platform_use_unicode_emojis: false,
|
|
@@ -8,7 +8,7 @@ import { createMultivariateExperiment } from './create-multivariate-experiment';
|
|
|
8
8
|
|
|
9
9
|
// These experiments have a jira-specific key that differs from the experiment name,
|
|
10
10
|
// so they must opt out of product-key routing to avoid sending the wrong key on jira.
|
|
11
|
-
export const disallowsProductKeys = ['
|
|
11
|
+
export const disallowsProductKeys = ['platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc'];
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Extract valid expected values.
|
|
@@ -509,15 +509,6 @@ export const editorExperimentsConfig = {
|
|
|
509
509
|
param: 'isEnabled',
|
|
510
510
|
defaultValue: false
|
|
511
511
|
}),
|
|
512
|
-
// Added 2025--8-05
|
|
513
|
-
platform_editor_block_menu: createBooleanExperiment({
|
|
514
|
-
productKeys: {
|
|
515
|
-
confluence: 'platform_editor_block_menu',
|
|
516
|
-
jira: 'platform_editor_blocks_jira'
|
|
517
|
-
},
|
|
518
|
-
param: 'isEnabled',
|
|
519
|
-
defaultValue: false
|
|
520
|
-
}),
|
|
521
512
|
// Added 2026-06-09
|
|
522
513
|
platform_editor_blocks: createBooleanExperiment({
|
|
523
514
|
productKeys: {
|
|
@@ -938,22 +929,6 @@ export const editorExperimentsConfig = {
|
|
|
938
929
|
param: 'isEnabled',
|
|
939
930
|
defaultValue: false
|
|
940
931
|
}),
|
|
941
|
-
// Added 2026-02-19
|
|
942
|
-
platform_editor_flexible_list_indentation: createBooleanExperiment({
|
|
943
|
-
productKeys: {
|
|
944
|
-
confluence: 'platform_editor_flexible_list_indentation'
|
|
945
|
-
},
|
|
946
|
-
param: 'isEnabled',
|
|
947
|
-
defaultValue: false
|
|
948
|
-
}),
|
|
949
|
-
// Added 2026-03-24
|
|
950
|
-
platform_editor_flexible_list_schema: createBooleanExperiment({
|
|
951
|
-
productKeys: {
|
|
952
|
-
confluence: 'platform_editor_flexible_list_schema'
|
|
953
|
-
},
|
|
954
|
-
param: 'isEnabled',
|
|
955
|
-
defaultValue: false
|
|
956
|
-
}),
|
|
957
932
|
// Added 2026-02-24
|
|
958
933
|
platform_editor_emoji_default_scale: createBooleanExperiment({
|
|
959
934
|
productKeys: {
|
|
@@ -44,13 +44,10 @@ export var testBooleanOverrides = {
|
|
|
44
44
|
'cwr-reduce-prompt-suggestion-max-chars': false,
|
|
45
45
|
'cwr-staging-area-close-as-minimize-button': false,
|
|
46
46
|
prompt_tile_content_type_localizaiton: false,
|
|
47
|
-
// [CCI-15904] New AIFC Editor Experience —
|
|
48
|
-
// `
|
|
49
|
-
//
|
|
50
|
-
//
|
|
51
|
-
// `platform_editor_ai_replace_doc` as the AND partner; the unrelated
|
|
52
|
-
// `platform_editor_ai_replace_doc: false` override has been removed since
|
|
53
|
-
// it does not gate this feature.
|
|
47
|
+
// [CCI-15904] New AIFC Editor Experience — read by the inline chat prompt view
|
|
48
|
+
// in `conversation-assistant-chat-prompt-input`. Review moment eligibility is a
|
|
49
|
+
// separate check (`editor-plugin-ai/src/ui/utils/review-moment-enabled.ts`) and
|
|
50
|
+
// does not read this key.
|
|
54
51
|
platform_editor_ai_new_aifc_editor_experience: false,
|
|
55
52
|
cc_page_experiences_editor_image_generation: false,
|
|
56
53
|
platform_use_unicode_emojis: false,
|
|
@@ -8,7 +8,7 @@ import { createMultivariateExperiment } from './create-multivariate-experiment';
|
|
|
8
8
|
|
|
9
9
|
// These experiments have a jira-specific key that differs from the experiment name,
|
|
10
10
|
// so they must opt out of product-key routing to avoid sending the wrong key on jira.
|
|
11
|
-
export var disallowsProductKeys = ['
|
|
11
|
+
export var disallowsProductKeys = ['platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc'];
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Extract valid expected values.
|
|
@@ -509,15 +509,6 @@ export var editorExperimentsConfig = {
|
|
|
509
509
|
param: 'isEnabled',
|
|
510
510
|
defaultValue: false
|
|
511
511
|
}),
|
|
512
|
-
// Added 2025--8-05
|
|
513
|
-
platform_editor_block_menu: createBooleanExperiment({
|
|
514
|
-
productKeys: {
|
|
515
|
-
confluence: 'platform_editor_block_menu',
|
|
516
|
-
jira: 'platform_editor_blocks_jira'
|
|
517
|
-
},
|
|
518
|
-
param: 'isEnabled',
|
|
519
|
-
defaultValue: false
|
|
520
|
-
}),
|
|
521
512
|
// Added 2026-06-09
|
|
522
513
|
platform_editor_blocks: createBooleanExperiment({
|
|
523
514
|
productKeys: {
|
|
@@ -938,22 +929,6 @@ export var editorExperimentsConfig = {
|
|
|
938
929
|
param: 'isEnabled',
|
|
939
930
|
defaultValue: false
|
|
940
931
|
}),
|
|
941
|
-
// Added 2026-02-19
|
|
942
|
-
platform_editor_flexible_list_indentation: createBooleanExperiment({
|
|
943
|
-
productKeys: {
|
|
944
|
-
confluence: 'platform_editor_flexible_list_indentation'
|
|
945
|
-
},
|
|
946
|
-
param: 'isEnabled',
|
|
947
|
-
defaultValue: false
|
|
948
|
-
}),
|
|
949
|
-
// Added 2026-03-24
|
|
950
|
-
platform_editor_flexible_list_schema: createBooleanExperiment({
|
|
951
|
-
productKeys: {
|
|
952
|
-
confluence: 'platform_editor_flexible_list_schema'
|
|
953
|
-
},
|
|
954
|
-
param: 'isEnabled',
|
|
955
|
-
defaultValue: false
|
|
956
|
-
}),
|
|
957
932
|
// Added 2026-02-24
|
|
958
933
|
platform_editor_emoji_default_scale: createBooleanExperiment({
|
|
959
934
|
productKeys: {
|
|
@@ -297,12 +297,6 @@ export declare const editorExperimentsConfig: {
|
|
|
297
297
|
productKeys?: ProductKeys;
|
|
298
298
|
typeGuard: IsBooleanType;
|
|
299
299
|
};
|
|
300
|
-
platform_editor_block_menu: {
|
|
301
|
-
defaultValue: boolean;
|
|
302
|
-
param: string;
|
|
303
|
-
productKeys?: ProductKeys;
|
|
304
|
-
typeGuard: IsBooleanType;
|
|
305
|
-
};
|
|
306
300
|
platform_editor_blocks: {
|
|
307
301
|
defaultValue: boolean;
|
|
308
302
|
param: string;
|
|
@@ -734,18 +728,6 @@ export declare const editorExperimentsConfig: {
|
|
|
734
728
|
productKeys?: ProductKeys;
|
|
735
729
|
typeGuard: IsBooleanType;
|
|
736
730
|
};
|
|
737
|
-
platform_editor_flexible_list_indentation: {
|
|
738
|
-
defaultValue: boolean;
|
|
739
|
-
param: string;
|
|
740
|
-
productKeys?: ProductKeys;
|
|
741
|
-
typeGuard: IsBooleanType;
|
|
742
|
-
};
|
|
743
|
-
platform_editor_flexible_list_schema: {
|
|
744
|
-
defaultValue: boolean;
|
|
745
|
-
param: string;
|
|
746
|
-
productKeys?: ProductKeys;
|
|
747
|
-
typeGuard: IsBooleanType;
|
|
748
|
-
};
|
|
749
731
|
platform_editor_vc90_transition_panel_icon: {
|
|
750
732
|
defaultValue: boolean;
|
|
751
733
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "200.0.0",
|
|
4
4
|
"description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
29
29
|
"@atlaskit/platform-feature-flags": "^2.2.0",
|
|
30
|
-
"@atlaskit/react-ufo": "^7.
|
|
30
|
+
"@atlaskit/react-ufo": "^7.13.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"platform-feature-flags": {
|