UNPKG

@atlaskit/editor-plugin-block-controls

Version:

Block controls plugin for @atlaskit/editor-core

2,158 lines (1,259 loc) 208 kB
# @atlaskit/editor-plugin-block-controls ## 14.0.5 ### Patch Changes - Updated dependencies ## 14.0.4 ### Patch Changes - Updated dependencies ## 14.0.3 ### Patch Changes - Updated dependencies ## 14.0.2 ### Patch Changes - Updated dependencies ## 14.0.1 ### Patch Changes - Updated dependencies ## 14.0.0 ### Patch Changes - Updated dependencies ## 13.4.4 ### Patch Changes - Updated dependencies ## 13.4.3 ### Patch Changes - [`e4a610e4c20f3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e4a610e4c20f3) - Clean up experiment `remix_button_right_margin_hover` - Updated dependencies ## 13.4.2 ### Patch Changes - Updated dependencies ## 13.4.1 ### Patch Changes - [`82270dfb1e67e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/82270dfb1e67e) - Migrate block-controls drag-handle render/unmount to the React 18/19 createRoot API behind nike_r19_render_unmount - Updated dependencies ## 13.4.0 ### Minor Changes - [`51c33ef5349b6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51c33ef5349b6) - Enable compatibility with React 19.2.0 ### Patch Changes - Updated dependencies ## 13.3.5 ### Patch Changes - Updated dependencies ## 13.3.4 ### Patch Changes - [`069c5c0253ba5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/069c5c0253ba5) - [ux] Improve Remix button hover reliability near the right edge of narrow editor layouts behind the `cc_maui_remix_button_hover_corridor` experiment. Consumers can check the new typed boolean experiment at the behavior callsite: ```ts import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals'; if (expValEquals('cc_maui_remix_button_hover_corridor', 'isEnabled', true)) { // Apply the treatment behavior. } ``` - Updated dependencies ## 13.3.3 ### Patch Changes - Updated dependencies ## 13.3.2 ### Patch Changes - Updated dependencies ## 13.3.1 ### Patch Changes - Updated dependencies ## 13.3.0 ### Minor Changes - [`fee74586b3125`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fee74586b3125) - Improve block controls anchor reliability by adding control-specific fallback anchor names for active drag-handle and quick-insert nodes. When reliable-anchor mode is enabled, active nodes now expose fallback anchor names in addition to `data-node-anchor`, so controls can resolve positioning even when primary anchor lookup is temporarily out of sync. Example of resulting CSS anchor usage: - Drag handle: `anchor(<data-node-anchor> start, anchor(--editor-block-controls-active-drag-handle-anchor start))` - Quick insert: `anchor(<data-node-anchor> start, anchor(--editor-block-controls-active-quick-insert-anchor start))` ### Patch Changes - Updated dependencies ## 13.2.17 ### Patch Changes - [`161922d5b8cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/161922d5b8cee) - Fix editor tooltips affected by inline top-layer rendering. Table cell menu tooltips are no longer constrained by the button background selector, and layout column drag handles now own their wrapper layout without flattening the tooltip's visual surface. - Updated dependencies ## 13.2.16 ### Patch Changes - Updated dependencies ## 13.2.15 ### Patch Changes - [`0a6b16efd7f45`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a6b16efd7f45) - Clean up sticky header patch feature gates and experiments. - Updated dependencies ## 13.2.14 ### Patch Changes - Updated dependencies ## 13.2.13 ### Patch Changes - Updated dependencies ## 13.2.12 ### Patch Changes - Updated dependencies ## 13.2.11 ### Patch Changes - Updated dependencies ## 13.2.10 ### Patch Changes - Updated dependencies ## 13.2.9 ### Patch Changes - Updated dependencies ## 13.2.8 ### Patch Changes - [`a3bbfab896310`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a3bbfab896310) - Replace feature gate `confluence_frontend_native_tabs_extension` with experiment `confluence_native_tabs_experiment` using `expValEquals` from `@atlaskit/tmp-editor-statsig/exp-val-equals`. Usage: `expValEquals('confluence_native_tabs_experiment', 'isEnabled', true)`. - Updated dependencies ## 13.2.7 ### Patch Changes - [`d86bd1324d82b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d86bd1324d82b) - Fix table cell selection when moving a table with the keyboard shortcut behind the `platform_editor_fix_table_move_shortcut` experiment. - Updated dependencies ## 13.2.6 ### Patch Changes - Updated dependencies ## 13.2.5 ### Patch Changes - [`ce7966a423f4c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ce7966a423f4c) - Fix first-node top margin not being reset when a leading ProseMirror widget is present (e.g. non-editable editor), behind the platform_editor_first_node_fix experiment. - Updated dependencies ## 13.2.4 ### Patch Changes - Updated dependencies ## 13.2.3 ### Patch Changes - Updated dependencies ## 13.2.2 ### Patch Changes - Updated dependencies ## 13.2.1 ### Patch Changes - Updated dependencies ## 13.2.0 ### Minor Changes - [`2f56c78f969b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2f56c78f969b8) - Update i18n NPM package versions for teamwork-graph (Group 16) ### Patch Changes - Updated dependencies ## 13.1.14 ### Patch Changes - [`79402109ef24e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/79402109ef24e) - fix block controls reliable anchor glitch - Updated dependencies ## 13.1.13 ### Patch Changes - [`0b938a9924936`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b938a9924936) - Clean up feature gate `platform_editor_block_menu_jira_patch_2`. - Updated dependencies ## 13.1.12 ### Patch Changes - Updated dependencies ## 13.1.11 ### Patch Changes - [`92638385edd0e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/92638385edd0e) - [ux] [EDITOR-7888] add breakout resizing support for panel and rule nodes behind experiment `platform_editor_lovability_resize_dividers_panels`. - Updated dependencies ## 13.1.10 ### Patch Changes - Updated dependencies ## 13.1.9 ### Patch Changes - Updated dependencies ## 13.1.8 ### Patch Changes - [`46ee61dd53e91`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/46ee61dd53e91) - Remove stale experiment confluence_compact_text_format (FFCLEANUP-85812): inline final values (flag enabled), simplify conditions, remove experiment config entries. - Updated dependencies ## 13.1.7 ### Patch Changes - Updated dependencies ## 13.1.6 ### Patch Changes - Updated dependencies ## 13.1.5 ### Patch Changes - Updated dependencies ## 13.1.4 ### Patch Changes - [`283c55290e6cc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/283c55290e6cc) - Preserve visual selection after applying text color or highlight - Updated dependencies ## 13.1.3 ### Patch Changes - Updated dependencies ## 13.1.2 ### Patch Changes - [`0aced23fb1739`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0aced23fb1739) - Clean up experiment platform_editor_fix_selection_wrapped_media_embed - Updated dependencies ## 13.1.1 ### Patch Changes - [`b2f53114889ac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2f53114889ac) - Clean up feature gate `platform_editor_block_menu_jira_patch_1` - Updated dependencies ## 13.1.0 ### Minor Changes - [`bb48c26acb8ba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bb48c26acb8ba) - Add platform_editor_layout_column_menu_kill_switch_1 kill switch and render the full block drag handle icon for layout columns when the new behaviour is enabled (gate OFF). When the new behaviour is enabled, re-clicking the layout column whose menu is already open now closes the menu, while clicking a different column switches the menu to that column. The layout column menu now opens below the drag handle with left-aligned edges (relying on the popup's built-in placement to invert horizontally or nudge up when space is tight) instead of the previous centred prefer-above behaviour. The layout column Delete hover/focus danger preview now matches the table delete affordance exactly, using the translucent color.blanket.danger fill and a 1px color.border.danger border instead of the previous low-alpha fill with a 2px border, and clears the concurrent blue selected blanket while the danger preview is active so the preview reads as pure red with no blue cast. ### Patch Changes - Updated dependencies ## 13.0.7 ### Patch Changes - [`c664929c3f15d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c664929c3f15d) - Clean up experiment `platform_editor_clean_up_widget_mark_logic` - [`5c279743e9b74`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5c279743e9b74) - Fire an exposure event for the `remix_button_right_margin_hover` experiment. - Updated dependencies ## 13.0.6 ### Patch Changes - [`e850980f5a66f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e850980f5a66f) - [EDITOR-6790] Block-controls drag-handle wrapper's background is removed and instead set on`::before` on `.pm-table-container.pm-table-sticky` to keep masking the row insert dots when legacy sticky header is activated while also not overlapping the column insert button. - [`7754772ebfa47`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7754772ebfa47) - Fix table text length calculation for Remix/Improve Writing hero prompts: use tableNode.textContent for CellSelection instead of textBetween which only spans anchor/head cell range - Updated dependencies ## 13.0.5 ### Patch Changes - [`086e779e3490c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/086e779e3490c) - Add drag and drop support for panel_c1 - allow tables to be dropped into panel_c1, allow panel_c1 -> panel when dropping in parents that allow panel (e.g., expand, table) via generic transform functions for future variants - Updated dependencies ## 13.0.4 ### Patch Changes - Updated dependencies ## 13.0.3 ### Patch Changes - Updated dependencies ## 13.0.2 ### Patch Changes - Updated dependencies ## 13.0.1 ### Patch Changes - Updated dependencies ## 13.0.0 ### Major Changes - [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ### Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**. Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist. Types are now exclusively via the `"types": "dist/types/index.d.ts"` property. ```diff - "typesVersions": { - ">=4.5 <4.9": { - "*": [ - "dist/types-ts4.5/*", - "dist/types-ts4.5/index.d.ts" - ] - } - }, ``` ### Minor Changes - [`2f16223a8aa3a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2f16223a8aa3a) - Extend the right-side Remix button hover zone into the empty right margin beside a block, with a reserved gap for the Rovo button on the far right. ### Patch Changes - Updated dependencies ## 12.4.2 ### Patch Changes - Updated dependencies ## 12.4.1 ### Patch Changes - Updated dependencies ## 12.4.0 ### Minor Changes - [`a3a227e567efe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a3a227e567efe) - [ux] [EDITOR-7662] disabled block controls when viewing diffs ### Patch Changes - Updated dependencies ## 12.3.6 ### Patch Changes - Updated dependencies ## 12.3.5 ### Patch Changes - Updated dependencies ## 12.3.4 ### Patch Changes - Updated dependencies ## 12.3.3 ### Patch Changes - [`993241a125f8a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/993241a125f8a) - [EDITOR-7652] Configure blockControl action getTextLength to return textLength and textContent and renaming it to getTextInfo - Updated dependencies ## 12.3.2 ### Patch Changes - Updated dependencies ## 12.3.1 ### Patch Changes - Updated dependencies ## 12.3.0 ### Minor Changes - [`293a0d6eaab12`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/293a0d6eaab12) - Fix Remix block menu item visibility to match Improve formatting ### Patch Changes - Updated dependencies ## 12.2.6 ### Patch Changes - Updated dependencies ## 12.2.5 ### Patch Changes - [`a4f97c853dccf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a4f97c853dccf) - Extend `no-module-level-eval` lint rule to cover editor experiment APIs (`expValEquals`, `expVal`, `editorExperiment`, `expValEqualsNoExposure`) imported from `@atlaskit/tmp-editor-statsig` subpaths. Module-level evaluation of these functions causes flakiness because experiment values may not be resolved yet at import time. Fix existing violations in `editor-plugin-block-controls` (`global-styles.tsx`) and `editor-plugin-table` (`ContextualMenu.tsx`) by converting module-level experiment evaluations to lazy function calls. Clean up fully-launched experiment `platform_editor_unify_native_dnd_selectors` — replace conditional selector logic with the winning `dragHandlerAnchorSelectorWithTaskExclusion` value and remove the experiment from `experiments-config.ts`. - Updated dependencies ## 12.2.4 ### Patch Changes - Updated dependencies ## 12.2.3 ### Patch Changes - Updated dependencies ## 12.2.2 ### Patch Changes - Updated dependencies ## 12.2.1 ### Patch Changes - [`4c2645b77929d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4c2645b77929d) - [ux] EDITOR-7346 add ai and diff plugin support for panel_c1 - Updated dependencies ## 12.2.0 ### Minor Changes - [`1f87c5cc71aa3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1f87c5cc71aa3) - Improve reliability of editor controls positioning by using ProseMirror node decorations to apply CSS anchor-name, replacing fragile CSS adjacency selectors. Gated behind platform_editor_controls_reliable_anchor experiment. ### Patch Changes - Updated dependencies ## 12.1.1 ### Patch Changes - Updated dependencies ## 12.1.0 ### Minor Changes - [`5182f0ffac22f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5182f0ffac22f) - Add keyboard shortcuts and danger preview to layout column menu actions. Fix keyboard navigation in the layout column menu. ### Patch Changes - Updated dependencies ## 12.0.2 ### Patch Changes - [`4c8035c5703fd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4c8035c5703fd) - Add multiBodiedExtension support to block controls ## 12.0.1 ### Patch Changes - Updated dependencies ## 12.0.0 ### Patch Changes - Updated dependencies ## 11.5.7 ### Patch Changes - [`fae885a16a206`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fae885a16a206) - FFCLEANUP-97994 clean up experiment platform_editor_fix_table_row_drag_drop_target - Updated dependencies ## 11.5.6 ### Patch Changes - Updated dependencies ## 11.5.5 ### Patch Changes - [`523f77de83059`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/523f77de83059) - Suppress drag handle tooltip while layout column menu is open. Adds layoutColumnMenuPopupOpen user intent and wraps LayoutColumnMenu with UserIntentPopupWrapper. - Updated dependencies ## 11.5.4 ### Patch Changes - Updated dependencies ## 11.5.3 ### Patch Changes - [`cd85cdec5ae7e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd85cdec5ae7e) - EDITOR-7170 add transform for panel -> panel_c1 - Updated dependencies ## 11.5.2 ### Patch Changes - Updated dependencies ## 11.5.1 ### Patch Changes - Updated dependencies ## 11.5.0 ### Minor Changes - [`71eaad00529a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/71eaad00529a1) - Support multi-column layout column menu selections ### Patch Changes - Updated dependencies ## 11.4.7 ### Patch Changes - Updated dependencies ## 11.4.6 ### Patch Changes - [`32dce97f78584`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/32dce97f78584) - Fix preserved selection mapping when comment editors append a trailing paragraph after block menu transforms. - Updated dependencies ## 11.4.5 ### Patch Changes - Updated dependencies ## 11.4.4 ### Patch Changes - Updated dependencies ## 11.4.3 ### Patch Changes - Updated dependencies ## 11.4.2 ### Patch Changes - Updated dependencies ## 11.4.1 ### Patch Changes - [`4c459a2718b67`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4c459a2718b67) - Clean up synced block feature gates - Updated dependencies ## 11.4.0 ### Minor Changes - [`f1eebdf4ed96b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f1eebdf4ed96b) - Autofix: add explicit package exports (barrel removal) ### Patch Changes - Updated dependencies ## 11.3.1 ### Patch Changes - [`4c22fe79f104e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4c22fe79f104e) - Guard against undefined plugin state when reading shared state in floating-toolbar handler (layout) and useEffect deps array (block-controls drag handle); fixes intermittent crash during editor reconfigure / partial-preset transitions. ## 11.3.0 ### Minor Changes - [`89a8af72aa2c9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/89a8af72aa2c9) - Add reusable toolbar menu container and render the layout column menu in a popup ## 11.2.20 ### Patch Changes - Updated dependencies ## 11.2.19 ### Patch Changes - Updated dependencies ## 11.2.18 ### Patch Changes - Updated dependencies ## 11.2.17 ### Patch Changes - [`2023cac0fd36f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2023cac0fd36f) - Add column drag handle context menu placeholder, gated behind the platform_editor_layout_column_menu experiment flag. - Updated dependencies ## 11.2.16 ### Patch Changes - [`38fb4916b9085`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/38fb4916b9085) - Add `@atlaskit/editor-common/node-selection` entry-point with platform-level node selection utilities. Under `platform_editor_maui_jira_updates`, `open-remix-modal` and `editor-plugin-block-controls` delegate to these utilities, fixing remix selection in environments where `blockControls` is not present. - Updated dependencies ## 11.2.15 ### Patch Changes - Updated dependencies ## 11.2.14 ### Patch Changes - Updated dependencies ## 11.2.13 ### Patch Changes - Updated dependencies ## 11.2.12 ### Patch Changes - Updated dependencies ## 11.2.11 ### Patch Changes - [`ab837b5646256`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ab837b5646256) - [ux] EDITOR-6274 Clean up platform_editor_element_drag_and_drop_multiselect - Updated dependencies ## 11.2.10 ### Patch Changes - Updated dependencies ## 11.2.9 ### Patch Changes - [`f35afb9a5ed6e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f35afb9a5ed6e) - Fix getMatchingBlockMarks to check both adjacent siblings before returning marks - Updated dependencies ## 11.2.8 ### Patch Changes - Updated dependencies ## 11.2.7 ### Patch Changes - Updated dependencies ## 11.2.6 ### Patch Changes - Updated dependencies ## 11.2.5 ### Patch Changes - Updated dependencies ## 11.2.4 ### Patch Changes - Updated dependencies ## 11.2.3 ### Patch Changes - Updated dependencies ## 11.2.2 ### Patch Changes - Updated dependencies ## 11.2.1 ### Patch Changes - [`4642f37c59f0f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4642f37c59f0f) - Fix Remix button not appearing when hovering over tables in live page view mode. When the `platform_editor_native_anchor_with_dnd` experiment is disabled, table rows only have `data-node-anchor` (not `data-drag-handler-anchor-name`), so hover detection and anchor resolution now fall back to `data-node-anchor`. Also fixes right-edge positioning for wide/max breakout tables using `getBoundingClientRect`. - Updated dependencies ## 11.2.0 ### Minor Changes - [`64134fd6d8fee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64134fd6d8fee) - clean up platform_editor_block_control_optimise_render ### Patch Changes - Updated dependencies ## 11.1.1 ### Patch Changes - Updated dependencies ## 11.1.0 ### Minor Changes - [`675d310a49c28`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/675d310a49c28) - Remix entrypoints: ensure `cc-maui-experiment` exposures only fire on user-interactive surfaces. - Fire exposure for: editor toolbar remix button, right-side hover button, highlight toolbar, inline comment nudge, whiteboard AI action badge - Use no-exposure for: props/infrastructure/layout-only checks (e.g., embedded header padding, native-embed extension registration) - Fix drag-handle controlSide ordering to avoid right-side controls on layout columns - Restore layout column drag-handle VR test file ### Patch Changes - Updated dependencies ## 11.0.2 ### Patch Changes - [`140f356e0c8c5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/140f356e0c8c5) - Fix RangeError: Position -1 outside of fragment when activeNode.rootPos is undefined (keyboard-triggered drag handle). Guarded behind platform_editor_block_menu_jira_patch_1 feature gate. - Updated dependencies ## 11.0.1 ### Patch Changes - Updated dependencies ## 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