@atlaskit/tmp-editor-statsig 2.1.12 → 2.1.14

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.14
4
+
5
+ ### Patch Changes
6
+
7
+ - [#146417](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/146417)
8
+ [`4302239b19be5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4302239b19be5) -
9
+ Migrate table useSharedStateHook FF from LD to Statsig experiment.
10
+
11
+ ## 2.1.13
12
+
13
+ ### Patch Changes
14
+
15
+ - [#144888](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/144888)
16
+ [`ac1408cf343b5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ac1408cf343b5) -
17
+ [ux] EDF-1569 Removed Rovo footer from agents screen, behind
18
+ platform_editor_ai_command_palette_post_ga experiment. Added experiment to editor config.
19
+
3
20
  ## 2.1.12
4
21
 
5
22
  ### Patch Changes
@@ -196,5 +196,23 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
196
196
  param: 'isEnabled',
197
197
  typeGuard: isBoolean,
198
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'
208
+ },
209
+ // Added 2024-09-26
210
+ platform_editor_table_use_shared_state_hook: {
211
+ productKeys: {
212
+ confluence: 'platform_editor_table_use_shared_state_hook'
213
+ },
214
+ param: 'isEnabled',
215
+ typeGuard: isBoolean,
216
+ defaultValue: false
199
217
  }
200
218
  };
@@ -190,5 +190,23 @@ export const editorExperimentsConfig = {
190
190
  param: 'isEnabled',
191
191
  typeGuard: isBoolean,
192
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'
202
+ },
203
+ // Added 2024-09-26
204
+ platform_editor_table_use_shared_state_hook: {
205
+ productKeys: {
206
+ confluence: 'platform_editor_table_use_shared_state_hook'
207
+ },
208
+ param: 'isEnabled',
209
+ typeGuard: isBoolean,
210
+ defaultValue: false
193
211
  }
194
212
  };
@@ -190,5 +190,23 @@ export var editorExperimentsConfig = {
190
190
  param: 'isEnabled',
191
191
  typeGuard: isBoolean,
192
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'
202
+ },
203
+ // Added 2024-09-26
204
+ platform_editor_table_use_shared_state_hook: {
205
+ productKeys: {
206
+ confluence: 'platform_editor_table_use_shared_state_hook'
207
+ },
208
+ param: 'isEnabled',
209
+ typeGuard: isBoolean,
210
+ defaultValue: false
193
211
  }
194
212
  };
@@ -159,5 +159,21 @@ export declare const editorExperimentsConfig: {
159
159
  typeGuard: typeof isBoolean;
160
160
  defaultValue: boolean;
161
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
+ };
170
+ platform_editor_table_use_shared_state_hook: {
171
+ productKeys: {
172
+ confluence: string;
173
+ };
174
+ param: string;
175
+ typeGuard: typeof isBoolean;
176
+ defaultValue: boolean;
177
+ };
162
178
  };
163
179
  export {};
@@ -22,6 +22,8 @@ export declare let _overrides: Partial<{
22
22
  platform_renderer_table_sticky_scrollbar: boolean;
23
23
  'nest-media-and-codeblock-in-quote': boolean;
24
24
  'nested-expand-in-expand': boolean;
25
+ platform_editor_ai_command_palette_post_ga: "control" | "test";
26
+ platform_editor_table_use_shared_state_hook: boolean;
25
27
  }>;
26
28
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
27
29
  /**
@@ -159,5 +159,21 @@ export declare const editorExperimentsConfig: {
159
159
  typeGuard: typeof isBoolean;
160
160
  defaultValue: boolean;
161
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
+ };
170
+ platform_editor_table_use_shared_state_hook: {
171
+ productKeys: {
172
+ confluence: string;
173
+ };
174
+ param: string;
175
+ typeGuard: typeof isBoolean;
176
+ defaultValue: boolean;
177
+ };
162
178
  };
163
179
  export {};
@@ -22,6 +22,8 @@ export declare let _overrides: Partial<{
22
22
  platform_renderer_table_sticky_scrollbar: boolean;
23
23
  'nest-media-and-codeblock-in-quote': boolean;
24
24
  'nested-expand-in-expand': boolean;
25
+ platform_editor_ai_command_palette_post_ga: "control" | "test";
26
+ platform_editor_table_use_shared_state_hook: boolean;
25
27
  }>;
26
28
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
27
29
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "2.1.12",
3
+ "version": "2.1.14",
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",