@atlaskit/tmp-editor-statsig 70.4.0 → 70.6.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
+ ## 70.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`f3300976cae54`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f3300976cae54) -
8
+ Use markdown plus for FE parser in streaming path instead of the legacy markdown transformer
9
+
10
+ ## 70.5.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`bc415f8eb86a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bc415f8eb86a9) -
15
+ Add OR check with create_work_item_modernization_exp experiment to
16
+ platform_editor_fix_scrolling_popup_position, platform_editor_table_resize_chromeless, and
17
+ platform_editor_chromeless_akeditor_class usages
18
+
3
19
  ## 70.4.0
4
20
 
5
21
  ### Minor Changes
@@ -1212,6 +1212,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1212
1212
  param: 'isEnabled',
1213
1213
  defaultValue: false
1214
1214
  }),
1215
+ // Added 2026-04-28
1216
+ create_work_item_modernization_exp: (0, _experimentBuilders.createBooleanExperiment)({
1217
+ productKeys: {
1218
+ jira: 'create_work_item_modernization_exp'
1219
+ },
1220
+ param: 'isEnabled',
1221
+ defaultValue: false
1222
+ }),
1215
1223
  // Added 2026-01-30
1216
1224
  platform_editor_fix_cross_origin_editor_focus: (0, _experimentBuilders.createBooleanExperiment)({
1217
1225
  productKeys: {
@@ -1976,6 +1984,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1976
1984
  param: 'isEnabled',
1977
1985
  defaultValue: false
1978
1986
  }),
1987
+ // Added 2026-04-28
1988
+ platform_editor_use_markdown_plus_parser: (0, _experimentBuilders.createBooleanExperiment)({
1989
+ productKeys: {
1990
+ confluence: 'platform_editor_use_markdown_plus_parser'
1991
+ },
1992
+ param: 'isEnabled',
1993
+ defaultValue: false
1994
+ }),
1979
1995
  // Added 2026-04-10
1980
1996
  platform_editor_static_css: (0, _experimentBuilders.createBooleanExperiment)({
1981
1997
  productKeys: {
@@ -2032,5 +2048,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2032
2048
  },
2033
2049
  param: 'isEnabled',
2034
2050
  defaultValue: false
2051
+ }),
2052
+ // Added 2026-04-22
2053
+ platform_editor_korean_characters_split: (0, _experimentBuilders.createBooleanExperiment)({
2054
+ productKeys: {
2055
+ confluence: 'platform_editor_korean_characters_split'
2056
+ },
2057
+ param: 'isEnabled',
2058
+ defaultValue: false
2035
2059
  })
2036
2060
  };
@@ -1206,6 +1206,14 @@ export const editorExperimentsConfig = {
1206
1206
  param: 'isEnabled',
1207
1207
  defaultValue: false
1208
1208
  }),
1209
+ // Added 2026-04-28
1210
+ create_work_item_modernization_exp: createBooleanExperiment({
1211
+ productKeys: {
1212
+ jira: 'create_work_item_modernization_exp'
1213
+ },
1214
+ param: 'isEnabled',
1215
+ defaultValue: false
1216
+ }),
1209
1217
  // Added 2026-01-30
1210
1218
  platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
1211
1219
  productKeys: {
@@ -1970,6 +1978,14 @@ export const editorExperimentsConfig = {
1970
1978
  param: 'isEnabled',
1971
1979
  defaultValue: false
1972
1980
  }),
1981
+ // Added 2026-04-28
1982
+ platform_editor_use_markdown_plus_parser: createBooleanExperiment({
1983
+ productKeys: {
1984
+ confluence: 'platform_editor_use_markdown_plus_parser'
1985
+ },
1986
+ param: 'isEnabled',
1987
+ defaultValue: false
1988
+ }),
1973
1989
  // Added 2026-04-10
1974
1990
  platform_editor_static_css: createBooleanExperiment({
1975
1991
  productKeys: {
@@ -2026,5 +2042,13 @@ export const editorExperimentsConfig = {
2026
2042
  },
2027
2043
  param: 'isEnabled',
2028
2044
  defaultValue: false
2045
+ }),
2046
+ // Added 2026-04-22
2047
+ platform_editor_korean_characters_split: createBooleanExperiment({
2048
+ productKeys: {
2049
+ confluence: 'platform_editor_korean_characters_split'
2050
+ },
2051
+ param: 'isEnabled',
2052
+ defaultValue: false
2029
2053
  })
2030
2054
  };
