@atlaskit/tmp-editor-statsig 31.0.0 → 31.2.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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 31.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`19274be1b1972`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/19274be1b1972) -
8
+ [ux] EDITOR-5417 Flexible list indentation ADF schema + validator support
9
+
10
+ ## 31.1.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`db3bf19a55517`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/db3bf19a55517) -
15
+ Update breakpoint values for jira editor and jsm under platform_editor_toolbar_update_jira_config
16
+ experiment.
17
+
3
18
  ## 31.0.0
4
19
 
5
20
  ### Major Changes
@@ -1469,6 +1469,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1469
1469
  param: 'isEnabled',
1470
1470
  defaultValue: false
1471
1471
  }),
1472
+ // Added 2026-02-19
1473
+ platform_editor_flexible_list_indentation: (0, _experimentBuilders.createBooleanExperiment)({
1474
+ productKeys: {
1475
+ confluence: 'platform_editor_flexible_list_indentation'
1476
+ },
1477
+ param: 'isEnabled',
1478
+ defaultValue: false
1479
+ }),
1472
1480
  // Added 2026-02-24
1473
1481
  platform_editor_emoji_default_scale: (0, _experimentBuilders.createBooleanExperiment)({
1474
1482
  productKeys: {
@@ -1477,5 +1485,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1477
1485
  },
1478
1486
  param: 'isEnabled',
1479
1487
  defaultValue: false
1488
+ }),
1489
+ // Added 2026-02-26
1490
+ platform_editor_toolbar_update_jira_config: (0, _experimentBuilders.createBooleanExperiment)({
1491
+ productKeys: {
1492
+ jira: 'platform_editor_toolbar_update_jira_config'
1493
+ },
1494
+ param: 'isEnabled',
1495
+ defaultValue: false
1480
1496
  })
1481
1497
  };
@@ -1463,6 +1463,14 @@ export const editorExperimentsConfig = {
1463
1463
  param: 'isEnabled',
1464
1464
  defaultValue: false
1465
1465
  }),
1466
+ // Added 2026-02-19
1467
+ platform_editor_flexible_list_indentation: createBooleanExperiment({
1468
+ productKeys: {
1469
+ confluence: 'platform_editor_flexible_list_indentation'
1470
+ },
1471
+ param: 'isEnabled',
1472
+ defaultValue: false
1473
+ }),
1466
1474
  // Added 2026-02-24
1467
1475
  platform_editor_emoji_default_scale: createBooleanExperiment({
1468
1476
  productKeys: {
@@ -1471,5 +1479,13 @@ export const editorExperimentsConfig = {
1471
1479
  },
1472
1480
  param: 'isEnabled',
1473
1481
  defaultValue: false
1482
+ }),
1483
+ // Added 2026-02-26
1484
+ platform_editor_toolbar_update_jira_config: createBooleanExperiment({
1485
+ productKeys: {
1486
+ jira: 'platform_editor_toolbar_update_jira_config'
1487
+ },
1488
+ param: 'isEnabled',
1489
+ defaultValue: false
1474
1490
  })
1475
1491
  };
@@ -1463,6 +1463,14 @@ export var editorExperimentsConfig = {
1463
1463
  param: 'isEnabled',
1464
1464
  defaultValue: false
1465
1465
  }),
1466
+ // Added 2026-02-19
1467
+ platform_editor_flexible_list_indentation: createBooleanExperiment({
1468
+ productKeys: {
1469
+ confluence: 'platform_editor_flexible_list_indentation'
1470
+ },
1471
+ param: 'isEnabled',
1472
+ defaultValue: false
1473
+ }),
1466
1474
  // Added 2026-02-24
1467
1475
  platform_editor_emoji_default_scale: createBooleanExperiment({
1468
1476
  productKeys: {
@@ -1471,5 +1479,13 @@ export var editorExperimentsConfig = {
1471
1479
  },
1472
1480
  param: 'isEnabled',
1473
1481
  defaultValue: false
1482
+ }),
1483
+ // Added 2026-02-26
1484
+ platform_editor_toolbar_update_jira_config: createBooleanExperiment({
1485
+ productKeys: {
1486
+ jira: 'platform_editor_toolbar_update_jira_config'
1487
+ },
1488
+ param: 'isEnabled',
1489
+ defaultValue: false
1474
1490
  })
1475
1491
  };
@@ -1080,6 +1080,12 @@ export declare const editorExperimentsConfig: {
1080
1080
  productKeys?: ProductKeys;
1081
1081
  typeGuard: IsBooleanType;
1082
1082
  };
1083
+ platform_editor_flexible_list_indentation: {
1084
+ defaultValue: boolean;
1085
+ param: string;
1086
+ productKeys?: ProductKeys;
1087
+ typeGuard: IsBooleanType;
1088
+ };
1083
1089
  platform_editor_vc90_transition_fixes_batch_1: {
1084
1090
  defaultValue: boolean;
1085
1091
  param: string;
@@ -1092,5 +1098,11 @@ export declare const editorExperimentsConfig: {
1092
1098
  productKeys?: ProductKeys;
1093
1099
  typeGuard: IsBooleanType;
1094
1100
  };
1101
+ platform_editor_toolbar_update_jira_config: {
1102
+ defaultValue: boolean;
1103
+ param: string;
1104
+ productKeys?: ProductKeys;
1105
+ typeGuard: IsBooleanType;
1106
+ };
1095
1107
  };
1096
1108
  export {};
@@ -1080,6 +1080,12 @@ export declare const editorExperimentsConfig: {
1080
1080
  productKeys?: ProductKeys;
1081
1081
  typeGuard: IsBooleanType;
1082
1082
  };
1083
+ platform_editor_flexible_list_indentation: {
1084
+ defaultValue: boolean;
1085
+ param: string;
1086
+ productKeys?: ProductKeys;
1087
+ typeGuard: IsBooleanType;
1088
+ };
1083
1089
  platform_editor_vc90_transition_fixes_batch_1: {
1084
1090
  defaultValue: boolean;
1085
1091
  param: string;
@@ -1092,5 +1098,11 @@ export declare const editorExperimentsConfig: {
1092
1098
  productKeys?: ProductKeys;
1093
1099
  typeGuard: IsBooleanType;
1094
1100
  };
1101
+ platform_editor_toolbar_update_jira_config: {
1102
+ defaultValue: boolean;
1103
+ param: string;
1104
+ productKeys?: ProductKeys;
1105
+ typeGuard: IsBooleanType;
1106
+ };
1095
1107
  };
1096
1108
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "31.0.0",
3
+ "version": "31.2.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",