# @atlaskit/editor-plugin-insert-block

## 11.2.0

### Minor Changes

- [`ef22af532ebfd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef22af532ebfd) -
  EDITOR-6558: Introduce a reusable Markdown Mode editor plugin and two consumer-supplied
  insert-filter hooks.

  ### `@atlassian/editor-plugin-markdown-mode` (new package — major)

  A reusable editor plugin that owns the full Markdown Mode lifecycle: ProseMirror plugin state for
  the active view, a 3-button view toggle (`MarkdownModeViewToggleBase`), a CodeMirror 6 source view
  (`MarkdownSourceView`), ADF↔markdown conversion (`adfToMarkdown` / `markdownToAdf`), and the
  snapshot/writeback orchestration (`MarkdownModeContentComponent`). The plugin is product-agnostic
  — Confluence wraps it for the `cc-markdown-mode` experiment, but any consumer can adopt it.

  The package also exports two allowlists used by the new insert-filter hooks below:
  - `MARKDOWN_COMPATIBLE_QUICK_INSERT_ITEM_IDS` + `isMarkdownCompatibleQuickInsertItem` — items
    whose underlying node has a clean GFM round-trip via `@atlassian/mdast-util-from-pm`.
  - `MARKDOWN_COMPATIBLE_TOOLBAR_ITEM_NAMES` + `isMarkdownCompatibleToolbarItem` — same idea for the
    main toolbar's `+` insert block.

  ### `@atlaskit/editor-plugin-quick-insert` (minor)

  Added an optional `itemFilter?: (item: QuickInsertItem) => boolean` to `QuickInsertOptions`. When
  set, the filter is applied in both `getQuickInsertSuggestions` (the typeahead path) and the
  `getSuggestions` action path before items are categorised or returned. Composes additively with
  any caller-supplied filter via `&&`. No behavioural change for callers that don't set it.

  ### `@atlaskit/editor-plugin-insert-block` (minor)

  Added an optional `itemFilter?: (item: { value: { name: string } }) => boolean` to
  `InsertBlockPluginOptions`. The filter is applied to the items list inside `createItems` before
  it's split into toolbar buttons / overflow dropdown entries, so item counts stay correct
  downstream. Wired through both legacy (`ToolbarInsertBlock`) and new (`useInsertButtonState`)
  toolbar code paths. No behavioural change for callers that don't set it.

  ### `@atlaskit/editor-common` (patch)

  `UseSharedPluginStateWithSelector`-friendly types are unchanged; the only public change is a new
  optional field on `QuickInsertOptions` and a corresponding plumbing field on the internal
  `QuickInsertSearchOptions`.

  ### `@atlassian/mdast-util-from-pm` (patch)

  Added `undoEdgeWhitespaceEncoding()` post-processor that replaces the leading/trailing-edge entity
  escapes `&#x20;` and `&#x9;` produced by the upstream encoder with literal space and tab
  characters. This is a readability + round-trip identity fix that benefits all consumers, not just
  Markdown Mode.

### Patch Changes

- Updated dependencies

## 11.1.0

### Minor Changes

- [`d1bd1354e626f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d1bd1354e626f) -
  Remove A/A for Create with Rovo via Slash Command experiment

### Patch Changes

- Updated dependencies

## 11.0.7

### Patch Changes

- Updated dependencies

## 11.0.6

### Patch Changes

- Updated dependencies

## 11.0.5

### Patch Changes

- Updated dependencies

## 11.0.4

### Patch Changes

- Updated dependencies

## 11.0.3

### Patch Changes

- Updated dependencies

## 11.0.2

### Patch Changes

- 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.2.4

### Patch Changes

- Updated dependencies

## 9.2.3

### Patch Changes

- Updated dependencies

## 9.2.2

### Patch Changes

- Updated dependencies

## 9.2.1

### Patch Changes

- Updated dependencies

## 9.2.0

### Minor Changes

- [`505563ec74fe5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/505563ec74fe5) -
  [ux] Add insert menu featured sorting for Create with Rovo via slash experiment.

### Patch Changes

- Updated dependencies

## 9.1.7

### Patch Changes

- Updated dependencies

## 9.1.6

### Patch Changes

- Updated dependencies

## 9.1.5

### Patch Changes

- Updated dependencies

## 9.1.4

### Patch Changes

- Updated dependencies

## 9.1.3

### Patch Changes

- Updated dependencies

## 9.1.2

### Patch Changes

- [`14803a836f641`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/14803a836f641) -
  Update README.md and 0-intro.tsx
- Updated dependencies

## 9.1.1

### Patch Changes

- Updated dependencies

## 9.1.0

### Minor Changes

- [`73ebf54808245`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/73ebf54808245) -
  [ux] Added featured sorting for whiteboard jira quick insert item to the insert menu

### Patch Changes

- Updated dependencies

## 9.0.24

### Patch Changes

- [`b42704f7ca9d8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b42704f7ca9d8) -
  Clean up stale feature flag `platform_editor_media_insert_check` (final value: `true`). The
  flag-gated code paths are now the default behaviour — media insert popup is shown via
  `mediaInsert` plugin when available, falling back to the legacy `showMediaPicker`.
- Updated dependencies

## 9.0.23

### Patch Changes

- Updated dependencies

## 9.0.22

### Patch Changes

- Updated dependencies

## 9.0.21

### Patch Changes

- Updated dependencies

## 9.0.20

### Patch Changes

- Updated dependencies

## 9.0.19

### Patch Changes

- Updated dependencies

## 9.0.18

### Patch Changes

- Updated dependencies

## 9.0.17

### Patch Changes

- Updated dependencies

## 9.0.16

### 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.15

### Patch Changes

- Updated dependencies

## 9.0.14

### 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.13

### Patch Changes

- Updated dependencies

## 9.0.12

### Patch Changes

- Updated dependencies

## 9.0.11

### Patch Changes

- [`da1128b3090cc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/da1128b3090cc) -
  [EDITOR-5922] Update media picker to mount to popupsMountPoint (e.g. portal) if available so that
  it is still visible when rendering outside of editor that has overflow hidden (e.g. resizable
  editor)
- Updated dependencies

## 9.0.10

### Patch Changes

- Updated dependencies

## 9.0.9

### Patch Changes

- Updated dependencies

## 9.0.8

### Patch Changes

- Updated dependencies

## 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

- Updated dependencies

## 9.0.1

### Patch Changes

- Updated dependencies

## 9.0.0

### Patch Changes

- Updated dependencies

## 8.7.14

### Patch Changes

- Updated dependencies

## 8.7.13

### Patch Changes

- Updated dependencies

## 8.7.12

### Patch Changes

- Updated dependencies

## 8.7.11

### Patch Changes

- Updated dependencies

## 8.7.10

### Patch Changes

- [`f623524e57d49`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f623524e57d49) -
  Add portalRoot type to ExperienceCheckPopupMutation
- Updated dependencies

## 8.7.9

### Patch Changes

- Updated dependencies

## 8.7.8

### Patch Changes

- [`64fe39d800a84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64fe39d800a84) -
  Improve ExperienceCheckPopupMutation logic to be more performant
- Updated dependencies

## 8.7.7

### Patch Changes

- Updated dependencies

## 8.7.6

### Patch Changes

- Updated dependencies

## 8.7.5

### Patch Changes

- Updated dependencies

## 8.7.4

### Patch Changes

- [`57f499d6937db`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/57f499d6937db) -
  Extract ExperienceCheckPopupMutation logic to be reusable for block menu experience tracking
- Updated dependencies

## 8.7.3

### Patch Changes

- Updated dependencies

## 8.7.2

### Patch Changes

- Updated dependencies

## 8.7.1

### Patch Changes

- Updated dependencies

## 8.7.0

### Minor Changes

- [`19911524eaec5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/19911524eaec5) -
  Cleanup A/A test for cc_fd_db_top_editor_toolbar experiment.

### Patch Changes

- Updated dependencies

## 8.6.3

### Patch Changes

- Updated dependencies

## 8.6.2

### Patch Changes

- Updated dependencies

## 8.6.1

### Patch Changes

- Updated dependencies

## 8.6.0

### Minor Changes

- [`88336b2b8f870`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/88336b2b8f870) -
  Add A/A test for cc_fd_db_top_editor_toolbar experiment

### Patch Changes

- Updated dependencies

## 8.5.1

### Patch Changes

- Updated dependencies

## 8.5.0

### Minor Changes

- [`fcc51e510981b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fcc51e510981b) -
  [ux] Add logic to filter and pin create database menu item to editor toolbar for experiment.

### Patch Changes

- Updated dependencies

## 8.4.5

### Patch Changes

- [`017f1e5b9810c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/017f1e5b9810c) -
  EDITOR-4663 Add experience tracking for primary toolbar button actions
- Updated dependencies

## 8.4.4

### Patch Changes

- Updated dependencies

## 8.4.3

### Patch Changes

- [`7fc08532f3729`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7fc08532f3729) -
  Remove platform_editor_toolbar_aifc_undo_redo_confluence feature gate
- Updated dependencies

## 8.4.2

### Patch Changes

- [`b43aaf2b5d0ff`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b43aaf2b5d0ff) -
  Remove platform_editor_toolbar_aifc_undo_redo_confluence feature gate
- Updated dependencies

## 8.4.1

### Patch Changes

- Updated dependencies

## 8.4.0

### Minor Changes

- [`7b679117f4605`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b679117f4605) -
  [ux] Productionizes `confluence-whiteboards-quick-insert-eligible` and
  `confluence-whiteboards-quick-insert-l10n-eligible` feature gates and
  `confluence_whiteboards_quick_insert_localised` experiment. Ship "Diagram" variant.

### Patch Changes

- Updated dependencies

## 8.3.3

### Patch Changes

- [`6431f5f6492ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6431f5f6492ae) -
  Remove unused platform_editor_toolbar_aifc_ga_blockers feature gate
- Updated dependencies

## 8.3.2

### Patch Changes

- Updated dependencies

## 8.3.1

### Patch Changes

- Updated dependencies

## 8.3.0

### Minor Changes

- [`e97bcf6a8bbf4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e97bcf6a8bbf4) -
  [ux] Productionizes the experiment confluence_whiteboards_quick_insert by productionizing the
  DIAGRAM variation of the experiment

### Patch Changes

- Updated dependencies

## 8.2.9

### Patch Changes

- Updated dependencies

## 8.2.8

### Patch Changes

- [`653c0c803b286`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/653c0c803b286) -
  EDITOR-4620 Clean up platform_editor_toolbar_aifc_patch_6
- Updated dependencies

## 8.2.7

### Patch Changes

- Updated dependencies

## 8.2.6

### Patch Changes

- [`3d0b3f8b4d802`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3d0b3f8b4d802) -
  Remove platform_editor_toolbar_aifc_responsive experiment
- Updated dependencies

## 8.2.5

### Patch Changes

- Updated dependencies

## 8.2.4

### Patch Changes

- Updated dependencies

## 8.2.3

### Patch Changes

- Updated dependencies

## 8.2.2

### Patch Changes

- [`11bd6ea9cb0ba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/11bd6ea9cb0ba) -
  [ux] Clean up platform_editor_refactor_view_more
- Updated dependencies

## 8.2.1

### Patch Changes

- [`0457795b04c62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0457795b04c62) -
  EDITOR-4396 Media toolbar button doesn't when missing the mediaInsert Plugin
- Updated dependencies

## 8.2.0

### Minor Changes

- [`87b12e64ff750`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87b12e64ff750) -
  Removed usages of LEGACY icon props

### Patch Changes

- Updated dependencies

## 8.1.1

### Patch Changes

- [`c4d291905a6e1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c4d291905a6e1) -
  Add new types for common plugin configuration, use for insert block plugin and add new config to
  textColorPlugin to hide the text color toolbar
- Updated dependencies

## 8.1.0

### Minor Changes

- [`00e69e0b7c839`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/00e69e0b7c839) -
  Clean up and removal of the `platform-visual-refresh-icons` feature flag.

### Patch Changes

- Updated dependencies

## 8.0.0

### Patch Changes

- Updated dependencies

## 7.2.0

### Minor Changes

- [`82d57d01a0f61`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/82d57d01a0f61) -
  Distinguish between collab offline and internet offline cases for connectivity mode

### Patch Changes

- Updated dependencies

## 7.1.3

### Patch Changes

- Updated dependencies

## 7.1.2

### Patch Changes

- Updated dependencies

## 7.1.1

### Patch Changes

- [`5302333ef3404`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5302333ef3404) -
  Clean up feature gate platform_editor_remove_unused_block_insert_props
- Updated dependencies

## 7.1.0

### Minor Changes

- [`762b79e21f96a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/762b79e21f96a) -
  Migrated and cleaned up legacy iconography usage.

### Patch Changes

- Updated dependencies

## 7.0.29

### Patch Changes

- [`90abe9b926a6f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/90abe9b926a6f) -
  Icon entrypoint migration
- Updated dependencies

## 7.0.28

### Patch Changes

- [`1018562d37d5d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1018562d37d5d) -
  Add dynamic dropdown filtering for insert block button based on visible toolbar buttons at
  different breakpoints

## 7.0.27

### Patch Changes

- Updated dependencies

## 7.0.26

### Patch Changes

- [`d4e5a749a78f4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d4e5a749a78f4) -
  Fix nested-interactive a11y violation by mounting mediaInsertPicker inside media button
- Updated dependencies

## 7.0.25

### Patch Changes

- [`55920a92e882a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55920a92e882a) -
  tsignores added for help-center local consumpton removed
- Updated dependencies

## 7.0.24

### Patch Changes

- Updated dependencies

## 7.0.23

### Patch Changes

- Updated dependencies

## 7.0.22

### Patch Changes

- [`4d676bbdb3ce6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4d676bbdb3ce6) -
  ts-ignore added temporarily to unblock local consumption for help-center, will be removed once
  project refs are setup
- Updated dependencies

## 7.0.21

### Patch Changes

- Updated dependencies

## 7.0.20

### Patch Changes

- Updated dependencies

## 7.0.19

### Patch Changes

- Updated dependencies

## 7.0.18

### Patch Changes

- [`03033c71229b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/03033c71229b5) -
  ED-29543: prevent insert block toolbar buttons breaking hydration
- Updated dependencies

## 7.0.17

### Patch Changes

- [`71746e992b602`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/71746e992b602) -
  Add aa keys & exposure event for insert-block
- Updated dependencies

## 7.0.16

### Patch Changes

- Updated dependencies

## 7.0.15

### Patch Changes

- [`c1691aca7fb1d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c1691aca7fb1d) -
  [ux] Update and standardise insert menu ordering behaviour to support localisation
- Updated dependencies

## 7.0.14

### Patch Changes

- [`2bdec5e9ec1c9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2bdec5e9ec1c9) -
  [EDITOR-442] Cleans up FG platform_editor_add_media_from_url_rollout
- Updated dependencies

## 7.0.13

### Patch Changes

- Updated dependencies

## 7.0.12

### Patch Changes

- Updated dependencies

## 7.0.11

### Patch Changes

- [`ef001bf65d48f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef001bf65d48f) -
  Remove usage of `platform_editor_toolbar_aifc` inside editor packages - instead rely on checking
  for new toolbar plugin option, make `enableNewToolbarExperience` mandatory for consumers to opt in
  to new toolbar experience
- Updated dependencies

## 7.0.10

### Patch Changes

- Updated dependencies

## 7.0.9

### Patch Changes

- Updated dependencies

## 7.0.8

### Patch Changes

- [`e38eb931c4472`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e38eb931c4472) -
  [FD-101539] clean up platform_editor_refactor_view_more_fix
- [`482bcdc75598e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/482bcdc75598e) -
  ED-29462 Clean up platform_editor_toolbar_aifc_responsiveness_update
- Updated dependencies

## 7.0.7

### Patch Changes

- [`872bd8d576773`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/872bd8d576773) -
  [ux] ED-29272 Add missing tooltip and shortcut for TextColorDropdownMenu
- Updated dependencies

## 7.0.6

### Patch Changes

- Updated dependencies

## 7.0.5

### Patch Changes

- Updated dependencies

## 7.0.4

### Patch Changes

- Updated dependencies

## 7.0.3

### Patch Changes

- Updated dependencies

## 7.0.2

### Patch Changes

- [`2f81c0f3bf21d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2f81c0f3bf21d) -
  [ux] ED-29318 [CR-6b] Add new toolbar icons to comment editor
- Updated dependencies

## 7.0.1

### Patch Changes

- Updated dependencies

## 7.0.0

### Patch Changes

- Updated dependencies

## 6.0.4

### Patch Changes

- Updated dependencies

## 6.0.3

### Patch Changes

- [`39f3b00f65aa0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/39f3b00f65aa0) -
  NOISSUE: Patches emotion CSS exports in various editor packages
- Updated dependencies

## 6.0.2

### Patch Changes

- [`6b9ea765dedda`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6b9ea765dedda) -
  Patches emotion CSS exports in various editor packages
- Updated dependencies

## 6.0.1

### Patch Changes

- Updated dependencies

## 6.0.0

### Patch Changes

- Updated dependencies

## 5.0.5

### Patch Changes

- [`c0113eeccb2df`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c0113eeccb2df) -
  [ux] ED-29120 add a new config option for default editor preset
  (`toolbar.enableNewToolbarExperience`) which allows the new toolbar to be disabled. This is needed
  for editors that can't be excluded at the experiment level.
- Updated dependencies

## 5.0.4

### Patch Changes

- [`db97eb262cc5a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/db97eb262cc5a) -
  replace platform_editor_toolbar_aifc with separate experiements for jira and confluence
- Updated dependencies

## 5.0.3

### Patch Changes

- Updated dependencies

## 5.0.2

### Patch Changes

- 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.
- Updated dependencies

## 5.0.0

### Patch Changes

- [`3b5b4a919aaaf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3b5b4a919aaaf) -
  Internal changes to how border radius is applied.
- Updated dependencies

## 4.3.9

### Patch Changes

- [`51f3f2db61f6e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51f3f2db61f6e) -
  Update toolbar config across plugins
- Updated dependencies

## 4.3.8

### Patch Changes

- [`d8f08e44cd911`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d8f08e44cd911) -
  ED-29108: tidy up sharedPluginStateHookMigratorFactory in insert-block
- Updated dependencies

## 4.3.7

### Patch Changes

- Updated dependencies

## 4.3.6

### Patch Changes

- Updated dependencies

## 4.3.5

### Patch Changes

- Updated dependencies

## 4.3.4

### Patch Changes

- [`bcc3b620154b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bcc3b620154b0) -
  [ux] ED-28739 [Register] [Primary toolbar] Insert button
- Updated dependencies

## 4.3.3

### Patch Changes

- [`265c1bf0cefa4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/265c1bf0cefa4) -
  Sorted type and interface props to improve Atlaskit docs
- Updated dependencies

## 4.3.2

### Patch Changes

- Updated dependencies

## 4.3.1

### Patch Changes

- [`286abb4d35eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/286abb4d35eba) -
  [ux] [ED-28960] Finish full page primary toolbar migration
  - Align with design update (separator, gap, height, icon size)
  - Add keyboard shortcut to focus toolbar and arrow key navigation
  - Address accessibility

- Updated dependencies

## 4.3.0

### Minor Changes

- [`d4b3d46926b3b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d4b3d46926b3b) -
  [ux] ED-29014 add new option to insert block plugin to only show the plus button in the toolbar.

### Patch Changes

- Updated dependencies

## 4.2.2

### Patch Changes

- Updated dependencies

## 4.2.1

### Patch Changes

- [`2af42ad93c3e0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2af42ad93c3e0) -
  Internal changes to use tokens for border radius.
- Updated dependencies

## 4.2.0

### Minor Changes

- [`c3b98666f3840`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c3b98666f3840) -
  [ux] ED-28740 register insert block items to new toolbar behind platform_editor_toolbar_aifc

### Patch Changes

- Updated dependencies

## 4.1.7

### Patch Changes

- Updated dependencies

## 4.1.6

### Patch Changes

- [`a0e6cdeb5a90c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a0e6cdeb5a90c) -
  [ux] New experiment to unify the handling of panel insertion to more consistent behaviour.
- Updated dependencies

## 4.1.5

### Patch Changes

- Updated dependencies

## 4.1.4

### Patch Changes

- [#188952](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188952)
  [`1a88e6e2601ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a88e6e2601ae) -
  Migrated usage of renamed/deprecated icons
- Updated dependencies

## 4.1.3

### Patch Changes

- Updated dependencies

## 4.1.2

### Patch Changes

- Updated dependencies

## 4.1.1

### Patch Changes

- [#182839](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/182839)
  [`81f1c3383bdab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/81f1c3383bdab) -
  refactor: use useSharedPluginStateWithSelector instead of useSharedPluginStateSelector
- Updated dependencies

## 4.1.0

### Minor Changes

- [#182006](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/182006)
  [`1fda4553957d0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1fda4553957d0) -
  removing A/A experiment

## 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.4.0

### Minor Changes

- [#176604](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/176604)
  [`65c00b32defac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/65c00b32defac) -
  [ux] adding functionality to feature insert whiteboard options at the top of the quick insert menu

## 3.3.1

### Patch Changes

- [#175546](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/175546)
  [`1b24bd01d2634`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1b24bd01d2634) -
  [EDITOR-636] Remove fg editor_a11y_tab_does_not_close_menus
- Updated dependencies

## 3.3.0

### Minor Changes

- [#174924](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/174924)
  [`5dfbb5e243380`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5dfbb5e243380) -
  adding initial functionality to run experiment to pin whiteboards at the top of the quick insert
  menu

### Patch Changes

- Updated dependencies

## 3.2.17

### Patch Changes

- Updated dependencies

## 3.2.16

### Patch Changes

- Updated dependencies

## 3.2.15

### Patch Changes

- Updated dependencies

## 3.2.14

### Patch Changes

- Updated dependencies

## 3.2.13

### Patch Changes

- [#169610](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/169610)
  [`a398dc4bd5f45`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a398dc4bd5f45) -
  Fix view more prop if `platform_editor_refactor_view_more` gate is on.
- Updated dependencies

## 3.2.12

### Patch Changes

- Updated dependencies

## 3.2.11

### Patch Changes

- Updated dependencies

## 3.2.10

### Patch Changes

- Updated dependencies

## 3.2.9

### Patch Changes

- [#160575](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/160575)
  [`c340cf0e2d6c2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c340cf0e2d6c2) -
  Expose emoji provider promise to initialise in the toolbar earlier.
- Updated dependencies

## 3.2.8

### Patch Changes

- [#154313](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/154313)
  [`36c5067417688`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/36c5067417688) -
  Clean up platform_editor_insert_button_on_primary_toolbar feature gate
- Updated dependencies

## 3.2.7

### Patch Changes

- [#152768](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/152768)
  [`2e80bc703b181`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e80bc703b181) -
  [ED-27555] Migrate to useSharedPluginStateSelector for insert-block, layout, loom plugins
- Updated dependencies

## 3.2.6

### Patch Changes

- Updated dependencies

## 3.2.5

### Patch Changes

- Updated dependencies

## 3.2.4

### Patch Changes

- [#146116](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/146116)
  [`67279b54bce62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/67279b54bce62) -
  [ux] Add all block insert actions in Editor primary toolbar
- Updated dependencies

## 3.2.3

### Patch Changes

- [#142191](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/142191)
  [`8a39e59bec14f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8a39e59bec14f) -
  A11Y-9980: Update how View Item button is created.
- Updated dependencies

## 3.2.2

### Patch Changes

- [#142352](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/142352)
  [`05903fde6d94d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/05903fde6d94d) -
  Internal change to use Compiled variant of `@atlaskit/primitives`.
- Updated dependencies

## 3.2.1

### Patch Changes

- [#142852](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/142852)
  [`ca0f841e860ab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ca0f841e860ab) -
  [ux] [ED-27466] When table option in quick insert typeahead is selected, shows table size picker
  allow user selecting the table size before inserting
- Updated dependencies

## 3.2.0

### Minor Changes

- [#139139](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/139139)
  [`7f6b665d778dd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7f6b665d778dd) -
  [https://product-fabric.atlassian.net/browse/ED-27499](ED-27499) - the new
  `@atlassian/confluence-presets` package with Confluence `full-page` preset is created

### Patch Changes

- Updated dependencies

## 3.1.7

### Patch Changes

- [#138298](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/138298)
  [`cc7cc96e28407`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cc7cc96e28407) -
  Cleans up FG to preload emoji picker, allowing it to work offline
- Updated dependencies

## 3.1.6

### Patch Changes

- Updated dependencies

## 3.1.5

### Patch Changes

- Updated dependencies

## 3.1.4

### Patch Changes

- [#132261](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/132261)
  [`a8fe96525eb2c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a8fe96525eb2c) -
  ED-24801 Clean up platform_editor_insert_menu_in_right_rail
- Updated dependencies

## 3.1.3

### Patch Changes

- Updated dependencies

## 3.1.2

### Patch Changes

- [#132166](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/132166)
  [`e1c6dcf47a8a2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e1c6dcf47a8a2) -
  ED-24538 Clean up platform_editor_basic_text_transformations
- Updated dependencies

## 3.1.1

### Patch Changes

- [#128664](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128664)
  [`abca3266336d9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/abca3266336d9) -
  [ED-23250] Remove form element from MediaFromUrl and consolidate experiments and feature flags in
  prepartion for jira release
- Updated dependencies

## 3.1.0

### Minor Changes

- [#130262](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/130262)
  [`236c73af67c7b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/236c73af67c7b) -
  [ED-24873] This change is cleaning up code from the element templates experiment
  `platform_editor_element_level_templates`.

### Patch Changes

- Updated dependencies

## 3.0.13

### Patch Changes

- [#130044](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/130044)
  [`cad348d512cdf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cad348d512cdf) -
  [ux] ED-26802 contextual formatting configuration
- Updated dependencies

## 3.0.12

### Patch Changes

- [#129445](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129445)
  [`0eb9b03d34eff`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0eb9b03d34eff) -
  Cleans up feature flag that reduces padding in the element browser
- Updated dependencies

## 3.0.11

### Patch Changes

- Updated dependencies

## 3.0.10

### Patch Changes

- Updated dependencies

## 3.0.9

### Patch Changes

- Updated dependencies

## 3.0.8

### Patch Changes

- Updated dependencies

## 3.0.7

### Patch Changes

- Updated dependencies

## 3.0.6

### Patch Changes

- Updated dependencies

## 3.0.5

### Patch Changes

- Updated dependencies

## 3.0.4

### 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

## 3.0.3

### Patch Changes

- Updated dependencies

## 3.0.2

### Patch Changes

- Updated dependencies

## 3.0.1

### Patch Changes

- 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.8.1

### Patch Changes

- [#114079](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114079)
  [`d32dc78b19302`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d32dc78b19302) -
  [ux] Re-enables emojis while offline and adds a fallback for emojis in the emoji picker if the
  image cannot be loaded
- Updated dependencies

## 2.8.0

### Minor Changes

- [#116013](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116013)
  [`18e022766bfd3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/18e022766bfd3) -
  [ux] ED-26464 Hiding primary toolbar and docking contextual toolbar items to top

### Patch Changes

- Updated dependencies

## 2.7.2

### Patch Changes

- Updated dependencies

## 2.7.1

### Patch Changes

- Updated dependencies

## 2.7.0

### Minor Changes

- [#108974](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108974)
  [`2ed04755a098e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2ed04755a098e) -
  ED-26233 Start activity session in metrics plugin when user starts dragging nodes and opens
  element browser

### Patch Changes

- Updated dependencies

## 2.6.3

### Patch Changes

- Updated dependencies

## 2.6.2

### Patch Changes

- Updated dependencies

## 2.6.1

### Patch Changes

- Updated dependencies

## 2.6.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.5.2

### Patch Changes

- Updated dependencies

## 2.5.1

### Patch Changes

- Updated dependencies

## 2.5.0

### Minor Changes

- [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
  [`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
  Update `React` from v16 to v18

### Patch Changes

- Updated dependencies

## 2.4.35

### Patch Changes

- Updated dependencies

## 2.4.34

### Patch Changes

- Updated dependencies

## 2.4.33

### Patch Changes

- Updated dependencies

## 2.4.32

### Patch Changes

- [#102447](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102447)
  [`17f3bf711d55c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/17f3bf711d55c) -
  Re-enable mentions while offline.

## 2.4.31

### Patch Changes

- Updated dependencies

## 2.4.30

### Patch Changes

- [#100162](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100162)
  [`e80e57fc37719`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e80e57fc37719) -
  [ux] ED-26089: Add 4px gap to main nav bar items

## 2.4.29

### Patch Changes

- [#99549](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99549)
  [`df909788e15e8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/df909788e15e8) -
  [ux] Cleanup feature flag for consistent insert menu behaviour.

## 2.4.28

### Patch Changes

- [#99274](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99274)
  [`b4dd134e0caaa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b4dd134e0caaa) -
  ED-25961 Add analytics for clear formatting and adding blockquote from text styles menu

## 2.4.27

### Patch Changes

- Updated dependencies

## 2.4.26

### Patch Changes

- [#181001](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/181001)
  [`fc8a0ad4362f4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fc8a0ad4362f4) -
  NO-ISSUE: refactor insert block plugin to meet folder standards

## 2.4.25

### Patch Changes

- Updated dependencies

## 2.4.24

### Patch Changes

- [#179859](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/179859)
  [`1a90382aae1c6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1a90382aae1c6) -
  Optimise the insert menu dropdown by preloading it.

## 2.4.23

### Patch Changes

- [#177216](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/177216)
  [`92df986420bc1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/92df986420bc1) -
  updated insert block plugin to EES 003
- Updated dependencies

## 2.4.22

### Patch Changes

- Updated dependencies

## 2.4.21

### Patch Changes

- Updated dependencies

## 2.4.20

### Patch Changes

- [#173737](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/173737)
  [`965f739a481f5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/965f739a481f5) -
  [ux] Items are disabled in the plus menu while offline. This affects arrow navigation in the plus
  menu and element browser
- Updated dependencies

## 2.4.19

### Patch Changes

- Updated dependencies

## 2.4.18

### Patch Changes

- [#171994](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/171994)
  [`be58e4bb2e387`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/be58e4bb2e387) -
  Migrating usages of UNSAFE types and entrypoints that have been renamed in `@atlaskit/icon` and
  `@atlaskit/icon-lab`.
- Updated dependencies

## 2.4.17

### Patch Changes

- [#171281](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/171281)
  [`10b213d7981fe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10b213d7981fe) -
  Prefer the plus menu button placement on the bottom where there is insufficient room on the top.
- Updated dependencies

## 2.4.16

### Patch Changes

- [#169233](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/169233)
  [`2ca37f881a673`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2ca37f881a673) -
  [ux] Disable media, emoji, and mention toolbar items while the editor is offline.

## 2.4.15

### Patch Changes

- [#168711](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/168711)
  [`b2f2dc82e10b3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b2f2dc82e10b3) -
  Memoises the CellMeasurerCache used in the insert menu

## 2.4.14

### Patch Changes

- Updated dependencies

## 2.4.13

### Patch Changes

- Updated dependencies

## 2.4.12

### Patch Changes

- Updated dependencies

## 2.4.11

### Patch Changes

- Updated dependencies

## 2.4.10

### Patch Changes

- Updated dependencies

## 2.4.9

### Patch Changes

- Updated dependencies

## 2.4.8

### Patch Changes

- [#162455](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/162455)
  [`37db7ee7998bb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/37db7ee7998bb) -
  [ux] ED-25030: Reduce padding between insert menu items and remove padding from the right hand
  side of the insert menu when a scrollbar is not present
- Updated dependencies

## 2.4.7

### Patch Changes

- Updated dependencies

## 2.4.6

### Patch Changes

- [#157845](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/157845)
  [`036086b523133`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/036086b523133) -
  Removed onInsert from quickInsert plugin actions, as the behavior is now encapsulated within
  insertItem
- Updated dependencies

## 2.4.5

### Patch Changes

- Updated dependencies

## 2.4.4

### Patch Changes

- Updated dependencies

## 2.4.3

### Patch Changes

- [#155668](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/155668)
  [`f948f63ced742`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f948f63ced742) -
  We are testing replacing findDOMNode with an explicit ref behind a feature flag. If this fix is
  successful it will be available in a later release.
- Updated dependencies

## 2.4.2

### Patch Changes

- [#156556](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/156556)
  [`fa4db989cfa70`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fa4db989cfa70) -
  [HOT-112603] Reduce memory leak footage by using WeakRef to store HTML element

## 2.4.1

### Patch Changes

- [#155333](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/155333)
  [`8b2c7d6c20aa1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b2c7d6c20aa1) -
  change logic to ensure plus menu can open in comment when insert-right-rail experiment is enabled
- [#155735](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/155735)
  [`1beeeda29023a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1beeeda29023a) -
  Upgrades editor packages to react 18
- [#155345](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/155345)
  [`9f00717c4915b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9f00717c4915b) -
  [ux] Add layout placeholder behind feature gate
- Updated dependencies

## 2.4.0

### Minor Changes

- [#154398](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154398)
  [`ca1591355d790`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ca1591355d790) -
  [ux] Allows for passing functions to the quickInsert plugin that allow for capturing element
  insertion metrics and then using that data to change the element sort order

### Patch Changes

- Updated dependencies

## 2.3.6

### Patch Changes

- Updated dependencies

## 2.3.5

### Patch Changes

- [#153789](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/153789)
  [`5062618c0206b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5062618c0206b) -
  fix issue where insert menu would show with right rail when clicking blank page more elements
  button

## 2.3.4

### Patch Changes

- [#154004](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154004)
  [`0d7fa2dd04c16`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0d7fa2dd04c16) -
  remove button variation from right rail experiment

## 2.3.3

### Patch Changes

- Updated dependencies

## 2.3.2

### Patch Changes

- Updated dependencies

## 2.3.1

### Patch Changes

- Updated dependencies

## 2.3.0

### Minor Changes

- [`e961ab7307a56`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e961ab7307a56) -
  Refactored toggle insert block logic

### Patch Changes

- Updated dependencies

## 2.2.12

### Patch Changes

- [#149469](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/149469)
  [`c75edf6df890b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c75edf6df890b) -
  Updated icon types usage since there are now `NewCoreIconProps` and `NewUtilityIconProps`.
- Updated dependencies

## 2.2.11

### Patch Changes

- Updated dependencies

## 2.2.10

### Patch Changes

- Updated dependencies

## 2.2.9

### Patch Changes

- Updated dependencies

## 2.2.8

### Patch Changes

- [#147412](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147412)
  [`aa848a0cd334a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/aa848a0cd334a) -
  fix button number issue, show more buttons on smaller screens
- Updated dependencies

## 2.2.7

### Patch Changes

- [#147461](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147461)
  [`acef010cdb706`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/acef010cdb706) -
  [ux] [ED-25164] Pass mounting point to media insert plugin for correct toolbar popup positioning

## 2.2.6

### Patch Changes

- [#147410](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147410)
  [`7300bd8281c70`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7300bd8281c70) -
  Updated icon usage to new endpoints
- Updated dependencies

## 2.2.5

### Patch Changes

- Updated dependencies

## 2.2.4

### Patch Changes

- [#146985](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/146985)
  [`44f7dd482bdef`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/44f7dd482bdef) -
  make icon hiding on smaller screens less aggressive
- [#146966](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/146966)
  [`ee4562a10804e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ee4562a10804e) -
  cleaned up platform_editor_get_emoji_provider_from_config feature flag

## 2.2.3

### Patch Changes

- [#146643](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/146643)
  [`6b3dec2ad5378`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b3dec2ad5378) -
  [ux] ED-25116 Pin media popup to toolbar when triggered from toolbar
- Updated dependencies

## 2.2.2

### Patch Changes

- [#146455](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/146455)
  [`b692485729f1c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b692485729f1c) -
  improve comment editor toolbar responsiveness
- Updated dependencies

## 2.2.1

### Patch Changes

- Updated dependencies

## 2.2.0

### Minor Changes

- [#144047](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/144047)
  [`0e77caf52a59d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0e77caf52a59d) -
  add new full page toolbar breakpoints

### Patch Changes

- Updated dependencies

## 2.1.2

### Patch Changes

- [#144556](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/144556)
  [`69f78b13edfbe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/69f78b13edfbe) -
  Don't wrap outer click listeners for insert menu when insert-menu-in-right-rail experiment is
  rendered to fix focus issues with confluence legacy macros
- Updated dependencies

## 2.1.1

### Patch Changes

- [#143799](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/143799)
  [`28c4ecb75a634`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/28c4ecb75a634) -
  removed editorActions from onClick in Props, updated toolbar reference to it
- Updated dependencies

## 2.1.0

### Minor Changes

- [#143644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/143644)
  [`b5352e3195293`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b5352e3195293) -
  [ux] [ED-24327] Integrate new media popup into toolbar and quick action

### Patch Changes

- Updated dependencies

## 2.0.3

### Patch Changes

- [#142470](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/142470)
  [`0d498622a7ca6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0d498622a7ca6) -
  Change background colour of icon to match surface behind it
- Updated dependencies

## 2.0.2

### Patch Changes

- Updated dependencies

## 2.0.1

### Patch Changes

- [#142202](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/142202)
  [`030b6385e8e47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/030b6385e8e47) -
  Add disabled state for right rail experiment, and add appearance checks for experiments

## 2.0.0

### Major Changes

- [#141573](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/141573)
  [`2360742cbceac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2360742cbceac) -
  [ux] Removing replacePlusMenuWithElementBrowser option from insert-block plugin. This is to ensure
  consistent UI and reduce unnecessary code bundled with the editor. If you are currently using this
  option you must remove it and it will use the new approach only now.

### Minor Changes

- [#140915](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/140915)
  [`eaccad51157d6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eaccad51157d6) -
  [ux] Migrate new icons including color, highlight and task on Editor primary toolbar

## 1.14.6

### Patch Changes

- [#141109](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/141109)
  [`466f39066bd56`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/466f39066bd56) -
  Enforce appearance check for all experiment code

## 1.14.5

### Patch Changes

- [`8c1e1dea50327`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8c1e1dea50327) -
  [ED-24967] Add in code English locale targeting for `platform_editor_element_level_templates`
  experiment
- Updated dependencies

## 1.14.4

### Patch Changes

- [#140550](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/140550)
  [`b4f8f21029b8f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b4f8f21029b8f) -
  Update main toolbar icon for right rail experiment, add analytics
- Updated dependencies

## 1.14.3

### 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.14.2

### Patch Changes

- Updated dependencies

## 1.14.1

### Patch Changes

- [`1269ffa635367`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1269ffa635367) -
  Cleanup FF platform_editor_get_card_provider_from_config

## 1.14.0

### Minor Changes

- [#138136](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/138136)
  [`35938ecf46ba7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35938ecf46ba7) -
  [ED-24755] Implement insert functionality of element templates and fire document inserted event
  with template IDs

### Patch Changes

- [#138270](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/138270)
  [`0acb3673d32d9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0acb3673d32d9) -
  Add insert menu to right rail for experiment
- Updated dependencies

## 1.13.0

### Minor Changes

- [#136891](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/136891)
  [`388780c6348e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/388780c6348e9) -
  Pass emoji provider via preset

### Patch Changes

- Updated dependencies

## 1.12.0

### Minor Changes

- [#137041](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137041)
  [`060aff106c5ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/060aff106c5ac) -
  Add new experiment for insert menu in right rail, allow right menu to be opened from main toolbar
  '+' button

### Patch Changes

- [#137041](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137041)
  [`060aff106c5ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/060aff106c5ac) -
  Add insert-right-rail experiment and reimplement right rail logic

## 1.11.1

### Patch Changes

- [#136413](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/136413)
  [`934839fbec788`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/934839fbec788) -
  Revert ED-24737-enable-right-rail due to HOT-111462

## 1.11.0

### Minor Changes

- [#136295](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/136295)
  [`0150dad7ca580`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0150dad7ca580) -
  Add new experiment for insert menu in right rail, allow right menu to be opened from main toolbar
  '+' button

### Patch Changes

- Updated dependencies

## 1.10.3

### Patch Changes

- Updated dependencies

## 1.10.2

### Patch Changes

- [#135500](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/135500)
  [`d97d77c47b7cb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d97d77c47b7cb) -
  [ux] Migrate new ADS icons on Editor primary toolbar

## 1.10.1

### Patch Changes

- [#135110](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/135110)
  [`48ef3f98124db`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/48ef3f98124db) -
  [ux] [ED-24754] Add 5 template options to quick insert and element browser when
  `platform_editor_element_level_templates` experiment is enabled
- Updated dependencies

## 1.10.0

### Minor Changes

- [#133191](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/133191)
  [`78a1927084934`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/78a1927084934) -
  [ux] Remove icon migration feature gate and migrate new icons on primary toolbar

### Patch Changes

- [`193f8c85e1a39`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/193f8c85e1a39) -
  [ux] [ED-24635]
  - Disable Turn into dropdown options when wrapping is not supported
  - Update expand icon so that it can show disabled status
  - Update Turn into icon to show active status when dropdown is open

- Updated dependencies

## 1.9.2

### Patch Changes

- Updated dependencies

## 1.9.1

### Patch Changes

- [#131878](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/131878)
  [`705fe39cae267`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/705fe39cae267) -
  [ED-24597] Update to log `platform_editor_basic_text_transformations` exposure event only for
  users meet all of 3 checks:
  - Are enrolled to the experiment
  - Have AI disabled
  - Make top level text selection

- Updated dependencies

## 1.9.0

### Minor Changes

- [#130825](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/130825)
  [`d8a00de5637ff`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d8a00de5637ff) -
  ENGHEALTH-9890: Bumps React peer dependency for Lego editor plugins

### Patch Changes

- Updated dependencies

## 1.8.4

### Patch Changes

- [#128285](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128285)
  [`3524d5de72b7d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3524d5de72b7d) -
  [ED-24545] Hide Turn into dropdown when selection is nested
- Updated dependencies

## 1.8.3

### Patch Changes

- Updated dependencies

## 1.8.2

### Patch Changes

- [#128333](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128333)
  [`4ad86751ab1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4ad86751ab1d7) -
  [ED-24505] Implement onClick handler for Turn into dropdown options and update relevant insertion
  analytics with inputMethod: floatingToolbar when an element is inserted via the dropdown
- Updated dependencies

## 1.8.1

### Patch Changes

- [#127194](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127194)
  [`8d7f9ef047d37`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d7f9ef047d37) -
  [ED-24504] Add dropdown options UI

## 1.8.0

### Minor Changes

- [`3ac0ae73c0d52`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3ac0ae73c0d52) -
  [ED-24499] Add Turn into dropdown button to text selection toolbar for
  platform_editor_basic_text_transformations experiment. This button will be used to provide options
  to transform selected texts/inline nodes into other elements (e.g. expand) containing the content.

### Patch Changes

- Updated dependencies

## 1.7.1

### Patch Changes

- [#126987](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/126987)
  [`e2759b19623a1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e2759b19623a1) -
  [ux] Migrate icons in Editor toolbar insert block

## 1.7.0

### Minor Changes

- [#126478](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/126478)
  [`ca1665ebbfe4d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ca1665ebbfe4d) -
  [ED-23435] Store primary toolbar component registry in a plugin variable instead of in plugin
  state to avoid having to add effects to all plugins and enable SSR for the toolbar. [Breaking
  change] Converted registerComponent from the primary toolbar plugin into an action.

### Patch Changes

- Updated dependencies

## 1.6.1

### Patch Changes

- Updated dependencies

## 1.6.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

- Updated dependencies

## 1.5.2

### Patch Changes

- [#121899](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/121899)
  [`3677f60eb34a2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3677f60eb34a2) -
  [ux] Fix editor emoji selection in React 18.

## 1.5.1

### Patch Changes

- Updated dependencies

## 1.5.0

### Minor Changes

- [#120426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/120426)
  [`1cb3869ab1a96`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1cb3869ab1a96) -
  [ED-23436] Use editor primary toolbar plugin to structure the primary toolbar

### Patch Changes

- Updated dependencies

## 1.4.1

### Patch Changes

- Updated dependencies

## 1.4.0

### Minor Changes

- [#119608](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/119608)
  [`ecb9286aa6ae8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ecb9286aa6ae8) -
  refactor: remove some usages of findDOMNode in editor-core and editor-plugin-insert-block

### Patch Changes

- Updated dependencies

## 1.3.14

### Patch Changes

- Updated dependencies

## 1.3.13

### Patch Changes

- Updated dependencies

## 1.3.12

### Patch Changes

- [#117356](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117356)
  [`9d772a51e5663`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9d772a51e5663) -
  [ux] Fix inserting status from insert block dropdown.

  Introduces new command on status plugin "insertStatus" which can be used by toolbars to insert a
  status node.

  Example:

  ```ts
  return pluginInjectionApi?.core?.actions.execute(
  	pluginInjectionApi?.status?.commands?.insertStatus(inputMethod),
  );
  ```

- Updated dependencies

## 1.3.11

### Patch Changes

- Updated dependencies

## 1.3.10

### Patch Changes

- Updated dependencies

## 1.3.9

### Patch Changes

- Updated dependencies

## 1.3.8

### Patch Changes

- Updated dependencies

## 1.3.7

### Patch Changes

- Updated dependencies

## 1.3.6

### Patch Changes

- Updated dependencies

## 1.3.5

### Patch Changes

- Updated dependencies

## 1.3.4

### Patch Changes

- [#107314](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107314)
  [`799512a15da6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/799512a15da6) -
  [ED-23568] Rerendering the primary toolbar component caused the insert block toggle to stop
  working, fixed the lifecycle methods on that component to be able to deal with a rerender

## 1.3.3

### Patch Changes

- [#103091](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103091)
  [`736512792df6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/736512792df6) -
  Fix analytics inputMethod bug for inserting a macro

## 1.3.2

### Patch Changes

- Updated dependencies

## 1.3.1

### Patch Changes

- Updated dependencies

## 1.3.0

### Minor Changes

- [#98283](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98283)
  [`291c762e17a0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/291c762e17a0) -
  [ED-22802] Introduce insertBlock.actions.toggleAdditionalMenu API

### Patch Changes

- Updated dependencies

## 1.2.5

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

## 1.2.4

### Patch Changes

- Updated dependencies

## 1.2.3

### Patch Changes

- Updated dependencies

## 1.2.2

### Patch Changes

- [#92968](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92968)
  [`f33e18f5cfa8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f33e18f5cfa8) -
  [ux] [ED-22585] - Made sure that table buttons do not render if they are not visible
- Updated dependencies

## 1.2.1

### Patch Changes

- [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316)
  [`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) -
  Upgrading internal dependency `bind-event-listener` to `@^3.0.0`

## 1.2.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.1.9

### Patch Changes

- [#85055](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85055)
  [`0eb5901fd1e7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0eb5901fd1e7) -
  Fix the editor not focusing after inserting an emoji from the toolbar.

## 1.1.8

### Patch Changes

- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
  [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
  Upgrade Typescript from `4.9.5` to `5.4.2`

## 1.1.7

### Patch Changes

- Updated dependencies

## 1.1.6

### Patch Changes

- [#81852](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81852)
  [`c784155d4ad6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c784155d4ad6) -
  React 18 types for editor-plugin-insert-block

## 1.1.5

### Patch Changes

- [#80518](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80518)
  [`e0d5e8fd9495`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e0d5e8fd9495) -
  Migrates some style calls to a slightly different object syntax and other minor cleanup around
  eslint rules.

## 1.1.4

### Patch Changes

- [#76323](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/76323)
  [`5beb55a40496`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5beb55a40496) -
  updated EXTRA_SPACE_EXCLUDING_ELEMENTLIST to fix single item scroll issue
- Updated dependencies

## 1.1.3

### Patch Changes

- Updated dependencies

## 1.1.2

### Patch Changes

- [#77599](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77599)
  [`a7b1a6b762eb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a7b1a6b762eb) -
  [ux] Table picker popup displays text using column x rows pattern and table picker button uses
  label column by row.

## 1.1.1

### Patch Changes

- Updated dependencies

## 1.1.0

### Minor Changes

- [#72122](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72122)
  [`c3186450404a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c3186450404a) -
  Breaking change:

  ## WHAT?:

  Removing feature flags:
  - singleLayout
  - newInsertionBehaviour
  - interactiveExpand
  - findReplace
  - findReplaceMatchCase
  - extendFloatingToolbar

  ## WHY?:

  Because the flags and props are unused/by default active. Removing them will reduce our
  maintenance burden

  ## HOW to update your code:
  - If you were using the feature flag - the behaviour is now default and you can remove the flags
  - If you were not using the feature flag - the behaviour is now default.
  - If you have opted out of using the feature flag - we have been careful to ensure no-one has
    opted out of the behaviours. If you do have an issue please reach out to #help-editor.

### Patch Changes

- Updated dependencies

## 1.0.1

### Patch Changes

- [#72440](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72440)
  [`eee41a9f4bda`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eee41a9f4bda) -
  [ux] Ensures that when a table is inserted via popup, the table has a blinking cursor.

## 1.0.0

### Major Changes

- [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386)
  [`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) -
  This changeset exists to bump all editor plugins that currently don't have a major version. This
  is to address an issue with Jira plugin consumption.

### Patch Changes

- Updated dependencies

## 0.3.6

### Patch Changes

- [#72081](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72081)
  [`4487160917d2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4487160917d2) -
  [ux] ED-22052: adds button type attribute to non atlaskit button instances

## 0.3.5

### Patch Changes

- [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
  [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
  Upgrading @atlaskit/editor-prosemirror dependency

## 0.3.4

### Patch Changes

- [#71128](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71128)
  [`d8b202a941c9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d8b202a941c9) -
  [ux] When the Right Arrow is pressed and the selection reaches the last row of the default popup,
  the grid should expand
- Updated dependencies

## 0.3.3

### Patch Changes

- [#70300](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70300)
  [`9622d585a805`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9622d585a805) -
  [ux] decreased popup size when wrapping selection with arrowRight

## 0.3.2

### Patch Changes

- Updated dependencies

## 0.3.1

### Patch Changes

- [#68670](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68670)
  [`801899ef02f2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/801899ef02f2) -
  [ux] Added accessibility via keyboard for arrows left, right, up and down
- Updated dependencies

## 0.3.0

### Minor Changes

- [#68790](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68790)
  [`c6d8affc52d1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d8affc52d1) -
  Support maybeAdd plugins in usePreset. Add typing support for universal preset.

  Now when using the editor API with the universal preset

### Patch Changes

- Updated dependencies

## 0.2.27

### Patch Changes

- Updated dependencies

## 0.2.26

### Patch Changes

- [#63634](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63634)
  [`669b7038b354`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/669b7038b354) -
  chenged aria-label text

## 0.2.25

### Patch Changes

- [#67703](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67703)
  [`d5303cb0f0cb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d5303cb0f0cb) -
  When a table is inserted via the table selector popup, an analytics event should be sent with the
  totalRowCount and totalColumnCount and the input method picker. Removed ASCII and TYPEAHEAD
  inputMethod from table selector command.
- Updated dependencies

## 0.2.24

### Patch Changes

- Updated dependencies

## 0.2.23

### Patch Changes

- Updated dependencies

## 0.2.22

### Patch Changes

- Updated dependencies

## 0.2.21

### Patch Changes

- [#67051](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67051)
  [`08b5bd90a149`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/08b5bd90a149) -
  [ux] The table selector popup should gradually expand to 10 x 10 rows when hovered
- Updated dependencies

## 0.2.20

### Patch Changes

- [#67238](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67238)
  [`40533849b2ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/40533849b2ec) -
  [ED-21835] Change EditorAPI type to always union with undefined

## 0.2.19

### Patch Changes

- [#65874](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65874)
  [`282862992d2a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/282862992d2a) -
  [ux] added popup to table selector button using mouse movement

## 0.2.18

### Patch Changes

- Updated dependencies

## 0.2.17

### Patch Changes

- Updated dependencies

## 0.2.16

### Patch Changes

- Updated dependencies

## 0.2.15

### Patch Changes

- [#65802](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65802)
  [`438ead060875`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/438ead060875) -
  Ensure all editor plugins are marked as singletons

## 0.2.14

### Patch Changes

- Updated dependencies

## 0.2.13

### Patch Changes

- Updated dependencies

## 0.2.12

### Patch Changes

- [#64152](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64152)
  [`4bc51e1731ba`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4bc51e1731ba) -
  [ux] Added a table selector button to the full page toolbar and button styles
- Updated dependencies

## 0.2.11

### Patch Changes

- Updated dependencies

## 0.2.10

### Patch Changes

- Updated dependencies

## 0.2.9

### Patch Changes

- Updated dependencies

## 0.2.8

### Patch Changes

- Updated dependencies

## 0.2.7

### Patch Changes

- Updated dependencies

## 0.2.6

### Patch Changes

- [#61337](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61337)
  [`2d827c1d6c40`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2d827c1d6c40) -
  Remove emojiProvider property from the sharedState of the emoji plugin. This avoids a performance
  degradation if the provider is not memoised. It can still be retrieved via the provider factory if
  required internally.
- Updated dependencies

## 0.2.5

### Patch Changes

- [#60612](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60612)
  [`7edc766361a2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7edc766361a2) -
  Created an EditorCommad on table plugin to insert a table of custom size

## 0.2.4

### Patch Changes

- Updated dependencies

## 0.2.3

### Patch Changes

- Updated dependencies

## 0.2.2

### Patch Changes

- Updated dependencies

## 0.2.1

### Patch Changes

- Updated dependencies

## 0.2.0

### Minor Changes

- [#43507](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43507)
  [`a9695768de6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9695768de6) -
  Extracted insert block plugin code from editor-core to @atlaskit/editor-plugin-insert-block

## 0.1.1

### Patch Changes

- [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646)
  [`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make
  feature flags plugin optional in all plugins including:
  - analytics
  - base
  - card
  - code-block
  - expand
  - extension
  - floating-toolbar
  - hyperlink
  - insert-block
  - layout
  - layout
  - list
  - media
  - paste
  - rule
  - table
  - tasks-and-decisions

  We already treat it as optional in the plugins, so this is just ensuring that the plugin is not
  mandatory to be added to the preset.
