@atlaskit/tmp-editor-statsig 2.1.4 → 2.1.6

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,22 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 2.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#137404](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137404)
8
+ [`adae1f3dc8fca`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/adae1f3dc8fca) -
9
+ Switches Support Table in Comment features to use Statsig experiment instead of a Feature Gate.
10
+
11
+ ## 2.1.5
12
+
13
+ ### Patch Changes
14
+
15
+ - [#137234](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137234)
16
+ [`e80c81de138e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e80c81de138e9) -
17
+ [ux] [ED-24803] Experiment for editor block controls which adds a button to insert quickInsert
18
+ elements
19
+
3
20
  ## 2.1.4
4
21
 
5
22
  ### Patch Changes
@@ -121,5 +121,23 @@ 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
133
+ },
134
+ // Added 2024-09-05
135
+ support_table_in_comment: {
136
+ productKeys: {
137
+ confluence: 'platform_editor_support_table_in_comment_exp'
138
+ },
139
+ param: 'isEnabled',
140
+ typeGuard: isBoolean,
141
+ defaultValue: false
124
142
  }
125
143
  };
@@ -115,5 +115,23 @@ 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
127
+ },
128
+ // Added 2024-09-05
129
+ support_table_in_comment: {
130
+ productKeys: {
131
+ confluence: 'platform_editor_support_table_in_comment_exp'
132
+ },
133
+ param: 'isEnabled',
134
+ typeGuard: isBoolean,
135
+ defaultValue: false
118
136
  }
119
137
  };
@@ -115,5 +115,23 @@ 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
127
+ },
128
+ // Added 2024-09-05
129
+ support_table_in_comment: {
130
+ productKeys: {
131
+ confluence: 'platform_editor_support_table_in_comment_exp'
132
+ },
133
+ param: 'isEnabled',
134
+ typeGuard: isBoolean,
135
+ defaultValue: false
118
136
  }
119
137
  };
@@ -95,5 +95,21 @@ 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
+ };
106
+ support_table_in_comment: {
107
+ productKeys: {
108
+ confluence: string;
109
+ };
110
+ param: string;
111
+ typeGuard: typeof isBoolean;
112
+ defaultValue: boolean;
113
+ };
98
114
  };
99
115
  export {};
@@ -14,6 +14,8 @@ 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;
18
+ support_table_in_comment: boolean;
17
19
  }>;
18
20
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
19
21
  /**
@@ -95,5 +95,21 @@ 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
+ };
106
+ support_table_in_comment: {
107
+ productKeys: {
108
+ confluence: string;
109
+ };
110
+ param: string;
111
+ typeGuard: typeof isBoolean;
112
+ defaultValue: boolean;
113
+ };
98
114
  };
99
115
  export {};
@@ -14,6 +14,8 @@ 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;
18
+ support_table_in_comment: boolean;
17
19
  }>;
18
20
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
19
21
  /**
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.6",
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",