@atlaskit/tmp-editor-statsig 88.1.1 → 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,24 @@
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
+
12
+ ## 88.2.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [`64a45bf9306e9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64a45bf9306e9) -
17
+ [ux] [EDITOR-7024] update the ADF schema behind platform_editor_lovability_text_bg_color
18
+ experiment such that textColor and backgroundColor can coexist
19
+ - [`8cb3cdbbc5467`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8cb3cdbbc5467) -
20
+ Fix TypeError in getExtensionLozengeData when macroMetadata.placeholder is not an array
21
+
3
22
  ## 88.1.1
4
23
 
5
24
  ### Patch 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: {
@@ -2087,6 +2096,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2087
2096
  param: 'isEnabled',
2088
2097
  defaultValue: false
2089
2098
  }),
2099
+ // Added 2026-06-02
2100
+ platform_editor_macro_placeholder_array_guard: (0, _experimentBuilders.createBooleanExperiment)({
2101
+ productKeys: {
2102
+ confluence: 'platform_editor_macro_placeholder_array_guard',
2103
+ jira: 'platform_editor_macro_placeholder_array_guard'
2104
+ },
2105
+ param: 'isEnabled',
2106
+ defaultValue: true
2107
+ }),
2090
2108
  // Added 2026-04-14
2091
2109
  platform_editor_ai_rename_add_polish: (0, _experimentBuilders.createBooleanExperiment)({
2092
2110
  productKeys: {
@@ -2236,6 +2254,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2236
2254
  param: 'isEnabled',
2237
2255
  defaultValue: false
2238
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
+ }),
2239
2265
  // Added 2026-05-20
2240
2266
  platform_editor_default_toolbar_state: (0, _experimentBuilders.createBooleanExperiment)({
2241
2267
  productKeys: {
@@ -2315,5 +2341,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2315
2341
  },
2316
2342
  param: 'isEnabled',
2317
2343
  defaultValue: false
2344
+ }),
2345
+ // Added 2026-06-01
2346
+ platform_editor_lovability_text_bg_color: (0, _experimentBuilders.createBooleanExperiment)({
2347
+ productKeys: {
2348
+ confluence: 'platform_editor_lovability_text_bg_color',
2349
+ jira: 'platform_editor_lovability_text_bg_color'
2350
+ },
2351
+ param: 'isEnabled',
2352
+ defaultValue: false
2318
2353
  })
2319
2354
  };
@@ -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: {
@@ -2081,6 +2090,15 @@ export const editorExperimentsConfig = {
2081
2090
  param: 'isEnabled',
2082
2091
  defaultValue: false
2083
2092
  }),
2093
+ // Added 2026-06-02
2094
+ platform_editor_macro_placeholder_array_guard: createBooleanExperiment({
2095
+ productKeys: {
2096
+ confluence: 'platform_editor_macro_placeholder_array_guard',
2097
+ jira: 'platform_editor_macro_placeholder_array_guard'
2098
+ },
2099
+ param: 'isEnabled',
2100
+ defaultValue: true
2101
+ }),
2084
2102
  // Added 2026-04-14
2085
2103
  platform_editor_ai_rename_add_polish: createBooleanExperiment({
2086
2104
  productKeys: {
@@ -2230,6 +2248,14 @@ export const editorExperimentsConfig = {
2230
2248
  param: 'isEnabled',
2231
2249
  defaultValue: false
2232
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
+ }),
2233
2259
  // Added 2026-05-20
2234
2260
  platform_editor_default_toolbar_state: createBooleanExperiment({
2235
2261
  productKeys: {
@@ -2309,5 +2335,14 @@ export const editorExperimentsConfig = {
2309
2335
  },
2310
2336
  param: 'isEnabled',
2311
2337
  defaultValue: false
2338
+ }),
2339
+ // Added 2026-06-01
2340
+ platform_editor_lovability_text_bg_color: createBooleanExperiment({
2341
+ productKeys: {
2342
+ confluence: 'platform_editor_lovability_text_bg_color',
2343
+ jira: 'platform_editor_lovability_text_bg_color'
2344
+ },
2345
+ param: 'isEnabled',
2346
+ defaultValue: false
2312
2347
  })
2313
2348
  };
@@ -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: {
@@ -2081,6 +2090,15 @@ export var editorExperimentsConfig = {
2081
2090
  param: 'isEnabled',
2082
2091
  defaultValue: false
2083
2092
  }),
2093
+ // Added 2026-06-02
2094
+ platform_editor_macro_placeholder_array_guard: createBooleanExperiment({
2095
+ productKeys: {
2096
+ confluence: 'platform_editor_macro_placeholder_array_guard',
2097
+ jira: 'platform_editor_macro_placeholder_array_guard'
2098
+ },
2099
+ param: 'isEnabled',
2100
+ defaultValue: true
2101
+ }),
2084
2102
  // Added 2026-04-14
2085
2103
  platform_editor_ai_rename_add_polish: createBooleanExperiment({
2086
2104
  productKeys: {
@@ -2230,6 +2248,14 @@ export var editorExperimentsConfig = {
2230
2248
  param: 'isEnabled',
2231
2249
  defaultValue: false
2232
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
+ }),
2233
2259
  // Added 2026-05-20
2234
2260
  platform_editor_default_toolbar_state: createBooleanExperiment({
2235
2261
  productKeys: {
@@ -2309,5 +2335,14 @@ export var editorExperimentsConfig = {
2309
2335
  },
2310
2336
  param: 'isEnabled',
2311
2337
  defaultValue: false
2338
+ }),
2339
+ // Added 2026-06-01
2340
+ platform_editor_lovability_text_bg_color: createBooleanExperiment({
2341
+ productKeys: {
2342
+ confluence: 'platform_editor_lovability_text_bg_color',
2343
+ jira: 'platform_editor_lovability_text_bg_color'
2344
+ },
2345
+ param: 'isEnabled',
2346
+ defaultValue: false
2312
2347
  })
2313
2348
  };
@@ -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;
@@ -1537,6 +1543,12 @@ export declare const editorExperimentsConfig: {
1537
1543
  productKeys?: ProductKeys;
1538
1544
  typeGuard: IsBooleanType;
1539
1545
  };
1546
+ platform_editor_macro_placeholder_array_guard: {
1547
+ defaultValue: boolean;
1548
+ param: string;
1549
+ productKeys?: ProductKeys;
1550
+ typeGuard: IsBooleanType;
1551
+ };
1540
1552
  platform_editor_ai_rename_add_polish: {
1541
1553
  defaultValue: boolean;
1542
1554
  param: string;
@@ -1652,6 +1664,12 @@ export declare const editorExperimentsConfig: {
1652
1664
  productKeys?: ProductKeys;
1653
1665
  typeGuard: IsBooleanType;
1654
1666
  };
1667
+ platform_editor_table_in_panel_paste_fallback: {
1668
+ defaultValue: boolean;
1669
+ param: string;
1670
+ productKeys?: ProductKeys;
1671
+ typeGuard: IsBooleanType;
1672
+ };
1655
1673
  platform_rovo_support_create_inline_comment: {
1656
1674
  defaultValue: boolean;
1657
1675
  param: string;
@@ -1694,5 +1712,11 @@ export declare const editorExperimentsConfig: {
1694
1712
  productKeys?: ProductKeys;
1695
1713
  typeGuard: IsBooleanType;
1696
1714
  };
1715
+ platform_editor_lovability_text_bg_color: {
1716
+ defaultValue: boolean;
1717
+ param: string;
1718
+ productKeys?: ProductKeys;
1719
+ typeGuard: IsBooleanType;
1720
+ };
1697
1721
  };
1698
1722
  export {};
@@ -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;
@@ -1537,6 +1543,12 @@ export declare const editorExperimentsConfig: {
1537
1543
  productKeys?: ProductKeys;
1538
1544
  typeGuard: IsBooleanType;
1539
1545
  };
1546
+ platform_editor_macro_placeholder_array_guard: {
1547
+ defaultValue: boolean;
1548
+ param: string;
1549
+ productKeys?: ProductKeys;
1550
+ typeGuard: IsBooleanType;
1551
+ };
1540
1552
  platform_editor_ai_rename_add_polish: {
1541
1553
  defaultValue: boolean;
1542
1554
  param: string;
@@ -1652,6 +1664,12 @@ export declare const editorExperimentsConfig: {
1652
1664
  productKeys?: ProductKeys;
1653
1665
  typeGuard: IsBooleanType;
1654
1666
  };
1667
+ platform_editor_table_in_panel_paste_fallback: {
1668
+ defaultValue: boolean;
1669
+ param: string;
1670
+ productKeys?: ProductKeys;
1671
+ typeGuard: IsBooleanType;
1672
+ };
1655
1673
  platform_rovo_support_create_inline_comment: {
1656
1674
  defaultValue: boolean;
1657
1675
  param: string;
@@ -1694,5 +1712,11 @@ export declare const editorExperimentsConfig: {
1694
1712
  productKeys?: ProductKeys;
1695
1713
  typeGuard: IsBooleanType;
1696
1714
  };
1715
+ platform_editor_lovability_text_bg_color: {
1716
+ defaultValue: boolean;
1717
+ param: string;
1718
+ productKeys?: ProductKeys;
1719
+ typeGuard: IsBooleanType;
1720
+ };
1697
1721
  };
1698
1722
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "88.1.1",
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",