@atlaskit/editor-plugin-block-controls
Version:
Block controls plugin for @atlaskit/editor-core
2,086 lines (1,224 loc) • 198 kB
Markdown
# @atlaskit/editor-plugin-block-controls
## 13.0.4
### Patch Changes
- Updated dependencies
## 13.0.3
### Patch Changes
- Updated dependencies
## 13.0.2
### Patch Changes
- Updated dependencies
## 13.0.1
### Patch Changes
- Updated dependencies
## 13.0.0
### Major Changes
- [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ###
Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**.
Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist.
Types are now exclusively via the `"types": "dist/types/index.d.ts"` property.
```diff
- "typesVersions": {
- ">=4.5 <4.9": {
- "*": [
- "dist/types-ts4.5/*",
- "dist/types-ts4.5/index.d.ts"
- ]
- }
- },
```
### Minor Changes
- [`2f16223a8aa3a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2f16223a8aa3a) -
Extend the right-side Remix button hover zone into the empty right margin beside a block, with a
reserved gap for the Rovo button on the far right.
### Patch Changes
- Updated dependencies
## 12.4.2
### Patch Changes
- Updated dependencies
## 12.4.1
### Patch Changes
- Updated dependencies
## 12.4.0
### Minor Changes
- [`a3a227e567efe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a3a227e567efe) -
[ux] [EDITOR-7662] disabled block controls when viewing diffs
### Patch Changes
- Updated dependencies
## 12.3.6
### Patch Changes
- Updated dependencies
## 12.3.5
### Patch Changes
- Updated dependencies
## 12.3.4
### Patch Changes
- Updated dependencies
## 12.3.3
### Patch Changes
- [`993241a125f8a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/993241a125f8a) -
[EDITOR-7652] Configure blockControl action getTextLength to return textLength and textContent and
renaming it to getTextInfo
- Updated dependencies
## 12.3.2
### Patch Changes
- Updated dependencies
## 12.3.1
### Patch Changes
- Updated dependencies
## 12.3.0
### Minor Changes
- [`293a0d6eaab12`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/293a0d6eaab12) -
Fix Remix block menu item visibility to match Improve formatting
### Patch Changes
- Updated dependencies
## 12.2.6
### Patch Changes
- Updated dependencies
## 12.2.5
### Patch Changes
- [`a4f97c853dccf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a4f97c853dccf) -
Extend `no-module-level-eval` lint rule to cover editor experiment APIs (`expValEquals`, `expVal`,
`editorExperiment`, `expValEqualsNoExposure`) imported from `@atlaskit/tmp-editor-statsig`
subpaths. Module-level evaluation of these functions causes flakiness because experiment values
may not be resolved yet at import time.
Fix existing violations in `editor-plugin-block-controls` (`global-styles.tsx`) and
`editor-plugin-table` (`ContextualMenu.tsx`) by converting module-level experiment evaluations to
lazy function calls.
Clean up fully-launched experiment `platform_editor_unify_native_dnd_selectors` — replace
conditional selector logic with the winning `dragHandlerAnchorSelectorWithTaskExclusion` value and
remove the experiment from `experiments-config.ts`.
- Updated dependencies
## 12.2.4
### Patch Changes
- Updated dependencies
## 12.2.3
### Patch Changes
- Updated dependencies
## 12.2.2
### Patch Changes
- Updated dependencies
## 12.2.1
### Patch Changes
- [`4c2645b77929d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4c2645b77929d) -
[ux] EDITOR-7346 add ai and diff plugin support for panel_c1
- Updated dependencies
## 12.2.0
### Minor Changes
- [`1f87c5cc71aa3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1f87c5cc71aa3) -
Improve reliability of editor controls positioning by using ProseMirror node decorations to apply
CSS anchor-name, replacing fragile CSS adjacency selectors. Gated behind
platform_editor_controls_reliable_anchor experiment.
### Patch Changes
- Updated dependencies
## 12.1.1
### Patch Changes
- Updated dependencies
## 12.1.0
### Minor Changes
- [`5182f0ffac22f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5182f0ffac22f) -
Add keyboard shortcuts and danger preview to layout column menu actions.
Fix keyboard navigation in the layout column menu.
### Patch Changes
- Updated dependencies
## 12.0.2
### Patch Changes
- [`4c8035c5703fd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4c8035c5703fd) -
Add multiBodiedExtension support to block controls
## 12.0.1
### Patch Changes
- Updated dependencies
## 12.0.0
### Patch Changes
- Updated dependencies
## 11.5.7
### Patch Changes
- [`fae885a16a206`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fae885a16a206) -
FFCLEANUP-97994 clean up experiment platform_editor_fix_table_row_drag_drop_target
- Updated dependencies
## 11.5.6
### Patch Changes
- Updated dependencies
## 11.5.5
### Patch Changes
- [`523f77de83059`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/523f77de83059) -
Suppress drag handle tooltip while layout column menu is open. Adds layoutColumnMenuPopupOpen user
intent and wraps LayoutColumnMenu with UserIntentPopupWrapper.
- Updated dependencies
## 11.5.4
### Patch Changes
- Updated dependencies
## 11.5.3
### Patch Changes
- [`cd85cdec5ae7e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd85cdec5ae7e) -
EDITOR-7170 add transform for panel -> panel_c1
- Updated dependencies
## 11.5.2
### Patch Changes
- Updated dependencies
## 11.5.1
### Patch Changes
- Updated dependencies
## 11.5.0
### Minor Changes
- [`71eaad00529a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/71eaad00529a1) -
Support multi-column layout column menu selections
### Patch Changes
- Updated dependencies
## 11.4.7
### Patch Changes
- Updated dependencies
## 11.4.6
### Patch Changes
- [`32dce97f78584`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/32dce97f78584) -
Fix preserved selection mapping when comment editors append a trailing paragraph after block menu
transforms.
- Updated dependencies
## 11.4.5
### Patch Changes
- Updated dependencies
## 11.4.4
### Patch Changes
- Updated dependencies
## 11.4.3
### Patch Changes
- Updated dependencies
## 11.4.2
### Patch Changes
- Updated dependencies
## 11.4.1
### Patch Changes
- [`4c459a2718b67`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4c459a2718b67) -
Clean up synced block feature gates
- Updated dependencies
## 11.4.0
### Minor Changes
- [`f1eebdf4ed96b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f1eebdf4ed96b) -
Autofix: add explicit package exports (barrel removal)
### Patch Changes
- Updated dependencies
## 11.3.1
### Patch Changes
- [`4c22fe79f104e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4c22fe79f104e) -
Guard against undefined plugin state when reading shared state in floating-toolbar handler
(layout) and useEffect deps array (block-controls drag handle); fixes intermittent crash during
editor reconfigure / partial-preset transitions.
## 11.3.0
### Minor Changes
- [`89a8af72aa2c9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/89a8af72aa2c9) -
Add reusable toolbar menu container and render the layout column menu in a popup
## 11.2.20
### Patch Changes
- Updated dependencies
## 11.2.19
### Patch Changes
- Updated dependencies
## 11.2.18
### Patch Changes
- Updated dependencies
## 11.2.17
### Patch Changes
- [`2023cac0fd36f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2023cac0fd36f) -
Add column drag handle context menu placeholder, gated behind the
platform_editor_layout_column_menu experiment flag.
- Updated dependencies
## 11.2.16
### Patch Changes
- [`38fb4916b9085`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/38fb4916b9085) -
Add `@atlaskit/editor-common/node-selection` entry-point with platform-level node selection
utilities. Under `platform_editor_maui_jira_updates`, `open-remix-modal` and
`editor-plugin-block-controls` delegate to these utilities, fixing remix selection in environments
where `blockControls` is not present.
- Updated dependencies
## 11.2.15
### Patch Changes
- Updated dependencies
## 11.2.14
### Patch Changes
- Updated dependencies
## 11.2.13
### Patch Changes
- Updated dependencies
## 11.2.12
### Patch Changes
- Updated dependencies
## 11.2.11
### Patch Changes
- [`ab837b5646256`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ab837b5646256) -
[ux] EDITOR-6274 Clean up platform_editor_element_drag_and_drop_multiselect
- Updated dependencies
## 11.2.10
### Patch Changes
- Updated dependencies
## 11.2.9
### Patch Changes
- [`f35afb9a5ed6e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f35afb9a5ed6e) -
Fix getMatchingBlockMarks to check both adjacent siblings before returning marks
- Updated dependencies
## 11.2.8
### Patch Changes
- Updated dependencies
## 11.2.7
### Patch Changes
- Updated dependencies
## 11.2.6
### Patch Changes
- Updated dependencies
## 11.2.5
### Patch Changes
- Updated dependencies
## 11.2.4
### Patch Changes
- Updated dependencies
## 11.2.3
### Patch Changes
- Updated dependencies
## 11.2.2
### Patch Changes
- Updated dependencies
## 11.2.1
### Patch Changes
- [`4642f37c59f0f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4642f37c59f0f) -
Fix Remix button not appearing when hovering over tables in live page view mode. When the
`platform_editor_native_anchor_with_dnd` experiment is disabled, table rows only have
`data-node-anchor` (not `data-drag-handler-anchor-name`), so hover detection and anchor resolution
now fall back to `data-node-anchor`. Also fixes right-edge positioning for wide/max breakout
tables using `getBoundingClientRect`.
- Updated dependencies
## 11.2.0
### Minor Changes
- [`64134fd6d8fee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64134fd6d8fee) -
clean up platform_editor_block_control_optimise_render
### Patch Changes
- Updated dependencies
## 11.1.1
### Patch Changes
- Updated dependencies
## 11.1.0
### Minor Changes
- [`675d310a49c28`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/675d310a49c28) -
Remix entrypoints: ensure `cc-maui-experiment` exposures only fire on user-interactive surfaces.
- Fire exposure for: editor toolbar remix button, right-side hover button, highlight toolbar,
inline comment nudge, whiteboard AI action badge
- Use no-exposure for: props/infrastructure/layout-only checks (e.g., embedded header padding,
native-embed extension registration)
- Fix drag-handle controlSide ordering to avoid right-side controls on layout columns
- Restore layout column drag-handle VR test file
### Patch Changes
- Updated dependencies
## 11.0.2
### Patch Changes
- [`140f356e0c8c5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/140f356e0c8c5) -
Fix RangeError: Position -1 outside of fragment when activeNode.rootPos is undefined
(keyboard-triggered drag handle). Guarded behind platform_editor_block_menu_jira_patch_1 feature
gate.
- Updated dependencies
## 11.0.1
### Patch Changes
- Updated dependencies
## 11.0.0
### Major Changes
- [`901c87a57486e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/901c87a57486e) -
Removed `react-intl-next` alias and replaced all usages with `react-intl` directly.
What changed: The `react-intl-next` npm alias (which resolved to `react-intl@^5`) has been
removed. All imports now reference `react-intl` directly, and `peerDependencies` have been updated
to `"^5.25.1 || ^6.0.0 || ^7.0.0"`.
How consumer should update their code: Ensure `react-intl` is installed at a version satisfying
`^5.25.1 || ^6.0.0 || ^7.0.0`. If your application was using `react-intl-next` as an npm alias, it
can be safely removed. Replace any remaining `react-intl-next` imports with `react-intl`.
### Patch Changes
- Updated dependencies
## 10.0.0
### Patch Changes
- Updated dependencies
## 9.1.19
### Patch Changes
- [`7aff76124fe7f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7aff76124fe7f) -
[ux] [EDITOR-6282] scale the size of the drag handle with the base font size
- Updated dependencies
## 9.1.18
### Patch Changes
- [`1bd298ad0a152`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1bd298ad0a152) -
[ux] EDITOR-6280 Clean up platform_editor_block_menu_v2_patch_3 to fix icon and copy in jira block
menu
- Updated dependencies
## 9.1.17
### Patch Changes
- [`73b2fc243f544`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/73b2fc243f544) -
Cleaning up getBrowserInfo which was behind experiment platform_editor_hydratable_ui and is now
rolled out
- Updated dependencies
## 9.1.16
### Patch Changes
- Updated dependencies
## 9.1.15
### Patch Changes
- [`0eb1eed9871ef`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0eb1eed9871ef) -
[ux] [EDITOR-6279] update the block menu experiment's code check to also check jira. this fixes
the transform behaviour on a moved node in jira.
- Updated dependencies
## 9.1.14
### Patch Changes
- [`7acd06d35fdd1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7acd06d35fdd1) -
Editor-5933: Fixed unable to create synced block from embed
- Updated dependencies
## 9.1.13
### Patch Changes
- Updated dependencies
## 9.1.12
### Patch Changes
- [`38f6b2fea945a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/38f6b2fea945a) -
Remove dragAndDropEnabled from test fixtures and audit false usages - prop is being deprecated
## 9.1.11
### Patch Changes
- Updated dependencies
## 9.1.10
### Patch Changes
- Updated dependencies
## 9.1.9
### Patch Changes
- [`840d3970b9d8c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/840d3970b9d8c) -
Fix paragraph spacing in panels for small font-size block marks
Fix drag handle positioning around small text
Fix drag handles not appearing on small text in panels
- Updated dependencies
## 9.1.8
### Patch Changes
- Updated dependencies
## 9.1.7
### Patch Changes
- [`c82f7b4cbe1fd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c82f7b4cbe1fd) -
Fix drag handle keyboard accessibility: Shift+Ctrl+H now correctly shows and focuses the drag
handle for keyboard users when mouse is outside the editor. Gated behind
platform_editor_drag_handle_keyboard_a11y experiment.
- Updated dependencies
## 9.1.6
### Patch Changes
- Updated dependencies
## 9.1.5
### Patch Changes
- [`1e1ca592da4fd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1e1ca592da4fd) -
Clean up feature gate editor_native_anchor_remove_decoration_in_apply (gate is true)
- Updated dependencies
## 9.1.4
### Patch Changes
- Updated dependencies
## 9.1.3
### Patch Changes
- [`d1a0ee6dbcefd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d1a0ee6dbcefd) -
Clean up feature gate platform_editor_native_anchor_patch_2
- Updated dependencies
## 9.1.2
### Patch Changes
- Updated dependencies
## 9.1.1
### Patch Changes
- [`ef40f467da8e6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef40f467da8e6) -
Fix drag handle not appearing in last layout column and remix button not showing correctly when
confluence_remix_button_right_side_block_fg is enabled. Layout column drag handles now always show
regardless of hover side, remix button correctly shows on right-side hover only, and layoutSection
is always remixable regardless of content.
- Updated dependencies
## 9.1.0
### Minor Changes
- [`81e6d01a5d2b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/81e6d01a5d2b5) -
Expose expandAndUpdateSelection as a plugin command so other plugins can update the ProseMirror
selection using the same block-control click logic
## 9.0.33
### Patch Changes
- Updated dependencies
## 9.0.32
### Patch Changes
- Updated dependencies
## 9.0.31
### Patch Changes
- Updated dependencies
## 9.0.30
### Patch Changes
- [`ad4c50d62f411`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ad4c50d62f411) -
Cleanup fg: platform_editor_controls_block_controls_state_fix
## 9.0.29
### Patch Changes
- Updated dependencies
## 9.0.28
### Patch Changes
- Updated dependencies
## 9.0.27
### Patch Changes
- Updated dependencies
## 9.0.26
### Patch Changes
- [`13ec7df78a017`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/13ec7df78a017) -
Editor-4477: Removed the heading with alignment patch in the newGetSelection
- Updated dependencies
## 9.0.25
### Patch Changes
- [`12e112a137d5f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/12e112a137d5f) -
Clean up platform_editor_table_fw_numcol_overflow_fix feature flag
## 9.0.24
### Patch Changes
- [`88a7ee0806123`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/88a7ee0806123) -
Mechanical type-import autofix for block, layout, and control packages.
- Updated dependencies
## 9.0.23
### Patch Changes
- Updated dependencies
## 9.0.22
### Patch Changes
- [`5892e575833a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5892e575833a1) -
Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
- Updated dependencies
## 9.0.21
### Patch Changes
- Updated dependencies
## 9.0.20
### Patch Changes
- [`a64a0cad8103d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a64a0cad8103d) -
Cleanup stale feature flag `platform_editor_quick_insert_image_wrap_right_fix`. The enabled
behaviour (setting `clear: unset` on the quick insert button element to prevent interference with
floated wrap-right images) is now always active.
- Updated dependencies
## 9.0.19
### Patch Changes
- [`73c46b71987a0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/73c46b71987a0) -
[ux] Fix remix button sticky for tables right side
## 9.0.18
### Patch Changes
- [`bd008993d07cd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd008993d07cd) -
Reuse the same selectors for determinig hover locations and location to draw drag handle
- Updated dependencies
## 9.0.17
### Patch Changes
- Updated dependencies
## 9.0.16
### Patch Changes
- [`9ed32aea2c1d3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9ed32aea2c1d3) -
Replace feature experiment util with cross platform alternative for platform_editor_block_menu
- Updated dependencies
## 9.0.15
### Patch Changes
- [`c9d8de9fd5a33`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c9d8de9fd5a33) -
Avoid wrapping block controls in any block mark - fixes issues with font size mark.
- Updated dependencies
## 9.0.14
### Patch Changes
- [`3895f6d32cc49`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3895f6d32cc49) -
Replace expValEquals with editorExperiment for platform_synced_block experiment to ensure
consistent exposure firing
- Updated dependencies
## 9.0.13
### Patch Changes
- [`3d01a5983dae9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3d01a5983dae9) -
[ux] Make quick insert button optional (backward compatible, enabled by default)
- Updated dependencies
## 9.0.12
### Patch Changes
- Updated dependencies
## 9.0.11
### Patch Changes
- [`029e47b456b89`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/029e47b456b89) -
Fixing a bug where we expect the selection toolbar to show when selecting text and releasing on
the block controls handle.
- Updated dependencies
## 9.0.10
### Patch Changes
- [`3bc16a4221f74`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3bc16a4221f74) -
[ux] EDITOR-5746 fix bug where drop targets appeared (and never cleared) after table row drag
- Updated dependencies
## 9.0.9
### Patch Changes
- [`97fd2b35b4ba3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/97fd2b35b4ba3) -
Editor-5020: fix inline drop hint outside synced block
- Updated dependencies
## 9.0.8
### Patch Changes
- [`57160c29bc79d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/57160c29bc79d) -
Fix exposure for remix button block
## 9.0.7
### Patch Changes
- Updated dependencies
## 9.0.6
### Patch Changes
- Updated dependencies
## 9.0.5
### Patch Changes
- Updated dependencies
## 9.0.4
### Patch Changes
- Updated dependencies
## 9.0.3
### Patch Changes
- Updated dependencies
## 9.0.2
### Patch Changes
- [`da18116d80cad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/da18116d80cad) -
Refactor to inline experiment checks
- [`d84e100ff2136`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d84e100ff2136) -
Update README.md and 0-intro.tsx
- Updated dependencies
## 9.0.1
### Patch Changes
- Updated dependencies
## 9.0.0
### Patch Changes
- [`ae28f2e6bb741`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ae28f2e6bb741) -
Editor-4477: Removed the heading with alignment patch in the newGetSelection
- [`ae28f2e6bb741`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ae28f2e6bb741) -
Editor-5020-fix-inline-drop-hints-not-visible-in-sync-block
- Updated dependencies
## 8.12.0
### Minor Changes
- [`c78234abd2778`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c78234abd2778) -
EDITOR-5792 fix drop target for sync blocks
## 8.11.0
### Minor Changes
- [`b5390019c2609`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b5390019c2609) -
Optimizations for node visibility for remix button checks
### Patch Changes
- Updated dependencies
## 8.10.3
### Patch Changes
- [`5d27d5dc155ff`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5d27d5dc155ff) -
Editor-5020: Fix the column drop hint not visible inside sync block
- Updated dependencies
## 8.10.2
### Patch Changes
- [`31ee998a097db`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31ee998a097db) -
Replace expValEquals/expValEqualsNoExposure with editorExperiment for platform_synced_block
experiment checks
- [`07a6b579ea15d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/07a6b579ea15d) -
remove unused dependencies
- Updated dependencies
## 8.10.1
### Patch Changes
- Updated dependencies
## 8.10.0
### Minor Changes
- [`cb0904030093f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cb0904030093f) -
[ux] Restricting blocks from showing remix button
### Patch Changes
- Updated dependencies
## 8.9.2
### Patch Changes
- Updated dependencies
## 8.9.1
### Patch Changes
- [`1d0fcc9c19260`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d0fcc9c19260) -
Clean up flag to make links more accessible.
- Updated dependencies
## 8.9.0
### Minor Changes
- [`e15637c7f5994`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e15637c7f5994) -
[ux] Fix hover logic for block
### Patch Changes
- Updated dependencies
## 8.8.2
### Patch Changes
- [`47211917d90fc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/47211917d90fc) -
Editor-4477: Removed the heading with alignment patch in the newGetSelection
## 8.8.1
### Patch Changes
- Updated dependencies
## 8.8.0
### Minor Changes
- [`884dc5b015901`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/884dc5b015901) -
[ux] Update hover logic for edit mode in edit/live pages
### Patch Changes
- Updated dependencies
## 8.7.2
### Patch Changes
- [`6a189c569f766`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a189c569f766) -
updated deprecated token to use the stable token
- Updated dependencies
## 8.7.1
### Patch Changes
- Updated dependencies
## 8.7.0
### Minor Changes
- [`f5af4a28f2237`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f5af4a28f2237) -
Add node decoration registration API to block-controls plugin
### Patch Changes
- Updated dependencies
## 8.6.4
### Patch Changes
- Updated dependencies
## 8.6.3
### Patch Changes
- Updated dependencies
## 8.6.2
### Patch Changes
- [`ddbc57daa880f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ddbc57daa880f) -
EDITOR-4477 Removed the heading with alignment patch in the newGetSelection
- Updated dependencies
## 8.6.1
### Patch Changes
- Updated dependencies
## 8.6.0
### Minor Changes
- [`0190ead71b6e6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0190ead71b6e6) -
[ux] Cleanup fg: platform_editor_selection_sync_fix
### Patch Changes
- Updated dependencies
## 8.5.1
### Patch Changes
- [`85444e8a5672a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/85444e8a5672a) -
EDITOR-5526 clean up platform_synced_block_patch_2
- Updated dependencies
## 8.5.0
### Minor Changes
- [`db19daf3a712a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/db19daf3a712a) -
[ux] Add remix button to platform
## 8.4.4
### Patch Changes
- Updated dependencies
## 8.4.3
### Patch Changes
- [`a040c03082274`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a040c03082274) -
[ux] EDITOR-507 Clean up main nested tables experiment `platform_editor_nested_tables`
- Updated dependencies
## 8.4.2
### Patch Changes
- Updated dependencies
## 8.4.1
### Patch Changes
- Updated dependencies
## 8.4.0
### Minor Changes
- [`a287a6035ed71`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a287a6035ed71) -
[EDITOR-5005] export VanillaTooltip from the editor-common package and update references
### Patch Changes
- Updated dependencies
## 8.3.4
### Patch Changes
- Updated dependencies
## 8.3.3
### Patch Changes
- Updated dependencies
## 8.3.2
### Patch Changes
- Updated dependencies
## 8.3.1
### Patch Changes
- [`9d67968b1ac03`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9d67968b1ac03) -
[ux] Fixed issue with browser selection sync logic for preserved selection plugin
- Updated dependencies
## 8.3.0
### Minor Changes
- [`617747c789f4e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/617747c789f4e) -
Use correct editorExperiment instead of expVal for evaluating platform_synced_block
## 8.2.1
### Patch Changes
- [`280d14e2d5518`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/280d14e2d5518) -
Clean up platform_editor_drag_handle_aria_label
- Updated dependencies
## 8.2.0
### Minor Changes
- [`1be0f3cb5f1fe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1be0f3cb5f1fe) -
EDITOR-5008 fix end pos drop target and styles for synced block
### Patch Changes
- Updated dependencies
## 8.1.8
### Patch Changes
- Updated dependencies
## 8.1.7
### Patch Changes
- Updated dependencies
## 8.1.6
### Patch Changes
- [`31dd2018db24b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31dd2018db24b) -
[ux] Ultra minor update to nested drag handle dots
- Updated dependencies
## 8.1.5
### Patch Changes
- Updated dependencies
## 8.1.4
### Patch Changes
- Updated dependencies
## 8.1.3
### Patch Changes
- Updated dependencies
## 8.1.2
### Patch Changes
- Updated dependencies
## 8.1.1
### Patch Changes
- [`5acb6a79c09f2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5acb6a79c09f2) -
Pause the EOU active session counter when block menu is opened
## 8.1.0
### Minor Changes
- [`1d31a4729ab09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d31a4729ab09) -
[ux] Implement nested block menu icon (flagged)
### Patch Changes
- [`e00b363b9fa30`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e00b363b9fa30) -
[ux] EDITOR-4481 Clean up platform_editor_toolbar_aifc_user_intent_fix
- Updated dependencies
## 8.0.15
### Patch Changes
- [`131735fb6ad06`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/131735fb6ad06) -
[ux] EDITOR-4281 Expand preserved selection edge case
- Updated dependencies
## 8.0.14
### Patch Changes
- Updated dependencies
## 8.0.13
### Patch Changes
- [`7080196995b11`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7080196995b11) -
Cleaning up FG platform_editor_ai_generic_prep_for_aifc
- Updated dependencies
## 8.0.12
### Patch Changes
- Updated dependencies
## 8.0.11
### Patch Changes
- [`de045021d126d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/de045021d126d) -
EDITOR-4435 fix code block selection focus
- [`76afb688dff6a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/76afb688dff6a) -
[ux] Update move function to leverage preserveSelection logic for different types of selection
- Updated dependencies
## 8.0.10
### Patch Changes
- [`df9b89b4945d1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/df9b89b4945d1) -
Editor-4255: "Fix heading with alignment nested inside layout not showing block menu"
- Updated dependencies
## 8.0.9
### Patch Changes
- [`2a1bf10d70beb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2a1bf10d70beb) -
EDITOR-4293 Fix block menu selection highlight issues
## 8.0.8
### Patch Changes
- [`eb7609ee331ab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/eb7609ee331ab) -
[ux] EDITOR-4264 Fix preserved selection mapping
- Updated dependencies
## 8.0.7
### Patch Changes
- [`81c5041650743`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/81c5041650743) -
EDITOR-4284 Fix move down visual selection persisting
- Updated dependencies
## 8.0.6
### Patch Changes
- [`52a4db18c2a6a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/52a4db18c2a6a) -
EDITOR-4161 Fix drag handle selection collapse in nested scenarios
- Updated dependencies
## 8.0.5
### Patch Changes
- [`0bf8d0bd8bf2c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0bf8d0bd8bf2c) -
[ux] EDITOR-4276 Apply block selection visual style only from drag handle
- Updated dependencies
## 8.0.4
### Patch Changes
- [`c4a774ad462fb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c4a774ad462fb) -
EDITOR-2477 Clean up remaining usages of `platform_editor_use_nested_table_pm_nodes` which are no
longer needed now that `isNestedTablesSupported` is fully rolled out.
- Updated dependencies
## 8.0.3
### Patch Changes
- [`fabf67c3ca239`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fabf67c3ca239) -
EDITOR-4191 Use node selection for all nodes selected via drag handle
## 8.0.2
### Patch Changes
- [`4bf196f8645a7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4bf196f8645a7) -
Editor-4011: Added util function isMultiNodeSelection
- Updated dependencies
## 8.0.1
### Patch Changes
- [`908cbf07c65ac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/908cbf07c65ac) -
EDITOR-4055 Fix block menu empty line handle selection
- Updated dependencies
## 8.0.0
### Patch Changes
- [`4da819b186eaf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4da819b186eaf) -
EDITOR-3911 selection preservation key handling
- Updated dependencies
## 7.19.0
### Minor Changes
- [`cae218eb0956b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cae218eb0956b) -
ED-29725 fix table controls when native anchor enabled
## 7.18.3
### Patch Changes
- [`d9c44f54ebae0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d9c44f54ebae0) -
Editor-4011-Updated handleKeyDownNew to use the preservedSelection logic
- Updated dependencies
## 7.18.2
### Patch Changes
- [`275b01c2a180f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/275b01c2a180f) -
EDITOR-3911 fix key handling while preserving selection
## 7.18.1
### Patch Changes
- [`7b47062997f9b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b47062997f9b) -
EDITOR-3793 Stop preserving selection on click into editor
## 7.18.0
### Minor Changes
- [`6668fda9b38d7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6668fda9b38d7) -
ED-29716 add limited mode support to native anchor
### Patch Changes
- Updated dependencies
## 7.17.2
### Patch Changes
- [`77a65164e7b77`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/77a65164e7b77) -
[ux] EDITOR-3439 update drag handle top pos for new sticky header solution
- Updated dependencies
## 7.17.1
### Patch Changes
- [`d5e222a3c15bc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d5e222a3c15bc) -
[ux] EDITOR-3945 Blockquote NodeSelection support
- Updated dependencies
## 7.17.0
### Minor Changes
- [`fdda2eb1f24ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fdda2eb1f24ec) -
Removes remaining part of platform_editor_multi_body_extension_extensibility fg for fg cleanup
### Patch Changes
- Updated dependencies
## 7.16.0
### Minor Changes
- [`8f65f39e57a8f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8f65f39e57a8f) -
ED-29716 do not observe when anchor is support
### Patch Changes
- Updated dependencies
## 7.15.3
### Patch Changes
- Updated dependencies
## 7.15.2
### Patch Changes
- [`a528ea956ce65`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a528ea956ce65) -
[ux] EDITOR-3956 fix sync block resize handle padding and alignment
- Updated dependencies
## 7.15.1
### Patch Changes
- [`53aef9589ca55`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/53aef9589ca55) -
[EDITOR-3786] Make sure that for any check of `cc_editor_ai_content_mode` &&
`platform_editor_content_mode_button_mvp` in the code we are also checking
`confluence_compact_text_format`
- Updated dependencies
## 7.15.0
### Minor Changes
- [`762b79e21f96a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/762b79e21f96a) -
Migrated and cleaned up legacy iconography usage.
### Patch Changes
- [`e4dce058a2b52`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e4dce058a2b52) -
EDITOR-3793 Stop preserving selection on block menu close
- Updated dependencies
## 7.14.1
### Patch Changes
- [`9391799e9bdf4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9391799e9bdf4) -
Clean up platform_editor_elements_dnd_select_node_on_drag
- Updated dependencies
## 7.14.0
### Minor Changes
- [`5f21c5a85f65a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5f21c5a85f65a) -
ED-29714 fix some alignment issues
### Patch Changes
- Updated dependencies
## 7.13.3
### Patch Changes
- [`7c295bfea1292`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7c295bfea1292) -
EDITOR-3380 Use preserved selection when deleting selected range
- Updated dependencies
## 7.13.2
### Patch Changes
- Updated dependencies
## 7.13.1
### Patch Changes
- [`fdcaf17b021af`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fdcaf17b021af) -
Editor-2676: keep block menu open when move up down clicked
- Updated dependencies
## 7.13.0
### Minor Changes
- [`b3a509f727a0f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b3a509f727a0f) -
ED-29696 update CSS anchor selector to enable less anchors
### Patch Changes
- Updated dependencies
## 7.12.1
### Patch Changes
- [`79cafe9f09a05`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/79cafe9f09a05) -
EDITOR-3756 More general approach to support custom preserved selection mapping
## 7.12.0
### Minor Changes
- [`ed2e45b56a325`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ed2e45b56a325) -
ED-29696 fix CSS anchor selector
### Patch Changes
- Updated dependencies
## 7.11.4
### Patch Changes
- [`26f8da78a699c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/26f8da78a699c) -
EDITOR-3756 Fix initial collapse of preserved selection
- Updated dependencies
## 7.11.3
### Patch Changes
- [`59c74907ab1c6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/59c74907ab1c6) -
[ux] EDITOR-3727 fix selection preservation on empty lines
- [`7e5df3d5beaf3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7e5df3d5beaf3) -
Add new flattenListStep and unwrapListStep and use for list -> paragraph step. Also moved
expandToBlockRange util function to editor-common to re-use
- [`e3779b75fdeca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3779b75fdeca) -
EDITOR-1643 Promote syncBlock and bodiedSyncBlock to full schema
- Updated dependencies
## 7.11.2
### Patch Changes
- [`d555d4bd26286`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d555d4bd26286) -
EDITOR-3565 fix block menu multi-select move actions
- Updated dependencies
## 7.11.1
### Patch Changes
- [`00c08e3995cb2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/00c08e3995cb2) -
Clean up platform_editor_block_menu_empty_line
- Updated dependencies
## 7.11.0
### Minor Changes
- [`1d4a6d5ffb239`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d4a6d5ffb239) -
Remove old block menu implementation in block controls
### Patch Changes
- Updated dependencies
## 7.10.2
### Patch Changes
- [`41a91a916c125`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/41a91a916c125) -
EDITOR-2846 Change platform_synced_block to use editorExperiment and add Jira experiment
- Updated dependencies
## 7.10.1
### Patch Changes
- [`7583860e8637f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7583860e8637f) -
EDITOR-3621 Clean up platform_editor_block_menu_keyboard_navigation feature gate
- Updated dependencies
## 7.10.0
### Minor Changes
- [`d84e4018e7a77`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d84e4018e7a77) -
ED-29689 create new exp
### Patch Changes
- Updated dependencies
## 7.9.0
### Minor Changes
- [`b168fe8504b3d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b168fe8504b3d) -
ED-29688 update dragging native anchor styles
## 7.8.0
### Minor Changes
- [`54f21810515c4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/54f21810515c4) -
ED-29642 use native anchor global css style instead of inline style
### Patch Changes
- Updated dependencies
## 7.7.9
### Patch Changes
- [`ae4f9cd8ff5f7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ae4f9cd8ff5f7) -
[ux] [EDITOR-2757] Remove breakout mark when drag and drop node in bodiedSyncBlock
- Updated dependencies
## 7.7.8
### Patch Changes
- [`0d237a5696b06`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d237a5696b06) -
Uncoupled several block of 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