@atlaskit/tmp-editor-statsig 105.0.0 → 106.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 +1 -0
- package/dist/cjs/experiments-config.js +8 -8
- package/dist/es2019/exp-test-overrides.js +1 -0
- package/dist/es2019/experiments-config.js +8 -8
- package/dist/esm/exp-test-overrides.js +1 -0
- package/dist/esm/experiments-config.js +8 -8
- package/dist/types/experiments-config.d.ts +6 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 106.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`3c78f7149e895`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c78f7149e895) -
|
|
8
|
+
Clean up experiment `cc_integrations_editor_open_link_click_analytics`.
|
|
9
|
+
|
|
3
10
|
## 105.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -60,6 +60,7 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
60
60
|
platform_editor_core_static_css: false,
|
|
61
61
|
'cwr-modal-ui-refresh': false,
|
|
62
62
|
'cwr-reduce-prompt-suggestion-max-chars': false,
|
|
63
|
+
'cwr-staging-area-close-as-minimize-button': 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`
|
|
@@ -217,14 +217,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
217
217
|
values: ['control', 'test'],
|
|
218
218
|
defaultValue: 'control'
|
|
219
219
|
}),
|
|
220
|
-
// Added 2026-04-08
|
|
221
|
-
cc_integrations_editor_open_link_click_analytics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
222
|
-
productKeys: {
|
|
223
|
-
confluence: 'cc_integrations_editor_open_link_click_analytics'
|
|
224
|
-
},
|
|
225
|
-
param: 'isEnabled',
|
|
226
|
-
defaultValue: false
|
|
227
|
-
}),
|
|
228
220
|
// Added 2026-01-7
|
|
229
221
|
platform_editor_table_sticky_header_patch_10: (0, _experimentBuilders.createBooleanExperiment)({
|
|
230
222
|
productKeys: {
|
|
@@ -1388,6 +1380,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1388
1380
|
param: 'isEnabled',
|
|
1389
1381
|
defaultValue: false
|
|
1390
1382
|
}),
|
|
1383
|
+
// Added 2026-06-15
|
|
1384
|
+
'cwr-staging-area-close-as-minimize-button': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1385
|
+
productKeys: {
|
|
1386
|
+
confluence: 'cwr-staging-area-close-as-minimize-button'
|
|
1387
|
+
},
|
|
1388
|
+
param: 'isEnabled',
|
|
1389
|
+
defaultValue: false
|
|
1390
|
+
}),
|
|
1391
1391
|
// Added 2026-02-12
|
|
1392
1392
|
platform_editor_a11y_escape_link_dialog: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1393
1393
|
productKeys: {
|
|
@@ -54,6 +54,7 @@ export const testBooleanOverrides = {
|
|
|
54
54
|
platform_editor_core_static_css: false,
|
|
55
55
|
'cwr-modal-ui-refresh': false,
|
|
56
56
|
'cwr-reduce-prompt-suggestion-max-chars': false,
|
|
57
|
+
'cwr-staging-area-close-as-minimize-button': 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`
|
|
@@ -211,14 +211,6 @@ export const editorExperimentsConfig = {
|
|
|
211
211
|
values: ['control', 'test'],
|
|
212
212
|
defaultValue: 'control'
|
|
213
213
|
}),
|
|
214
|
-
// Added 2026-04-08
|
|
215
|
-
cc_integrations_editor_open_link_click_analytics: createBooleanExperiment({
|
|
216
|
-
productKeys: {
|
|
217
|
-
confluence: 'cc_integrations_editor_open_link_click_analytics'
|
|
218
|
-
},
|
|
219
|
-
param: 'isEnabled',
|
|
220
|
-
defaultValue: false
|
|
221
|
-
}),
|
|
222
214
|
// Added 2026-01-7
|
|
223
215
|
platform_editor_table_sticky_header_patch_10: createBooleanExperiment({
|
|
224
216
|
productKeys: {
|
|
@@ -1382,6 +1374,14 @@ export const editorExperimentsConfig = {
|
|
|
1382
1374
|
param: 'isEnabled',
|
|
1383
1375
|
defaultValue: false
|
|
1384
1376
|
}),
|
|
1377
|
+
// Added 2026-06-15
|
|
1378
|
+
'cwr-staging-area-close-as-minimize-button': createBooleanExperiment({
|
|
1379
|
+
productKeys: {
|
|
1380
|
+
confluence: 'cwr-staging-area-close-as-minimize-button'
|
|
1381
|
+
},
|
|
1382
|
+
param: 'isEnabled',
|
|
1383
|
+
defaultValue: false
|
|
1384
|
+
}),
|
|
1385
1385
|
// Added 2026-02-12
|
|
1386
1386
|
platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
|
|
1387
1387
|
productKeys: {
|
|
@@ -54,6 +54,7 @@ export var testBooleanOverrides = {
|
|
|
54
54
|
platform_editor_core_static_css: false,
|
|
55
55
|
'cwr-modal-ui-refresh': false,
|
|
56
56
|
'cwr-reduce-prompt-suggestion-max-chars': false,
|
|
57
|
+
'cwr-staging-area-close-as-minimize-button': 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`
|
|
@@ -211,14 +211,6 @@ export var editorExperimentsConfig = {
|
|
|
211
211
|
values: ['control', 'test'],
|
|
212
212
|
defaultValue: 'control'
|
|
213
213
|
}),
|
|
214
|
-
// Added 2026-04-08
|
|
215
|
-
cc_integrations_editor_open_link_click_analytics: createBooleanExperiment({
|
|
216
|
-
productKeys: {
|
|
217
|
-
confluence: 'cc_integrations_editor_open_link_click_analytics'
|
|
218
|
-
},
|
|
219
|
-
param: 'isEnabled',
|
|
220
|
-
defaultValue: false
|
|
221
|
-
}),
|
|
222
214
|
// Added 2026-01-7
|
|
223
215
|
platform_editor_table_sticky_header_patch_10: createBooleanExperiment({
|
|
224
216
|
productKeys: {
|
|
@@ -1382,6 +1374,14 @@ export var editorExperimentsConfig = {
|
|
|
1382
1374
|
param: 'isEnabled',
|
|
1383
1375
|
defaultValue: false
|
|
1384
1376
|
}),
|
|
1377
|
+
// Added 2026-06-15
|
|
1378
|
+
'cwr-staging-area-close-as-minimize-button': createBooleanExperiment({
|
|
1379
|
+
productKeys: {
|
|
1380
|
+
confluence: 'cwr-staging-area-close-as-minimize-button'
|
|
1381
|
+
},
|
|
1382
|
+
param: 'isEnabled',
|
|
1383
|
+
defaultValue: false
|
|
1384
|
+
}),
|
|
1385
1385
|
// Added 2026-02-12
|
|
1386
1386
|
platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
|
|
1387
1387
|
productKeys: {
|
|
@@ -76,12 +76,6 @@ export declare const editorExperimentsConfig: {
|
|
|
76
76
|
typeGuard: (value: unknown) => value is 'control' | 'test';
|
|
77
77
|
values: ('control' | 'test')[];
|
|
78
78
|
};
|
|
79
|
-
cc_integrations_editor_open_link_click_analytics: {
|
|
80
|
-
defaultValue: boolean;
|
|
81
|
-
param: string;
|
|
82
|
-
productKeys?: ProductKeys;
|
|
83
|
-
typeGuard: IsBooleanType;
|
|
84
|
-
};
|
|
85
79
|
cc_editor_insm_doc_size_stats: {
|
|
86
80
|
defaultValue: boolean;
|
|
87
81
|
param: string;
|
|
@@ -1070,6 +1064,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1070
1064
|
productKeys?: ProductKeys;
|
|
1071
1065
|
typeGuard: IsBooleanType;
|
|
1072
1066
|
};
|
|
1067
|
+
'cwr-staging-area-close-as-minimize-button': {
|
|
1068
|
+
defaultValue: boolean;
|
|
1069
|
+
param: string;
|
|
1070
|
+
productKeys?: ProductKeys;
|
|
1071
|
+
typeGuard: IsBooleanType;
|
|
1072
|
+
};
|
|
1073
1073
|
platform_editor_a11y_escape_link_dialog: {
|
|
1074
1074
|
defaultValue: boolean;
|
|
1075
1075
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "106.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.0.0",
|
|
30
|
-
"@atlaskit/react-ufo": "^7.
|
|
30
|
+
"@atlaskit/react-ufo": "^7.1.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"platform-feature-flags": {
|