@@ -1206,6 +1206,14 @@ export var editorExperimentsConfig = {
1206
1206
  param: 'isEnabled',
1207
1207
  defaultValue: false
1208
1208
  }),
1209
+ // Added 2026-04-28
1210
+ create_work_item_modernization_exp: createBooleanExperiment({
1211
+ productKeys: {
1212
+ jira: 'create_work_item_modernization_exp'
1213
+ },
1214
+ param: 'isEnabled',
1215
+ defaultValue: false
1216
+ }),
1209
1217
  // Added 2026-01-30
1210
1218
  platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
1211
1219
  productKeys: {
@@ -1970,6 +1978,14 @@ export var editorExperimentsConfig = {
1970
1978
  param: 'isEnabled',
1971
1979
  defaultValue: false
1972
1980
  }),
1981
+ // Added 2026-04-28
1982
+ platform_editor_use_markdown_plus_parser: createBooleanExperiment({
1983
+ productKeys: {
1984
+ confluence: 'platform_editor_use_markdown_plus_parser'
1985
+ },
1986
+ param: 'isEnabled',
1987
+ defaultValue: false
1988
+ }),
1973
1989
  // Added 2026-04-10
1974
1990
  platform_editor_static_css: createBooleanExperiment({
1975
1991
  productKeys: {
@@ -2026,5 +2042,13 @@ export var editorExperimentsConfig = {
2026
2042
  },
2027
2043
  param: 'isEnabled',
2028
2044
  defaultValue: false
2045
+ }),
2046
+ // Added 2026-04-22
2047
+ platform_editor_korean_characters_split: createBooleanExperiment({
2048
+ productKeys: {
2049
+ confluence: 'platform_editor_korean_characters_split'
2050
+ },
2051
+ param: 'isEnabled',
2052
+ defaultValue: false
2029
2053
  })
2030
2054
  };
@@ -1452,6 +1452,12 @@ export declare const editorExperimentsConfig: {
1452
1452
  productKeys?: ProductKeys;
1453
1453
  typeGuard: IsBooleanType;
1454
1454
  };
1455
+ create_work_item_modernization_exp: {
1456
+ defaultValue: boolean;
1457
+ param: string;
1458
+ productKeys?: ProductKeys;
1459
+ typeGuard: IsBooleanType;
1460
+ };
1455
1461
  improve_3p_smart_link_resolve_rate: {
1456
1462
  defaultValue: boolean;
1457
1463
  param: string;
@@ -1494,5 +1500,17 @@ export declare const editorExperimentsConfig: {
1494
1500
  productKeys?: ProductKeys;
1495
1501
  typeGuard: IsBooleanType;
1496
1502
  };
1503
+ platform_editor_korean_characters_split: {
1504
+ defaultValue: boolean;
1505
+ param: string;
1506
+ productKeys?: ProductKeys;
1507
+ typeGuard: IsBooleanType;
1508
+ };
1509
+ platform_editor_use_markdown_plus_parser: {
1510
+ defaultValue: boolean;
1511
+ param: string;
1512
+ productKeys?: ProductKeys;
1513
+ typeGuard: IsBooleanType;
1514
+ };
1497
1515
  };
1498
1516
  export {};
@@ -1452,6 +1452,12 @@ export declare const editorExperimentsConfig: {
1452
1452
  productKeys?: ProductKeys;
1453
1453
  typeGuard: IsBooleanType;
1454
1454
  };
1455
+ create_work_item_modernization_exp: {
1456
+ defaultValue: boolean;
1457
+ param: string;
1458
+ productKeys?: ProductKeys;
1459
+ typeGuard: IsBooleanType;
1460
+ };
1455
1461
  improve_3p_smart_link_resolve_rate: {
1456
1462
  defaultValue: boolean;
1457
1463
  param: string;
@@ -1494,5 +1500,17 @@ export declare const editorExperimentsConfig: {
1494
1500
  productKeys?: ProductKeys;
1495
1501
  typeGuard: IsBooleanType;
1496
1502
  };
1503
+ platform_editor_korean_characters_split: {
1504
+ defaultValue: boolean;
1505
+ param: string;
1506
+ productKeys?: ProductKeys;
1507
+ typeGuard: IsBooleanType;
1508
+ };
1509
+ platform_editor_use_markdown_plus_parser: {
1510
+ defaultValue: boolean;
1511
+ param: string;
1512
+ productKeys?: ProductKeys;
1513
+ typeGuard: IsBooleanType;
1514
+ };
1497
1515
  };
1498
1516
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "70.4.0",
3
+ "version": "70.6.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",