@atlaskit/tmp-editor-statsig 185.0.0 → 187.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 +20 -0
- package/dist/cjs/exp-test-overrides.js +0 -2
- package/dist/cjs/experiments-config.js +0 -16
- package/dist/es2019/exp-test-overrides.js +0 -2
- package/dist/es2019/experiments-config.js +0 -16
- package/dist/esm/exp-test-overrides.js +0 -2
- package/dist/esm/experiments-config.js +0 -16
- package/dist/types/experiments-config.d.ts +0 -12
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 187.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`7f71b28df7e6c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7f71b28df7e6c) -
|
|
8
|
+
Clean up launched experiment `cc_maui_polish_changes_batch_3` by making the `isEnabled=true`
|
|
9
|
+
Confluence MAUI/editor remix behaviours permanent.
|
|
10
|
+
|
|
11
|
+
## 186.0.0
|
|
12
|
+
|
|
13
|
+
### Major Changes
|
|
14
|
+
|
|
15
|
+
- [`aca1f7aaf3fd6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aca1f7aaf3fd6) -
|
|
16
|
+
Remove the retired platform_editor_exp_lazy_node_views experiment from the legacy test
|
|
17
|
+
configuration.
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
|
|
3
23
|
## 185.0.0
|
|
4
24
|
|
|
5
25
|
### 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,
|
|
@@ -31,7 +30,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
31
30
|
'enghealth-53346_fix_redaction_marker_editor': false,
|
|
32
31
|
platform_editor_toolbar_aifc: false,
|
|
33
32
|
'test-new-experiments-package': false,
|
|
34
|
-
platform_editor_exp_lazy_node_views: false,
|
|
35
33
|
platform_renderer_table_sticky_scrollbar: false,
|
|
36
34
|
comment_on_bodied_extensions: false,
|
|
37
35
|
advanced_layouts: false,
|
|
@@ -281,14 +281,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
281
281
|
param: 'isEnabled',
|
|
282
282
|
defaultValue: false
|
|
283
283
|
}),
|
|
284
|
-
// Added 2024-09-07
|
|
285
|
-
platform_editor_exp_lazy_node_views: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
286
|
-
productKeys: {
|
|
287
|
-
confluence: 'platform_editor_exp_lazy_node_views'
|
|
288
|
-
},
|
|
289
|
-
param: 'isEnabled',
|
|
290
|
-
defaultValue: false
|
|
291
|
-
}),
|
|
292
284
|
// Added 2024-09-18
|
|
293
285
|
platform_renderer_table_sticky_scrollbar: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
294
286
|
productKeys: {
|
|
@@ -952,14 +944,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
952
944
|
defaultValue: false
|
|
953
945
|
}),
|
|
954
946
|
// Added 2026-07-29
|
|
955
|
-
cc_maui_polish_changes_batch_3: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
956
|
-
productKeys: {
|
|
957
|
-
confluence: 'cc_maui_polish_changes_batch_3'
|
|
958
|
-
},
|
|
959
|
-
param: 'isEnabled',
|
|
960
|
-
defaultValue: false
|
|
961
|
-
}),
|
|
962
|
-
// Added 2026-07-29
|
|
963
947
|
cc_maui_polish_changes_batch_4: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
964
948
|
productKeys: {
|
|
965
949
|
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,
|
|
@@ -25,7 +24,6 @@ export const testBooleanOverrides = {
|
|
|
25
24
|
'enghealth-53346_fix_redaction_marker_editor': false,
|
|
26
25
|
platform_editor_toolbar_aifc: false,
|
|
27
26
|
'test-new-experiments-package': false,
|
|
28
|
-
platform_editor_exp_lazy_node_views: false,
|
|
29
27
|
platform_renderer_table_sticky_scrollbar: false,
|
|
30
28
|
comment_on_bodied_extensions: false,
|
|
31
29
|
advanced_layouts: false,
|
|
@@ -275,14 +275,6 @@ export const editorExperimentsConfig = {
|
|
|
275
275
|
param: 'isEnabled',
|
|
276
276
|
defaultValue: false
|
|
277
277
|
}),
|
|
278
|
-
// Added 2024-09-07
|
|
279
|
-
platform_editor_exp_lazy_node_views: createBooleanExperiment({
|
|
280
|
-
productKeys: {
|
|
281
|
-
confluence: 'platform_editor_exp_lazy_node_views'
|
|
282
|
-
},
|
|
283
|
-
param: 'isEnabled',
|
|
284
|
-
defaultValue: false
|
|
285
|
-
}),
|
|
286
278
|
// Added 2024-09-18
|
|
287
279
|
platform_renderer_table_sticky_scrollbar: createBooleanExperiment({
|
|
288
280
|
productKeys: {
|
|
@@ -946,14 +938,6 @@ export const editorExperimentsConfig = {
|
|
|
946
938
|
defaultValue: false
|
|
947
939
|
}),
|
|
948
940
|
// Added 2026-07-29
|
|
949
|
-
cc_maui_polish_changes_batch_3: createBooleanExperiment({
|
|
950
|
-
productKeys: {
|
|
951
|
-
confluence: 'cc_maui_polish_changes_batch_3'
|
|
952
|
-
},
|
|
953
|
-
param: 'isEnabled',
|
|
954
|
-
defaultValue: false
|
|
955
|
-
}),
|
|
956
|
-
// Added 2026-07-29
|
|
957
941
|
cc_maui_polish_changes_batch_4: createBooleanExperiment({
|
|
958
942
|
productKeys: {
|
|
959
943
|
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,
|
|
@@ -25,7 +24,6 @@ export var testBooleanOverrides = {
|
|
|
25
24
|
'enghealth-53346_fix_redaction_marker_editor': false,
|
|
26
25
|
platform_editor_toolbar_aifc: false,
|
|
27
26
|
'test-new-experiments-package': false,
|
|
28
|
-
platform_editor_exp_lazy_node_views: false,
|
|
29
27
|
platform_renderer_table_sticky_scrollbar: false,
|
|
30
28
|
comment_on_bodied_extensions: false,
|
|
31
29
|
advanced_layouts: false,
|
|
@@ -275,14 +275,6 @@ export var editorExperimentsConfig = {
|
|
|
275
275
|
param: 'isEnabled',
|
|
276
276
|
defaultValue: false
|
|
277
277
|
}),
|
|
278
|
-
// Added 2024-09-07
|
|
279
|
-
platform_editor_exp_lazy_node_views: createBooleanExperiment({
|
|
280
|
-
productKeys: {
|
|
281
|
-
confluence: 'platform_editor_exp_lazy_node_views'
|
|
282
|
-
},
|
|
283
|
-
param: 'isEnabled',
|
|
284
|
-
defaultValue: false
|
|
285
|
-
}),
|
|
286
278
|
// Added 2024-09-18
|
|
287
279
|
platform_renderer_table_sticky_scrollbar: createBooleanExperiment({
|
|
288
280
|
productKeys: {
|
|
@@ -946,14 +938,6 @@ export var editorExperimentsConfig = {
|
|
|
946
938
|
defaultValue: false
|
|
947
939
|
}),
|
|
948
940
|
// Added 2026-07-29
|
|
949
|
-
cc_maui_polish_changes_batch_3: createBooleanExperiment({
|
|
950
|
-
productKeys: {
|
|
951
|
-
confluence: 'cc_maui_polish_changes_batch_3'
|
|
952
|
-
},
|
|
953
|
-
param: 'isEnabled',
|
|
954
|
-
defaultValue: false
|
|
955
|
-
}),
|
|
956
|
-
// Added 2026-07-29
|
|
957
941
|
cc_maui_polish_changes_batch_4: createBooleanExperiment({
|
|
958
942
|
productKeys: {
|
|
959
943
|
confluence: 'cc_maui_polish_changes_batch_4'
|
|
@@ -388,12 +388,6 @@ export declare const editorExperimentsConfig: {
|
|
|
388
388
|
productKeys?: ProductKeys;
|
|
389
389
|
typeGuard: IsBooleanType;
|
|
390
390
|
};
|
|
391
|
-
platform_editor_exp_lazy_node_views: {
|
|
392
|
-
defaultValue: boolean;
|
|
393
|
-
param: string;
|
|
394
|
-
productKeys?: ProductKeys;
|
|
395
|
-
typeGuard: IsBooleanType;
|
|
396
|
-
};
|
|
397
391
|
jira_editor_a11y_toolbar_fixes: {
|
|
398
392
|
defaultValue: boolean;
|
|
399
393
|
param: string;
|
|
@@ -745,12 +739,6 @@ export declare const editorExperimentsConfig: {
|
|
|
745
739
|
productKeys?: ProductKeys;
|
|
746
740
|
typeGuard: IsBooleanType;
|
|
747
741
|
};
|
|
748
|
-
cc_maui_polish_changes_batch_3: {
|
|
749
|
-
defaultValue: boolean;
|
|
750
|
-
param: string;
|
|
751
|
-
productKeys?: ProductKeys;
|
|
752
|
-
typeGuard: IsBooleanType;
|
|
753
|
-
};
|
|
754
742
|
cc_maui_polish_changes_batch_4: {
|
|
755
743
|
defaultValue: boolean;
|
|
756
744
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "187.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.9.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"platform-feature-flags": {
|