@atlaskit/tmp-editor-statsig 2.1.11 → 2.1.13

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,27 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 2.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [#144888](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/144888)
8
+ [`ac1408cf343b5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ac1408cf343b5) -
9
+ [ux] EDF-1569 Removed Rovo footer from agents screen, behind
10
+ platform_editor_ai_command_palette_post_ga experiment. Added experiment to editor config.
11
+
12
+ ## 2.1.12
13
+
14
+ ### Patch Changes
15
+
16
+ - [#139038](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/139038)
17
+ [`86a6dad9fb62e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/86a6dad9fb62e) -
18
+ [ux] Enables Table sticky scrollbar in Renderer under an experiment FF.
19
+ - [#141778](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/141778)
20
+ [`1c6f578277694`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c6f578277694) -
21
+ ED-24870 & ED-24864 - Add the logic to gate the nested media in quotes functionality behind the
22
+ nest-media-and-codeblock-in-quote experiment. Also adjust the logic so the nested expands are now
23
+ behind the nested-expand-in-expand experiment.
24
+
3
25
  ## 2.1.11
4
26
 
5
27
  ### Patch Changes
@@ -167,5 +167,43 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
167
167
  param: 'cohort',
168
168
  typeGuard: oneOf(['control', 'test']),
169
169
  defaultValue: 'control'
170
+ },
171
+ // Added 2024-09-18
172
+ platform_renderer_table_sticky_scrollbar: {
173
+ productKeys: {
174
+ confluence: 'platform_renderer_table_sticky_scrollbar'
175
+ },
176
+ param: 'isEnabled',
177
+ typeGuard: isBoolean,
178
+ defaultValue: false
179
+ },
180
+ // Added 2024-09-18
181
+ // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nest_media_and_codeblock_in_quotes/setup
182
+ 'nest-media-and-codeblock-in-quote': {
183
+ productKeys: {
184
+ confluence: 'platform_editor_nest_media_and_codeblock_in_quotes'
185
+ },
186
+ param: 'isEnabled',
187
+ typeGuard: isBoolean,
188
+ defaultValue: false
189
+ },
190
+ // Added 2024-09-18
191
+ // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nest_nested_expand_in_expand/setup
192
+ 'nested-expand-in-expand': {
193
+ productKeys: {
194
+ confluence: 'platform_editor_nest_nested_expand_in_expand'
195
+ },
196
+ param: 'isEnabled',
197
+ typeGuard: isBoolean,
198
+ defaultValue: false
199
+ },
200
+ // Added 2024-09-24
201
+ platform_editor_ai_command_palette_post_ga: {
202
+ productKeys: {
203
+ confluence: 'platform_editor_ai_command_palette_post_ga'
204
+ },
205
+ param: 'cohort',
206
+ typeGuard: oneOf(['control', 'test']),
207
+ defaultValue: 'control'
170
208
  }
171
209
  };
@@ -161,5 +161,43 @@ export const editorExperimentsConfig = {
161
161
  param: 'cohort',
162
162
  typeGuard: oneOf(['control', 'test']),
163
163
  defaultValue: 'control'
164
+ },
165
+ // Added 2024-09-18
166
+ platform_renderer_table_sticky_scrollbar: {
167
+ productKeys: {
168
+ confluence: 'platform_renderer_table_sticky_scrollbar'
169
+ },
170
+ param: 'isEnabled',
171
+ typeGuard: isBoolean,
172
+ defaultValue: false
173
+ },
174
+ // Added 2024-09-18
175
+ // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nest_media_and_codeblock_in_quotes/setup
176
+ 'nest-media-and-codeblock-in-quote': {
177
+ productKeys: {
178
+ confluence: 'platform_editor_nest_media_and_codeblock_in_quotes'
179
+ },
180
+ param: 'isEnabled',
181
+ typeGuard: isBoolean,
182
+ defaultValue: false
183
+ },
184
+ // Added 2024-09-18
185
+ // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nest_nested_expand_in_expand/setup
186
+ 'nested-expand-in-expand': {
187
+ productKeys: {
188
+ confluence: 'platform_editor_nest_nested_expand_in_expand'
189
+ },
190
+ param: 'isEnabled',
191
+ typeGuard: isBoolean,
192
+ defaultValue: false
193
+ },
194
+ // Added 2024-09-24
195
+ platform_editor_ai_command_palette_post_ga: {
196
+ productKeys: {
197
+ confluence: 'platform_editor_ai_command_palette_post_ga'
198
+ },
199
+ param: 'cohort',
200
+ typeGuard: oneOf(['control', 'test']),
201
+ defaultValue: 'control'
164
202
  }
165
203
  };
