# @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_widget_visibility
- Updated dependencies

## 4.0.3

### Patch Changes

- Updated dependencies

## 4.0.2

### Patch Changes

- [#183109](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/183109)
  [`3fd4ff5c71ef7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3fd4ff5c71ef7) -
  Migrate to useSharedPluginStateWithSelector
- Updated dependencies

## 4.0.1

### Patch Changes

- Updated dependencies

## 4.0.0

### Major Changes

- [#181024](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/181024)
  [`8e80c487ca307`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8e80c487ca307) - ##
  Make `@atlaskit/editor-common` a peer dependency

  **WHAT:** `@atlaskit/editor-common` has been moved from `dependencies` to `peerDependencies` in
  all editor plugin packages.

  **WHY:** This change ensures that only a single version of `@atlaskit/editor-common` is used in
  consuming applications, preventing issues caused by multiple versions of singleton libraries (such
  as context mismatches or duplicated state). This is especially important for packages that rely on
  shared context or singletons.

  **HOW TO ADJUST:**
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
    any of these editor plugins.
  - Ensure the version you install matches the version required by the plugins.
  - You can use the
    [`check-peer-dependencies`](https://www.npmjs.com/package/check-peer-dependencies) package to
    verify that all required peer dependencies are installed and compatible.
  - Example install command:
    ```
    npm install @atlaskit/editor-common
    ```
    or
    ```
    yarn add @atlaskit/editor-common
    ```

  **Note:** This is a breaking change. If `@atlaskit/editor-common` is not installed at the
  application level, you may see errors or unexpected behavior.

### Patch Changes

- Updated dependencies

## 3.20.0

### Minor Changes

- [#181590](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/181590)
  [`d44ad3c53ed98`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d44ad3c53ed98) -
  ED-28433 fix drop zone after performance optimzations

## 3.19.14

### Patch Changes

- [#180346](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/180346)
  [`d00d1d362bd18`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d00d1d362bd18) -
  ED-28086 Clean up platform_editor_no_cursor_on_live_doc_init
- Updated dependencies

## 3.19.13

### Patch Changes

- [#180394](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/180394)
  [`3d81ac950c9a0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3d81ac950c9a0) -
  Add alignment mark to widget spec under FG platform_editor_breakout_resizing_widget_fix

## 3.19.12

### Patch Changes

- [#175086](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/175086)
  [`8e86022627723`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8e86022627723) -
  Fix spacing between drag handle and table numbered column
- Updated dependencies

## 3.19.11

### Patch Changes

- [#177025](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/177025)
  [`b000694948f37`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b000694948f37) -
  [ED-27900] Fix cursor disappear when focusing editor at the first line by pressing Tab or down
  arrow key at page title

## 3.19.10

### Patch Changes

- [#175523](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/175523)
  [`0623f8fb2b5ee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0623f8fb2b5ee) -
  Fix a bug where slash command via quick insert button is not inserted at the correct location

## 3.19.9

### Patch Changes

- [#173895](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/173895)
  [`6e123631d7c26`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e123631d7c26) -
  Clean up platform_editor_interaction_api_refactor
- Updated dependencies

## 3.19.8

### Patch Changes

- [#174773](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/174773)
  [`d7f8b85a927ef`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d7f8b85a927ef) -
  Fix drop target insertion into breakout mark

## 3.19.7

### Patch Changes

- [#174199](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/174199)
  [`eee50ab6df3df`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/eee50ab6df3df) -
  Only create and find node decorations within the range provided
- Updated dependencies

## 3.19.6

### Patch Changes

- [#172583](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/172583)
  [`40f387a0c0962`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/40f387a0c0962) -
  Clean up platform_editor_controls_patch_2
- Updated dependencies

## 3.19.5

### Patch Changes

- Updated dependencies

## 3.19.4

### Patch Changes

- [#172648](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/172648)
  [`3606178de772b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3606178de772b) -
  ED-27422: Clean up platform_editor_element_drag_and_drop_ed_23873

## 3.19.3

### Patch Changes

- [#170734](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/170734)
  [`85e062c13a08a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/85e062c13a08a) -
  [ED-28213] Clean up platform_editor_user_intent_plugin and
  platform_editor_user_intent_plugin_follow_up

## 3.19.2

### Patch Changes

- [#171539](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/171539)
  [`823e66121b671`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/823e66121b671) -
  [ux] Fixes height of the resize handle when advanced layouts feature is enabled.
- Updated dependencies

## 3.19.1

### Patch Changes

- [#171113](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/171113)
  [`20200d3f20cfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/20200d3f20cfe) -
  Fix memory leak when cleaning up drop targets
- Updated dependencies

## 3.19.0

### Minor Changes

- [#170348](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/170348)
  [`8f9510a71c843`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8f9510a71c843) -
  ED-28158 implement active advanced layout drop targets

## 3.18.0

### Minor Changes

- [#169535](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/169535)
  [`275f3d6725a4e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/275f3d6725a4e) -
  [ux] Hide plus and block control buttons when hovering over gutter space on the left and right

## 3.17.1

### Patch Changes

- Updated dependencies

## 3.17.0

### Minor Changes

- [#166327](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/166327)
  [`56ba43df67f02`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/56ba43df67f02) -
  ED-28157 implment reduced drop target logic

### Patch Changes

- Updated dependencies

## 3.16.2

### Patch Changes

- [#168359](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/168359)
  [`25fcd59865f76`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/25fcd59865f76) -
  ED-28200 retain layout width after dragging an element to create a column
- Updated dependencies

## 3.16.1

### Patch Changes

- Updated dependencies

## 3.16.0

### Minor Changes

- [#164171](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/164171)
  [`6e761beb64a85`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e761beb64a85) -
  ED-28155 add dnd performance tracker

### Patch Changes

- Updated dependencies

## 3.15.12

### Patch Changes

- [#162142](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/162142)
  [`b92367d4d728b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b92367d4d728b) -
  Migrating the quick insert decoration button to vanilla javascript to improve performance
- Updated dependencies

## 3.15.11

### Patch Changes

- [#166480](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/166480)
  [`55d4dbd11d97d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55d4dbd11d97d) -
  Add 'marks: []' to both widgets to ensure PM renders them at the top level document, not inside
  sibling elements wrapped with marks
- Updated dependencies

## 3.15.10

### Patch Changes

- [#165562](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/165562)
  [`59af663a32c9a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/59af663a32c9a) -
  Reduce block control re-renders under experiment
- Updated dependencies

## 3.15.9

### Patch Changes

- [#163993](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/163993)
  [`1a5e31989fe1d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a5e31989fe1d) -
  clean up platform_editor_non_macros_copy_and_paste_fix
- Updated dependencies

## 3.15.8

### Patch Changes

- Updated dependencies

## 3.15.7

### Patch Changes

- [#163125](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/163125)
  [`d0ae2ab52765d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d0ae2ab52765d) -
  [ux] ED-28034 fix block controls positioning for new resizing experience behind
  platform_editor_breakout_resizing
- Updated dependencies

## 3.15.6

### Patch Changes

- [#161993](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/161993)
  [`bd93cafe79061`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd93cafe79061) -
  [ED-27277] When quick insert is triggered by quick insert button and the selection is in code
  block node, place slash in a new line after the node
- Updated dependencies

## 3.15.5

### Patch Changes

- [#162451](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/162451)
  [`ef8e2f1c70087`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef8e2f1c70087) -
  Switching tbt performance fixes in inlineEmojiPopup and BlockMenu to experiment flag
- Updated dependencies

## 3.15.4

### Patch Changes

- [#160398](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/160398)
  [`4e5ae0ab20a60`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4e5ae0ab20a60) -
  ED-28049 optimise inline emoji popup
- Updated dependencies

## 3.15.3

### Patch Changes

- Updated dependencies

## 3.15.2

### Patch Changes

- [#160456](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/160456)
  [`f1c9353c46649`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f1c9353c46649) -
  [ux] ED-28026 fix resize handle styles for pragmatic-dnd resizer
- Updated dependencies

## 3.15.1

### Patch Changes

- Updated dependencies

## 3.15.0

### Minor Changes

- [#159884](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/159884)
  [`3acc7898e70eb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3acc7898e70eb) -
  ED-27222 update drag layout column behaviour

### Patch Changes

- Updated dependencies

## 3.14.2

### Patch Changes

- [#157540](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/157540)
  [`814a82c86a98b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/814a82c86a98b) -
  [ED-28038] remove extra comma from global-styles.tsx file

## 3.14.1

### Patch Changes

- [#157322](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/157322)
  [`0e61040734cef`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0e61040734cef) -
  [ED-27842] Consolidate extraneous no_cursor flags into one flag for full rollout
- Updated dependencies

## 3.14.0

### Minor Changes

- [#157076](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/157076)
  [`474f9d0d4dbd0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/474f9d0d4dbd0) -
  We are testing the migration to the ADS Link component behind a feature flag. If this fix is
  successful it will be available in a later release.

## 3.13.11

### Patch Changes

- [#152853](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/152853)
  [`73092ef06444a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/73092ef06444a) -
  [ux] ED-27602 fix drag handle shifting above table when hovering in top cell
- Updated dependencies

## 3.13.10

### Patch Changes

- Updated dependencies

## 3.13.9

### Patch Changes

- [#151481](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/151481)
  [`57d45d9fbcb6d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/57d45d9fbcb6d) -
  Remove FG platform_editor_controls_sticky_mask
- Updated dependencies

## 3.13.8

### Patch Changes

- [#152650](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/152650)
  [`d5514d2d48aef`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d5514d2d48aef) -
  Refactor to use sharedPluginStateHookMigratorFactory

## 3.13.7

### Patch Changes

- Updated dependencies

## 3.13.6

### Patch Changes

- [#151503](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/151503)
  [`cba8cfe03c049`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cba8cfe03c049) -
  Fix event listener leak
- Updated dependencies

## 3.13.5

### Patch Changes

- [#151363](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/151363)
  [`ff30967c9ad78`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ff30967c9ad78) -
  Revert destroy change for drag handle widgets
- [#150243](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/150243)
  [`860ff9fc6066c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/860ff9fc6066c) -
  Remove FG platform_editor_controls_sticky_controls

## 3.13.4

### Patch Changes

- [#149231](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/149231)
  [`1c807d5c27e51`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1c807d5c27e51) -
  Fix cursor being hidden on empty lines in safari.

## 3.13.3

### Patch Changes

- Updated dependencies

## 3.13.2

### Patch Changes

- [#149332](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/149332)
  [`592aba2930c2a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/592aba2930c2a) -
  Fix cursor not show issue when tabbing from page title
- Updated dependencies

## 3.13.1

### Patch Changes

- [#148485](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/148485)
  [`a3ec09f649d4a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a3ec09f649d4a) -
  [EDITOR-323] Clean up feature gate `platform_editor_disable_drag_handle_nested_tables`
- Updated dependencies

## 3.13.0

### Minor Changes

- [#146198](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/146198)
  [`86a786e83342d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/86a786e83342d) -
  ED-27730 update layout analytics to include layout column count

### Patch Changes

- Updated dependencies

## 3.12.0

### Minor Changes

- [#141039](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/141039)
  [`ac95ffeb54bda`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ac95ffeb54bda) -
  ED-27226 clean up platform_editor_advanced_layouts_redraw_on_drag

### Patch Changes

- Updated dependencies

## 3.11.2

### Patch Changes

- [#144898](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/144898)
  [`b9a10d6716ef4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b9a10d6716ef4) -
  Enable useSharedPluginStateSelector in block-controls, block-type and breakout plugins
- Updated dependencies

## 3.11.1

### Patch Changes

- [#140969](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/140969)
  [`b4ac22e73d43c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b4ac22e73d43c) -
  [ux] [ED-27253] hide selection states until editor has been interacted with
- Updated dependencies

## 3.11.0

### Minor Changes

- [#141095](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/141095)
  [`5f0694bcf5c1f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5f0694bcf5c1f) -
  Add UserIntentPlugin as an optional dependency, and add its corresponding package as package
  dependency

### Patch Changes

- Updated dependencies

## 3.10.3

### Patch Changes

- [#139698](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/139698)
  [`cf8ea53ed0264`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cf8ea53ed0264) -
  Clean-up nested expand feature gate
- [#142866](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/142866)
  [`b2ff4351e7e00`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2ff4351e7e00) -
  Fix missing destroy callback for quick insert
- Updated dependencies

## 3.10.2

### Patch Changes

- [#142214](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/142214)
  [`9643cb1c29edb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9643cb1c29edb) -
  [ux] Improve and seperate sticky control masking into own gate

## 3.10.1

### Patch Changes

- [#140783](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/140783)
  [`a2d4bdd4841c5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2d4bdd4841c5) -
  [ux] Extend drag handle background with gradient to obscure adjacent node controls for contrast
- Updated dependencies

## 3.10.0

### Minor Changes

- [#139189](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/139189)
  [`33e0a9b6291ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/33e0a9b6291ae) -
  [ux] When table is selected via drag handle, we show Table floating controls toolbar. If the table
  selected via other means, we show the Text Formatting toolbar.

### Patch Changes

- Updated dependencies

## 3.9.2

### Patch Changes

- [#139175](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/139175)
  [`6274734c42470`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6274734c42470) -
  Allow drag handle to display for empty lines when platform_editor_controls is enabled

## 3.9.1

### Patch Changes

- [#139810](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/139810)
  [`571a576ee18ef`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/571a576ee18ef) -
  Adjust controls to line up with sticky headers
- Updated dependencies

## 3.9.0

### Minor Changes

- [#134613](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/134613)
  [`be20cc186939b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/be20cc186939b) -
  ED-26247 Remove feature flag platform_media_extended_resize_experience and replace it with a new
  media prop which defaults to false allowPixelResizing

### Patch Changes

- Updated dependencies

## 3.8.10

### Patch Changes

- [#140242](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/140242)
  [`cc6e520975373`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cc6e520975373) -
  [ED-27504] Fix table insert row button being hard to click
- Updated dependencies

## 3.8.9

### Patch Changes

- [#139216](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/139216)
  [`e8f596d2b1910`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e8f596d2b1910) -
  [ux] Cleaned up platform_editor_controls_patch_1 FG
- Updated dependencies

## 3.8.8

### Patch Changes

- [#138622](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/138622)
  [`09f425c925d38`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/09f425c925d38) -
  Add support for quick insert in cell selection

## 3.8.7

### Patch Changes

- [#138396](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/138396)
  [`6a11423e1442f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a11423e1442f) -
  Add new plugin which tracks user typing, add typing check to visibility container of widgets

## 3.8.6

### Patch Changes

- [#137780](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/137780)
  [`6940941e679c5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6940941e679c5) -
  Move style decoration to own plugin
- Updated dependencies

## 3.8.5

### Patch Changes

- [#133802](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/133802)
  [`f523489c8b68a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f523489c8b68a) -
  [ux] ED-27217 Clean up experiment platform_editor_element_drag_and_drop_nested
- Updated dependencies

## 3.8.4

### Patch Changes

- [#136942](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/136942)
  [`47faad73d7f6c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/47faad73d7f6c) -
  Add visibility container which wraps both block control widgets to control their visibility

## 3.8.3

### Patch Changes

- Updated dependencies

## 3.8.2

### Patch Changes

- [#135614](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/135614)
  [`ed711343dbd01`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ed711343dbd01) -
  ED-27111: Dnd layout column into panel
- Updated dependencies

## 3.8.1

### Patch Changes

- [#135962](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/135962)
  [`b7caf17e63935`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b7caf17e63935) -
  Add refreshAnchorName function to fetch new anchor name if current anchor name isnt provided,
  which is possible as a new mouseDown event listener has been added to fetch position even if
  editor isnt ready

## 3.8.0

### Minor Changes

- [#132443](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/132443)
  [`d4f6243b5f21a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d4f6243b5f21a) -
  [ux] Add sticky controls under experiment

### Patch Changes

- Updated dependencies

## 3.7.1

### Patch Changes

- [#134680](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/134680)
  [`e031bb5981334`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e031bb5981334) -
  ED-27127 added tests for type ahead control
- Updated dependencies

## 3.7.0

### Minor Changes

- [#134661](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/134661)
  [`78fa52a2a4178`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/78fa52a2a4178) -
  Fix layoutColumn losing breakout mark on re-order

### Patch Changes

- Updated dependencies

## 3.6.0

### Minor Changes

- [#134217](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/134217)
  [`96617e3a637fe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/96617e3a637fe) -
  ED-27127 updated text selection insertion logic

## 3.5.4

### Patch Changes

- [#131064](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/131064)
  [`24cad3d2de85a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/24cad3d2de85a) -
  ED-27155: Clean up platform_editor_advanced_layouts_accessibility
- Updated dependencies

## 3.5.3

### Patch Changes

- [#131048](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/131048)
  [`40f0ae20820a0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/40f0ae20820a0) -
  Clean up platform_editor_advanced_layouts_a11y
- [#128309](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128309)
  [`5668591816f6a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5668591816f6a) -
  Clean up platform_editor_advanced_layouts_dnd_remove_layout
- [#130397](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/130397)
  [`632086ddddec2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/632086ddddec2) -
  [ux] fix drag handlers for multibodied extensions
- Updated dependencies

## 3.5.2

### Patch Changes

- [#128179](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128179)
  [`1ce5182d1a35f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1ce5182d1a35f) -
  Clean up feature flag platform_editor_advanced_layouts_post_fix_patch_3
- Updated dependencies

## 3.5.1

### Patch Changes

- [#128258](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128258)
  [`99b0f3de4fdf4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/99b0f3de4fdf4) -
  Update logic for remapping decorations for nodes to fix issues where anchorName is no longer valid

## 3.5.0

### Minor Changes

- [#128788](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128788)
  [`83a4d1ba203b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/83a4d1ba203b0) -
  [ux] update icons

## 3.4.0

### Minor Changes

- [#128772](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128772)
  [`b2f35f81186a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2f35f81186a9) -
  Add typeAheadPlugin as an optional dependency, close typeahead when quickinsert is clicked if it's
  open

## 3.3.19

### Patch Changes

- [#128787](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128787)
  [`8d3d8163602e9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8d3d8163602e9) -
  use color.icon.subtle pallette for both block control widgets, which includes drag handle and
  quick insert
- Updated dependencies

## 3.3.18

### Patch Changes

- [#128661](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128661)
  [`4e5d4eee96907`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4e5d4eee96907) -
  Add validation when recreating quick insert button, avoid recreating when root node is stable
- Updated dependencies

## 3.3.17

### Patch Changes

- [#128300](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128300)
  [`b26295480eb23`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b26295480eb23) -
  Always add left offset for quick insert to avoid it flicking in and out
- Updated dependencies

## 3.3.16

### Patch Changes

- [#127305](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/127305)
  [`d73df5795b977`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d73df5795b977) -
  Fix range error

## 3.3.15

### Patch Changes

- [#127338](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/127338)
  [`2492ca26f15ad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2492ca26f15ad) -
  Change position of quick insert tooltip to ‘top’, changed icon color of quick insert to icon,
  matches drag handle
- Updated dependencies

## 3.3.14

### Patch Changes

- Updated dependencies

## 3.3.13

### Patch Changes

- [#126772](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/126772)
  [`c64847bdf13d4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c64847bdf13d4) -
  [ED-27001] This change is cleaning up the feature gate for a drag and drop bugfix to update the
  drag preview for extensions with iFrames.
- Updated dependencies

## 3.3.12

### Patch Changes

- [#126796](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/126796)
  [`5ca66e248d850`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5ca66e248d850) -
  Change experiment exposure point

## 3.3.11

### Patch Changes

- Updated dependencies

## 3.3.10

### Patch Changes

- [#124761](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/124761)
  [`349f09baaea6d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/349f09baaea6d) -
  [ED-26782] Fix drag handle removal and add type safety for block controls plugin

## 3.3.9

### Patch Changes

- Updated dependencies

## 3.3.8

### Patch Changes

- [#124180](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/124180)
  [`f3f332175bf17`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f3f332175bf17) -
  add case for quick insert button to handle block nodes which are leaf nodes, and handle media
- Updated dependencies

## 3.3.7

### Patch Changes

- [#124718](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/124718)
  [`d923941c82bb4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d923941c82bb4) -
  Disable block menu in Editor controls

## 3.3.6

### Patch Changes

- [#121718](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/121718)
  [`ea6771bd5b498`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ea6771bd5b498) -
  [ux] ED-26814 fix copy and paste non bodied macro in list item
- Updated dependencies

## 3.3.5

### Patch Changes

- Updated dependencies

## 3.3.4

### Patch Changes

- [#122078](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/122078)
  [`b0ffa0b719b38`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b0ffa0b719b38) -
  [ux] ED-26811 fixing the copy and paste issue for copy and paste
- Updated dependencies

## 3.3.3

### Patch Changes

- [#122983](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/122983)
  [`ac18d90e27592`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ac18d90e27592) -
  Update transformSourceSlice to search entire slice

## 3.3.2

### Patch Changes

- Updated dependencies

## 3.3.1

### Patch Changes

- [#122490](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/122490)
  [`6ec36bc622c47`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6ec36bc622c47) -
  Check for undefined on root pos before inserting

## 3.3.0

### Minor Changes

- [#120928](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120928)
  [`01cb5ca9596cf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/01cb5ca9596cf) -
  [ED-26316] Refactor checkTrActionType functions to be in it's own file to help with readability,
  add check for safe insert count and update it in analytics event fired

### Patch Changes

- [#121803](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/121803)
  [`41a43b5d95052`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/41a43b5d95052) -
  Fix logic for determining drag handle corresponding to selection, shortcuts
- Updated dependencies

## 3.2.1

### Patch Changes

- Updated dependencies

## 3.2.0

### Minor Changes

- [#120472](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120472)
  [`73c800ab5f2fc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/73c800ab5f2fc) -
  ED-26766 update adf-schema from 47.2.1 to 47.6.0 and adf-schema-json from 1.27.0 to 1.31.0

### Patch Changes

- [#121077](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/121077)
  [`a41495c81457e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a41495c81457e) -
  remap root anchor name and node type when document changes to fix quick insert button positioning
  issues
- Updated dependencies

## 3.1.9

### Patch Changes

- [#121235](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/121235)
  [`fd5c842595a2f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fd5c842595a2f) -
  [ux] Adds moveLeft and moveRight items to the Block menu and updates the tooltip

## 3.1.8

### Patch Changes

- [#120895](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120895)
  [`d38911e66c554`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d38911e66c554) -
  Select nodes on drag

## 3.1.7

### Patch Changes

- [#120533](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120533)
  [`f1bec731e278f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f1bec731e278f) -
  Adds a `sideEffects` field to ensure this package does not have Compiled styles tree-shaken in the
  future to avoid an accidental regression.

  This is related to
  https://community.developer.atlassian.com/t/rfc-73-migrating-our-components-to-compiled-css-in-js/85953

- [#120887](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120887)
  [`ab17c525aee48`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ab17c525aee48) -
  Fix multi-select drag previews
- [#120893](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120893)
  [`8070e79030a9b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8070e79030a9b) -
  Prevent multi-select layoutColumns from dropping
- Updated dependencies

## 3.1.6

### Patch Changes

- [#120473](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120473)
  [`6d0a06b4b6689`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d0a06b4b6689) -
  Put DnD shift-select behind FG
- [#119967](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/119967)
  [`9c072f388dcaa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9c072f388dcaa) -
  Add check for selection before triggering quick insert, and move selection if not within target
  node

## 3.1.5

### Patch Changes

- [#119444](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/119444)
  [`853538e68d556`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/853538e68d556) -
  Fix cancelled drag causing layout duplication and locked handle
- Updated dependencies

## 3.1.4

### Patch Changes

- [#120000](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120000)
  [`a021079ba8f13`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a021079ba8f13) -
  [ux] Remove copy/delete button from block menu

## 3.1.3

### Patch Changes

- [#118581](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/118581)
  [`8e3b48ccfe22f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8e3b48ccfe22f) -
  Persist block menu while mouse moving
- Updated dependencies

## 3.1.2

### Patch Changes

- [#117869](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/117869)
  [`1668bcd621203`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1668bcd621203) -
  COMPHUB-2622 Added data attributes for editor elements

## 3.1.1

### Patch Changes

- [#117391](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/117391)
  [`1655b74fcb544`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1655b74fcb544) -
  Fix drop table on table trigger native dnd

## 3.1.0

### Minor Changes

- [#117917](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/117917)
  [`9d7669d4f5295`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9d7669d4f5295) -
  [ux] Add shift-select functionality to DnD

### Patch Changes

- Updated dependencies

## 3.0.1

### Patch Changes

- [#118046](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/118046)
  [`16a2af085db1e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/16a2af085db1e) -
  Removed unintentional space causing page crash in Chrome Beta
- Updated dependencies

## 3.0.0

### Major Changes

- [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
  [`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
  This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
  status of only supporting React 18 going forward. No explicit breaking change to React support has
  been made in this release, but this is to signify going forward, breaking changes for React 16 or
  React 17 may come via non-major semver releases.

  Please refer this community post for more details:
  https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026

### Patch Changes

- Updated dependencies

## 2.27.5

### Patch Changes

- [#116263](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116263)
  [`1810b6677a5df`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1810b6677a5df) -
  ED-26616:Multi select should not support drag to itself

## 2.27.4

### Patch Changes

- [#115469](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115469)
  [`ab16802b3f404`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ab16802b3f404) -
  Implement move functionality in block menu
- Updated dependencies

## 2.27.3

### Patch Changes

- Updated dependencies

## 2.27.2

### Patch Changes

- [#114482](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114482)
  [`4f000d73e6b03`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4f000d73e6b03) -
  Patch to fix page crash in drag handle tooltip logic
- [#110314](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110314)
  [`63ac551fb3345`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/63ac551fb3345) -
  [ux] ED-26271: Content preview for multi-select
- [#114618](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114618)
  [`9976feceb2007`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9976feceb2007) -
  [ux] Implement initial UI for Block menu
- Updated dependencies

## 2.27.1

### Patch Changes

- [#112996](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112996)
  [`e76ab95452657`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e76ab95452657) -
  ED-26395: Added tests for canMoveSliceToIndex, and fix drop target showing when first node is p,
  second node table, drop into panel

## 2.27.0

### Minor Changes

- [#114097](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114097)
  [`c767c26ecbc7c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c767c26ecbc7c) -
  [ux] [ED-26269] Support moving multiple nodes with shortcuts

### Patch Changes

- Updated dependencies

## 2.26.4

### Patch Changes

- [#112698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112698)
  [`121f8e8854a3a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/121f8e8854a3a) -
  [ux] [ED-26476] Bugfix for drag handle appearing on nested tables when it shouldn't.

## 2.26.3

### Patch Changes

- [#112186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112186)
  [`9462d8ca2405a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9462d8ca2405a) -
  Bump adf-schema to 47.2.1

## 2.26.2

### Patch Changes

- [#109976](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109976)
  [`2f1cbe0e2b32f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2f1cbe0e2b32f) -
  [ED-26272] Update DnD related analytics, e.g. element moved, to reflect multi-select info
  (distinctive types of nodes, whether multiple nodes are selected)
- Updated dependencies

## 2.26.1

### Patch Changes

- [#111887](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111887)
  [`dc433156e592a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dc433156e592a) -
  [ux] ED-26101 Create layout with nodes before/after using keyboard shortcuts

## 2.26.0

### Minor Changes

- [#111831](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111831)
  [`66895944dfac9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/66895944dfac9) -
  [ED-26430] Block drag-and-drop of legacy content macro extension

### Patch Changes

- Updated dependencies

## 2.25.0

### Minor Changes

- [#107342](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107342)
  [`ec6b838ab9935`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ec6b838ab9935) -
  [ux] Set drag handle selection state based on Editor selection

## 2.24.0

### Minor Changes

- [#111465](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111465)
  [`c0cbae02ded12`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c0cbae02ded12) -
  [ux] Expand existing multi-node selection when dragging handle

### Patch Changes

- [#109402](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109402)
  [`a8c334f52bb60`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a8c334f52bb60) -
  Fix multi-select bug when dragging onto the handle replaces text
- Updated dependencies

## 2.23.1

### Patch Changes

- [#112350](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112350)
  [`75d73ae5c1963`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/75d73ae5c1963) -
  Pressing move right shortcut on layout column should not move the cursor to the next node
- Updated dependencies

## 2.23.0

### Minor Changes

- [#105322](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105322)
  [`8876083532adc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8876083532adc) -
  Bumped editor-prosemirror version to 7.0.0

### Patch Changes

- Updated dependencies

## 2.22.2

### Patch Changes

- Updated dependencies

## 2.22.1

### Patch Changes

- [#110750](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110750)
  [`d561f93940973`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d561f93940973) -
  Add a11y support to rearrange layout column

## 2.22.0

### Minor Changes

- [#109549](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109549)
  [`d6907dac2c08d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d6907dac2c08d) -
  ED-26300 Delete a layout section by delete the 2nd last column from the layout

### Patch Changes

- [#111290](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111290)
  [`8a0749139717e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8a0749139717e) -
  [ED-26392] Add exception handler for `.createChecked`
- Updated dependencies

## 2.21.12

### Patch Changes

- [#107782](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107782)
  [`cccc7a8347929`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cccc7a8347929) -
  [ux] ED-26378 Remove editor_nest_media_and_codeblock_in_quotes_jira and
  nestMediaAndCodeblockInQuote
- Updated dependencies

## 2.21.11

### Patch Changes

- [#109021](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109021)
  [`9d47259416236`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9d47259416236) -
  [ux] ED-26101 Update drag column tooltips

## 2.21.10

### Patch Changes

- Updated dependencies

## 2.21.9

### Patch Changes

- [#107812](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107812)
  [`ddd7c48c0b504`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ddd7c48c0b504) -
  ED-26408 Cleaned-up FG platform_editor_element_dnd_nested_a11y

## 2.21.8

### Patch Changes

- [#107795](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107795)
  [`ccf90a27dfe6b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ccf90a27dfe6b) -
  ED-26407 Cleaned-up FG platform_editor_element_drag_and_drop_ed_24321
- Updated dependencies

## 2.21.7

### Patch Changes

- [#105486](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105486)
  [`ed00542ef3156`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ed00542ef3156) -
  Validate all the nodes in the selection instead of just the handle node

## 2.21.6

### Patch Changes

- [#105202](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105202)
  [`652b93ff9cff7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/652b93ff9cff7) -
  [ux] [ED-26290] Support drag and drop to create or update layout with multi select
- Updated dependencies

## 2.21.5

### Patch Changes

- [#104365](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/104365)
  [`b23e9a45b03a1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b23e9a45b03a1) -
  Remove use of platform_editor_element_drag_and_drop_debug for drop target VR test

## 2.21.4

### Patch Changes

- [#102952](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102952)
  [`6d865148eda80`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6d865148eda80) -
  Fix incorrect drop zone on table cell
- [#103494](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103494)
  [`955dbd85f329f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/955dbd85f329f) -
  [ux] ED-26266: Fixed the drag handle highlight when selecting multiple line in Firefox

## 2.21.3

### Patch Changes

- [#103498](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103498)
  [`a2fd134b068cd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a2fd134b068cd) -
  [ED-26267] Fix a bug where when selection is across multiple nodes, dragging a drag handle within
  the selection range does not trigger pragmatic DnD

## 2.21.2

### Patch Changes

- [#103365](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103365)
  [`fb69e4b7a2f59`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fb69e4b7a2f59) -
  ED-26243 Removed unused drop-target v1

## 2.21.1

### Patch Changes

- [#102744](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102744)
  [`289c0169e410a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/289c0169e410a) -
  ED-26243 Cleaned up platform_editor_drag_and_drop_target_v2 FG

## 2.21.0

### Minor Changes

- [#102469](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102469)
  [`bb834fe685b5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bb834fe685b5a) -
  ED-25924 makes drop hints appear more consistent

## 2.20.0

### Minor Changes

- [#102564](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102564)
  [`078168e470e88`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/078168e470e88) -
  [ux] Add initial multi-select

### Patch Changes

- Updated dependencies

## 2.19.2

### Patch Changes

- [#102237](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102237)
  [`ff4d14b55fec9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ff4d14b55fec9) -
  [ED-26244] clean up platform_editor_element_drag_and_drop_ed_24885

## 2.19.1

### Patch Changes

- [#102045](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102045)
  [`44f96aff22dd9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/44f96aff22dd9) -
  [ED-26179] clean up platform_editor_elements_dnd_nested_table
- Updated dependencies

## 2.19.0

### Minor Changes

- [#101334](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101334)
  [`70742828916ee`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/70742828916ee) -
  Clean up FG platform_editor_element_dnd_nested_fix_patch_3

### Patch Changes

- Updated dependencies

## 2.18.1

### Patch Changes

- [#100915](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100915)
  [`8c10232e0f242`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8c10232e0f242) -
  ED-24615 Fixed expand not remembering expand state when a node is moved into it

## 2.18.0

### Minor Changes

- [#102069](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102069)
  [`3d4c9e1a85d9c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3d4c9e1a85d9c) -
  Clean up platform_editor_dnd_input_performance_optimisation experiment

### Patch Changes

- [#101814](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101814)
  [`d8fc81718b517`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d8fc81718b517) -
  [ED-26177] Remove code reference for FG platform_editor_element_dnd_nested_type_error_fix
- Updated dependencies

## 2.17.4

### Patch Changes

- [#101861](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101861)
  [`c936775aa003c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c936775aa003c) -
  [ED-26173] clean up FG platform_editor_element_dnd_nested_fix_patch_5

## 2.17.3

### Patch Changes

- [#101344](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101344)
  [`8e96b4a88757b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8e96b4a88757b) -
  [ED-26175] clean up FG platform_editor_elements_dnd_ed_23674

## 2.17.2

### Patch Changes

- [#100925](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100925)
  [`9fcb0cd204385`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9fcb0cd204385) -
  [ED-26170] Remove feature gate platform_editor_element_dnd_nested_fix_patch_2
- [#101222](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101222)
  [`361cf34435b08`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/361cf34435b08) -
  [ED-26172] clean up FG platform_editor_element_dnd_nested_fix_patch_4

## 2.17.1

### Patch Changes

- [#100897](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100897)
  [`afd84cc21d588`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/afd84cc21d588) -
  Remove FG
- [#100902](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100902)
  [`40de6a66cb5e7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/40de6a66cb5e7) -
  Remove old FG

## 2.17.0

### Minor Changes

- [#100498](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100498)
  [`b913a28923b5d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b913a28923b5d) -
  ED-25931 Remove a 2 column layout via drag and drop
- [#100935](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100935)
  [`44dcbb7e1884c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/44dcbb7e1884c) -
  clean up platform_editor_element_dnd_nested_fix_patch_1 feature gate

### Patch Changes

- Updated dependencies

## 2.16.4

### Patch Changes

- [#97978](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97978)
  [`ea88bd7273c73`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ea88bd7273c73) -
  Added Blocks Drag Init measurement analytics event
- [#99482](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99482)
  [`5fdd98e19255d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5fdd98e19255d) -
  ED-26122 disable drag layout column for single column layout

## 2.16.3

### Patch Changes

- Updated dependencies

## 2.16.2

### Patch Changes

- Updated dependencies

## 2.16.1

### Patch Changes

- Updated dependencies

## 2.16.0

### Minor Changes

- [#180960](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/180960)
  [`3ee72a54bc1bb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3ee72a54bc1bb) -
  ED-26040 fix editor layout padding issue

### Patch Changes

- Updated dependencies

## 2.15.13

### Patch Changes

- [#178794](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/178794)
  [`a8c669da6eb60`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a8c669da6eb60) -
  ED-25991 Cleaned up "platform_editor_element_drag_and_drop_ed_24304" feature gate

## 2.15.12

### Patch Changes

- [#179556](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/179556)
  [`4df21a6b0db31`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4df21a6b0db31) -
  ED-25734 Add style overrides for extended hover zone debug flag is enabled and use in vr test to
  check that nodes attached are above hover zone

## 2.15.11

### Patch Changes

- [#178643](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/178643)
  [`598b1dc3753cc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/598b1dc3753cc) -
  Fix instances of module level FG evaluation
- Updated dependencies

## 2.15.10

### Patch Changes

- [#179607](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/179607)
  [`9873ddf82bfe6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9873ddf82bfe6) -
  Add check for tabel row, to stop nested elements in table cells from being draggable

## 2.15.9

### Patch Changes

- [#177093](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/177093)
  [`49e25b7064252`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/49e25b7064252) -
  Vertically centres drag handles for text nodes

## 2.15.8

### Patch Changes

- [#177496](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/177496)
  [`dfb96360f8958`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dfb96360f8958) -
  Remove optimise-apply-dnd experiment
- Updated dependencies

## 2.15.7

### Patch Changes

- [#178258](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/178258)
  [`89f4f17d79f0e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/89f4f17d79f0e) -
  ED-26037 fix insert nested node to layout

## 2.15.6

### Patch Changes

- [#177508](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/177508)
  [`49a5afedb8155`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/49a5afedb8155) -
  [ux] ED-25951: Fixed the jittering for heading with indentation in layouts
- Updated dependencies

## 2.15.5

### Patch Changes

- [#177432](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/177432)
  [`08919a1aae553`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/08919a1aae553) -
  [ux] Fixes top position of the drag handle for layoutColumn node type.

## 2.15.4

### Patch Changes

- [#177055](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/177055)
  [`5d0549c752360`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5d0549c752360) -
  ED-25056 add exposure for advanced layouts
- Updated dependencies

## 2.15.3

### Patch Changes

- Updated dependencies

## 2.15.2

### Patch Changes

- [#176596](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/176596)
  [`86e9b63cc47f0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/86e9b63cc47f0) -
  Remove internal re-exports
- Updated dependencies

## 2.15.1

### Patch Changes

- [#177040](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/177040)
  [`53996b8399acf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/53996b8399acf) -
  hot-113791 fix firefox layout selection issue

## 2.15.0

### Minor Changes

- [#173846](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/173846)
  [`9db562f586e8b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9db562f586e8b) -
  ED-25939 prevent native dnd and use block controls

### Patch Changes

- Updated dependencies

## 2.14.3

### Patch Changes

- [#169746](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/169746)
  [`5bfb485e85507`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5bfb485e85507) -
  [ux] [ED-25925] After drag and drop to create a new layout or update an existing layout,
  placecursor at the end of last node in the newly created column

## 2.14.2

### Patch Changes

- [#169716](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/169716)
  [`4fbd1fe0084b3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4fbd1fe0084b3) -
  ED-25072 update and insert layout analytics.

## 2.14.1

### Patch Changes

- Updated dependencies

## 2.14.0

### Minor Changes

- [#168172](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/168172)
  [`fa404ae4155f2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fa404ae4155f2) -
  [ux] [ED-25523] This change is adding experiment based gating to the drag and drop logic for
  nested tables. We only allow nesting tables one level deep via drag and drop if the experiment is
  active. Else, you cannot drag and drop a table into another table.

### Patch Changes

- Updated dependencies

## 2.13.31

### Patch Changes

- [#171553](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/171553)
  [`ef0f90dd048d8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ef0f90dd048d8) -
  [ED-25917] Replace dynamic styles for inline hover zone with css var
- [#171077](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/171077)
  [`0a92cf56671ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0a92cf56671ac) -
  ED-25867 always show drag handler for layout columns
- Updated dependencies

## 2.13.30

### Patch Changes

- [#171014](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/171014)
  [`6163248356c63`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6163248356c63) -
  [ED-25833] Replace the following FGs with experiment `platform_editor_advanced_layouts`
  - platform_editor_advanced_layouts_breakout_resizing
  - platform_editor_advanced_layouts_pre_release_1
  - platform_editor_advanced_layouts_pre_release_2

## 2.13.29

### Patch Changes

- [#169341](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/169341)
  [`b8cceed0c0786`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b8cceed0c0786) -
  ED-25806: migrates file structure to editor engineering standards

## 2.13.28

### Patch Changes

- [#170667](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/170667)
  [`4932e429b1256`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4932e429b1256) -
  [ED-25679] Fix inline drop target positioning for block card, embeded card and chart extension
  with breakout layout

## 2.13.27

### Patch Changes

- [#169284](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/169284)
  [`6e121d2945aae`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6e121d2945aae) -
  ED-25760 draop hints are not triggered for unchanged layout

## 2.13.26

### Patch Changes

- [#168770](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/168770)
  [`0107980b9bac7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0107980b9bac7) -
  ED-25623 Fix drag handle alignment when inline extension is nested inside table

## 2.13.25

### Patch Changes

- [#165765](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165765)
  [`3f441f30e6507`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3f441f30e6507) -
  Bump adf-schema to 46.0.0
- Updated dependencies

## 2.13.24

### Patch Changes

- [#168183](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/168183)
  [`5d8ee46d0ab46`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5d8ee46d0ab46) -
  Fix dragging issue of a layout column while layout is selected

## 2.13.23

### Patch Changes

- [#164073](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/164073)
  [`74421f65186ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/74421f65186ac) -
  ED-25607: replace usages of ReactDOM.render with portal provider

## 2.13.22

### Patch Changes

- [#167184](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/167184)
  [`2b558a2fe0420`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2b558a2fe0420) -
  ED-25780 Layout column drag handle is not shown for macros and empty code snippet

## 2.13.21

### Patch Changes

- [#166734](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/166734)
  [`433c0771a2eb9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/433c0771a2eb9) -
  add offsets to align drag handle with headings
- Updated dependencies

## 2.13.20

### Patch Changes

- [#167178](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/167178)
  [`c2bcf67d564c7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c2bcf67d564c7) -
  Apply breakout mark to layout node when dnd target or source node contains it

## 2.13.19

### Patch Changes

- [#166785](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/166785)
  [`d892942b6debe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d892942b6debe) -
  [ux] ED-25750: Updated layout column tooltip texts
- Updated dependencies

## 2.13.18

### Patch Changes

- [#165840](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165840)
  [`02a637ba38316`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/02a637ba38316) -
  [ux] Update layout drop target using anchor position to work in stack layout
- [#166685](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/166685)
  [`52915bfd0d222`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/52915bfd0d222) -
  Add overrides for layout, to account for new DOM structure with resizer

## 2.13.17

### Patch Changes

- [#166056](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/166056)
  [`00e53bfc73e8f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/00e53bfc73e8f) -
  ED-25760 drop hints are not triggered for unchanged layout
- Updated dependencies

## 2.13.16

### Patch Changes

- [#165732](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165732)
  [`55bfa121bfd1b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/55bfa121bfd1b) -
  ED-25682 unify remove from source code and cleanup
- Updated dependencies

## 2.13.15

### Patch Changes

- [#165354](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165354)
  [`387f345afdec1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/387f345afdec1) -
  ED-25703 fix inline drop targert position
- [#162957](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/162957)
  [`bd48c403d1fdd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bd48c403d1fdd) -
  ED-25059 drag layout column to top level
- Updated dependencies

## 2.13.14

### Patch Changes

- [#163579](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/163579)
  [`15dc53a3077f1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15dc53a3077f1) -
  Hide unnecessary inline drop targets
- Updated dependencies

## 2.13.13

### Patch Changes

- [#164606](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/164606)
  [`34e9782c56a3f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/34e9782c56a3f) -
  tidy platform_editor_empty_line_prompt experiment
- [#163518](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/163518)
  [`0c4fc567f6cfd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c4fc567f6cfd) -
  ED-25705 fix sticky header
- Updated dependencies

## 2.13.12

### Patch Changes

- [#163103](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/163103)
  [`ec14916563763`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ec14916563763) -
  [ux] [ED-25060] Implement drag and drop a layout column to another layout section

## 2.13.11

### Patch Changes

- [`dda502e353b44`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dda502e353b44) -
  [ux] [ED-25317] Implement drag and drop a layout column within the same layout section

## 2.13.10

### Patch Changes

- [#162501](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/162501)
  [`3bdd9f8231197`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3bdd9f8231197) -
  ED-25579 fix vertical drop target bugs
- Updated dependencies

## 2.13.9

### Patch Changes

- [#161549](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/161549)
  [`35e70290e4ccb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35e70290e4ccb) -
  [ED-25317] Fix the issue where drag handle for layout column does not show up when the content is
  not empty (with non text content)
- Updated dependencies

## 2.13.8

### Patch Changes

- [#161257](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/161257)
  [`8272113e38746`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8272113e38746) -
  Fix anchor name out of sync on edited node while dragging
- Updated dependencies

## 2.13.7

### Patch Changes

- [#160954](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/160954)
  [`3d5a71c2d5e22`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3d5a71c2d5e22) -
  Fix issue with zindex on DnD psudo-element

## 2.13.6

### Patch Changes

- [#160415](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/160415)
  [`9dd7911f0fb16`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9dd7911f0fb16) -
  [ux] [ED-25057] Implement drag handle for layout column (position, hover zone, selection)
- Updated dependencies

## 2.13.5

### Patch Changes

- [#158691](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/158691)
  [`f71feb1fedb07`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f71feb1fedb07) -
  ED-25618 enable 5 columns for pre release 2
- [#158691](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/158691)
  [`70ef661bbbb4d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/70ef661bbbb4d) -
  Update feature flag to gate
- Updated dependencies

## 2.13.4

### Patch Changes

- [#157700](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/157700)
  [`83f28893f3406`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/83f28893f3406) -
  ED-25062 implement drop hints
- Updated dependencies

## 2.13.3

### Patch Changes

- [`01ef5296f2ad8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/01ef5296f2ad8) -
  ED-25331 Fix jittering after dropping blockquotes by setting cursor at inline end pos instead of
  gap cursor
- Updated dependencies

## 2.13.2

### Patch Changes

- [#159192](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/159192)
  [`0df45cd10dc0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0df45cd10dc0d) -
  ED-25539 fix bug drag a node to a node with breakout
- Updated dependencies

## 2.13.1

### Patch Changes

- [#159176](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/159176)
  [`8f1d77592a9dc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8f1d77592a9dc) -
  Bump adf-schema to 44.2.0

## 2.13.0

### Minor Changes

- [#157826](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/157826)
  [`130b9c5dcd038`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/130b9c5dcd038) -
  [ED-25054] Support drag and drop a non layout column node in between layout columns

## 2.12.2

### Patch Changes

- Updated dependencies

## 2.12.1

### Patch Changes

- [#157852](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/157852)
  [`5d80f01f056a1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5d80f01f056a1) -
  [ux] ED-25473 Remove inline margin top for top node

## 2.12.0

### Minor Changes

- [#157523](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/157523)
  [`0ae18423289a5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0ae18423289a5) -
  ED-25289 implement drop zone in between columns

## 2.11.0

### Minor Changes

- [#156360](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/156360)
  [`482dbb03dbf68`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/482dbb03dbf68) -
  [ux] Ignore embedCard nodes that have wrapped layout when creating node decs

### Patch Changes

- Updated dependencies

## 2.10.1

### Patch Changes

- [`19a9f330504b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/19a9f330504b9) -
  ED-25120 refactor decorations file

## 2.10.0

### Minor Changes

- [#154751](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154751)
  [`8a15d128d0772`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8a15d128d0772) -
  ED-25049 handle edge cases for vertical drop targets

### Patch Changes

- Updated dependencies

## 2.9.0

### Minor Changes

- [#154648](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154648)
  [`7224898e37116`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7224898e37116) -
  Don't create node decs within tables if nested dnd not enabled
- [#154380](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154380)
  [`e045dd3ba95bd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e045dd3ba95bd) -
  ED-25281 implement DnD API for appending to a layout

### Patch Changes

- [#154186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154186)
  [`5c316170d29dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c316170d29dd) -
  Bump @atlaskit/adf-schema to 42.3.1
- Updated dependencies

## 2.8.0

### Minor Changes

- [`ed73a2928e080`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ed73a2928e080) -
  ED-25375 fix drop target v2 end position drop area

## 2.7.1

### Patch Changes

- [#153381](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/153381)
  [`47cf4f0676e5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/47cf4f0676e5a) -
  ED-25040 setup feature flags and hooked up pre release-1
- Updated dependencies

## 2.7.0

### Minor Changes

- [#151244](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151244)
  [`10ba5860e515c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10ba5860e515c) -
  ED-25281 Implement DnD API for Advanced Layout

### Patch Changes

- [#153270](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/153270)
  [`311428de27cbc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/311428de27cbc) -
  [ux] [ED-25068] Implement inline drop zone and drop target (edge case excluded) behind FG

## 2.6.3

### Patch Changes

- [#153087](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/153087)
  [`a29ea6551ed67`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a29ea6551ed67) -
  ED-24902: Change display from inline to block to fix focus issues with drag handle
- [#152414](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152414)
  [`893c9f74cb700`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/893c9f74cb700) -
  Use getPos instead of pos when rendering drag handle
- Updated dependencies

## 2.6.2

### Patch Changes

- [#152656](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152656)
  [`07cd0baf1bb6f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/07cd0baf1bb6f) -
  Fix corner case where getTrMetadata does not give full pos range

## 2.6.1

### Patch Changes

- [#152510](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152510)
  [`dcf9edde7ac7b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dcf9edde7ac7b) -
  bump adf-schema to 42.0.1
- Updated dependencies

## 2.6.0

### Minor Changes

- [#152056](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152056)
  [`624da05a0cdab`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/624da05a0cdab) -
  ED-25015 increase drop target to take up empty container
- [#152099](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152099)
  [`e7d3d5459e447`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e7d3d5459e447) -
  Update apply to be more performant

### Patch Changes

- [#151127](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151127)
  [`be27d2b45f725`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/be27d2b45f725) -
  Add `nested-dnd` experiment check on a11y support for nested node
- [#151127](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151127)
  [`7e9a2af475546`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7e9a2af475546) -
  ED-25228 Use same selector for setting marginTop for nested-dnd on/off
- Updated dependencies

## 2.5.0

### Minor Changes

- [#151707](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151707)
  [`e20a1b9e9ead0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e20a1b9e9ead0) -
  ED-25277 1 Port "nest-media-and-codeblock-in-quote" changes in drop target v2

### Patch Changes

- Updated dependencies

## 2.4.1

### Patch Changes

- [`9bbad837abcb7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9bbad837abcb7) -
  [ux] ED-25119 Fix content shifting on drag if divider or media nested in panel
- [#151581](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151581)
  [`5a182ebfe8da5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5a182ebfe8da5) -
  [ux] Fix jittering issue in layout node when there is alignment or indentation applied

## 2.4.0

### Minor Changes

- [#151190](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151190)
  [`a3723b1cdede2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a3723b1cdede2) -
  [ux] [ED-25037] this change bumps @atlaskit/adf-schema from 40.9.0 to 40.9.4 which makes the
  blockquote selectable, adds missing marks to the PM node spec and fixes a bug that converted
  pasted external images to media groups.

### Patch Changes

- [#151190](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151190)
  [`a3723b1cdede2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a3723b1cdede2) -
  [ux] [ED-25037] This change selects the blockquote node when the blockquote contains media, but
  otherwise it will select all the inline content inside the blockquote (previous functionality)
  when using the drag handle to select.
- [`28f31fcff6ff2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/28f31fcff6ff2) -
  Fix classList check
- Updated dependencies

## 2.3.1

### Patch Changes

- [#149764](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/149764)
  [`f6226757e21b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f6226757e21b9) -
  Change move left/right shortcut for nested nodes

## 2.3.0

### Minor Changes

- [#151121](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151121)
  [`2909af0f0c958`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2909af0f0c958) -
  ED-24591 implement drop target v2

## 2.2.2

### Patch Changes

- [#151024](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151024)
  [`73afcf51ef0da`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/73afcf51ef0da) -
  ED-20516 Set selection at end of node after drop instead of selecting entire moved node
- Updated dependencies

## 2.2.1

### Patch Changes

- [#150591](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/150591)
  [`13337452246bc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/13337452246bc) -
  support a11y to move various node types with shortcut

## 2.2.0

### Minor Changes

- [#148229](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/148229)
  [`657f160f0cfc0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/657f160f0cfc0) -
  Add a11y support on moving nested elements

### Patch Changes

- [#137506](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137506)
  [`bc1742c9fd32e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc1742c9fd32e) -
  ED-24902: Fix to only check when to hide drag handle on doc level (behind
  confluence_frontend_page_title_enter_improvements)
- Updated dependencies

## 2.1.11

### Patch Changes

- Updated dependencies

## 2.1.10

### Patch Changes

- [#147228](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147228)
  [`ff45a3671e9a6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ff45a3671e9a6) -
  Remove the handle from decorations when hovering on empty paragraphs.

## 2.1.9

### Patch Changes

- [#147660](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147660)
  [`bc7f5f6bfe9ff`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc7f5f6bfe9ff) -
  Remove nested dnd gating from analytics events
- Updated dependencies

## 2.1.8

### Patch Changes

- [#147103](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147103)
  [`c550545f3551e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c550545f3551e) -
  ED-24305 Try to fix type error from getPos in drag handle
- Updated dependencies

## 2.1.7

### Patch Changes

- [#147259](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147259)
  [`887b742b313c6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/887b742b313c6) -
  Experiment flag update
- Updated dependencies

## 2.1.6

### Patch Changes

- Updated dependencies

## 2.1.5

### Patch Changes

- [#144914](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/144914)
  [`5c53f0507a346`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c53f0507a346) -
  ED-25125 Add patch 2 Fg
- [#142749](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/142749)
  [`273fc31422520`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/273fc31422520) -
  ED-25019 fix wrapped image z index issue
- Updated dependencies

## 2.1.4

### Patch Changes

- [#144925](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/144925)
  [`9faf9ff89ad37`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9faf9ff89ad37) -
  ED-24822 - Add padding to panels with no icon and unhide drag handle in first bodied node

## 2.1.3

### Patch Changes

- [#144997](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/144997)
  [`8bf63082ba73e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8bf63082ba73e) -
  Reduce cost of apply method to improve input latency

## 2.1.2

### Patch Changes

- Updated dependencies

## 2.1.1

### Patch Changes

- [#143310](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/143310)
  [`f55df006dcd59`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f55df006dcd59) -
  ED-24822 - Add padding to panels with no icon and unhide drag handle in first bodied node
- [#142323](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/142323)
  [`e21459718836f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e21459718836f) -
  ED-24925 update nested drag handler tooltip
- Updated dependencies

## 2.1.0

### Minor Changes

- [#142740](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/142740)
  [`a9e5ecde7f694`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a9e5ecde7f694) -
  Remove redundant childnode checks to improve performance

### Patch Changes

- [#142433](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/142433)
  [`896303d4b4390`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/896303d4b4390) -
  ED-24552 Update document moved event to fire when nested nodes are cut/paste into nodes and add
  nodeDepth attributes
- [#142806](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/142806)
  [`f73667130fb7d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f73667130fb7d) -
  [ux] Update drop target margin for nested panels
- [#142433](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/142433)
  [`a4f9e2c346c40`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a4f9e2c346c40) -
  ED-24925 re-enable tooltip for top level draghandle
- Updated dependencies

## 2.0.6

### Patch Changes

- [#142709](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/142709)
  [`7ca7608c6b4c8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7ca7608c6b4c8) -
  [ux] ED-24883 Fixed bug which caused empty line prompt button to jump around in Firefox
- Updated dependencies

## 2.0.5

### Patch Changes

- [#142267](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/142267)
  [`9ed8707898875`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9ed8707898875) -
  [ux] ED-24996 Delay appearance of line prompt quickinsert button

## 2.0.4

### Patch Changes

- [#141778](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/141778)
  [`1c6f578277694`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c6f578277694) -
  ED-24870 & ED-24864 - Add the logic to gate the nested media in quotes functionality behind the
  nest-media-and-codeblock-in-quote experiment. Also adjust the logic so the nested expands are now
  behind the nested-expand-in-expand experiment.

## 2.0.3

### Patch Changes

- [#141841](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/141841)
  [`2d44681e217b4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2d44681e217b4) -
  ED-24896 disable drag list item into list
- [#141841](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/141841)
  [`b1bb0f6a6bfe5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b1bb0f6a6bfe5) -
  ED-24394 hide top level empty line drag handle

## 2.0.2

### Patch Changes

- [#138575](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/138575)
  [`d97bfb713c2b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d97bfb713c2b9) -
  [ux] Fix handles not showing or in wrong pos for divider nodes in panels/expands
- Updated dependencies

## 2.0.1

### Patch Changes

- [#141656](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/141656)
  [`3d7bc0bff5bea`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3d7bc0bff5bea) -
  [ux] ED-24969 Add CSS override to prevent drag handle overlap with empty line prompt button when
  under an expanded code block

## 2.0.0

### Major Changes

- [#140703](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/140703)
  [`a0d838419dd0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a0d838419dd0d) -
  [ux] Refactor decoration and plugin state for reliable collab drag and drop. DecorationState has
  been removed from the plugin state. This is now handled internally.

## 1.13.11

### Patch Changes

- [#139586](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/139586)
  [`9ef836177ca84`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9ef836177ca84) -
  ED-24948 Change color of empty line prompt experiment button

## 1.13.10

### Patch Changes

- [#139974](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/139974)
  [`6fad81c12f150`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6fad81c12f150) -
  Remove unnecessary psudo-elements when table-nested-dnd disabled
- Updated dependencies

## 1.13.9

### Patch Changes

- [#139334](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/139334)
  [`30793649657c0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/30793649657c0) -
  [HOT-111629] We had an incident where the last character disappears when hitting the enter key on
  windows OS for Korean characters. Bumping to prosemirror-view@1.34.2 for the fix.

## 1.13.8

### Patch Changes

- [#139292](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/139292)
  [`9e05a4e4221a3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9e05a4e4221a3) -
  [ux] ED-24414 Hide drag handle for first nested node in panel

## 1.13.7

### Patch Changes

- Updated dependencies

## 1.13.6

### Patch Changes

- [#139441](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/139441)
  [`b215909b0f7ab`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b215909b0f7ab) -
  [ux] [ED-24882] Add additional CSS overrides to emtpy block experiment to handle drag handle edge
  cases

## 1.13.5

### Patch Changes

- [#138973](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/138973)
  [`8d99278240f49`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d99278240f49) -
  ED-24407 hide drag handle for empty heading paragrah

## 1.13.4

### Patch Changes

- [#137646](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137646)
  [`b287e7d5873b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b287e7d5873b0) -
  ED-24602 fix re map drop target during collab
- Updated dependencies

## 1.13.3

### Patch Changes

- [#138270](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/138270)
  [`4911de090a806`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4911de090a806) -
  [ux] [ED-24880] Fixed bug which allowed empty block experiment insert button to appear when editor
  is disabled
- [#138118](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/138118)
  [`5e4d9eb1aefe4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5e4d9eb1aefe4) -
  NOISSUE: Upgrades editor React peer dependencies to v18
- Updated dependencies

## 1.13.2

### Patch Changes

- [#136674](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/136674)
  [`1f8459f560d36`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1f8459f560d36) -
  [ux] Bump z-index of drop targets

## 1.13.1

### Patch Changes

- [#137849](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137849)
  [`005c00c30884a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/005c00c30884a) -
  ED-24874 Only disable dragging top level nested nodes in tables
- [#137156](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137156)
  [`eccceae25389f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eccceae25389f) -
  [ux] Don't show drop target in final container position if proceeded by empty paragraph, replace
  it if only empty paragraph
- [#137755](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137755)
  [`f3d004d4e3a3e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f3d004d4e3a3e) -
  ED-24650 fix nested node jittering issue
- Updated dependencies

## 1.13.0

### Minor Changes

- [#137234](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137234)
  [`e80c81de138e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e80c81de138e9) -
  [ux] [ED-24803] Experiment for editor block controls which adds a button to insert quickInsert
  elements

### Patch Changes

- Updated dependencies

## 1.12.10

### Patch Changes

- [#136410](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/136410)
  [`52083ca79b5dc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/52083ca79b5dc) -
  [ux] ED-24603 Disable dragging nested nodes within table behind FF

## 1.12.9

### Patch Changes

- [#136177](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/136177)
  [`557c5bcfce83c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/557c5bcfce83c) -
  [ux] Adjust margin of drop targets in nested scenarios
- [#136348](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/136348)
  [`fb4fb56f1da7c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fb4fb56f1da7c) -
  Use optimised entry-points on editor-common for browser.
- Updated dependencies

## 1.12.8

### Patch Changes

- Updated dependencies

## 1.12.7

### Patch Changes

- [#136078](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/136078)
  [`09414d7233497`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/09414d7233497) -
  ED-24507 Switch nested dnd FG to experiment and include padding changes"

## 1.12.6

### Patch Changes

- [#135137](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/135137)
  [`c1cc86c3c898f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c1cc86c3c898f) -
  [ux] Fix bug where drag handles may be missing

## 1.12.5

### Patch Changes

- [#134135](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/134135)
  [`4aabe1f4ad731`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4aabe1f4ad731) -
  ED-24551 Fix drop target missing at end of bodied extension nodes.
- [#133748](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/133748)
  [`3d90a431f7ed8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3d90a431f7ed8) -
  Optimise node decs to prevent re-renders on doc change

## 1.12.4

### Patch Changes

- Updated dependencies

## 1.12.3

### Patch Changes

- [#131601](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/131601)
  [`80035567d3d2e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/80035567d3d2e) -
  ED-24614 fix cards flickering inside a table cell

## 1.12.2

### Patch Changes

- [#131777](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/131777)
  [`3c12389d16342`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3c12389d16342) -
  [ux] ED-24410 Fix drag handle position for nested nodes

## 1.12.1

### Patch Changes

- [#130485](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/130485)
  [`5b6725b15e18e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5b6725b15e18e) -
  Update node decorations when document changes for nested dnd scenarios
- [#130711](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/130711)
  [`f878c5be1ed97`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f878c5be1ed97) -
  ED-24455 additional fix and tests
- Updated dependencies

## 1.12.0

### Minor Changes

- [#130247](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/130247)
  [`c331860f119e6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c331860f119e6) -
  ED-24455 add suport for drag expand drop into table

### Patch Changes

- [#130406](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/130406)
  [`487b48abdae42`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/487b48abdae42) -
  ED-24554 Don't show handle for indented tasks
- [#130260](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/130260)
  [`d338ce6e4ff6e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d338ce6e4ff6e) -
  Reduce drag handle gap for nested elements
- Updated dependencies

## 1.11.2

### Patch Changes

- [#129108](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/129108)
  [`c3bcb8b4001bd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c3bcb8b4001bd) -
  ED-24540 Clean up droptarget decorations after dropping in nested nodes to fix node splitting
  issue
- [#129411](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/129411)
  [`2cfee5779f921`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2cfee5779f921) -
  ED-24456 improve drop target vertical position for nested nodes
- Updated dependencies

## 1.11.1

### Patch Changes

- [#128476](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128476)
  [`e6ccffdd6fe90`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e6ccffdd6fe90) -
  ED-24408 fix nested drop target indicator location and appearance

## 1.11.0

### Minor Changes

- [#128347](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128347)
  [`e33566cebd5d1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e33566cebd5d1) -
  [ED-24175] bump @atlaskit/adf-schema to 40.8.1 and @atlassian/adf-schema-json to 1.22.0 to
  promotecodeblocks & media in quotes, and nested expands in expands to full schema, and allow
  quotes in panels and decisions in lists in stage0 schema, and a validator spec change

### Patch Changes

- [#128138](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128138)
  [`5c7bc23671459`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c7bc23671459) -
  ED-24471 Clean up feature flags in main.ts apply and long scroll FF
- [#127946](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127946)
  [`93f225e326474`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93f225e326474) -
  ED-24405 fix drop target not showing at last pos
- Updated dependencies

## 1.10.7

### Patch Changes

- [`7c744eaad4fb6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7c744eaad4fb6) -
  ED-24473 Clean up FF in drag-handle and drop-targets
- [#127997](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127997)
  [`3d47f12053750`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3d47f12053750) -
  ED-24404 ignore list items in Element DnD

## 1.10.6

### Patch Changes

- [#127749](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127749)
  [`2709d717d9040`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2709d717d9040) -
  [ux] Dismiss dnd tooltip when cursor exits handle

## 1.10.5

### Patch Changes

- [#127275](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127275)
  [`45778c5f2adf8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/45778c5f2adf8) -
  ED-24384 Clean up remove wrap feature flag
- [#127431](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127431)
  [`8e4cdcd49d713`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8e4cdcd49d713) -
  ED-24475 Clean up feature flags in getSelection.ts

## 1.10.4

### Patch Changes

- [#126929](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/126929)
  [`ba2a4b1af84db`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ba2a4b1af84db) -
  Clean up FFs
- Updated dependencies

## 1.10.3

### Patch Changes

- [#127123](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127123)
  [`7a68ab6404094`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7a68ab6404094) -
  [ux] Add validation to node move, only show valid drop targets
- [#126802](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/126802)
  [`2cd334b37d1d8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2cd334b37d1d8) -
  Clean up FFs

## 1.10.2

### Patch Changes

- [`63d659eb3e73d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/63d659eb3e73d) -
  ED-24315 improve a11y for block controls

## 1.10.1

### Patch Changes

- [#125984](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/125984)
  [`167a210dfd672`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/167a210dfd672) -
  [ux] Update shortcuts for element dnd
- [#125542](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/125542)
  [`06bc2f65f892e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/06bc2f65f892e) -
  ED-24304 resolve range error issue
- Updated dependencies

## 1.10.0

### Minor Changes

- [#123594](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/123594)
  [`ea6c9a5361f96`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ea6c9a5361f96) -
  [ux] Add prelim nested DnD support

## 1.9.1

### Patch Changes

- Updated dependencies

## 1.9.0

### Minor Changes

- [#124209](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/124209)
  [`8aa1792f12ed3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8aa1792f12ed3) -
  bump @atlaskit/editor-prosemirror to 5.0.0, bump @atlaskit/adf-schema to 40.1.0

### Patch Changes

- [#124232](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/124232)
  [`0994c8bb3ee39`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0994c8bb3ee39) -
  ED-24321 Fix issue where table nodes wrapped in fragment marks can't be selected using keyboard
  shortcut
- [#123552](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/123552)
  [`ee13728534201`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ee13728534201) -
  Fix drop targets now showing when document changes during drag
- Updated dependencies

## 1.8.1

### Patch Changes

- [#123768](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/123768)
  [`f1c6cc33e33bb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f1c6cc33e33bb) -
  ED-24227 disable drag handle for wrapped media

## 1.8.0

### Minor Changes

- [#122895](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/122895)
  [`49b8c7658f3b5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/49b8c7658f3b5) -
  [ED-24173] bump @atlaskit/adf-schema to 40.3.0 and @atlassian/adf-schema-json to 1.18.0

### Patch Changes

- Updated dependencies

## 1.7.2

### Patch Changes

- [#123621](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/123621)
  [`4184bd66727cb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4184bd66727cb) -
  Update drag preview opacity on windows
- Updated dependencies

## 1.7.1

### Patch Changes

- [#122706](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/122706)
  [`1d88c71435949`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1d88c71435949) -
  ED-24330 Dispatch meta to set isDragging to false in PM drop handler to remove drop target
  decorations

## 1.7.0

### Minor Changes

- [`042e8561002b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/042e8561002b0) -
  [ux] [ED-23210] Implement shortcut for moving a node up and down in the document

### Patch Changes

- Updated dependencies

## 1.6.1

### Patch Changes

- [#121921](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/121921)
  [`f928fa58107c6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f928fa58107c6) -
  Fix jitter issue when hovering over chart and expand node

## 1.6.0

### Minor Changes

- [#121589](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/121589)
  [`c8c2209805321`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c8c2209805321) -
  [ux] ED-23588 fix drop target alignments

### Patch Changes

- [#119960](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/119960)
  [`7b7393158a982`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7b7393158a982) -
  ED-24136 fix composition input for chrome
- [#119250](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/119250)
  [`dce4805f0326c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dce4805f0326c) -
  Fix image cannot be dragged with ProseMirror native DnD in Firefox
- Updated dependencies

## 1.5.20

### Patch Changes

- Updated dependencies

## 1.5.19

### Patch Changes

- [#119849](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/119849)
  [`5178d3ebdd7db`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5178d3ebdd7db) -
  ED-23896 Fix responsiveness of extensions, macros, table alignment
- Updated dependencies

## 1.5.18

### Patch Changes

- [#119419](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/119419)
  [`a8b716b766200`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a8b716b766200) -
  [ux] Add shortcut to show and focus drag handle at selection"
- [#120359](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/120359)
  [`f18f6e6b7f52c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f18f6e6b7f52c) -
  fix drop targets hiding while dragging
- [#120426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/120426)
  [`0aface5be4428`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0aface5be4428) -
  Fix RangeErrors thrown by blocks plugin in prod
- Updated dependencies

## 1.5.17

### Patch Changes

- Updated dependencies

## 1.5.16

### Patch Changes

- [#119383](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/119383)
  [`2db50d6540e1b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2db50d6540e1b) -
  [ux] fix drag handles to respond to viewport narrowing
- Updated dependencies

## 1.5.15

### Patch Changes

- [#118866](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/118866)
  [`77bd34b00632f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/77bd34b00632f) -
  [ux] [ED-23873] Add tooltip to drag handle

## 1.5.14

### Patch Changes

- [#119010](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/119010)
  [`9853843dd0dc9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9853843dd0dc9) -
  [ux] ED-23189 Update generic preview to match node dimensions

## 1.5.13

### Patch Changes

- [#118724](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/118724)
  [`6faf03a7723f3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6faf03a7723f3) -
  [ED-23842] When clicking the drag handle, select mediaGroup if there are multiple child nodes

## 1.5.12

### Patch Changes

- [#117568](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117568)
  [`b07c3e0b8dbf8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b07c3e0b8dbf8) -
  Update drag handle position on divider node
- Updated dependencies

## 1.5.11

### Patch Changes

- Updated dependencies

## 1.5.10

### Patch Changes

- [#116393](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116393)
  [`30fa8a58b9dc8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/30fa8a58b9dc8) -
  Fix drag handle overlaps with the content when deleting text across lines

## 1.5.9

### Patch Changes

- [#116092](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116092)
  [`2d7842663b057`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2d7842663b057) -
  ED-23905 Fix selection on click for nested lists and task lists

## 1.5.8

### Patch Changes

- [#116058](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116058)
  [`1a8435d9dbaf0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1a8435d9dbaf0) -
  fix position of drag handle on block card nodes

## 1.5.7

### Patch Changes

- [`2f20977ad803d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2f20977ad803d) -
  Fix paragraph to blockquotes with refactor
  platform.editor.elements.drag-and-drop-remove-wrapper_fyqr2 FF off
- [#114548](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114548)
  [`8b2d47bffb50e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b2d47bffb50e) -
  bump adf-schema version
- Updated dependencies

## 1.5.6

### Patch Changes

- [`e7c8b06889c5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e7c8b06889c5a) -
  [ux] Fix scroll issue for layout node when drap and drop

## 1.5.5

### Patch Changes

- Updated dependencies

## 1.5.4

### Patch Changes

- [#114530](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114530)
  [`fac9f4b0e5a45`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fac9f4b0e5a45) -
  [ED-23892] Fix action list duplicates itself when dropping on itself, update how dropping at node
  itself is detected so it works when mouse move wrapper is removed

## 1.5.3

### Patch Changes

- [#115969](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115969)
  [`915746a1da4f7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/915746a1da4f7) -
  do not show mouse move wrapper for wrapping nodes

## 1.5.2

### Patch Changes

- [#115190](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115190)
  [`6f60bbf5f97a7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6f60bbf5f97a7) -
  Update ff case

## 1.5.1

### Patch Changes

- [#113204](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113204)
  [`6c05be5902ad7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6c05be5902ad7) -
  hide handle on empty p fix under a ff

## 1.5.0

### Minor Changes

- [#115247](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115247)
  [`251d23ff9e6c8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/251d23ff9e6c8) -
  upgrade adf-schema version to 38.0.0

### Patch Changes

- Updated dependencies

## 1.4.35

### Patch Changes

- [#115170](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115170)
  [`d3d39a486f0d9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d3d39a486f0d9) -
  Fix drag handle position when deleting a paragraph
- [#115170](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115170)
  [`108a85e557e41`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/108a85e557e41) -
  Hide drag handle on empty paragraph

## 1.4.34

### Patch Changes

- [#115110](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115110)
  [`cc8cc2bbe88f8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cc8cc2bbe88f8) -
  Fix a regression where drag and drop a node at itself duplicates the node
- [#114841](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114841)
  [`2ea1a74c41971`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2ea1a74c41971) -
  Fix drag handle position when change from paragraph to blockQuote
- [#115110](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115110)
  [`bfa2f902f0cb3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bfa2f902f0cb3) -
  change doc size limit to child count

## 1.4.33

### Patch Changes

- [#111344](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111344)
  [`a89589001c3b1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a89589001c3b1) -
  [ED-23591] Select media node when there is only one within mediaGroup
- [#114726](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114726)
  [`3735569cbd151`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3735569cbd151) -
  ED-23811 Set selection when command+shift+up is pressed in blocks plugin
- Updated dependencies

## 1.4.32

### Patch Changes

- [#113591](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113591)
  [`cc5ac590d4c43`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cc5ac590d4c43) -
  [ED-23794] Fix the issue where prosemirror drag and drop stop working with block controls plugin
  enabled
- [#114565](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114565)
  [`9c4aee75822c7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9c4aee75822c7) -
  Add analytic event for drag and drop click event

## 1.4.31

### Patch Changes

- [#110942](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110942)
  [`aa339aee9aa7d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/aa339aee9aa7d) -
  [ED-23431] Fix EditorPluginAPI type system
- Updated dependencies

## 1.4.30

### Patch Changes

- [#114676](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114676)
  [`8b085c84572b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b085c84572b0) -
  remove mouse move wrapper under feature flag

## 1.4.29

### Patch Changes

- [#113919](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113919)
  [`b23ee751fde25`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b23ee751fde25) -
  [ux] fix : the page is not scrolled down when click on the handle of a long node
- [#113848](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113848)
  [`173e8cc6ecdb3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/173e8cc6ecdb3) -
  ED-23779 fix undo caused wrong selector position

## 1.4.28

### Patch Changes

- [#113750](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113750)
  [`f0bb95b1231d8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f0bb95b1231d8) -
  [ux] Fix drag handle pos for block and embed card nodes
- [#114031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114031)
  [`a9de475bcf1f7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a9de475bcf1f7) -
  Highlight whole node when selecting decistion list via drag handle
- Updated dependencies

## 1.4.27

### Patch Changes

- [#113232](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113232)
  [`0a1d7a1348305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0a1d7a1348305) -
  [ux] Fix drag previews when media is nested in the node
- [#113423](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113423)
  [`e22e9f7eadce7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e22e9f7eadce7) -
  Fix text spliting when deleting paragraph
- Updated dependencies

## 1.4.26

### Patch Changes

- [#113192](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113192)
  [`e30355e61e571`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e30355e61e571) -
  [ED-23770] Fix the bug where clicking drag handle does not select inline nodes
- Updated dependencies

## 1.4.25

### Patch Changes

- [#112850](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112850)
  [`b5b96fe430ecb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b5b96fe430ecb) -
  ED-23767 Add drop listener to prevent default behaviour of duplicating dropped node

## 1.4.24

### Patch Changes

- [#112937](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112937)
  [`77f74659f0ac3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/77f74659f0ac3) -
  [ED-23676] Fix drag and drop issue with table charts

## 1.4.23

### Patch Changes

- [#112385](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112385)
  [`7889fc5a6eff5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7889fc5a6eff5) -
  Add new moved events for dnd, change which events are fired in block control plugin

## 1.4.22

### Patch Changes

- [#111855](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111855)
  [`858997cc1d1e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/858997cc1d1e0) -
  ED-23619 Improve drop latency by cleaning up decorations before they are being redrawn

## 1.4.21

### Patch Changes

- [#111695](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111695)
  [`4dadac69832d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4dadac69832d7) -
  Refactor Pragmatic usage
- [#111695](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111695)
  [`c8e7bf89f5bd8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c8e7bf89f5bd8) -
  reduce rerenders in mousemovewrapper

## 1.4.20

### Patch Changes

- [#111514](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111514)
  [`a1b90bef5f34b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a1b90bef5f34b) -
  [ux] Revert: Fix cursor and handle position when changing node type
- Updated dependencies

## 1.4.19

### Patch Changes

- [#111390](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111390)
  [`bf010fb12e305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bf010fb12e305) -
  ED-23630 Call getPos in callbacks to fix node splitting and attach event listener when component
  loads to show wrapper
- [#111385](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111385)
  [`181c5854ec25f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/181c5854ec25f) -
  remove sharedstate onchange handler from mousemovewrapper
- [#111045](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111045)
  [`2f693993423ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2f693993423ec) -
  improve input latency of drag and drop experience and hide drag handle during resizing
- [#111418](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111418)
  [`b351451c2ccb1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b351451c2ccb1) -
  add docsize limit for dnd
- Updated dependencies

## 1.4.18

### Patch Changes

- [#110975](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110975)
  [`1b910ab971427`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1b910ab971427) -
  [ux] Generate generic drag preview for extension nodes
- [#110819](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110819)
  [`c81b4e2254428`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c81b4e2254428) -
  Fix cursor and handle position when changing node type

## 1.4.17

### Patch Changes

- [#110808](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110808)
  [`3ae32439b454c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3ae32439b454c) -
  ED-23725 Fix issue where drag and drop breaks after node type changes and when text selection is
  not allowed if user moves mouse to node before page finishes loading

## 1.4.16

### Patch Changes

- [#108805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108805)
  [`3695cb26b9899`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3695cb26b9899) -
  Add analytic events for drag events
- Updated dependencies

## 1.4.15

### Patch Changes

- [#110434](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110434)
  [`fca2ac7c4fb70`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fca2ac7c4fb70) -
  [ux] Show generic drag preview when dragging an embed node
- Updated dependencies

## 1.4.14

### Patch Changes

- [#109040](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109040)
  [`5c5824e70db23`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c5824e70db23) -
  ED-23629 Improve performance of mousemoveWrapper hiding on hover

## 1.4.13

### Patch Changes

- [#108531](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108531)
  [`bc1dab1f64bd8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc1dab1f64bd8) -
  [ux] Don't render decorations when Editor is disabled or in 'view' mode
- [#110258](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110258)
  [`e12a40c7d31ee`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e12a40c7d31ee) -
  set selection on drag handle mouse down to ensure drag and drop does not use native behaviour
- Updated dependencies

## 1.4.12

### Patch Changes

- [#108853](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108853)
  [`390f442689fd6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/390f442689fd6) -
  Fix position of drag handle for extension/ bodiedExtension nodes in wide or fullWidth layout

## 1.4.11

### Patch Changes

- [#108763](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108763)
  [`f97149e66b556`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f97149e66b556) -
  Fix table scroll when table selected by drag handle
- Updated dependencies

## 1.4.10

### Patch Changes

- [#105071](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105071)
  [`e70e9b713e1e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e70e9b713e1e) -
  ED23246 - Refactor decorations to render wrapper around each node to track mouseenter events and
  show drag handle when active node is set

## 1.4.9

### Patch Changes

- [#106586](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/106586)
  [`861ecd061c72`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/861ecd061c72) -
  Increase the editor page guttering for full page appearance to support block drag and drop
- [#107579](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107579)
  [`4953d4a32c98`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4953d4a32c98) -
  [ux] Expand blocks drop target to full doc width
- Updated dependencies

## 1.4.8

### Patch Changes

- [#103640](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103640)
  [`8efbf0dd0174`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8efbf0dd0174) -
  Hide floating toolbar on dragging
- [#105200](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105200)
  [`6ba0d6402f38`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6ba0d6402f38) -
  Fix drag handle position when the node contains nested image

## 1.4.7

### Patch Changes

- [#105285](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105285)
  [`30dbeeb70f1b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/30dbeeb70f1b) -
  Add drag and drop tests for block control plugin

## 1.4.6

### Patch Changes

- [#104497](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/104497)
  [`68c76374f675`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/68c76374f675) -
  [ux] Adjust drag preview offset

## 1.4.5

### Patch Changes

- [#103935](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103935)
  [`e9aa08ecec9b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e9aa08ecec9b) -
  Add block control plugin libra models and tests

## 1.4.4

### Patch Changes

- [#104094](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/104094)
  [`ae80ae898d90`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ae80ae898d90) -
  Refactor getSelection and add tests

## 1.4.3

### Patch Changes

- [#103721](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103721)
  [`8c44ebf695aa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8c44ebf695aa) -
  Adjust drag preview opacity

## 1.4.2

### Patch Changes

- Updated dependencies

## 1.4.1

### Patch Changes

- [#102680](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102680)
  [`8b186c4a0475`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b186c4a0475) -
  Show text controls on drag handle click

## 1.4.0

### Minor Changes

- [#101384](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101384)
  [`649f601103e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/649f601103e0) -
  [ux] Add autoscroller support to blocks plugin

## 1.3.12

### Patch Changes

- [#101305](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101305)
  [`8df2f2cd6748`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8df2f2cd6748) -
  Refactor drop target to use Pragmatic DnD indicator package

## 1.3.11

### Patch Changes

- [#100944](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100944)
  [`236b42e205dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/236b42e205dd) -
  Fix drag handle position on media node
- Updated dependencies

## 1.3.10

### Patch Changes

- [#100964](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100964)
  [`d58e7d6f08e4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d58e7d6f08e4) -
  [ux] Tweak CSS styles for drop targets

## 1.3.9

### Patch Changes

- [#100922](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100922)
  [`d69797fc32b6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d69797fc32b6) -
  ED-22939 Fix drag handle not appearing for first node of document

## 1.3.8

### Patch Changes

- [#100787](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100787)
  [`50f1093f6e70`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/50f1093f6e70) -
  [ux] Fix node controls in incorrect pos when drag handle visible

## 1.3.7

### Patch Changes

- [#98222](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98222)
  [`d94cd00110eb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d94cd00110eb) -
  [ux] ED-23206 Set node selection when drag handle is clicked, dragged and content is dropped
- [#100193](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100193)
  [`e9a08f4f88aa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e9a08f4f88aa) -
  [ux] Update drag handle position
- Updated dependencies

## 1.3.6

### Patch Changes

- [#100030](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100030)
  [`f246ee5d3b7f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f246ee5d3b7f) -
  [ux] Change drop target design, refactor styles
- Updated dependencies

## 1.3.5

### Patch Changes

- Updated dependencies

## 1.3.4

### Patch Changes

- [#99555](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99555)
  [`703d23b83234`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/703d23b83234) -
  [ux] Update drag handle style based on design
- Updated dependencies

## 1.3.3

### Patch Changes

- [#98101](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98101)
  [`930a81c221d3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/930a81c221d3) -
  Update example page to enable resizable table and media-single nodes

## 1.3.2

### Patch Changes

- [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
  [`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c7b378c0d3b) -
  [HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
  language triggering composition on an empty line.This was fixed in a patch bump of
  prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5

## 1.3.1

### Patch Changes

- Updated dependencies

## 1.3.0

### Minor Changes

- [#95811](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95811)
  [`115361312a0e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/115361312a0e) -
  move drag position data to plugin state and map positions for collab support

## 1.2.0

### Minor Changes

- [#93512](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93512)
  [`15155cd6eb61`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15155cd6eb61) -
  add basic dnd behaviour to block controls plugin

## 1.1.0

### Minor Changes

- [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
  [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
  bumped editor-prosemirror version to 4.0.0

### Patch Changes

- Updated dependencies

## 1.0.0

### Major Changes

- [#91350](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91350)
  [`f27c4b41ebed`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f27c4b41ebed) -
  Adds new Editor Block Controls plugin
