@atlaskit/tmp-editor-statsig 88.2.0 → 88.3.0

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,14 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 88.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`8bf2ab100a93d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8bf2ab100a93d) -
8
+ Add col to layout keywords
9
+ - [`f7fc6c3bcc4e3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f7fc6c3bcc4e3) -
10
+ [ux] EDITOR-7242 add paste logic to support table in panel nesting
11
+
3
12
  ## 88.2.0
4
13
 
5
14
  ### Minor Changes
@@ -485,6 +485,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
485
485
  param: 'isEnabled',
486
486
  defaultValue: false
487
487
  }),
488
+ // Added 2026-06-02
489
+ platform_editor_layout_keywords: (0, _experimentBuilders.createBooleanExperiment)({
490
+ productKeys: {
491
+ confluence: 'platform_editor_layout_keywords',
492
+ jira: 'platform_editor_layout_keywords'
493
+ },
494
+ param: 'isEnabled',
495
+ defaultValue: false
496
+ }),
488
497
  // Added 2025-04-17
489
498
  platform_editor_tables_table_selector: (0, _experimentBuilders.createBooleanExperiment)({
490
499
  productKeys: {
@@ -2245,6 +2254,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2245
2254
  param: 'isEnabled',
2246
2255
  defaultValue: false
2247
2256
  }),
2257
+ // Added 2026-06-01
2258
+ platform_editor_table_in_panel_paste_fallback: (0, _experimentBuilders.createBooleanExperiment)({
2259
+ productKeys: {
2260
+ confluence: 'platform_editor_table_in_panel_paste_fallback'
2261
+ },
2262
+ param: 'isEnabled',
2263
+ defaultValue: false
2264
+ }),
2248
2265
  // Added 2026-05-20
2249
2266
  platform_editor_default_toolbar_state: (0, _experimentBuilders.createBooleanExperiment)({
2250
2267
  productKeys: {
@@ -479,6 +479,15 @@ export const editorExperimentsConfig = {
479
479
  param: 'isEnabled',
480
480
  defaultValue: false
481
481
  }),
482
+ // Added 2026-06-02
483
+ platform_editor_layout_keywords: createBooleanExperiment({
484
+ productKeys: {
485
+ confluence: 'platform_editor_layout_keywords',
486
+ jira: 'platform_editor_layout_keywords'
487
+ },
488
+ param: 'isEnabled',
489
+ defaultValue: false
490
+ }),
482
491
  // Added 2025-04-17
483
492
  platform_editor_tables_table_selector: createBooleanExperiment({
484
493
  productKeys: {
@@ -2239,6 +2248,14 @@ export const editorExperimentsConfig = {
2239
2248
  param: 'isEnabled',
2240
2249
  defaultValue: false
2241
2250
  }),
2251
+ // Added 2026-06-01
2252
+ platform_editor_table_in_panel_paste_fallback: createBooleanExperiment({
2253
+ productKeys: {
2254
+ confluence: 'platform_editor_table_in_panel_paste_fallback'
2255
+ },
2256
+ param: 'isEnabled',
2257
+ defaultValue: false
2258
+ }),
2242
2259
  // Added 2026-05-20
2243
2260
  platform_editor_default_toolbar_state: createBooleanExperiment({
2244
2261
  productKeys: {
@@ -479,6 +479,15 @@ export var editorExperimentsConfig = {
479
479
  param: 'isEnabled',
480
480
  defaultValue: false
481
481
  }),
482
+ // Added 2026-06-02
483
+ platform_editor_layout_keywords: createBooleanExperiment({
484
+ productKeys: {
485
+ confluence: 'platform_editor_layout_keywords',
486
+ jira: 'platform_editor_layout_keywords'
487
+ },
488
+ param: 'isEnabled',
489
+ defaultValue: false
490
+ }),
482
491
  // Added 2025-04-17
483
492
  platform_editor_tables_table_selector: createBooleanExperiment({
484
493
  productKeys: {
@@ -2239,6 +2248,14 @@ export var editorExperimentsConfig = {
2239
2248
  param: 'isEnabled',
2240
2249
  defaultValue: false
2241
2250
  }),
2251
+ // Added 2026-06-01
2252
+ platform_editor_table_in_panel_paste_fallback: createBooleanExperiment({
2253
+ productKeys: {
2254
+ confluence: 'platform_editor_table_in_panel_paste_fallback'
2255
+ },
2256
+ param: 'isEnabled',
2257
+ defaultValue: false
2258
+ }),
2242
2259
  // Added 2026-05-20
2243
2260
  platform_editor_default_toolbar_state: createBooleanExperiment({
2244
2261
  productKeys: {
@@ -275,6 +275,12 @@ export declare const editorExperimentsConfig: {
275
275
  productKeys?: ProductKeys;
276
276
  typeGuard: IsBooleanType;
277
277
  };
278
+ platform_editor_layout_keywords: {
279
+ defaultValue: boolean;
280
+ param: string;
281
+ productKeys?: ProductKeys;
282
+ typeGuard: IsBooleanType;
283
+ };
278
284
  platform_editor_editor_ssr_streaming: {
279
285
  defaultValue: boolean;
280
286
  param: string;
@@ -1658,6 +1664,12 @@ export declare const editorExperimentsConfig: {
1658
1664
  productKeys?: ProductKeys;
1659
1665
  typeGuard: IsBooleanType;
1660
1666
  };
1667
+ platform_editor_table_in_panel_paste_fallback: {
1668
+ defaultValue: boolean;
1669
+ param: string;
1670
+ productKeys?: ProductKeys;
1671
+ typeGuard: IsBooleanType;
1672
+ };
1661
1673
  platform_rovo_support_create_inline_comment: {
1662
1674
  defaultValue: boolean;
1663
1675
  param: string;
@@ -275,6 +275,12 @@ export declare const editorExperimentsConfig: {
275
275
  productKeys?: ProductKeys;
276
276
  typeGuard: IsBooleanType;
277
277
  };
278
+ platform_editor_layout_keywords: {
279
+ defaultValue: boolean;
280
+ param: string;
281
+ productKeys?: ProductKeys;
282
+ typeGuard: IsBooleanType;
283
+ };
278
284
  platform_editor_editor_ssr_streaming: {
279
285
  defaultValue: boolean;
280
286
  param: string;
@@ -1658,6 +1664,12 @@ export declare const editorExperimentsConfig: {
1658
1664
  productKeys?: ProductKeys;
1659
1665
  typeGuard: IsBooleanType;
1660
1666
  };
1667
+ platform_editor_table_in_panel_paste_fallback: {
1668
+ defaultValue: boolean;
1669
+ param: string;
1670
+ productKeys?: ProductKeys;
1671
+ typeGuard: IsBooleanType;
1672
+ };
1661
1673
  platform_rovo_support_create_inline_comment: {
1662
1674
  defaultValue: boolean;
1663
1675
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "88.2.0",
3
+ "version": "88.3.0",
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",