@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 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
- cc_editor_placeholder_collab_wait: (0, _experimentBuilders.createBooleanExperiment)({
42
+ confluence_load_editor_title_on_transition: (0, _experimentBuilders.createBooleanExperiment)({
43
43
  productKeys: {
44
- confluence: 'cc_editor_placeholder_collab_wait'
44
+ confluence: 'confluence_load_editor_title_on_transition'
45
45
  },
46
- param: 'isEnabled',
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
- cc_editor_placeholder_collab_wait: createBooleanExperiment({
36
+ confluence_load_editor_title_on_transition: createBooleanExperiment({
37
37
  productKeys: {
38
- confluence: 'cc_editor_placeholder_collab_wait'
38
+ confluence: 'confluence_load_editor_title_on_transition'
39
39
  },
40
- param: 'isEnabled',
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
- cc_editor_placeholder_collab_wait: createBooleanExperiment({
36
+ confluence_load_editor_title_on_transition: createBooleanExperiment({
37
37
  productKeys: {
38
- confluence: 'cc_editor_placeholder_collab_wait'
38
+ confluence: 'confluence_load_editor_title_on_transition'
39
39
  },
40
- param: 'isEnabled',
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
- cc_editor_placeholder_collab_wait: {
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
- cc_editor_placeholder_collab_wait: {
73
+ confluence_load_editor_title_on_transition: {
74
74
  defaultValue: boolean;
75
75
  param: string;
76
76
  productKeys?: ProductKeys;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.16.0",
3
+ "version": "16.17.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",