@atlaskit/tmp-editor-statsig 10.1.0 → 11.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 +12 -0
- package/dist/cjs/exp-test-overrides.js +2 -2
- package/dist/cjs/experiments-config.js +9 -8
- package/dist/es2019/exp-test-overrides.js +2 -2
- package/dist/es2019/experiments-config.js +9 -8
- package/dist/esm/exp-test-overrides.js +2 -2
- package/dist/esm/experiments-config.js +9 -8
- package/dist/types/experiments-config.d.ts +6 -6
- package/dist/types-ts4.5/experiments-config.d.ts +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 11.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`25ec3e3638f52`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/25ec3e3638f52) -
|
|
8
|
+
Cleanup advanced code block experiment
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- [`6ca68bbf39757`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6ca68bbf39757) -
|
|
13
|
+
Change all AIFC feature gates over to an experiment platform_editor_ai_aifc
|
|
14
|
+
|
|
3
15
|
## 10.1.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -38,7 +38,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
38
38
|
'nested-tables-in-tables': false,
|
|
39
39
|
platform_editor_ai_unsplash_page_header: false,
|
|
40
40
|
platform_editor_blockquote_in_text_formatting_menu: false,
|
|
41
|
-
platform_editor_advanced_code_blocks: false,
|
|
42
41
|
platform_editor_element_drag_and_drop_multiselect: false,
|
|
43
42
|
platform_editor_ai_edit_response_in_preview: false,
|
|
44
43
|
platform_editor_smart_link_cmd_ctrl_click: false,
|
|
@@ -63,5 +62,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
63
62
|
platform_editor_find_and_replace_improvements: false,
|
|
64
63
|
cc_editor_ufo_hold_table_till_resize_complete: false,
|
|
65
64
|
platform_editor_toggle_expand_on_match_found: false,
|
|
66
|
-
platform_editor_reduce_noisy_steps_ncs: false
|
|
65
|
+
platform_editor_reduce_noisy_steps_ncs: false,
|
|
66
|
+
platform_editor_ai_aifc: false
|
|
67
67
|
};
|
|
@@ -185,14 +185,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
185
185
|
param: 'isEnabled',
|
|
186
186
|
defaultValue: false
|
|
187
187
|
}),
|
|
188
|
-
// Added 2025-01-09
|
|
189
|
-
platform_editor_advanced_code_blocks: (0, _experimentBuilders.createBooleanExperiment)({
|
|
190
|
-
productKeys: {
|
|
191
|
-
confluence: 'platform_editor_advanced_code_blocks'
|
|
192
|
-
},
|
|
193
|
-
param: 'isEnabled',
|
|
194
|
-
defaultValue: false
|
|
195
|
-
}),
|
|
196
188
|
// Added 2025-01-13
|
|
197
189
|
platform_editor_element_drag_and_drop_multiselect: (0, _experimentBuilders.createBooleanExperiment)({
|
|
198
190
|
productKeys: {
|
|
@@ -597,6 +589,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
597
589
|
param: 'isEnabled',
|
|
598
590
|
defaultValue: false
|
|
599
591
|
}),
|
|
592
|
+
//Added 2025-08-13
|
|
593
|
+
platform_editor_ai_aifc: (0, _experimentBuilders.createBooleanExperiment)({
|
|
594
|
+
productKeys: {
|
|
595
|
+
jira: 'platform_editor_ai_aifc_jira',
|
|
596
|
+
confluence: 'platform_editor_ai_aifc_confluence'
|
|
597
|
+
},
|
|
598
|
+
param: 'isEnabled',
|
|
599
|
+
defaultValue: false
|
|
600
|
+
}),
|
|
600
601
|
// Added 2025-08-04
|
|
601
602
|
platform_editor_floating_toolbar_button_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
|
|
602
603
|
productKeys: {
|
|
@@ -32,7 +32,6 @@ export const testBooleanOverrides = {
|
|
|
32
32
|
'nested-tables-in-tables': false,
|
|
33
33
|
platform_editor_ai_unsplash_page_header: false,
|
|
34
34
|
platform_editor_blockquote_in_text_formatting_menu: false,
|
|
35
|
-
platform_editor_advanced_code_blocks: false,
|
|
36
35
|
platform_editor_element_drag_and_drop_multiselect: false,
|
|
37
36
|
platform_editor_ai_edit_response_in_preview: false,
|
|
38
37
|
platform_editor_smart_link_cmd_ctrl_click: false,
|
|
@@ -57,5 +56,6 @@ export const testBooleanOverrides = {
|
|
|
57
56
|
platform_editor_find_and_replace_improvements: false,
|
|
58
57
|
cc_editor_ufo_hold_table_till_resize_complete: false,
|
|
59
58
|
platform_editor_toggle_expand_on_match_found: false,
|
|
60
|
-
platform_editor_reduce_noisy_steps_ncs: false
|
|
59
|
+
platform_editor_reduce_noisy_steps_ncs: false,
|
|
60
|
+
platform_editor_ai_aifc: false
|
|
61
61
|
};
|
|
@@ -179,14 +179,6 @@ export const editorExperimentsConfig = {
|
|
|
179
179
|
param: 'isEnabled',
|
|
180
180
|
defaultValue: false
|
|
181
181
|
}),
|
|
182
|
-
// Added 2025-01-09
|
|
183
|
-
platform_editor_advanced_code_blocks: createBooleanExperiment({
|
|
184
|
-
productKeys: {
|
|
185
|
-
confluence: 'platform_editor_advanced_code_blocks'
|
|
186
|
-
},
|
|
187
|
-
param: 'isEnabled',
|
|
188
|
-
defaultValue: false
|
|
189
|
-
}),
|
|
190
182
|
// Added 2025-01-13
|
|
191
183
|
platform_editor_element_drag_and_drop_multiselect: createBooleanExperiment({
|
|
192
184
|
productKeys: {
|
|
@@ -591,6 +583,15 @@ export const editorExperimentsConfig = {
|
|
|
591
583
|
param: 'isEnabled',
|
|
592
584
|
defaultValue: false
|
|
593
585
|
}),
|
|
586
|
+
//Added 2025-08-13
|
|
587
|
+
platform_editor_ai_aifc: createBooleanExperiment({
|
|
588
|
+
productKeys: {
|
|
589
|
+
jira: 'platform_editor_ai_aifc_jira',
|
|
590
|
+
confluence: 'platform_editor_ai_aifc_confluence'
|
|
591
|
+
},
|
|
592
|
+
param: 'isEnabled',
|
|
593
|
+
defaultValue: false
|
|
594
|
+
}),
|
|
594
595
|
// Added 2025-08-04
|
|
595
596
|
platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
|
|
596
597
|
productKeys: {
|
|
@@ -32,7 +32,6 @@ export var testBooleanOverrides = {
|
|
|
32
32
|
'nested-tables-in-tables': false,
|
|
33
33
|
platform_editor_ai_unsplash_page_header: false,
|
|
34
34
|
platform_editor_blockquote_in_text_formatting_menu: false,
|
|
35
|
-
platform_editor_advanced_code_blocks: false,
|
|
36
35
|
platform_editor_element_drag_and_drop_multiselect: false,
|
|
37
36
|
platform_editor_ai_edit_response_in_preview: false,
|
|
38
37
|
platform_editor_smart_link_cmd_ctrl_click: false,
|
|
@@ -57,5 +56,6 @@ export var testBooleanOverrides = {
|
|
|
57
56
|
platform_editor_find_and_replace_improvements: false,
|
|
58
57
|
cc_editor_ufo_hold_table_till_resize_complete: false,
|
|
59
58
|
platform_editor_toggle_expand_on_match_found: false,
|
|
60
|
-
platform_editor_reduce_noisy_steps_ncs: false
|
|
59
|
+
platform_editor_reduce_noisy_steps_ncs: false,
|
|
60
|
+
platform_editor_ai_aifc: false
|
|
61
61
|
};
|
|
@@ -179,14 +179,6 @@ export var editorExperimentsConfig = {
|
|
|
179
179
|
param: 'isEnabled',
|
|
180
180
|
defaultValue: false
|
|
181
181
|
}),
|
|
182
|
-
// Added 2025-01-09
|
|
183
|
-
platform_editor_advanced_code_blocks: createBooleanExperiment({
|
|
184
|
-
productKeys: {
|
|
185
|
-
confluence: 'platform_editor_advanced_code_blocks'
|
|
186
|
-
},
|
|
187
|
-
param: 'isEnabled',
|
|
188
|
-
defaultValue: false
|
|
189
|
-
}),
|
|
190
182
|
// Added 2025-01-13
|
|
191
183
|
platform_editor_element_drag_and_drop_multiselect: createBooleanExperiment({
|
|
192
184
|
productKeys: {
|
|
@@ -591,6 +583,15 @@ export var editorExperimentsConfig = {
|
|
|
591
583
|
param: 'isEnabled',
|
|
592
584
|
defaultValue: false
|
|
593
585
|
}),
|
|
586
|
+
//Added 2025-08-13
|
|
587
|
+
platform_editor_ai_aifc: createBooleanExperiment({
|
|
588
|
+
productKeys: {
|
|
589
|
+
jira: 'platform_editor_ai_aifc_jira',
|
|
590
|
+
confluence: 'platform_editor_ai_aifc_confluence'
|
|
591
|
+
},
|
|
592
|
+
param: 'isEnabled',
|
|
593
|
+
defaultValue: false
|
|
594
|
+
}),
|
|
594
595
|
// Added 2025-08-04
|
|
595
596
|
platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
|
|
596
597
|
productKeys: {
|
|
@@ -133,12 +133,6 @@ export declare const editorExperimentsConfig: {
|
|
|
133
133
|
productKeys?: import("./types").ProductKeys;
|
|
134
134
|
param: string;
|
|
135
135
|
};
|
|
136
|
-
platform_editor_advanced_code_blocks: {
|
|
137
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
138
|
-
defaultValue: boolean;
|
|
139
|
-
productKeys?: import("./types").ProductKeys;
|
|
140
|
-
param: string;
|
|
141
|
-
};
|
|
142
136
|
platform_editor_element_drag_and_drop_multiselect: {
|
|
143
137
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
144
138
|
defaultValue: boolean;
|
|
@@ -442,6 +436,12 @@ export declare const editorExperimentsConfig: {
|
|
|
442
436
|
productKeys?: import("./types").ProductKeys;
|
|
443
437
|
param: string;
|
|
444
438
|
};
|
|
439
|
+
platform_editor_ai_aifc: {
|
|
440
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
441
|
+
defaultValue: boolean;
|
|
442
|
+
productKeys?: import("./types").ProductKeys;
|
|
443
|
+
param: string;
|
|
444
|
+
};
|
|
445
445
|
platform_editor_floating_toolbar_button_aria_label: {
|
|
446
446
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
447
447
|
defaultValue: boolean;
|
|
@@ -133,12 +133,6 @@ export declare const editorExperimentsConfig: {
|
|
|
133
133
|
productKeys?: import("./types").ProductKeys;
|
|
134
134
|
param: string;
|
|
135
135
|
};
|
|
136
|
-
platform_editor_advanced_code_blocks: {
|
|
137
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
138
|
-
defaultValue: boolean;
|
|
139
|
-
productKeys?: import("./types").ProductKeys;
|
|
140
|
-
param: string;
|
|
141
|
-
};
|
|
142
136
|
platform_editor_element_drag_and_drop_multiselect: {
|
|
143
137
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
144
138
|
defaultValue: boolean;
|
|
@@ -442,6 +436,12 @@ export declare const editorExperimentsConfig: {
|
|
|
442
436
|
productKeys?: import("./types").ProductKeys;
|
|
443
437
|
param: string;
|
|
444
438
|
};
|
|
439
|
+
platform_editor_ai_aifc: {
|
|
440
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
441
|
+
defaultValue: boolean;
|
|
442
|
+
productKeys?: import("./types").ProductKeys;
|
|
443
|
+
param: string;
|
|
444
|
+
};
|
|
445
445
|
platform_editor_floating_toolbar_button_aria_label: {
|
|
446
446
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
447
447
|
defaultValue: boolean;
|
package/package.json
CHANGED