@atlaskit/tmp-editor-statsig 2.1.13 → 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,13 @@
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
+
3
11
  ## 2.1.13
4
12
 
5
13
  ### Patch Changes
@@ -205,5 +205,14 @@ 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
208
217
  }
209
218
  };
@@ -199,5 +199,14 @@ 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
202
211
  }
203
212
  };
@@ -199,5 +199,14 @@ 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
202
211
  }
203
212
  };
@@ -167,5 +167,13 @@ 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
+ };
170
178
  };
171
179
  export {};
@@ -23,6 +23,7 @@ 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;
26
27
  }>;
27
28
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
28
29
  /**
@@ -167,5 +167,13 @@ 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
+ };
170
178
  };
171
179
  export {};
@@ -23,6 +23,7 @@ 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;
26
27
  }>;
27
28
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
28
29
  /**
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.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",