@atlaskit/tmp-editor-statsig 44.1.0 → 44.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,30 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 44.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`da1128b3090cc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/da1128b3090cc) -
8
+ [EDITOR-5922] Update media picker to mount to popupsMountPoint (e.g. portal) if available so that
9
+ it is still visible when rendering outside of editor that has overflow hidden (e.g. resizable
10
+ editor)
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
16
+ ## 44.2.0
17
+
18
+ ### Minor Changes
19
+
20
+ - [`aa4e1fcb89ca8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aa4e1fcb89ca8) -
21
+ Added new `platform_editor_flexible_list_schema` experiment that independently enables ADF schema
22
+ and CSS rendering support for flexible lists, without creation behaviour. Updated schema node
23
+ selection, CSS rendering, ADF validation, and task list schema to use the new gate. Indent/outdent
24
+ behaviour remains on the existing `platform_editor_flexible_list_indentation` gate.
25
+ - [`bd008993d07cd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd008993d07cd) -
26
+ Reuse the same selectors for determinig hover locations and location to draw drag handle
27
+
3
28
  ## 44.1.0
4
29
 
5
30
  ### Minor Changes
@@ -915,6 +915,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
915
915
  param: 'isEnabled',
916
916
  defaultValue: false
917
917
  }),
918
+ platform_editor_unify_native_dnd_selectors: (0, _experimentBuilders.createBooleanExperiment)({
919
+ productKeys: {
920
+ confluence: 'platform_editor_unify_native_dnd_selectors',
921
+ jira: 'platform_editor_unify_native_dnd_selectors'
922
+ },
923
+ param: 'isEnabled',
924
+ defaultValue: false
925
+ }),
918
926
  // Added 2025-09-10
919
927
  platform_editor_fix_button_name_violation_in_table: (0, _experimentBuilders.createBooleanExperiment)({
920
928
  productKeys: {
@@ -1527,6 +1535,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1527
1535
  param: 'isEnabled',
1528
1536
  defaultValue: false
1529
1537
  }),
1538
+ // Added 2026-03-24
1539
+ platform_editor_flexible_list_schema: (0, _experimentBuilders.createBooleanExperiment)({
1540
+ productKeys: {
1541
+ confluence: 'platform_editor_flexible_list_schema'
1542
+ },
1543
+ param: 'isEnabled',
1544
+ defaultValue: false
1545
+ }),
1530
1546
  // Added 2026-02-24
1531
1547
  platform_editor_emoji_default_scale: (0, _experimentBuilders.createBooleanExperiment)({
1532
1548
  productKeys: {
@@ -1706,6 +1722,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1706
1722
  param: 'isEnabled',
1707
1723
  defaultValue: false
1708
1724
  }),
1725
+ // Added 2026-03-24
1726
+ platform_editor_fix_media_picker_hidden: (0, _experimentBuilders.createBooleanExperiment)({
1727
+ productKeys: {
1728
+ confluence: 'platform_editor_fix_media_picker_hidden',
1729
+ jira: 'platform_editor_fix_media_picker_hidden'
1730
+ },
1731
+ param: 'isEnabled',
1732
+ defaultValue: false
1733
+ }),
1709
1734
  // Added 2026-03-10
1710
1735
  platform_editor_analyse_table_with_merged_cells: (0, _experimentBuilders.createBooleanExperiment)({
1711
1736
  productKeys: {
@@ -909,6 +909,14 @@ export const editorExperimentsConfig = {
909
909
  param: 'isEnabled',
910
910
  defaultValue: false
911
911
  }),
912
+ platform_editor_unify_native_dnd_selectors: createBooleanExperiment({
913
+ productKeys: {
914
+ confluence: 'platform_editor_unify_native_dnd_selectors',
915
+ jira: 'platform_editor_unify_native_dnd_selectors'
916
+ },
917
+ param: 'isEnabled',
918
+ defaultValue: false
919
+ }),
912
920
  // Added 2025-09-10
913
921
  platform_editor_fix_button_name_violation_in_table: createBooleanExperiment({
914
922
  productKeys: {
@@ -1521,6 +1529,14 @@ export const editorExperimentsConfig = {
1521
1529
  param: 'isEnabled',
1522
1530
  defaultValue: false
1523
1531
  }),
1532
+ // Added 2026-03-24
1533
+ platform_editor_flexible_list_schema: createBooleanExperiment({
1534
+ productKeys: {
1535
+ confluence: 'platform_editor_flexible_list_schema'
1536
+ },
1537
+ param: 'isEnabled',
1538
+ defaultValue: false
1539
+ }),
1524
1540
  // Added 2026-02-24
1525
1541
  platform_editor_emoji_default_scale: createBooleanExperiment({
1526
1542
  productKeys: {
@@ -1700,6 +1716,15 @@ export const editorExperimentsConfig = {
1700
1716
  param: 'isEnabled',
1701
1717
  defaultValue: false
1702
1718
  }),
1719
+ // Added 2026-03-24
1720
+ platform_editor_fix_media_picker_hidden: createBooleanExperiment({
1721
+ productKeys: {
1722
+ confluence: 'platform_editor_fix_media_picker_hidden',
1723
+ jira: 'platform_editor_fix_media_picker_hidden'
1724
+ },
1725
+ param: 'isEnabled',
1726
+ defaultValue: false
1727
+ }),
1703
1728
  // Added 2026-03-10
1704
1729
  platform_editor_analyse_table_with_merged_cells: createBooleanExperiment({
1705
1730
  productKeys: {
@@ -909,6 +909,14 @@ export var editorExperimentsConfig = {
909
909
  param: 'isEnabled',
910
910
  defaultValue: false
911
911
  }),
912
+ platform_editor_unify_native_dnd_selectors: createBooleanExperiment({
913
+ productKeys: {
914
+ confluence: 'platform_editor_unify_native_dnd_selectors',
915
+ jira: 'platform_editor_unify_native_dnd_selectors'
916
+ },
917
+ param: 'isEnabled',
918
+ defaultValue: false
919
+ }),
912
920
  // Added 2025-09-10
913
921
  platform_editor_fix_button_name_violation_in_table: createBooleanExperiment({
914
922
  productKeys: {
@@ -1521,6 +1529,14 @@ export var editorExperimentsConfig = {
1521
1529
  param: 'isEnabled',
1522
1530
  defaultValue: false
1523
1531
  }),
1532
+ // Added 2026-03-24
1533
+ platform_editor_flexible_list_schema: createBooleanExperiment({
1534
+ productKeys: {
1535
+ confluence: 'platform_editor_flexible_list_schema'
1536
+ },
1537
+ param: 'isEnabled',
1538
+ defaultValue: false
1539
+ }),
1524
1540
  // Added 2026-02-24
1525
1541
  platform_editor_emoji_default_scale: createBooleanExperiment({
1526
1542
  productKeys: {
@@ -1700,6 +1716,15 @@ export var editorExperimentsConfig = {
1700
1716
  param: 'isEnabled',
1701
1717
  defaultValue: false
1702
1718
  }),
1719
+ // Added 2026-03-24
1720
+ platform_editor_fix_media_picker_hidden: createBooleanExperiment({
1721
+ productKeys: {
1722
+ confluence: 'platform_editor_fix_media_picker_hidden',
1723
+ jira: 'platform_editor_fix_media_picker_hidden'
1724
+ },
1725
+ param: 'isEnabled',
1726
+ defaultValue: false
1727
+ }),
1703
1728
  // Added 2026-03-10
1704
1729
  platform_editor_analyse_table_with_merged_cells: createBooleanExperiment({
1705
1730
  productKeys: {
@@ -160,6 +160,12 @@ export declare const editorExperimentsConfig: {
160
160
  productKeys?: ProductKeys;
161
161
  typeGuard: IsBooleanType;
162
162
  };
163
+ platform_editor_unify_native_dnd_selectors: {
164
+ defaultValue: boolean;
165
+ param: string;
166
+ productKeys?: ProductKeys;
167
+ typeGuard: IsBooleanType;
168
+ };
163
169
  ai_speech_to_text_in_editor: {
164
170
  defaultValue: boolean;
165
171
  param: string;
@@ -1092,6 +1098,12 @@ export declare const editorExperimentsConfig: {
1092
1098
  productKeys?: ProductKeys;
1093
1099
  typeGuard: IsBooleanType;
1094
1100
  };
1101
+ platform_editor_flexible_list_schema: {
1102
+ defaultValue: boolean;
1103
+ param: string;
1104
+ productKeys?: ProductKeys;
1105
+ typeGuard: IsBooleanType;
1106
+ };
1095
1107
  platform_editor_vc90_transition_table_border: {
1096
1108
  defaultValue: boolean;
1097
1109
  param: string;
@@ -1260,6 +1272,12 @@ export declare const editorExperimentsConfig: {
1260
1272
  productKeys?: ProductKeys;
1261
1273
  typeGuard: IsBooleanType;
1262
1274
  };
1275
+ platform_editor_fix_media_picker_hidden: {
1276
+ defaultValue: boolean;
1277
+ param: string;
1278
+ productKeys?: ProductKeys;
1279
+ typeGuard: IsBooleanType;
1280
+ };
1263
1281
  platform_editor_analyse_table_with_merged_cells: {
1264
1282
  defaultValue: boolean;
1265
1283
  param: string;
@@ -160,6 +160,12 @@ export declare const editorExperimentsConfig: {
160
160
  productKeys?: ProductKeys;
161
161
  typeGuard: IsBooleanType;
162
162
  };
163
+ platform_editor_unify_native_dnd_selectors: {
164
+ defaultValue: boolean;
165
+ param: string;
166
+ productKeys?: ProductKeys;
167
+ typeGuard: IsBooleanType;
168
+ };
163
169
  ai_speech_to_text_in_editor: {
164
170
  defaultValue: boolean;
165
171
  param: string;
@@ -1092,6 +1098,12 @@ export declare const editorExperimentsConfig: {
1092
1098
  productKeys?: ProductKeys;
1093
1099
  typeGuard: IsBooleanType;
1094
1100
  };
1101
+ platform_editor_flexible_list_schema: {
1102
+ defaultValue: boolean;
1103
+ param: string;
1104
+ productKeys?: ProductKeys;
1105
+ typeGuard: IsBooleanType;
1106
+ };
1095
1107
  platform_editor_vc90_transition_table_border: {
1096
1108
  defaultValue: boolean;
1097
1109
  param: string;
@@ -1260,6 +1272,12 @@ export declare const editorExperimentsConfig: {
1260
1272
  productKeys?: ProductKeys;
1261
1273
  typeGuard: IsBooleanType;
1262
1274
  };
1275
+ platform_editor_fix_media_picker_hidden: {
1276
+ defaultValue: boolean;
1277
+ param: string;
1278
+ productKeys?: ProductKeys;
1279
+ typeGuard: IsBooleanType;
1280
+ };
1263
1281
  platform_editor_analyse_table_with_merged_cells: {
1264
1282
  defaultValue: boolean;
1265
1283
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "44.1.0",
3
+ "version": "44.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",
@@ -34,7 +34,7 @@
34
34
  "atlaskit:src": "src/index.ts",
35
35
  "dependencies": {
36
36
  "@atlaskit/feature-gate-js-client": "^5.5.0",
37
- "@atlaskit/react-ufo": "^5.4.0",
37
+ "@atlaskit/react-ufo": "^5.5.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {