@atlaskit/tmp-editor-statsig 2.1.4 → 2.1.5

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,14 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 2.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#137234](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137234)
8
+ [`e80c81de138e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e80c81de138e9) -
9
+ [ux] [ED-24803] Experiment for editor block controls which adds a button to insert quickInsert
10
+ elements
11
+
3
12
  ## 2.1.4
4
13
 
5
14
  ### Patch Changes
@@ -121,5 +121,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
121
121
  param: 'isEnabled',
122
122
  typeGuard: isBoolean,
123
123
  defaultValue: false
124
+ },
125
+ // Added 2024-09-02
126
+ platform_editor_empty_line_prompt: {
127
+ productKeys: {
128
+ confluence: 'platform_editor_empty_line_prompt'
129
+ },
130
+ param: 'isEnabled',
131
+ typeGuard: isBoolean,
132
+ defaultValue: false
124
133
  }
125
134
  };
@@ -115,5 +115,14 @@ export const editorExperimentsConfig = {
115
115
  param: 'isEnabled',
116
116
  typeGuard: isBoolean,
117
117
  defaultValue: false
118
+ },
119
+ // Added 2024-09-02
120
+ platform_editor_empty_line_prompt: {
121
+ productKeys: {
122
+ confluence: 'platform_editor_empty_line_prompt'
123
+ },
124
+ param: 'isEnabled',
125
+ typeGuard: isBoolean,
126
+ defaultValue: false
118
127
  }
119
128
  };
@@ -115,5 +115,14 @@ export var editorExperimentsConfig = {
115
115
  param: 'isEnabled',
116
116
  typeGuard: isBoolean,
117
117
  defaultValue: false
118
+ },
119
+ // Added 2024-09-02
120
+ platform_editor_empty_line_prompt: {
121
+ productKeys: {
122
+ confluence: 'platform_editor_empty_line_prompt'
123
+ },
124
+ param: 'isEnabled',
125
+ typeGuard: isBoolean,
126
+ defaultValue: false
118
127
  }
119
128
  };
@@ -95,5 +95,13 @@ export declare const editorExperimentsConfig: {
95
95
  typeGuard: typeof isBoolean;
96
96
  defaultValue: boolean;
97
97
  };
98
+ platform_editor_empty_line_prompt: {
99
+ productKeys: {
100
+ confluence: string;
101
+ };
102
+ param: string;
103
+ typeGuard: typeof isBoolean;
104
+ defaultValue: boolean;
105
+ };
98
106
  };
99
107
  export {};
@@ -14,6 +14,7 @@ export declare let _overrides: Partial<{
14
14
  'nested-dnd': boolean;
15
15
  'table-nested-dnd': boolean;
16
16
  'insert-menu-in-right-rail': boolean;
17
+ platform_editor_empty_line_prompt: boolean;
17
18
  }>;
18
19
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
19
20
  /**
@@ -95,5 +95,13 @@ export declare const editorExperimentsConfig: {
95
95
  typeGuard: typeof isBoolean;
96
96
  defaultValue: boolean;
97
97
  };
98
+ platform_editor_empty_line_prompt: {
99
+ productKeys: {
100
+ confluence: string;
101
+ };
102
+ param: string;
103
+ typeGuard: typeof isBoolean;
104
+ defaultValue: boolean;
105
+ };
98
106
  };
99
107
  export {};
@@ -14,6 +14,7 @@ export declare let _overrides: Partial<{
14
14
  'nested-dnd': boolean;
15
15
  'table-nested-dnd': boolean;
16
16
  'insert-menu-in-right-rail': boolean;
17
+ platform_editor_empty_line_prompt: boolean;
17
18
  }>;
18
19
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
19
20
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
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",