@atlaskit/tmp-editor-statsig 103.0.0 → 103.0.1
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 +9 -0
- package/dist/cjs/exp-test-overrides.js +1 -0
- package/dist/cjs/experiments-config.js +8 -0
- package/dist/es2019/exp-test-overrides.js +1 -0
- package/dist/es2019/experiments-config.js +8 -0
- package/dist/esm/exp-test-overrides.js +1 -0
- package/dist/esm/experiments-config.js +8 -0
- package/dist/types/experiments-config.d.ts +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 103.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`5c8e58785d629`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5c8e58785d629) -
|
|
8
|
+
Add the `cwr-reduce-prompt-suggestion-max-chars` experiment which lowers the CWR prompt
|
|
9
|
+
autocomplete suggestion character limit from 80 to 40. When enabled, suggestions stop being
|
|
10
|
+
requested once the prompt exceeds 40 characters. Default behaviour is unchanged.
|
|
11
|
+
|
|
3
12
|
## 103.0.0
|
|
4
13
|
|
|
5
14
|
### Major Changes
|
|
@@ -60,6 +60,7 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
60
60
|
platform_editor_table_menu_updates: false,
|
|
61
61
|
platform_editor_core_static_css: false,
|
|
62
62
|
'cwr-modal-ui-refresh': false,
|
|
63
|
+
'cwr-reduce-prompt-suggestion-max-chars': false,
|
|
63
64
|
prompt_tile_content_type_localizaiton: false,
|
|
64
65
|
// [CCI-15904] New AIFC Editor Experience — AND-gated with
|
|
65
66
|
// `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
|
|
@@ -1388,6 +1388,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1388
1388
|
param: 'isEnabled',
|
|
1389
1389
|
defaultValue: false
|
|
1390
1390
|
}),
|
|
1391
|
+
// Added 2026-06-11
|
|
1392
|
+
'cwr-reduce-prompt-suggestion-max-chars': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1393
|
+
productKeys: {
|
|
1394
|
+
confluence: 'cwr-reduce-prompt-suggestion-max-chars'
|
|
1395
|
+
},
|
|
1396
|
+
param: 'isEnabled',
|
|
1397
|
+
defaultValue: false
|
|
1398
|
+
}),
|
|
1391
1399
|
// Added 2026-02-12
|
|
1392
1400
|
platform_editor_a11y_escape_link_dialog: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1393
1401
|
productKeys: {
|
|
@@ -54,6 +54,7 @@ export const testBooleanOverrides = {
|
|
|
54
54
|
platform_editor_table_menu_updates: false,
|
|
55
55
|
platform_editor_core_static_css: false,
|
|
56
56
|
'cwr-modal-ui-refresh': false,
|
|
57
|
+
'cwr-reduce-prompt-suggestion-max-chars': false,
|
|
57
58
|
prompt_tile_content_type_localizaiton: false,
|
|
58
59
|
// [CCI-15904] New AIFC Editor Experience — AND-gated with
|
|
59
60
|
// `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
|
|
@@ -1382,6 +1382,14 @@ export const editorExperimentsConfig = {
|
|
|
1382
1382
|
param: 'isEnabled',
|
|
1383
1383
|
defaultValue: false
|
|
1384
1384
|
}),
|
|
1385
|
+
// Added 2026-06-11
|
|
1386
|
+
'cwr-reduce-prompt-suggestion-max-chars': createBooleanExperiment({
|
|
1387
|
+
productKeys: {
|
|
1388
|
+
confluence: 'cwr-reduce-prompt-suggestion-max-chars'
|
|
1389
|
+
},
|
|
1390
|
+
param: 'isEnabled',
|
|
1391
|
+
defaultValue: false
|
|
1392
|
+
}),
|
|
1385
1393
|
// Added 2026-02-12
|
|
1386
1394
|
platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
|
|
1387
1395
|
productKeys: {
|
|
@@ -54,6 +54,7 @@ export var testBooleanOverrides = {
|
|
|
54
54
|
platform_editor_table_menu_updates: false,
|
|
55
55
|
platform_editor_core_static_css: false,
|
|
56
56
|
'cwr-modal-ui-refresh': false,
|
|
57
|
+
'cwr-reduce-prompt-suggestion-max-chars': false,
|
|
57
58
|
prompt_tile_content_type_localizaiton: false,
|
|
58
59
|
// [CCI-15904] New AIFC Editor Experience — AND-gated with
|
|
59
60
|
// `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
|
|
@@ -1382,6 +1382,14 @@ export var editorExperimentsConfig = {
|
|
|
1382
1382
|
param: 'isEnabled',
|
|
1383
1383
|
defaultValue: false
|
|
1384
1384
|
}),
|
|
1385
|
+
// Added 2026-06-11
|
|
1386
|
+
'cwr-reduce-prompt-suggestion-max-chars': createBooleanExperiment({
|
|
1387
|
+
productKeys: {
|
|
1388
|
+
confluence: 'cwr-reduce-prompt-suggestion-max-chars'
|
|
1389
|
+
},
|
|
1390
|
+
param: 'isEnabled',
|
|
1391
|
+
defaultValue: false
|
|
1392
|
+
}),
|
|
1385
1393
|
// Added 2026-02-12
|
|
1386
1394
|
platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
|
|
1387
1395
|
productKeys: {
|
|
@@ -1070,6 +1070,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1070
1070
|
productKeys?: ProductKeys;
|
|
1071
1071
|
typeGuard: IsBooleanType;
|
|
1072
1072
|
};
|
|
1073
|
+
'cwr-reduce-prompt-suggestion-max-chars': {
|
|
1074
|
+
defaultValue: boolean;
|
|
1075
|
+
param: string;
|
|
1076
|
+
productKeys?: ProductKeys;
|
|
1077
|
+
typeGuard: IsBooleanType;
|
|
1078
|
+
};
|
|
1073
1079
|
platform_editor_a11y_escape_link_dialog: {
|
|
1074
1080
|
defaultValue: boolean;
|
|
1075
1081
|
param: string;
|
package/package.json
CHANGED