@atlaskit/tmp-editor-statsig 2.1.13 → 2.1.15

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,21 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 2.1.15
4
+
5
+ ### Patch Changes
6
+
7
+ - [#147137](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147137)
8
+ [`339de234bcb4c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/339de234bcb4c) -
9
+ [EDF-1508] Initial spike for Multi Prompt experiment
10
+
11
+ ## 2.1.14
12
+
13
+ ### Patch Changes
14
+
15
+ - [#146417](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/146417)
16
+ [`4302239b19be5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4302239b19be5) -
17
+ Migrate table useSharedStateHook FF from LD to Statsig experiment.
18
+
3
19
  ## 2.1.13
4
20
 
5
21
  ### Patch Changes
@@ -205,5 +205,24 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
205
205
  param: 'cohort',
206
206
  typeGuard: oneOf(['control', 'test']),
207
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
217
+ },
218
+ // Added 2024-09-23
219
+ // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/editor_ai_-_multi_prompts/setup
220
+ 'editor_ai_-_multi_prompts': {
221
+ productKeys: {
222
+ confluence: 'editor_ai_-_multi_prompts'
223
+ },
224
+ param: 'cohort',
225
+ typeGuard: oneOf(['control', 'test']),
226
+ defaultValue: 'control'
208
227
  }
209
228
  };
@@ -199,5 +199,24 @@ export const editorExperimentsConfig = {
199
199
  param: 'cohort',
200
200
  typeGuard: oneOf(['control', 'test']),
201
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
211
+ },
212
+ // Added 2024-09-23
213
+ // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/editor_ai_-_multi_prompts/setup
214
+ 'editor_ai_-_multi_prompts': {
215
+ productKeys: {
216
+ confluence: 'editor_ai_-_multi_prompts'
217
+ },
218
+ param: 'cohort',
219
+ typeGuard: oneOf(['control', 'test']),
220
+ defaultValue: 'control'
202
221
  }
203
222
  };
@@ -199,5 +199,24 @@ export var editorExperimentsConfig = {
199
199
  param: 'cohort',
200
200
  typeGuard: oneOf(['control', 'test']),
201
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
211
+ },
212
+ // Added 2024-09-23
213
+ // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/editor_ai_-_multi_prompts/setup
214
+ 'editor_ai_-_multi_prompts': {
215
+ productKeys: {
216
+ confluence: 'editor_ai_-_multi_prompts'
217
+ },
218
+ param: 'cohort',
219
+ typeGuard: oneOf(['control', 'test']),
220
+ defaultValue: 'control'
202
221
  }
203
222
  };
@@ -167,5 +167,21 @@ export declare const editorExperimentsConfig: {
167
167
  typeGuard: (value: unknown) => value is "control" | "test";
168
168
  defaultValue: "control" | "test";
169
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
+ };
178
+ 'editor_ai_-_multi_prompts': {
179
+ productKeys: {
180
+ confluence: string;
181
+ };
182
+ param: string;
183
+ typeGuard: (value: unknown) => value is "control" | "test";
184
+ defaultValue: "control" | "test";
185
+ };
170
186
  };
171
187
  export {};
@@ -23,6 +23,8 @@ export declare let _overrides: Partial<{
23
23
  'nest-media-and-codeblock-in-quote': boolean;
24
24
  'nested-expand-in-expand': boolean;
25
25
  platform_editor_ai_command_palette_post_ga: "control" | "test";
26
+ platform_editor_table_use_shared_state_hook: boolean;
27
+ 'editor_ai_-_multi_prompts': "control" | "test";
26
28
  }>;
27
29
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
28
30
  /**
@@ -167,5 +167,21 @@ export declare const editorExperimentsConfig: {
167
167
  typeGuard: (value: unknown) => value is "control" | "test";
168
168
  defaultValue: "control" | "test";
169
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
+ };
178
+ 'editor_ai_-_multi_prompts': {
179
+ productKeys: {
180
+ confluence: string;
181
+ };
182
+ param: string;
183
+ typeGuard: (value: unknown) => value is "control" | "test";
184
+ defaultValue: "control" | "test";
185
+ };
170
186
  };
171
187
  export {};
@@ -23,6 +23,8 @@ export declare let _overrides: Partial<{
23
23
  'nest-media-and-codeblock-in-quote': boolean;
24
24
  'nested-expand-in-expand': boolean;
25
25
  platform_editor_ai_command_palette_post_ga: "control" | "test";
26
+ platform_editor_table_use_shared_state_hook: boolean;
27
+ 'editor_ai_-_multi_prompts': "control" | "test";
26
28
  }>;
27
29
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
28
30
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "2.1.13",
3
+ "version": "2.1.15",
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",