@atlaskit/tmp-editor-statsig 16.16.0 → 16.17.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 +3 -3
- package/dist/es2019/exp-test-overrides.js +1 -0
- package/dist/es2019/experiments-config.js +3 -3
- package/dist/esm/exp-test-overrides.js +1 -0
- package/dist/esm/experiments-config.js +3 -3
- package/dist/types/experiments-config.d.ts +1 -1
- package/dist/types-ts4.5/experiments-config.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.17.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`333b858014e54`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/333b858014e54) -
|
|
8
|
+
Move content placeholder behind title_on_transition flag
|
|
9
|
+
|
|
3
10
|
## 16.16.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -25,6 +25,7 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
25
25
|
platform_sl_3p_unauth_paste_as_block_card: 'control'
|
|
26
26
|
};
|
|
27
27
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
28
|
+
confluence_load_editor_title_on_transition: false,
|
|
28
29
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
29
30
|
platform_editor_feedback_mandatory_rating: false,
|
|
30
31
|
platform_editor_preview_panel_responsiveness: false,
|
|
@@ -39,11 +39,11 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
39
39
|
// lwoollard experiments
|
|
40
40
|
|
|
41
41
|
// Added 22-12-2025
|
|
42
|
-
|
|
42
|
+
confluence_load_editor_title_on_transition: (0, _experimentBuilders.createBooleanExperiment)({
|
|
43
43
|
productKeys: {
|
|
44
|
-
confluence: '
|
|
44
|
+
confluence: 'confluence_load_editor_title_on_transition'
|
|
45
45
|
},
|
|
46
|
-
param: '
|
|
46
|
+
param: 'contentPlaceholder',
|
|
47
47
|
defaultValue: false
|
|
48
48
|
}),
|
|
49
49
|
// Added 02-12-2025
|
|
@@ -19,6 +19,7 @@ export const testMultivariateOverrides = {
|
|
|
19
19
|
platform_sl_3p_unauth_paste_as_block_card: 'control'
|
|
20
20
|
};
|
|
21
21
|
export const testBooleanOverrides = {
|
|
22
|
+
confluence_load_editor_title_on_transition: false,
|
|
22
23
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
23
24
|
platform_editor_feedback_mandatory_rating: false,
|
|
24
25
|
platform_editor_preview_panel_responsiveness: false,
|
|
@@ -33,11 +33,11 @@ export const editorExperimentsConfig = {
|
|
|
33
33
|
// lwoollard experiments
|
|
34
34
|
|
|
35
35
|
// Added 22-12-2025
|
|
36
|
-
|
|
36
|
+
confluence_load_editor_title_on_transition: createBooleanExperiment({
|
|
37
37
|
productKeys: {
|
|
38
|
-
confluence: '
|
|
38
|
+
confluence: 'confluence_load_editor_title_on_transition'
|
|
39
39
|
},
|
|
40
|
-
param: '
|
|
40
|
+
param: 'contentPlaceholder',
|
|
41
41
|
defaultValue: false
|
|
42
42
|
}),
|
|
43
43
|
// Added 02-12-2025
|
|
@@ -19,6 +19,7 @@ export var testMultivariateOverrides = {
|
|
|
19
19
|
platform_sl_3p_unauth_paste_as_block_card: 'control'
|
|
20
20
|
};
|
|
21
21
|
export var testBooleanOverrides = {
|
|
22
|
+
confluence_load_editor_title_on_transition: false,
|
|
22
23
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
23
24
|
platform_editor_feedback_mandatory_rating: false,
|
|
24
25
|
platform_editor_preview_panel_responsiveness: false,
|
|
@@ -33,11 +33,11 @@ export var editorExperimentsConfig = {
|
|
|
33
33
|
// lwoollard experiments
|
|
34
34
|
|
|
35
35
|
// Added 22-12-2025
|
|
36
|
-
|
|
36
|
+
confluence_load_editor_title_on_transition: createBooleanExperiment({
|
|
37
37
|
productKeys: {
|
|
38
|
-
confluence: '
|
|
38
|
+
confluence: 'confluence_load_editor_title_on_transition'
|
|
39
39
|
},
|
|
40
|
-
param: '
|
|
40
|
+
param: 'contentPlaceholder',
|
|
41
41
|
defaultValue: false
|
|
42
42
|
}),
|
|
43
43
|
// Added 02-12-2025
|
|
@@ -70,7 +70,7 @@ export declare const editorExperimentsConfig: {
|
|
|
70
70
|
productKeys?: ProductKeys;
|
|
71
71
|
typeGuard: IsBooleanType;
|
|
72
72
|
};
|
|
73
|
-
|
|
73
|
+
confluence_load_editor_title_on_transition: {
|
|
74
74
|
defaultValue: boolean;
|
|
75
75
|
param: string;
|
|
76
76
|
productKeys?: ProductKeys;
|
|
@@ -70,7 +70,7 @@ export declare const editorExperimentsConfig: {
|
|
|
70
70
|
productKeys?: ProductKeys;
|
|
71
71
|
typeGuard: IsBooleanType;
|
|
72
72
|
};
|
|
73
|
-
|
|
73
|
+
confluence_load_editor_title_on_transition: {
|
|
74
74
|
defaultValue: boolean;
|
|
75
75
|
param: string;
|
|
76
76
|
productKeys?: ProductKeys;
|
package/package.json
CHANGED