UNPKG

@atlaskit/editor-plugin-block-controls

Version:

Block controls plugin for @atlaskit/editor-core

1,939 lines (1,160 loc) 187 kB
# @atlaskit/editor-plugin-block-controls ## 11.0.0 ### Major Changes - [`901c87a57486e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/901c87a57486e) - Removed `react-intl-next` alias and replaced all usages with `react-intl` directly. What changed: The `react-intl-next` npm alias (which resolved to `react-intl@^5`) has been removed. All imports now reference `react-intl` directly, and `peerDependencies` have been updated to `"^5.25.1 || ^6.0.0 || ^7.0.0"`. How consumer should update their code: Ensure `react-intl` is installed at a version satisfying `^5.25.1 || ^6.0.0 || ^7.0.0`. If your application was using `react-intl-next` as an npm alias, it can be safely removed. Replace any remaining `react-intl-next` imports with `react-intl`. ### Patch Changes - Updated dependencies ## 10.0.0 ### Patch Changes - Updated dependencies ## 9.1.19 ### Patch Changes - [`7aff76124fe7f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7aff76124fe7f) - [ux] [EDITOR-6282] scale the size of the drag handle with the base font size - Updated dependencies ## 9.1.18 ### Patch Changes - [`1bd298ad0a152`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1bd298ad0a152) - [ux] EDITOR-6280 Clean up platform_editor_block_menu_v2_patch_3 to fix icon and copy in jira block menu - Updated dependencies ## 9.1.17 ### Patch Changes - [`73b2fc243f544`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/73b2fc243f544) - Cleaning up getBrowserInfo which was behind experiment platform_editor_hydratable_ui and is now rolled out - Updated dependencies ## 9.1.16 ### Patch Changes - Updated dependencies ## 9.1.15 ### Patch Changes - [`0eb1eed9871ef`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0eb1eed9871ef) - [ux] [EDITOR-6279] update the block menu experiment's code check to also check jira. this fixes the transform behaviour on a moved node in jira. - Updated dependencies ## 9.1.14 ### Patch Changes - [`7acd06d35fdd1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7acd06d35fdd1) - Editor-5933: Fixed unable to create synced block from embed - Updated dependencies ## 9.1.13 ### Patch Changes - Updated dependencies ## 9.1.12 ### Patch Changes - [`38f6b2fea945a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/38f6b2fea945a) - Remove dragAndDropEnabled from test fixtures and audit false usages - prop is being deprecated ## 9.1.11 ### Patch Changes - Updated dependencies ## 9.1.10 ### Patch Changes - Updated dependencies ## 9.1.9 ### Patch Changes - [`840d3970b9d8c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/840d3970b9d8c) - Fix paragraph spacing in panels for small font-size block marks Fix drag handle positioning around small text Fix drag handles not appearing on small text in panels - Updated dependencies ## 9.1.8 ### Patch Changes - Updated dependencies ## 9.1.7 ### Patch Changes - [`c82f7b4cbe1fd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c82f7b4cbe1fd) - Fix drag handle keyboard accessibility: Shift+Ctrl+H now correctly shows and focuses the drag handle for keyboard users when mouse is outside the editor. Gated behind platform_editor_drag_handle_keyboard_a11y experiment. - Updated dependencies ## 9.1.6 ### Patch Changes - Updated dependencies ## 9.1.5 ### Patch Changes - [`1e1ca592da4fd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1e1ca592da4fd) - Clean up feature gate editor_native_anchor_remove_decoration_in_apply (gate is true) - Updated dependencies ## 9.1.4 ### Patch Changes - Updated dependencies ## 9.1.3 ### Patch Changes - [`d1a0ee6dbcefd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d1a0ee6dbcefd) - Clean up feature gate platform_editor_native_anchor_patch_2 - Updated dependencies ## 9.1.2 ### Patch Changes - Updated dependencies ## 9.1.1 ### Patch Changes - [`ef40f467da8e6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef40f467da8e6) - Fix drag handle not appearing in last layout column and remix button not showing correctly when confluence_remix_button_right_side_block_fg is enabled. Layout column drag handles now always show regardless of hover side, remix button correctly shows on right-side hover only, and layoutSection is always remixable regardless of content. - Updated dependencies ## 9.1.0 ### Minor Changes - [`81e6d01a5d2b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/81e6d01a5d2b5) - Expose expandAndUpdateSelection as a plugin command so other plugins can update the ProseMirror selection using the same block-control click logic ## 9.0.33 ### Patch Changes - Updated dependencies ## 9.0.32 ### Patch Changes - Updated dependencies ## 9.0.31 ### Patch Changes - Updated dependencies ## 9.0.30 ### Patch Changes - [`ad4c50d62f411`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ad4c50d62f411) - Cleanup fg: platform_editor_controls_block_controls_state_fix ## 9.0.29 ### Patch Changes - Updated dependencies ## 9.0.28 ### Patch Changes - Updated dependencies ## 9.0.27 ### Patch Changes - Updated dependencies ## 9.0.26 ### Patch Changes - [`13ec7df78a017`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/13ec7df78a017) - Editor-4477: Removed the heading with alignment patch in the newGetSelection - Updated dependencies ## 9.0.25 ### Patch Changes - [`12e112a137d5f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/12e112a137d5f) - Clean up platform_editor_table_fw_numcol_overflow_fix feature flag ## 9.0.24 ### Patch Changes - [`88a7ee0806123`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/88a7ee0806123) - Mechanical type-import autofix for block, layout, and control packages. - Updated dependencies ## 9.0.23 ### Patch Changes - Updated dependencies ## 9.0.22 ### Patch Changes - [`5892e575833a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5892e575833a1) - Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme` - Updated dependencies ## 9.0.21 ### Patch Changes - Updated dependencies ## 9.0.20 ### Patch Changes - [`a64a0cad8103d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a64a0cad8103d) - Cleanup stale feature flag `platform_editor_quick_insert_image_wrap_right_fix`. The enabled behaviour (setting `clear: unset` on the quick insert button element to prevent interference with floated wrap-right images) is now always active. - Updated dependencies ## 9.0.19 ### Patch Changes - [`73c46b71987a0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/73c46b71987a0) - [ux] Fix remix button sticky for tables right side ## 9.0.18 ### Patch Changes - [`bd008993d07cd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd008993d07cd) - Reuse the same selectors for determinig hover locations and location to draw drag handle - Updated dependencies ## 9.0.17 ### Patch Changes - Updated dependencies ## 9.0.16 ### Patch Changes - [`9ed32aea2c1d3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9ed32aea2c1d3) - Replace feature experiment util with cross platform alternative for platform_editor_block_menu - Updated dependencies ## 9.0.15 ### Patch Changes - [`c9d8de9fd5a33`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c9d8de9fd5a33) - Avoid wrapping block controls in any block mark - fixes issues with font size mark. - Updated dependencies ## 9.0.14 ### Patch Changes - [`3895f6d32cc49`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3895f6d32cc49) - Replace expValEquals with editorExperiment for platform_synced_block experiment to ensure consistent exposure firing - Updated dependencies ## 9.0.13 ### Patch Changes - [`3d01a5983dae9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3d01a5983dae9) - [ux] Make quick insert button optional (backward compatible, enabled by default) - Updated dependencies ## 9.0.12 ### Patch Changes - Updated dependencies ## 9.0.11 ### Patch Changes - [`029e47b456b89`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/029e47b456b89) - Fixing a bug where we expect the selection toolbar to show when selecting text and releasing on the block controls handle. - Updated dependencies ## 9.0.10 ### Patch Changes - [`3bc16a4221f74`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3bc16a4221f74) - [ux] EDITOR-5746 fix bug where drop targets appeared (and never cleared) after table row drag - Updated dependencies ## 9.0.9 ### Patch Changes - [`97fd2b35b4ba3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/97fd2b35b4ba3) - Editor-5020: fix inline drop hint outside synced block - Updated dependencies ## 9.0.8 ### Patch Changes - [`57160c29bc79d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/57160c29bc79d) - Fix exposure for remix button block ## 9.0.7 ### Patch Changes - Updated dependencies ## 9.0.6 ### Patch Changes - Updated dependencies ## 9.0.5 ### Patch Changes - Updated dependencies ## 9.0.4 ### Patch Changes - Updated dependencies ## 9.0.3 ### Patch Changes - Updated dependencies ## 9.0.2 ### Patch Changes - [`da18116d80cad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/da18116d80cad) - Refactor to inline experiment checks - [`d84e100ff2136`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d84e100ff2136) - Update README.md and 0-intro.tsx - Updated dependencies ## 9.0.1 ### Patch Changes - Updated dependencies ## 9.0.0 ### Patch Changes - [`ae28f2e6bb741`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ae28f2e6bb741) - Editor-4477: Removed the heading with alignment patch in the newGetSelection - [`ae28f2e6bb741`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ae28f2e6bb741) - Editor-5020-fix-inline-drop-hints-not-visible-in-sync-block - Updated dependencies ## 8.12.0 ### Minor Changes - [`c78234abd2778`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c78234abd2778) - EDITOR-5792 fix drop target for sync blocks ## 8.11.0 ### Minor Changes - [`b5390019c2609`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b5390019c2609) - Optimizations for node visibility for remix button checks ### Patch Changes - Updated dependencies ## 8.10.3 ### Patch Changes - [`5d27d5dc155ff`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5d27d5dc155ff) - Editor-5020: Fix the column drop hint not visible inside sync block - Updated dependencies ## 8.10.2 ### Patch Changes - [`31ee998a097db`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31ee998a097db) - Replace expValEquals/expValEqualsNoExposure with editorExperiment for platform_synced_block experiment checks - [`07a6b579ea15d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/07a6b579ea15d) - remove unused dependencies - Updated dependencies ## 8.10.1 ### Patch Changes - Updated dependencies ## 8.10.0 ### Minor Changes - [`cb0904030093f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cb0904030093f) - [ux] Restricting blocks from showing remix button ### Patch Changes - Updated dependencies ## 8.9.2 ### Patch Changes - Updated dependencies ## 8.9.1 ### Patch Changes - [`1d0fcc9c19260`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d0fcc9c19260) - Clean up flag to make links more accessible. - Updated dependencies ## 8.9.0 ### Minor Changes - [`e15637c7f5994`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e15637c7f5994) - [ux] Fix hover logic for block ### Patch Changes - Updated dependencies ## 8.8.2 ### Patch Changes - [`47211917d90fc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/47211917d90fc) - Editor-4477: Removed the heading with alignment patch in the newGetSelection ## 8.8.1 ### Patch Changes - Updated dependencies ## 8.8.0 ### Minor Changes - [`884dc5b015901`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/884dc5b015901) - [ux] Update hover logic for edit mode in edit/live pages ### Patch Changes - Updated dependencies ## 8.7.2 ### Patch Changes - [`6a189c569f766`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a189c569f766) - updated deprecated token to use the stable token - Updated dependencies ## 8.7.1 ### Patch Changes - Updated dependencies ## 8.7.0 ### Minor Changes - [`f5af4a28f2237`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f5af4a28f2237) - Add node decoration registration API to block-controls plugin ### Patch Changes - Updated dependencies ## 8.6.4 ### Patch Changes - Updated dependencies ## 8.6.3 ### Patch Changes - Updated dependencies ## 8.6.2 ### Patch Changes - [`ddbc57daa880f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ddbc57daa880f) - EDITOR-4477 Removed the heading with alignment patch in the newGetSelection - Updated dependencies ## 8.6.1 ### Patch Changes - Updated dependencies ## 8.6.0 ### Minor Changes - [`0190ead71b6e6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0190ead71b6e6) - [ux] Cleanup fg: platform_editor_selection_sync_fix ### Patch Changes - Updated dependencies ## 8.5.1 ### Patch Changes - [`85444e8a5672a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/85444e8a5672a) - EDITOR-5526 clean up platform_synced_block_patch_2 - Updated dependencies ## 8.5.0 ### Minor Changes - [`db19daf3a712a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/db19daf3a712a) - [ux] Add remix button to platform ## 8.4.4 ### Patch Changes - Updated dependencies ## 8.4.3 ### Patch Changes - [`a040c03082274`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a040c03082274) - [ux] EDITOR-507 Clean up main nested tables experiment `platform_editor_nested_tables` - Updated dependencies ## 8.4.2 ### Patch Changes - Updated dependencies ## 8.4.1 ### Patch Changes - Updated dependencies ## 8.4.0 ### Minor Changes - [`a287a6035ed71`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a287a6035ed71) - [EDITOR-5005] export VanillaTooltip from the editor-common package and update references ### Patch Changes - Updated dependencies ## 8.3.4 ### Patch Changes - Updated dependencies ## 8.3.3 ### Patch Changes - Updated dependencies ## 8.3.2 ### Patch Changes - Updated dependencies ## 8.3.1 ### Patch Changes - [`9d67968b1ac03`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9d67968b1ac03) - [ux] Fixed issue with browser selection sync logic for preserved selection plugin - Updated dependencies ## 8.3.0 ### Minor Changes - [`617747c789f4e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/617747c789f4e) - Use correct editorExperiment instead of expVal for evaluating platform_synced_block ## 8.2.1 ### Patch Changes - [`280d14e2d5518`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/280d14e2d5518) - Clean up platform_editor_drag_handle_aria_label - Updated dependencies ## 8.2.0 ### Minor Changes - [`1be0f3cb5f1fe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1be0f3cb5f1fe) - EDITOR-5008 fix end pos drop target and styles for synced block ### Patch Changes - Updated dependencies ## 8.1.8 ### Patch Changes - Updated dependencies ## 8.1.7 ### Patch Changes - Updated dependencies ## 8.1.6 ### Patch Changes - [`31dd2018db24b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31dd2018db24b) - [ux] Ultra minor update to nested drag handle dots - Updated dependencies ## 8.1.5 ### Patch Changes - Updated dependencies ## 8.1.4 ### Patch Changes - Updated dependencies ## 8.1.3 ### Patch Changes - Updated dependencies ## 8.1.2 ### Patch Changes - Updated dependencies ## 8.1.1 ### Patch Changes - [`5acb6a79c09f2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5acb6a79c09f2) - Pause the EOU active session counter when block menu is opened ## 8.1.0 ### Minor Changes - [`1d31a4729ab09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d31a4729ab09) - [ux] Implement nested block menu icon (flagged) ### Patch Changes - [`e00b363b9fa30`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e00b363b9fa30) - [ux] EDITOR-4481 Clean up platform_editor_toolbar_aifc_user_intent_fix - Updated dependencies ## 8.0.15 ### Patch Changes - [`131735fb6ad06`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/131735fb6ad06) - [ux] EDITOR-4281 Expand preserved selection edge case - Updated dependencies ## 8.0.14 ### Patch Changes - Updated dependencies ## 8.0.13 ### Patch Changes - [`7080196995b11`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7080196995b11) - Cleaning up FG platform_editor_ai_generic_prep_for_aifc - Updated dependencies ## 8.0.12 ### Patch Changes - Updated dependencies ## 8.0.11 ### Patch Changes - [`de045021d126d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/de045021d126d) - EDITOR-4435 fix code block selection focus - [`76afb688dff6a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/76afb688dff6a) - [ux] Update move function to leverage preserveSelection logic for different types of selection - Updated dependencies ## 8.0.10 ### Patch Changes - [`df9b89b4945d1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/df9b89b4945d1) - Editor-4255: "Fix heading with alignment nested inside layout not showing block menu" - Updated dependencies ## 8.0.9 ### Patch Changes - [`2a1bf10d70beb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2a1bf10d70beb) - EDITOR-4293 Fix block menu selection highlight issues ## 8.0.8 ### Patch Changes - [`eb7609ee331ab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/eb7609ee331ab) - [ux] EDITOR-4264 Fix preserved selection mapping - Updated dependencies ## 8.0.7 ### Patch Changes - [`81c5041650743`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/81c5041650743) - EDITOR-4284 Fix move down visual selection persisting - Updated dependencies ## 8.0.6 ### Patch Changes - [`52a4db18c2a6a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/52a4db18c2a6a) - EDITOR-4161 Fix drag handle selection collapse in nested scenarios - Updated dependencies ## 8.0.5 ### Patch Changes - [`0bf8d0bd8bf2c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0bf8d0bd8bf2c) - [ux] EDITOR-4276 Apply block selection visual style only from drag handle - Updated dependencies ## 8.0.4 ### Patch Changes - [`c4a774ad462fb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c4a774ad462fb) - EDITOR-2477 Clean up remaining usages of `platform_editor_use_nested_table_pm_nodes` which are no longer needed now that `isNestedTablesSupported` is fully rolled out. - Updated dependencies ## 8.0.3 ### Patch Changes - [`fabf67c3ca239`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fabf67c3ca239) - EDITOR-4191 Use node selection for all nodes selected via drag handle ## 8.0.2 ### Patch Changes - [`4bf196f8645a7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4bf196f8645a7) - Editor-4011: Added util function isMultiNodeSelection - Updated dependencies ## 8.0.1 ### Patch Changes - [`908cbf07c65ac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/908cbf07c65ac) - EDITOR-4055 Fix block menu empty line handle selection - Updated dependencies ## 8.0.0 ### Patch Changes - [`4da819b186eaf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4da819b186eaf) - EDITOR-3911 selection preservation key handling - Updated dependencies ## 7.19.0 ### Minor Changes - [`cae218eb0956b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cae218eb0956b) - ED-29725 fix table controls when native anchor enabled ## 7.18.3 ### Patch Changes - [`d9c44f54ebae0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d9c44f54ebae0) - Editor-4011-Updated handleKeyDownNew to use the preservedSelection logic - Updated dependencies ## 7.18.2 ### Patch Changes - [`275b01c2a180f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/275b01c2a180f) - EDITOR-3911 fix key handling while preserving selection ## 7.18.1 ### Patch Changes - [`7b47062997f9b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b47062997f9b) - EDITOR-3793 Stop preserving selection on click into editor ## 7.18.0 ### Minor Changes - [`6668fda9b38d7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6668fda9b38d7) - ED-29716 add limited mode support to native anchor ### Patch Changes - Updated dependencies ## 7.17.2 ### Patch Changes - [`77a65164e7b77`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/77a65164e7b77) - [ux] EDITOR-3439 update drag handle top pos for new sticky header solution - Updated dependencies ## 7.17.1 ### Patch Changes - [`d5e222a3c15bc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d5e222a3c15bc) - [ux] EDITOR-3945 Blockquote NodeSelection support - Updated dependencies ## 7.17.0 ### Minor Changes - [`fdda2eb1f24ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fdda2eb1f24ec) - Removes remaining part of platform_editor_multi_body_extension_extensibility fg for fg cleanup ### Patch Changes - Updated dependencies ## 7.16.0 ### Minor Changes - [`8f65f39e57a8f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8f65f39e57a8f) - ED-29716 do not observe when anchor is support ### Patch Changes - Updated dependencies ## 7.15.3 ### Patch Changes - Updated dependencies ## 7.15.2 ### Patch Changes - [`a528ea956ce65`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a528ea956ce65) - [ux] EDITOR-3956 fix sync block resize handle padding and alignment - Updated dependencies ## 7.15.1 ### Patch Changes - [`53aef9589ca55`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/53aef9589ca55) - [EDITOR-3786] Make sure that for any check of `cc_editor_ai_content_mode` && `platform_editor_content_mode_button_mvp` in the code we are also checking `confluence_compact_text_format` - Updated dependencies ## 7.15.0 ### Minor Changes - [`762b79e21f96a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/762b79e21f96a) - Migrated and cleaned up legacy iconography usage. ### Patch Changes - [`e4dce058a2b52`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e4dce058a2b52) - EDITOR-3793 Stop preserving selection on block menu close - Updated dependencies ## 7.14.1 ### Patch Changes - [`9391799e9bdf4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9391799e9bdf4) - Clean up platform_editor_elements_dnd_select_node_on_drag - Updated dependencies ## 7.14.0 ### Minor Changes - [`5f21c5a85f65a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5f21c5a85f65a) - ED-29714 fix some alignment issues ### Patch Changes - Updated dependencies ## 7.13.3 ### Patch Changes - [`7c295bfea1292`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7c295bfea1292) - EDITOR-3380 Use preserved selection when deleting selected range - Updated dependencies ## 7.13.2 ### Patch Changes - Updated dependencies ## 7.13.1 ### Patch Changes - [`fdcaf17b021af`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fdcaf17b021af) - Editor-2676: keep block menu open when move up down clicked - Updated dependencies ## 7.13.0 ### Minor Changes - [`b3a509f727a0f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b3a509f727a0f) - ED-29696 update CSS anchor selector to enable less anchors ### Patch Changes - Updated dependencies ## 7.12.1 ### Patch Changes - [`79cafe9f09a05`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/79cafe9f09a05) - EDITOR-3756 More general approach to support custom preserved selection mapping ## 7.12.0 ### Minor Changes - [`ed2e45b56a325`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ed2e45b56a325) - ED-29696 fix CSS anchor selector ### Patch Changes - Updated dependencies ## 7.11.4 ### Patch Changes - [`26f8da78a699c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/26f8da78a699c) - EDITOR-3756 Fix initial collapse of preserved selection - Updated dependencies ## 7.11.3 ### Patch Changes - [`59c74907ab1c6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/59c74907ab1c6) - [ux] EDITOR-3727 fix selection preservation on empty lines - [`7e5df3d5beaf3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7e5df3d5beaf3) - Add new flattenListStep and unwrapListStep and use for list -> paragraph step. Also moved expandToBlockRange util function to editor-common to re-use - [`e3779b75fdeca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3779b75fdeca) - EDITOR-1643 Promote syncBlock and bodiedSyncBlock to full schema - Updated dependencies ## 7.11.2 ### Patch Changes - [`d555d4bd26286`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d555d4bd26286) - EDITOR-3565 fix block menu multi-select move actions - Updated dependencies ## 7.11.1 ### Patch Changes - [`00c08e3995cb2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/00c08e3995cb2) - Clean up platform_editor_block_menu_empty_line - Updated dependencies ## 7.11.0 ### Minor Changes - [`1d4a6d5ffb239`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d4a6d5ffb239) - Remove old block menu implementation in block controls ### Patch Changes - Updated dependencies ## 7.10.2 ### Patch Changes - [`41a91a916c125`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/41a91a916c125) - EDITOR-2846 Change platform_synced_block to use editorExperiment and add Jira experiment - Updated dependencies ## 7.10.1 ### Patch Changes - [`7583860e8637f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7583860e8637f) - EDITOR-3621 Clean up platform_editor_block_menu_keyboard_navigation feature gate - Updated dependencies ## 7.10.0 ### Minor Changes - [`d84e4018e7a77`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d84e4018e7a77) - ED-29689 create new exp ### Patch Changes - Updated dependencies ## 7.9.0 ### Minor Changes - [`b168fe8504b3d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b168fe8504b3d) - ED-29688 update dragging native anchor styles ## 7.8.0 ### Minor Changes - [`54f21810515c4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/54f21810515c4) - ED-29642 use native anchor global css style instead of inline style ### Patch Changes - Updated dependencies ## 7.7.9 ### Patch Changes - [`ae4f9cd8ff5f7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ae4f9cd8ff5f7) - [ux] [EDITOR-2757] Remove breakout mark when drag and drop node in bodiedSyncBlock - Updated dependencies ## 7.7.8 ### Patch Changes - [`0d237a5696b06`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d237a5696b06) - Uncoupled several block of changes from the aifc FG and moved them behind their own FG so they can be rolled out quicker - Updated dependencies ## 7.7.7 ### Patch Changes - [`8854ad2383b33`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8854ad2383b33) - Suppress no-literal-string-in-jsx - Updated dependencies ## 7.7.6 ### Patch Changes - [`253460bc61db3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/253460bc61db3) - [ux] EDITOR-3380 use preserved selection for block menu move action - [`1b3603981c776`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1b3603981c776) - EDITOR-3380 ensure we preserve the same selection type - Updated dependencies ## 7.7.5 ### Patch Changes - [`6f765533c791b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6f765533c791b) - FG platform_editor_block_menu_patch_1 clean up. - Updated dependencies ## 7.7.4 ### Patch Changes - [`1117e966eee41`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1117e966eee41) - [ux] EDITOR-3384 Multiselect expand on doc changes ## 7.7.3 ### Patch Changes - [`aa5913a5d4962`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aa5913a5d4962) - [ux] EDITOR-2679 Fix multiselect collapsing issues for drag handle selections and block menu - Updated dependencies ## 7.7.2 ### Patch Changes - [`a05464ea42678`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a05464ea42678) - EDITOR-2791 bump adf-schema - Updated dependencies ## 7.7.1 ### Patch Changes - [`27d4ba93d0702`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/27d4ba93d0702) - EDITOR-3201 disable layout drop targets for sync blocks ## 7.7.0 ### Minor Changes - [`1bfde822534e5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1bfde822534e5) - EDITOR-2749 fix drag and drop issue in bodied sync block ### Patch Changes - Updated dependencies ## 7.6.0 ### Minor Changes - [`a68556d4ce662`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a68556d4ce662) - [ux] Stop flickering on synced blocks as first child + expands as f irst child in synced blocks ## 7.5.10 ### Patch Changes - [`a2263cbfb6899`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2263cbfb6899) - [FG-CLEANUP] platform_editor_breakout_resizing_widget_fix ## 7.5.9 ### Patch Changes - [`42b421f5241a4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/42b421f5241a4) - EDITOR-2865 Add menuTriggerByNode to block plugin state and use for sync block options ## 7.5.8 ### Patch Changes - Updated dependencies ## 7.5.7 ### Patch Changes - [`2dfcadf1c9593`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2dfcadf1c9593) - [ux] fix drag handle not appearing inside a panel/expand nested in a table - Updated dependencies ## 7.5.6 ### Patch Changes - [`945cca63ae433`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/945cca63ae433) - ED-29335: Fixed drop hints height not right for layout column inline drop targets - Updated dependencies ## 7.5.5 ### Patch Changes - [`c094becfaeeaa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c094becfaeeaa) - EDITOR-2476 Introduce new utility method to check if nested tables is supported in the schema to facilitate removal of gate `platform_editor_use_nested_table_pm_nodes` - Updated dependencies ## 7.5.4 ### Patch Changes - [`13e78771cb389`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/13e78771cb389) - ED-29600 gate unnecessary decoration operations in apply function - Updated dependencies ## 7.5.3 ### Patch Changes - [`3b9ebe635ab0a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3b9ebe635ab0a) - Cleanup of platform_editor_draghandle_safari_scroll_fix ## 7.5.2 ### Patch Changes - [`75b45f2248329`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/75b45f2248329) - FG cleanup platform_editor_elements_dnd_multi_select_patch_2 - Updated dependencies ## 7.5.1 ### Patch Changes - [`21fe79119fe74`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/21fe79119fe74) - EDITOR-2447 Bump adf-schema to 51.3.2 - Updated dependencies ## 7.5.0 ### Minor Changes - [`f54c8f46bb85f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f54c8f46bb85f) - Add @atlaskit/editor-plugin-toolbar as an optional dependency, and check its presence to enable the floating insert button ## 7.4.3 ### Patch Changes - [`c28cd65d12c24`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c28cd65d12c24) - EDITOR-2447 Bump adf-schema to 51.3.1 - Updated dependencies ## 7.4.2 ### Patch Changes - [`c219d22cf0788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c219d22cf0788) - [ux] Card hover link overlay in compact mode - Updated dependencies ## 7.4.1 ### Patch Changes - [`9ca86d5ced1c4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9ca86d5ced1c4) - ED-294112 fix extended hover zone for platform_editor_native_anchor_with_dnd to match existing behaviour; no hover zones for inline elements, headerCells or (when advanced_layouts is off) layout columns - Updated dependencies ## 7.4.0 ### Minor Changes - [`4f5569bde5e64`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4f5569bde5e64) - Add new 'dragHandleSelected' user intent, use this to control table toolbar when drag handle is selected ### Patch Changes - Updated dependencies ## 7.3.0 ### Minor Changes - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) - [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0 ### Patch Changes - [`cebe32372285d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cebe32372285d) - Tidy up feature gate - [`8062900ea5010`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8062900ea5010) - [ux] ED-29550 Fix drop targets not showing for layouts as first node - [`0b0ef25b2f529`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b0ef25b2f529) - Cleanup various feature gates and align them to aifc_create_enabled - [`3feef799ad0a5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3feef799ad0a5) - [ED-29333] Fix 2 issues when platform_editor_native_anchor_with_dnd is enabled 1. Drag handle is rendered for media node 2. When advanced_layouts experiment is off, quick insert button is rendered based on child node inside layout column (as opposed to layout section node ) - [`e108f7cc7cedf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e108f7cc7cedf) - [ux] Drag handle and quick insert button in dense mode - Updated dependencies ## 7.2.12 ### Patch Changes - [`5e7e734485a98`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5e7e734485a98) - upgrade browser util api - Updated dependencies ## 7.2.11 ### Patch Changes - [`606c3303a0d61`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/606c3303a0d61) - [ux] ED-29331 fix block controls misalignment on first line of empty document with platform_editor_native_anchor_with_dnd on - Updated dependencies ## 7.2.10 ### Patch Changes - [`2470543de66c4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2470543de66c4) - [ux] ED-29341 fix block quote drag handle is hard to trigger behind with platform_editor_native_anchor_with_dnd on - Updated dependencies ## 7.2.9 ### Patch Changes - [`3a41420ddfc6e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3a41420ddfc6e) - Clean up platform_editor_drag_layout_column_into_nodes ## 7.2.8 ### Patch Changes - [`435745247f7ef`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/435745247f7ef) - [ED-29337] Fix drag handle cannot be focus via shorcut when platform_editor_native_anchor_with_dnd is enabled ## 7.2.7 ### Patch Changes - Updated dependencies ## 7.2.6 ### Patch Changes - [`0b4cd77e72217`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b4cd77e72217) - clean up references to platform_editor_controls_performance_fixes - Updated dependencies ## 7.2.5 ### Patch Changes - [`e3ca1a4b9b932`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3ca1a4b9b932) - [ux] ED-29489 Remove focus ring when drag handle is clicked and fix menu closing on menu open - Updated dependencies ## 7.2.4 ### Patch Changes - [`dc211dc1927b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dc211dc1927b5) - [ux] ED-29232: Fixed issues with block menu for file - Updated dependencies ## 7.2.3 ### Patch Changes - [`c02f3cc8759b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c02f3cc8759b5) - [ux] Updates handleOnClick of a drag handle. When blockquote has a codeblock inside, we set NodeSelection instead of range selection when blockquote's drag handle is clicked. ## 7.2.2 ### Patch Changes - [`d24d26320c940`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d24d26320c940) - FD-100510 clean up fg platform_editor_breakout_resizing_hello_release - Updated dependencies ## 7.2.1 ### Patch Changes - Updated dependencies ## 7.2.0 ### Minor Changes - [`0778701e62192`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0778701e62192) - [ux] ED-29424 Focus first menu item when block menu is opened and remove decorations when delete button unmounts ### Patch Changes - Updated dependencies ## 7.1.1 ### Patch Changes - [`2e7d46c6f07a7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e7d46c6f07a7) - [EDITOR-1517] Drag handles flicker during inline streaming - Updated dependencies ## 7.1.0 ### Minor Changes - [`f4c0936dc05fe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f4c0936dc05fe) - ED-29391 Add keyboard support for block menu ### Patch Changes - Updated dependencies ## 7.0.0 ### Patch Changes - Updated dependencies ## 6.4.0 ### Minor Changes - [`687c1b8fa7801`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/687c1b8fa7801) - EDITOR-1566 bump adf-schema + update validator ### Patch Changes - [`a11b4fec9c5d4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a11b4fec9c5d4) - [FD-90806] Clean up platform_editor_remove_drag_handle_fix - Updated dependencies ## 6.3.9 ### Patch Changes - [`f74cedd969dd0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f74cedd969dd0) - FD-97663 clean up fg platform_editor_table_drag_handle_shift_fix - Updated dependencies ## 6.3.8 ### Patch Changes - [`f7bc2f60e0fc6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f7bc2f60e0fc6) - [ux] Updates copy text for drag handle, copy block, copy link and updates order of items in Turn into menu. - [`a6522c44ddfbb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a6522c44ddfbb) - [ux] ED-29408 Fix move up option being enabled for first node in layoutColumn - Updated dependencies ## 6.3.7 ### Patch Changes - [`15efb9ffafdd5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/15efb9ffafdd5) - [ux] Fix for scroll to top that happened when drag handle is clicked at the bottom of a long page in Safari. - Updated dependencies ## 6.3.6 ### Patch Changes - [`ef686b3cfdbff`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef686b3cfdbff) - ED-29222: Make empty line experiment dependent on block menu - Updated dependencies ## 6.3.5 ### Patch Changes - [`d5e5b25fe885a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d5e5b25fe885a) - [ux] ED-29226 Open block menu when drag handle is focussed and space or enter key is pressed - Updated dependencies ## 6.3.4 ### Patch Changes - [`d278f35b3fb0f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d278f35b3fb0f) - Cleaned up platform_editor_element_drag_and_drop_ed_23873 - Updated dependencies ## 6.3.3 ### Patch Changes - [`6b6eca9cee16d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6b6eca9cee16d) - Switch to use editorExperiment to use productKey for responsive preview panel changes. - Updated dependencies ## 6.3.2 ### Patch Changes - [`6fb79942fc3a5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6fb79942fc3a5) - Internal changes to how borders are applied. - Updated dependencies ## 6.3.1 ### Patch Changes - [`1c474ad18f3ac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1c474ad18f3ac) - [ED-28566] Clean up platform_editor_controls_patch_15 - Updated dependencies ## 6.3.0 ### Minor Changes - [`4fb6d9ad07d59`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4fb6d9ad07d59) - ED-28777 Integrate native anchor for block controls ### Patch Changes - Updated dependencies ## 6.2.0 ### Minor Changes - [`b367661ba720e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b367661ba720e) - EDITOR-1562 bump adf-schema for afm ### Patch Changes - Updated dependencies ## 6.1.1 ### Patch Changes - [`76eec7789481e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/76eec7789481e) - ED-29252: fix block menu not showing in safari - Updated dependencies ## 6.1.0 ### Minor Changes - [`64ec65231b4cf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64ec65231b4cf) - EDITOR-1568 bump adf-schema for afm ### Patch Changes - Updated dependencies ## 6.0.2 ### Patch Changes - [`5de213b733131`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5de213b733131) - [ux] ED-29123 fix paragraph shifting on hover when next to image with wrap-right/left - Updated dependencies ## 6.0.1 ### Patch Changes - [`f0662cd7a143e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f0662cd7a143e) - Internal changes to how borders are applied. - Updated dependencies ## 6.0.0 ### Patch Changes - Updated dependencies ## 5.0.2 ### Patch Changes - [`255837cfba315`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/255837cfba315) - Internal changes to how border radius is applied. - Updated dependencies ## 5.0.1 ### Patch Changes - [`e5001e144b74e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5001e144b74e) - Internal changes to how border radius is applied. - [`6e785bffbac45`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e785bffbac45) - ED-29126: Fixed dnd task range error - Updated dependencies ## 5.0.0 ### Patch Changes - Updated dependencies ## 4.2.8 ### Patch Changes - [`dc8c29b73acf5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dc8c29b73acf5) - Cleanup platform_editor_usesharedpluginstateselector - [`a2cd8c46a3e94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2cd8c46a3e94) - EDITOR-1442 Bump adf-schema - Updated dependencies ## 4.2.7 ### Patch Changes - [`4ad85ea2ae5db`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4ad85ea2ae5db) - [ux] ED-29121 Fix selection toolbar not showing after block menu item is clicked ## 4.2.6 ### Patch Changes - Updated dependencies ## 4.2.5 ### Patch Changes - [`6ae99901c8e16`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6ae99901c8e16) - [ux] ED-29018 Fix block menu not opening when task list drag handle is clicked ## 4.2.4 ### Patch Changes - [`265c1bf0cefa4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/265c1bf0cefa4) - Sorted type and interface props to improve Atlaskit docs - Updated dependencies ## 4.2.3 ### Patch Changes - Updated dependencies ## 4.2.2 ### Patch Changes - [`7889f7446e6e4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7889f7446e6e4) - ED-28769 clean up mem fix fg ## 4.2.1 ### Patch Changes - [`57b19274b9fdd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/57b19274b9fdd) - EDITOR-1373 Bump adf-schema version - Updated dependencies ## 4.2.0 ### Minor Changes - [`353075175e7ff`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/353075175e7ff) - [ux] ED-28584 Register move up and down options in block menu ### Patch Changes - Updated dependencies ## 4.1.12 ### Patch Changes - [`20d3223b57972`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/20d3223b57972) - Opted out of debounced portal provider - [`e33be5daddd2b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e33be5daddd2b) - ED-28892 Limited mode: adjust how we're triggering cleanup logic for block control plugin. Hook up banner. Other misc setup. - Updated dependencies ## 4.1.11 ### Patch Changes - Updated dependencies ## 4.1.10 ### Patch Changes - Updated dependencies ## 4.1.9 ### Patch Changes - [#198359](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/198359) [`077794c6e9512`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/077794c6e9512) - Remove fg to ensure safari cursor is not hidden due to block controls ## 4.1.8 ### Patch Changes - [#196697](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/196697) [`18b5fbc52627b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/18b5fbc52627b) - [ux] Adds block menu plugin for full-page preset and shows the menu when drag handle is clicked. - Updated dependencies ## 4.1.7 ### Patch Changes - [#195649](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/195649) [`231bb33e06dfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/231bb33e06dfe) - EDITOR-1131 Bump adf-schema version to 50.2.0 - Updated dependencies ## 4.1.6 ### Patch Changes - [`5d5020e5bb9f5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5d5020e5bb9f5) - ED-28750 cleanup dnd-perf-fix-patch-1 - Updated dependencies ## 4.1.5 ### Patch Changes - Updated dependencies ## 4.1.4 ### Patch Changes - [`c08b561ac933b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c08b561ac933b) - [ux] Fixes a regression where isSelectedViaDragHandle state wasn't updated correctly. - Updated dependencies ## 4.1.3 ### Patch Changes - [#193381](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/193381) [`468cb58f0615b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/468cb58f0615b) - ENGHEALTH-32254 Add aria label to buttons for accessibility - Updated dependencies ## 4.1.2 ### Patch Changes - [#192710](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/192710) [`b3b30f3bc4453`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b3b30f3bc4453) - Internal changes to how border radius and border width values are applied. No visual change. ## 4.1.1 ### Patch Changes - [#191913](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/191913) [`6d1e56695e91d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d1e56695e91d) - EDITOR-1131 Bump adf-schema package to 50.0.0 - Updated dependencies ## 4.1.0 ### Minor Changes - [#189314](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/189314) [`22c6251496010`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22c6251496010) - Exported missing types that were already being inferred from existing exports ### Patch Changes - Updated dependencies ## 4.0.9 ### Patch Changes - [#188277](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188277) [`9e6d67b625ac9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e6d67b625ac9) - [ux] Hides drag controls for all nodes and resize handles on expands and layouts on narrow screens. - Updated dependencies ## 4.0.8 ### Patch Changes - [#185723](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/185723) [`751aeb4580469`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/751aeb4580469) - ED-28315 clean up fg platform_editor_controls_patch_13 - Updated dependencies ## 4.0.7 ### Patch Changes - [#185940](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/185940) [`456bee393c4d3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/456bee393c4d3) - [ux] When editor-area is less than 768px wide, we reduce editor gutters to 24px in Full-page editor. - Updated dependencies ## 4.0.6 ### Patch Changes - [#187144](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/187144) [`a16147d8fbdfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a16147d8fbdfe) - Bump @atlaskit/adf-schema to v49.0.5 - Updated dependencies ## 4.0.5 ### Patch Changes - [#185655](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/185655) [`3d2b715fc1fac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3d2b715fc1fac) - [ED-28416] clean up feature gate platform_editor_controls_patch_14 ## 4.0.4 ### Patch Changes - [#181011](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/181011) [`bf9c278fde34d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bf9c278fde34d) - [ED-27887] Clean up platform_editor_controls_wid