@atlaskit/tmp-editor-statsig 32.8.0 → 32.10.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,21 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 32.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`0f91061590da3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0f91061590da3) -
8
+ Split platform_editor_vc90_transition_fixes_batch_1 into
9
+ platform_editor_vc90_transition_table_border, platform_editor_vc90_transition_expand_icon,
10
+ platform_editor_vc90_transition_mentions, platform_editor_vc90_transition_panel_icon
11
+
12
+ ## 32.9.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [`6555606e7bd91`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6555606e7bd91) -
17
+ [NO-ISSUE] adding experiment for platform_editor_ai_blockmenu_integration
18
+
3
19
  ## 32.8.0
4
20
 
5
21
  ### Minor Changes
@@ -1462,10 +1462,34 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1462
1462
  param: 'isEnabled',
1463
1463
  defaultValue: false
1464
1464
  }),
1465
- // Added 2026-02-23
1466
- platform_editor_vc90_transition_fixes_batch_1: (0, _experimentBuilders.createBooleanExperiment)({
1465
+ // Added 2026-03-04
1466
+ platform_editor_vc90_transition_table_border: (0, _experimentBuilders.createBooleanExperiment)({
1467
+ productKeys: {
1468
+ confluence: 'platform_editor_vc90_transition_table_border'
1469
+ },
1470
+ param: 'isEnabled',
1471
+ defaultValue: false
1472
+ }),
1473
+ // Added 2026-03-04
1474
+ platform_editor_vc90_transition_expand_icon: (0, _experimentBuilders.createBooleanExperiment)({
1475
+ productKeys: {
1476
+ confluence: 'platform_editor_vc90_transition_expand_icon'
1477
+ },
1478
+ param: 'isEnabled',
1479
+ defaultValue: false
1480
+ }),
1481
+ // Added 2026-03-04
1482
+ platform_editor_vc90_transition_panel_icon: (0, _experimentBuilders.createBooleanExperiment)({
1467
1483
  productKeys: {
1468
- confluence: 'platform_editor_vc90_transition_fixes_batch_1'
1484
+ confluence: 'platform_editor_vc90_transition_panel_icon'
1485
+ },
1486
+ param: 'isEnabled',
1487
+ defaultValue: false
1488
+ }),
1489
+ // Added 2026-03-04
1490
+ platform_editor_vc90_transition_mentions: (0, _experimentBuilders.createBooleanExperiment)({
1491
+ productKeys: {
1492
+ confluence: 'platform_editor_vc90_transition_mentions'
1469
1493
  },
1470
1494
  param: 'isEnabled',
1471
1495
  defaultValue: false
@@ -1536,5 +1560,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1536
1560
  },
1537
1561
  param: 'isEnabled',
1538
1562
  defaultValue: false
1563
+ }),
1564
+ // Added 2026-03-04
1565
+ platform_editor_ai_blockmenu_integration: (0, _experimentBuilders.createBooleanExperiment)({
1566
+ productKeys: {
1567
+ confluence: 'platform_editor_ai_blockmenu_integration'
1568
+ },
1569
+ param: 'isEnabled',
1570
+ defaultValue: false
1539
1571
  })
1540
1572
  };
@@ -1456,10 +1456,34 @@ export const editorExperimentsConfig = {
1456
1456
  param: 'isEnabled',
1457
1457
  defaultValue: false
1458
1458
  }),
1459
- // Added 2026-02-23
1460
- platform_editor_vc90_transition_fixes_batch_1: createBooleanExperiment({
1459
+ // Added 2026-03-04
1460
+ platform_editor_vc90_transition_table_border: createBooleanExperiment({
1461
+ productKeys: {
1462
+ confluence: 'platform_editor_vc90_transition_table_border'
1463
+ },
1464
+ param: 'isEnabled',
1465
+ defaultValue: false
1466
+ }),
1467
+ // Added 2026-03-04
1468
+ platform_editor_vc90_transition_expand_icon: createBooleanExperiment({
1469
+ productKeys: {
1470
+ confluence: 'platform_editor_vc90_transition_expand_icon'
1471
+ },
1472
+ param: 'isEnabled',
1473
+ defaultValue: false
1474
+ }),
1475
+ // Added 2026-03-04
1476
+ platform_editor_vc90_transition_panel_icon: createBooleanExperiment({
1461
1477
  productKeys: {
1462
- confluence: 'platform_editor_vc90_transition_fixes_batch_1'
1478
+ confluence: 'platform_editor_vc90_transition_panel_icon'
1479
+ },
1480
+ param: 'isEnabled',
1481
+ defaultValue: false
1482
+ }),
1483
+ // Added 2026-03-04
1484
+ platform_editor_vc90_transition_mentions: createBooleanExperiment({
1485
+ productKeys: {
1486
+ confluence: 'platform_editor_vc90_transition_mentions'
1463
1487
  },
1464
1488
  param: 'isEnabled',
1465
1489
  defaultValue: false
@@ -1530,5 +1554,13 @@ export const editorExperimentsConfig = {
1530
1554
  },
1531
1555
  param: 'isEnabled',
1532
1556
  defaultValue: false
1557
+ }),
1558
+ // Added 2026-03-04
1559
+ platform_editor_ai_blockmenu_integration: createBooleanExperiment({
1560
+ productKeys: {
1561
+ confluence: 'platform_editor_ai_blockmenu_integration'
1562
+ },
1563
+ param: 'isEnabled',
1564
+ defaultValue: false
1533
1565
  })
1534
1566
  };
@@ -1456,10 +1456,34 @@ export var editorExperimentsConfig = {
1456
1456
  param: 'isEnabled',
1457
1457
  defaultValue: false
1458
1458
  }),
1459
- // Added 2026-02-23
1460
- platform_editor_vc90_transition_fixes_batch_1: createBooleanExperiment({
1459
+ // Added 2026-03-04
1460
+ platform_editor_vc90_transition_table_border: createBooleanExperiment({
1461
+ productKeys: {
1462
+ confluence: 'platform_editor_vc90_transition_table_border'
1463
+ },
1464
+ param: 'isEnabled',
1465
+ defaultValue: false
1466
+ }),
1467
+ // Added 2026-03-04
1468
+ platform_editor_vc90_transition_expand_icon: createBooleanExperiment({
1469
+ productKeys: {
1470
+ confluence: 'platform_editor_vc90_transition_expand_icon'
1471
+ },
1472
+ param: 'isEnabled',
1473
+ defaultValue: false
1474
+ }),
1475
+ // Added 2026-03-04
1476
+ platform_editor_vc90_transition_panel_icon: createBooleanExperiment({
1461
1477
  productKeys: {
1462
- confluence: 'platform_editor_vc90_transition_fixes_batch_1'
1478
+ confluence: 'platform_editor_vc90_transition_panel_icon'
1479
+ },
1480
+ param: 'isEnabled',
1481
+ defaultValue: false
1482
+ }),
1483
+ // Added 2026-03-04
1484
+ platform_editor_vc90_transition_mentions: createBooleanExperiment({
1485
+ productKeys: {
1486
+ confluence: 'platform_editor_vc90_transition_mentions'
1463
1487
  },
1464
1488
  param: 'isEnabled',
1465
1489
  defaultValue: false
@@ -1530,5 +1554,13 @@ export var editorExperimentsConfig = {
1530
1554
  },
1531
1555
  param: 'isEnabled',
1532
1556
  defaultValue: false
1557
+ }),
1558
+ // Added 2026-03-04
1559
+ platform_editor_ai_blockmenu_integration: createBooleanExperiment({
1560
+ productKeys: {
1561
+ confluence: 'platform_editor_ai_blockmenu_integration'
1562
+ },
1563
+ param: 'isEnabled',
1564
+ defaultValue: false
1533
1565
  })
1534
1566
  };
@@ -1092,7 +1092,25 @@ export declare const editorExperimentsConfig: {
1092
1092
  productKeys?: ProductKeys;
1093
1093
  typeGuard: IsBooleanType;
1094
1094
  };
1095
- platform_editor_vc90_transition_fixes_batch_1: {
1095
+ platform_editor_vc90_transition_table_border: {
1096
+ defaultValue: boolean;
1097
+ param: string;
1098
+ productKeys?: ProductKeys;
1099
+ typeGuard: IsBooleanType;
1100
+ };
1101
+ platform_editor_vc90_transition_expand_icon: {
1102
+ defaultValue: boolean;
1103
+ param: string;
1104
+ productKeys?: ProductKeys;
1105
+ typeGuard: IsBooleanType;
1106
+ };
1107
+ platform_editor_vc90_transition_panel_icon: {
1108
+ defaultValue: boolean;
1109
+ param: string;
1110
+ productKeys?: ProductKeys;
1111
+ typeGuard: IsBooleanType;
1112
+ };
1113
+ platform_editor_vc90_transition_mentions: {
1096
1114
  defaultValue: boolean;
1097
1115
  param: string;
1098
1116
  productKeys?: ProductKeys;
@@ -1134,5 +1152,11 @@ export declare const editorExperimentsConfig: {
1134
1152
  productKeys?: ProductKeys;
1135
1153
  typeGuard: IsBooleanType;
1136
1154
  };
1155
+ platform_editor_ai_blockmenu_integration: {
1156
+ defaultValue: boolean;
1157
+ param: string;
1158
+ productKeys?: ProductKeys;
1159
+ typeGuard: IsBooleanType;
1160
+ };
1137
1161
  };
1138
1162
  export {};
@@ -1092,7 +1092,25 @@ export declare const editorExperimentsConfig: {
1092
1092
  productKeys?: ProductKeys;
1093
1093
  typeGuard: IsBooleanType;
1094
1094
  };
1095
- platform_editor_vc90_transition_fixes_batch_1: {
1095
+ platform_editor_vc90_transition_table_border: {
1096
+ defaultValue: boolean;
1097
+ param: string;
1098
+ productKeys?: ProductKeys;
1099
+ typeGuard: IsBooleanType;
1100
+ };
1101
+ platform_editor_vc90_transition_expand_icon: {
1102
+ defaultValue: boolean;
1103
+ param: string;
1104
+ productKeys?: ProductKeys;
1105
+ typeGuard: IsBooleanType;
1106
+ };
1107
+ platform_editor_vc90_transition_panel_icon: {
1108
+ defaultValue: boolean;
1109
+ param: string;
1110
+ productKeys?: ProductKeys;
1111
+ typeGuard: IsBooleanType;
1112
+ };
1113
+ platform_editor_vc90_transition_mentions: {
1096
1114
  defaultValue: boolean;
1097
1115
  param: string;
1098
1116
  productKeys?: ProductKeys;
@@ -1134,5 +1152,11 @@ export declare const editorExperimentsConfig: {
1134
1152
  productKeys?: ProductKeys;
1135
1153
  typeGuard: IsBooleanType;
1136
1154
  };
1155
+ platform_editor_ai_blockmenu_integration: {
1156
+ defaultValue: boolean;
1157
+ param: string;
1158
+ productKeys?: ProductKeys;
1159
+ typeGuard: IsBooleanType;
1160
+ };
1137
1161
  };
1138
1162
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "32.8.0",
3
+ "version": "32.10.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",