@atlaskit/tmp-editor-statsig 186.0.0 → 188.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 +21 -0
- package/dist/cjs/exp-test-overrides.js +0 -2
- package/dist/cjs/experiments-config.js +0 -17
- package/dist/es2019/exp-test-overrides.js +0 -2
- package/dist/es2019/experiments-config.js +0 -17
- package/dist/esm/exp-test-overrides.js +0 -2
- package/dist/esm/experiments-config.js +0 -17
- package/dist/types/experiments-config.d.ts +0 -12
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 188.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`962e8dc0188bf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/962e8dc0188bf) -
|
|
8
|
+
Clean up `platform_editor_offline_editing_web` with `isEnabled: true` for Confluence, keeping
|
|
9
|
+
offline editing and recovery behavior enabled. Remove the retired experiment from the editor
|
|
10
|
+
Statsig configuration; consumers must stop querying or overriding this experiment.
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
16
|
+
## 187.0.0
|
|
17
|
+
|
|
18
|
+
### Major Changes
|
|
19
|
+
|
|
20
|
+
- [`7f71b28df7e6c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7f71b28df7e6c) -
|
|
21
|
+
Clean up launched experiment `cc_maui_polish_changes_batch_3` by making the `isEnabled=true`
|
|
22
|
+
Confluence MAUI/editor remix behaviours permanent.
|
|
23
|
+
|
|
3
24
|
## 186.0.0
|
|
4
25
|
|
|
5
26
|
### Major Changes
|
|
@@ -22,7 +22,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
22
22
|
};
|
|
23
23
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
24
24
|
'cc-maui-ai-edit-loading-experiment': true,
|
|
25
|
-
cc_maui_polish_changes_batch_3: false,
|
|
26
25
|
cc_maui_polish_changes_batch_4: false,
|
|
27
26
|
social_proof_3p_unauth_block_exp: false,
|
|
28
27
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
@@ -37,7 +36,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
37
36
|
single_column_layouts: false,
|
|
38
37
|
platform_editor_ai_unsplash_page_header: false,
|
|
39
38
|
platform_editor_ai_edit_response_in_preview: false,
|
|
40
|
-
platform_editor_offline_editing_web: false,
|
|
41
39
|
platform_editor_tables_table_selector: false,
|
|
42
40
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
43
41
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
@@ -387,15 +387,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
387
387
|
values: ['control', 'variant_a', 'variant_b'],
|
|
388
388
|
defaultValue: 'control'
|
|
389
389
|
}),
|
|
390
|
-
// Added 2025-04-14
|
|
391
|
-
// https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
|
|
392
|
-
platform_editor_offline_editing_web: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
393
|
-
productKeys: {
|
|
394
|
-
confluence: 'platform_editor_offline_editing_web'
|
|
395
|
-
},
|
|
396
|
-
param: 'isEnabled',
|
|
397
|
-
defaultValue: false
|
|
398
|
-
}),
|
|
399
390
|
// Added 2026-05-26
|
|
400
391
|
platform_editor_agent_mentions: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
401
392
|
productKeys: {
|
|
@@ -944,14 +935,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
944
935
|
defaultValue: false
|
|
945
936
|
}),
|
|
946
937
|
// Added 2026-07-29
|
|
947
|
-
cc_maui_polish_changes_batch_3: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
948
|
-
productKeys: {
|
|
949
|
-
confluence: 'cc_maui_polish_changes_batch_3'
|
|
950
|
-
},
|
|
951
|
-
param: 'isEnabled',
|
|
952
|
-
defaultValue: false
|
|
953
|
-
}),
|
|
954
|
-
// Added 2026-07-29
|
|
955
938
|
cc_maui_polish_changes_batch_4: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
956
939
|
productKeys: {
|
|
957
940
|
confluence: 'cc_maui_polish_changes_batch_4'
|
|
@@ -16,7 +16,6 @@ export const testMultivariateOverrides = {
|
|
|
16
16
|
};
|
|
17
17
|
export const testBooleanOverrides = {
|
|
18
18
|
'cc-maui-ai-edit-loading-experiment': true,
|
|
19
|
-
cc_maui_polish_changes_batch_3: false,
|
|
20
19
|
cc_maui_polish_changes_batch_4: false,
|
|
21
20
|
social_proof_3p_unauth_block_exp: false,
|
|
22
21
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
@@ -31,7 +30,6 @@ export const testBooleanOverrides = {
|
|
|
31
30
|
single_column_layouts: false,
|
|
32
31
|
platform_editor_ai_unsplash_page_header: false,
|
|
33
32
|
platform_editor_ai_edit_response_in_preview: false,
|
|
34
|
-
platform_editor_offline_editing_web: false,
|
|
35
33
|
platform_editor_tables_table_selector: false,
|
|
36
34
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
37
35
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
@@ -381,15 +381,6 @@ export const editorExperimentsConfig = {
|
|
|
381
381
|
values: ['control', 'variant_a', 'variant_b'],
|
|
382
382
|
defaultValue: 'control'
|
|
383
383
|
}),
|
|
384
|
-
// Added 2025-04-14
|
|
385
|
-
// https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
|
|
386
|
-
platform_editor_offline_editing_web: createBooleanExperiment({
|
|
387
|
-
productKeys: {
|
|
388
|
-
confluence: 'platform_editor_offline_editing_web'
|
|
389
|
-
},
|
|
390
|
-
param: 'isEnabled',
|
|
391
|
-
defaultValue: false
|
|
392
|
-
}),
|
|
393
384
|
// Added 2026-05-26
|
|
394
385
|
platform_editor_agent_mentions: createBooleanExperiment({
|
|
395
386
|
productKeys: {
|
|
@@ -938,14 +929,6 @@ export const editorExperimentsConfig = {
|
|
|
938
929
|
defaultValue: false
|
|
939
930
|
}),
|
|
940
931
|
// Added 2026-07-29
|
|
941
|
-
cc_maui_polish_changes_batch_3: createBooleanExperiment({
|
|
942
|
-
productKeys: {
|
|
943
|
-
confluence: 'cc_maui_polish_changes_batch_3'
|
|
944
|
-
},
|
|
945
|
-
param: 'isEnabled',
|
|
946
|
-
defaultValue: false
|
|
947
|
-
}),
|
|
948
|
-
// Added 2026-07-29
|
|
949
932
|
cc_maui_polish_changes_batch_4: createBooleanExperiment({
|
|
950
933
|
productKeys: {
|
|
951
934
|
confluence: 'cc_maui_polish_changes_batch_4'
|
|
@@ -16,7 +16,6 @@ export var testMultivariateOverrides = {
|
|
|
16
16
|
};
|
|
17
17
|
export var testBooleanOverrides = {
|
|
18
18
|
'cc-maui-ai-edit-loading-experiment': true,
|
|
19
|
-
cc_maui_polish_changes_batch_3: false,
|
|
20
19
|
cc_maui_polish_changes_batch_4: false,
|
|
21
20
|
social_proof_3p_unauth_block_exp: false,
|
|
22
21
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
@@ -31,7 +30,6 @@ export var testBooleanOverrides = {
|
|
|
31
30
|
single_column_layouts: false,
|
|
32
31
|
platform_editor_ai_unsplash_page_header: false,
|
|
33
32
|
platform_editor_ai_edit_response_in_preview: false,
|
|
34
|
-
platform_editor_offline_editing_web: false,
|
|
35
33
|
platform_editor_tables_table_selector: false,
|
|
36
34
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
37
35
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
@@ -381,15 +381,6 @@ export var editorExperimentsConfig = {
|
|
|
381
381
|
values: ['control', 'variant_a', 'variant_b'],
|
|
382
382
|
defaultValue: 'control'
|
|
383
383
|
}),
|
|
384
|
-
// Added 2025-04-14
|
|
385
|
-
// https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
|
|
386
|
-
platform_editor_offline_editing_web: createBooleanExperiment({
|
|
387
|
-
productKeys: {
|
|
388
|
-
confluence: 'platform_editor_offline_editing_web'
|
|
389
|
-
},
|
|
390
|
-
param: 'isEnabled',
|
|
391
|
-
defaultValue: false
|
|
392
|
-
}),
|
|
393
384
|
// Added 2026-05-26
|
|
394
385
|
platform_editor_agent_mentions: createBooleanExperiment({
|
|
395
386
|
productKeys: {
|
|
@@ -938,14 +929,6 @@ export var editorExperimentsConfig = {
|
|
|
938
929
|
defaultValue: false
|
|
939
930
|
}),
|
|
940
931
|
// Added 2026-07-29
|
|
941
|
-
cc_maui_polish_changes_batch_3: createBooleanExperiment({
|
|
942
|
-
productKeys: {
|
|
943
|
-
confluence: 'cc_maui_polish_changes_batch_3'
|
|
944
|
-
},
|
|
945
|
-
param: 'isEnabled',
|
|
946
|
-
defaultValue: false
|
|
947
|
-
}),
|
|
948
|
-
// Added 2026-07-29
|
|
949
932
|
cc_maui_polish_changes_batch_4: createBooleanExperiment({
|
|
950
933
|
productKeys: {
|
|
951
934
|
confluence: 'cc_maui_polish_changes_batch_4'
|
|
@@ -442,12 +442,6 @@ export declare const editorExperimentsConfig: {
|
|
|
442
442
|
productKeys?: ProductKeys;
|
|
443
443
|
typeGuard: IsBooleanType;
|
|
444
444
|
};
|
|
445
|
-
platform_editor_offline_editing_web: {
|
|
446
|
-
defaultValue: boolean;
|
|
447
|
-
param: string;
|
|
448
|
-
productKeys?: ProductKeys;
|
|
449
|
-
typeGuard: IsBooleanType;
|
|
450
|
-
};
|
|
451
445
|
platform_editor_agent_mentions: {
|
|
452
446
|
defaultValue: boolean;
|
|
453
447
|
param: string;
|
|
@@ -739,12 +733,6 @@ export declare const editorExperimentsConfig: {
|
|
|
739
733
|
productKeys?: ProductKeys;
|
|
740
734
|
typeGuard: IsBooleanType;
|
|
741
735
|
};
|
|
742
|
-
cc_maui_polish_changes_batch_3: {
|
|
743
|
-
defaultValue: boolean;
|
|
744
|
-
param: string;
|
|
745
|
-
productKeys?: ProductKeys;
|
|
746
|
-
typeGuard: IsBooleanType;
|
|
747
|
-
};
|
|
748
736
|
cc_maui_polish_changes_batch_4: {
|
|
749
737
|
defaultValue: boolean;
|
|
750
738
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "188.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.10.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"platform-feature-flags": {
|