@@ -161,5 +161,43 @@ export var editorExperimentsConfig = {
161
161
  param: 'cohort',
162
162
  typeGuard: oneOf(['control', 'test']),
163
163
  defaultValue: 'control'
164
+ },
165
+ // Added 2024-09-18
166
+ platform_renderer_table_sticky_scrollbar: {
167
+ productKeys: {
168
+ confluence: 'platform_renderer_table_sticky_scrollbar'
169
+ },
170
+ param: 'isEnabled',
171
+ typeGuard: isBoolean,
172
+ defaultValue: false
173
+ },
174
+ // Added 2024-09-18
175
+ // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nest_media_and_codeblock_in_quotes/setup
176
+ 'nest-media-and-codeblock-in-quote': {
177
+ productKeys: {
178
+ confluence: 'platform_editor_nest_media_and_codeblock_in_quotes'
179
+ },
180
+ param: 'isEnabled',
181
+ typeGuard: isBoolean,
182
+ defaultValue: false
183
+ },
184
+ // Added 2024-09-18
185
+ // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nest_nested_expand_in_expand/setup
186
+ 'nested-expand-in-expand': {
187
+ productKeys: {
188
+ confluence: 'platform_editor_nest_nested_expand_in_expand'
189
+ },
190
+ param: 'isEnabled',
191
+ typeGuard: isBoolean,
192
+ defaultValue: false
193
+ },
194
+ // Added 2024-09-24
195
+ platform_editor_ai_command_palette_post_ga: {
196
+ productKeys: {
197
+ confluence: 'platform_editor_ai_command_palette_post_ga'
198
+ },
199
+ param: 'cohort',
200
+ typeGuard: oneOf(['control', 'test']),
201
+ defaultValue: 'control'
164
202
  }
165
203
  };
@@ -135,5 +135,37 @@ export declare const editorExperimentsConfig: {
135
135
  typeGuard: (value: unknown) => value is "control" | "test";
136
136
  defaultValue: "control" | "test";
137
137
  };
138
+ platform_renderer_table_sticky_scrollbar: {
139
+ productKeys: {
140
+ confluence: string;
141
+ };
142
+ param: string;
143
+ typeGuard: typeof isBoolean;
144
+ defaultValue: boolean;
145
+ };
146
+ 'nest-media-and-codeblock-in-quote': {
147
+ productKeys: {
148
+ confluence: string;
149
+ };
150
+ param: string;
151
+ typeGuard: typeof isBoolean;
152
+ defaultValue: boolean;
153
+ };
154
+ 'nested-expand-in-expand': {
155
+ productKeys: {
156
+ confluence: string;
157
+ };
158
+ param: string;
159
+ typeGuard: typeof isBoolean;
160
+ defaultValue: boolean;
161
+ };
162
+ platform_editor_ai_command_palette_post_ga: {
163
+ productKeys: {
164
+ confluence: string;
165
+ };
166
+ param: string;
167
+ typeGuard: (value: unknown) => value is "control" | "test";
168
+ defaultValue: "control" | "test";
169
+ };
138
170
  };
139
171
  export {};
@@ -19,6 +19,10 @@ export declare let _overrides: Partial<{
19
19
  support_table_in_comment: boolean;
20
20
  platform_editor_exp_lazy_node_views: boolean;
21
21
  platform_editor_ai_ai_button_block_elements: "control" | "test";
22
+ platform_renderer_table_sticky_scrollbar: boolean;
23
+ 'nest-media-and-codeblock-in-quote': boolean;
24
+ 'nested-expand-in-expand': boolean;
25
+ platform_editor_ai_command_palette_post_ga: "control" | "test";
22
26
  }>;
23
27
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
24
28
  /**
@@ -135,5 +135,37 @@ export declare const editorExperimentsConfig: {
135
135
  typeGuard: (value: unknown) => value is "control" | "test";
136
136
  defaultValue: "control" | "test";
137
137
  };
138
+ platform_renderer_table_sticky_scrollbar: {
139
+ productKeys: {
140
+ confluence: string;
141
+ };
142
+ param: string;
143
+ typeGuard: typeof isBoolean;
144
+ defaultValue: boolean;
145
+ };
146
+ 'nest-media-and-codeblock-in-quote': {
147
+ productKeys: {
148
+ confluence: string;
149
+ };
150
+ param: string;
151
+ typeGuard: typeof isBoolean;
152
+ defaultValue: boolean;
153
+ };
154
+ 'nested-expand-in-expand': {
155
+ productKeys: {
156
+ confluence: string;
157
+ };
158
+ param: string;
159
+ typeGuard: typeof isBoolean;
160
+ defaultValue: boolean;
161
+ };
162
+ platform_editor_ai_command_palette_post_ga: {
163
+ productKeys: {
164
+ confluence: string;
165
+ };
166
+ param: string;
167
+ typeGuard: (value: unknown) => value is "control" | "test";
168
+ defaultValue: "control" | "test";
169
+ };
138
170
  };
139
171
  export {};
@@ -19,6 +19,10 @@ export declare let _overrides: Partial<{
19
19
  support_table_in_comment: boolean;
20
20
  platform_editor_exp_lazy_node_views: boolean;
21
21
  platform_editor_ai_ai_button_block_elements: "control" | "test";
22
+ platform_renderer_table_sticky_scrollbar: boolean;
23
+ 'nest-media-and-codeblock-in-quote': boolean;
24
+ 'nested-expand-in-expand': boolean;
25
+ platform_editor_ai_command_palette_post_ga: "control" | "test";
22
26
  }>;
23
27
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
24
28
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "2.1.11",
3
+ "version": "2.1.13",
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",