UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

1,767 lines (1,087 loc) 1.51 MB
# @atlaskit/editor-core ## 219.9.6 ### Patch Changes - [`41962dd9dccb2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/41962dd9dccb2) - NO-ISSUE: adds a default toolbar state so we can render the toolbar on initial load without relying on editor state - Updated dependencies ## 219.9.5 ### Patch Changes - [`56bda2bb69c77`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/56bda2bb69c77) - EDITOR-6461 - migrate contextpanel styles - Updated dependencies ## 219.9.4 ### Patch Changes - Updated dependencies ## 219.9.3 ### Patch Changes - [`0b640b43bac93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b640b43bac93) - Change experiment name, no functionality changes - Updated dependencies ## 219.9.2 ### Patch Changes - [`b4b10071d5c4a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b4b10071d5c4a) - Delay browser-persisted markdown view-mode evaluation until after hydration when `platform_editor_delay_markdown_view_mode_eval` is enabled. Scope the markdown-mode ProseMirror hide style under an explicit data attribute when the same gate is enabled. - Updated dependencies ## 219.9.1 ### Patch Changes - [`b7ea014ea8998`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b7ea014ea8998) - Migrate extensionStyles.ts to Compiled CSS - [`8ecd89c10f42a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8ecd89c10f42a) - EDITOR-6686 Migrate smartCardStyles to compiled in EditorContentContainer - Updated dependencies ## 219.9.0 ### Minor Changes - [`435d51a863324`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/435d51a863324) - Gate markdown source-view toolbar hiding behind a feature flag. ## 219.8.3 ### Patch Changes - [`0197bccd3d244`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0197bccd3d244) - Add vertical alignment options to layout column menus and rendering. - Updated dependencies ## 219.8.2 ### Patch Changes - Updated dependencies ## 219.8.1 ### Patch Changes - [`cec76b6d3aeaa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cec76b6d3aeaa) - Cleanup feature gate `platform_synced_block_patch_11`. Jira work-item issue-type icons, product-specific copy, and Relay environment initialisation are now permanently enabled. - Updated dependencies ## 219.8.0 ### Minor Changes - [`ce30a31e6369d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ce30a31e6369d) - Autofix: add explicit package exports (barrel removal) ### Patch Changes - [`3397205a409ed`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3397205a409ed) - EDITOR-6686: Migrate layout styles - [`55f569128b59e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55f569128b59e) - EDITOR-6686: migrate syncBlock styles - [`c9103fcfb68be`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c9103fcfb68be) - [ux] Add statusStyles to EditorContentContainer-compiled - Updated dependencies ## 219.7.6 ### Patch Changes - [`4c459a2718b67`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4c459a2718b67) - Clean up synced block feature gates - Updated dependencies ## 219.7.5 ### Patch Changes - [`64c357817f088`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64c357817f088) - Migrate blockTypeStyles.ts to Compiled CSS ## 219.7.4 ### Patch Changes - [`ab1c30e0721ef`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ab1c30e0721ef) - Migrate extensionStyles.ts to Compiled CSS ## 219.7.3 ### Patch Changes - [`911ea1f065d0f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/911ea1f065d0f) - [EDITOR-6965] Rebuild the schema in `ReactEditorView.reconfigureState` when toggling presets under the `cc-markdown-mode` experiment, so each preset declares its honest schema (rather than sharing the schema from first mount via `state.reconfigure`). Skips the existing plugin-availability filter (which would evaluate against the OLD schema and drop e.g. `extensionPlugin` on a markdown→rich toggle), and re-seeds `collabInitialised: true` on the new state because the Confluence NCS provider does not implement `getInitPayload` (so the rebind path in `editor-plugin-collab-edit/initialize.ts` is skipped). Also makes `extensionProviderToQuickInsertProvider.getItems` schema-aware so the `/` menu does not surface extension items when the live schema cannot accept them. ## 219.7.2 ### Patch Changes - [`2265b040edb79`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2265b040edb79) - migrate task and decisions to compiled css - Updated dependencies ## 219.7.1 ### Patch Changes - Updated dependencies ## 219.7.0 ### Minor Changes - [`2f70251ed8022`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2f70251ed8022) - Clean up experiment platform_editor_experience_tracking ### Patch Changes - Updated dependencies ## 219.6.4 ### Patch Changes - [`842edc5475e2b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/842edc5475e2b) - migrate compiled css for code block styles - Updated dependencies ## 219.6.3 ### Patch Changes - Updated dependencies ## 219.6.2 ### Patch Changes - [`04ad20c0f716b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/04ad20c0f716b) - Remove unused toolbar style - Updated dependencies ## 219.6.1 ### Patch Changes - [`48be4becb4ca3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/48be4becb4ca3) - Migrate indentationStyles, overflowShadowStyles, unsupportedStyles, shadowStyles, and editorUGCTokenStyles to Compiled CSS - [`2a6fb91f8b4a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2a6fb91f8b4a1) - migrate expand styles from emotion to compiled css - Updated dependencies ## 219.6.0 ### Minor Changes - [`80e6f41ddfce4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/80e6f41ddfce4) - Reconcile editor plugin set on reconfigureState across preset switches: drop plugins whose schema nodes/marks aren't in the current schema, and evict plugins from the injection API that aren't part of the new preset. Behind feature gate `platform_editor_reconfigure_filter_plugins`. Adds the `NamedReactHookFactory` type to `@atlaskit/editor-common/types` and annotates each plugin's `usePluginHook` with its plugin name in `processPluginsList` so `MountPluginHooks` can key React fibers stably per plugin. The shape of `EditorConfig.pluginHooks` is unchanged (`ReactHookFactory[]`); the annotation is a non-breaking additive property on the function value that falls back to the array index when absent. ### Patch Changes - Updated dependencies ## 219.5.1 ### Patch Changes - [`8db6f0336d199`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8db6f0336d199) - Cleans up experiment platform_editor_toolbar_two_stage_hydration - Updated dependencies ## 219.5.0 ### Minor Changes - [`5184c3aa86e89`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5184c3aa86e89) - Pin the primary toolbar to the top while in Markdown Mode source or preview view, where the floating toolbar would be useless (no PM selection to anchor to). Behind the new `platform_editor_toolbar_mode_override` feature gate. - `editor-plugin-toolbar`: adds `commands.setContextualFormattingModeOverride` and a `contextualFormattingModeOverride` field on shared state. Any plugin can compose the command onto its own transaction to push a runtime override. - `editor-plugin-markdown-mode`: pushes the override on `setView` and on initial mount; uses the current view to short-circuit `useIsToolbarDockedToTop` so the in-toolbar toggle renders in the correct slot. - `editor-plugin-selection-toolbar`: `PinButton` hides when the override forces `'always-pinned'` (the toggle is meaningless in that state). - `editor-core` (`FullPage.tsx`, `FullPageToolbarNext.tsx`): the primary-toolbar mount gate consults the runtime override so the toolbar still mounts when the override is `'always-pinned'`, even if the user's docking preference is `'none'`. ### Patch Changes - Updated dependencies ## 219.4.1 ### Patch Changes - [`967cff1c14097`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/967cff1c14097) - Add isolatedDeclarations: true to tsconfig.app.json and tsconfig.dev.json - Updated dependencies ## 219.4.0 ### Minor Changes - [`a9b1b25b3ec98`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a9b1b25b3ec98) - [ux] CTD-6569 add vertical resize for database native embed in pages ### Patch Changes - Updated dependencies ## 219.3.8 ### Patch Changes - [`eb4be1c0f981b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/eb4be1c0f981b) - Migrate codeMarkStyles, gridStyles, fontSizeStyles, link, inlineNodeViewSharedStyles, and backgroundColorStyles to Compiled CSS ## 219.3.7 ### Patch Changes - [`55ad279a5e823`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55ad279a5e823) - [ux] Support reference sync blocks by find and replace. - [`813bbe2e7ab98`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/813bbe2e7ab98) - migrated list style from emotion to compiled css - Updated dependencies ## 219.3.6 ### Patch Changes - [`d08da2b6eb53a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d08da2b6eb53a) - Migrate textHighlightStyles, floatingToolbarStyles, textColorStyles, cursorStyles, selectionToolbarStyles to Compiled CSS - Updated dependencies ## 219.3.5 ### Patch Changes - [`7f64ed4de3f24`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7f64ed4de3f24) - migrate blockMarkStyles, firstBlockNodeStyles, commentEditorStyles - Updated dependencies ## 219.3.4 ### Patch Changes - Updated dependencies ## 219.3.3 ### Patch Changes - [`2b21145716783`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2b21145716783) - compiled migration for aiPanel - Updated dependencies ## 219.3.2 ### Patch Changes - [`daabc24d3814e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/daabc24d3814e) - Clean up platform_editor_a11y_9262 feature gate. - Remove fg() gating from aria-label in ReactEditorView (both editor and SSR renderer) - The full-page editor now always uses 'Page editing area' assistive label when in page appearance - Remove ffTest.on/off blocks from ReactEditorView tests, keep enabled-path test - Remove gate entry from package.json platform-feature-flags - [`bb725117587b6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bb725117587b6) - Clean up platform_editor_toolbar_delay_render_fix experiment. - Updated dependencies ## 219.3.1 ### Patch Changes - [`3849d83fa4a08`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3849d83fa4a08) - migrate gapCursorStyles, mentions, and telepointerStyles ## 219.3.0 ### Minor Changes - [`54ae29f5b3a2c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/54ae29f5b3a2c) - Clean up feature gate platform_editor_primary_toolbar_early_exit - promote early exit behaviour for empty primary toolbar as default ### Patch Changes - Updated dependencies ## 219.2.3 ### Patch Changes - [`ff6c4af9ad231`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ff6c4af9ad231) - migrate compiled css for placeholderStyles, dateStyles, selectionStyles - Updated dependencies ## 219.2.2 ### Patch Changes - Updated dependencies ## 219.2.1 ### Patch Changes - [`fbd4e856632eb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fbd4e856632eb) - migrate few styles in EditorContentContainer from emotion to compiled - [`932054e82aa7b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/932054e82aa7b) - Fix Cmd/Ctrl+E shortcut so it cycles markdown view mode (rich-text ⇄ source) regardless of where focus is on the page. Previously the shortcut only fired when the ProseMirror editor itself was focused, so it failed in source (CodeMirror) mode and after clicking the toolbar toggle button. The shortcut now also fires when focus is on `<body>` or any element outside an editor container, while still skipping when focus is inside a different editor instance on the same page. Also adds an explicit `false | undefined` return type to `clickAreaClickHandler` to satisfy `--isolatedDeclarations` (no behavior change). - Updated dependencies ## 219.2.0 ### Minor Changes - [`a759f33417d9b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a759f33417d9b) - [PIRA-1311](https://opsj.atlassian.net/browse/PIRA-1311) - clean up platform_editor_media_vc_fixes ### Patch Changes - Updated dependencies ## 219.1.13 ### Patch Changes - Updated dependencies ## 219.1.12 ### Patch Changes - [`673df46586c14`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/673df46586c14) - Fix `contentComponents` / `primaryToolbarComponents` going stale after a preset reconfigure. `ReactEditorView.reconfigureState` mutates `config.current` (a `useRef`) but didn't schedule a re-render, so the `render` prop kept passing the pre-reconfigure component arrays to the editor's `AppearanceComponent`. Plugins added via reconfigure (e.g. `markdownModePlugin` flipping in via `.maybeAdd(..., isMarkdownMode)`) had their `contentComponent` / `primaryToolbarComponent` ignored until some unrelated state change (focus, selection) re-rendered the editor view. Now bumps a state counter at the end of `reconfigureState` to trigger a follow-up render with the freshly-mutated config. Gated on the `cc-markdown-mode` experiment for now since that's the only known consumer flipping plugins via `.maybeAdd` mid-life. - Updated dependencies ## 219.1.11 ### Patch Changes - Updated dependencies ## 219.1.10 ### Patch Changes - [`d94df511393a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d94df511393a9) - Removing FG platform_editor_a11y_eslint_fix - Updated dependencies ## 219.1.9 ### Patch Changes - Updated dependencies ## 219.1.8 ### Patch Changes - [`bc415f8eb86a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bc415f8eb86a9) - Add OR check with create_work_item_modernization_exp experiment to platform_editor_fix_scrolling_popup_position, platform_editor_table_resize_chromeless, and platform_editor_chromeless_akeditor_class usages - Updated dependencies ## 219.1.7 ### Patch Changes - [`f7254db909ac9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f7254db909ac9) - Replace platform_editor_ai_chromeless_akeditor_class experiment with platform_editor_chromeless_akeditor_class feature gate - Updated dependencies ## 219.1.6 ### Patch Changes - [`436af8c4665e1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/436af8c4665e1) - Enforce max width on table ## 219.1.5 ### Patch Changes - Updated dependencies ## 219.1.4 ### Patch Changes - Updated dependencies ## 219.1.3 ### Patch Changes - Updated dependencies ## 219.1.2 ### Patch Changes - Updated dependencies ## 219.1.1 ### Patch Changes - [`344eb4664c404`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/344eb4664c404) - Add akEditor className to chromeless editor behind experiment gate - Updated dependencies ## 219.1.0 ### Minor Changes - [`e5cdd96dcf4f9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5cdd96dcf4f9) - Clean up platform_editor_hydratable_ui experiment (shipped as enabled) ### Patch Changes - Updated dependencies ## 219.0.6 ### Patch Changes - [`01bfb2823034b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/01bfb2823034b) - Expands automatic accessibility (a11y) Playwright test coverage for Platform - Updated dependencies ## 219.0.5 ### Patch Changes - [`f22d623e8024c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f22d623e8024c) - Fix plugin ordering in universal preset: move blockMenuPlugin before blockTypePlugin and codeBlockPlugin so that quote, paragraph, heading, and code block items are correctly registered in the block menu for Jira and JPD. - Updated dependencies ## 219.0.4 ### Patch Changes - Updated dependencies ## 219.0.3 ### Patch Changes - [`9e45c7ac76c9a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e45c7ac76c9a) - Enrol editor core packages into the React Compiler with platform gating via isReactCompilerActivePlatform - Updated dependencies ## 219.0.2 ### Patch Changes - Updated dependencies ## 219.0.1 ### Patch Changes - [`9b150a7caa3b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9b150a7caa3b5) - Adding multi-format response streaming capability for editor minion. Includes demo example in editor-core. - Updated dependencies ## 219.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 ## 218.0.0 ### Patch Changes - Updated dependencies ## 217.12.12 ### Patch Changes - Updated dependencies ## 217.12.11 ### 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 - [`33ad954adbde1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/33ad954adbde1) - [NO-ISSUE] Cleaning flag platform_editor_focus_on_chromeless_editor - Updated dependencies ## 217.12.10 ### Patch Changes - [`0ad738e8f896e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0ad738e8f896e) - Remove `support_table_in_comment` and `support_table_in_comment_jira` experiment references. Both experiments are fully rolled out — table resizing, alignment, scaling, and distribute columns are now enabled unconditionally in comment editors. - Updated dependencies ## 217.12.9 ### Patch Changes - [`a9fb116e4a8d8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a9fb116e4a8d8) - fix(editor): fix paragraph nodes not highlighting on hover over block menu delete action Two root causes fixed: 1. CSS danger styles were gated behind `expValNoExposure('platform_editor_block_menu', 'isEnabled', false)`, meaning they were excluded when the new block menu was enabled. Removed the gate so danger styles are always injected. 2. `hoverDecorationCommand` used `tr.selection` directly, which for paragraphs is a collapsed `TextSelection` (cursor inside text). This caused `getSourceNodesFromSelectionRange` to return an empty array, so no decorations were created. Fixed by passing `preservedSelection` (a `NodeSelection` pointing at the whole paragraph node) from `blockControls` shared state through to `hoverDecoration`. - Updated dependencies ## 217.12.8 ### Patch Changes - Updated dependencies ## 217.12.7 ### Patch Changes - [`48a64b7bbac82`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/48a64b7bbac82) - Clean up stale experiment platform_editor_plain_text_support (always-enabled path) - Updated dependencies ## 217.12.6 ### Patch Changes - [`ddd049a745d38`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ddd049a745d38) - Internal change to how legacy colors are applied. No visual changes. - Updated dependencies ## 217.12.5 ### 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 ## 217.12.4 ### Patch Changes - Updated dependencies ## 217.12.3 ### Patch Changes - Updated dependencies ## 217.12.2 ### Patch Changes - [`bdf26fccd150d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bdf26fccd150d) - Clean up feature flag platform_editor_find_codeblock_color_contrast_fix (permanently enabled) - Updated dependencies ## 217.12.1 ### Patch Changes - Updated dependencies ## 217.12.0 ### Minor Changes - [`a223340e9d81e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a223340e9d81e) - Fix cross-package barrel imports from search packages ### Patch Changes - Updated dependencies ## 217.11.0 ### Minor Changes - [`fb96753c1753e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fb96753c1753e) - [ux] Introduce adjustable layout column drag handle and update logic behind platform_editor_layout_column_resize_handle experiment ### Patch Changes - Updated dependencies ## 217.10.1 ### Patch Changes - [`3e18e5bea1aa1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e18e5bea1aa1) - Fixed cursor placement when pressing Enter at the start of a nested task item. Fixed extra spacing on nested task lists when flexible list indentation is enabled. - Updated dependencies ## 217.10.0 ### Minor Changes - [`22cc6940b4250`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22cc6940b4250) - Add gated editor-core perf lint cleanup experiment support ### Patch Changes - [`d3fdb52a809c9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d3fdb52a809c9) - clean up feature flag platform_editor_max_width_mode_resize_fix - Updated dependencies ## 217.9.3 ### Patch Changes - Updated dependencies ## 217.9.2 ### Patch Changes - [`4babe84074774`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4babe84074774) - Updates lookup and identiier for gutter to use a data attribute - Updated dependencies ## 217.9.1 ### Patch Changes - [`e2f512c5e8eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e2f512c5e8eba) - Clean up feature flag platform_editor_task_item_styles for task item checkbox and remove unused styles objects taskItemCheckboxStylesWithBlockTaskItem and taskItemCheckboxStyles. Renamed taskItemNextCheckboxStyles to taskItemCheckboxStyles - Updated dependencies ## 217.9.0 ### Minor Changes - [`87bb2de1fb74d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87bb2de1fb74d) - Fix scrollable-region-focusable a11y violation on inline code by removing overflow:auto from code mark styles in EditorContentContainer behind the platform_editor_a11y_scrollable_region experiment. Removing overflow:auto eliminates the scrollable region entirely (text wraps naturally via overflow-wrap:break-word and white-space:pre-wrap), ### Patch Changes - [`32a165c38d466`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/32a165c38d466) - Add an option to the block menu so that nodes can change width as required - Updated dependencies ## 217.8.3 ### Patch Changes - Updated dependencies ## 217.8.2 ### Patch Changes - Updated dependencies ## 217.8.1 ### Patch Changes - Updated dependencies ## 217.8.0 ### Minor Changes - [`d9e33431d0d37`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d9e33431d0d37) - [ux] EDITOR-5603 update editor status with team 26 lozenge styles ### Patch Changes - Updated dependencies ## 217.7.1 ### Patch Changes - [`7ba3e1eb9de75`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7ba3e1eb9de75) - [ux] Fix top border corners being cut off in comment boxes in Jira - Updated dependencies ## 217.7.0 ### Minor Changes - [`f30780a78f02c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f30780a78f02c) - Fix list item markers not inheriting font-size when small text is applied. Propagate font-size to li and blockTaskItem elements via CSS :has() so the ::marker pseudo-element renders at the correct size, while resetting the inner block mark to prevent double-application. ### Patch Changes - Updated dependencies ## 217.6.4 ### Patch Changes - [`c9b7aaa42d05b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c9b7aaa42d05b) - Mechanical type-import autofix for editor core shell packages. - Updated dependencies ## 217.6.3 ### Patch Changes - Updated dependencies ## 217.6.2 ### Patch Changes - [`ff6221892c2d0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ff6221892c2d0) - EDITOR-6158: Stop hiding list markers on list items containing nested task lists to fix inconsistent marker visibility - Updated dependencies ## 217.6.1 ### Patch Changes - Updated dependencies ## 217.6.0 ### Minor Changes - [`14174d5130d27`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/14174d5130d27) - Adding editorAppearance in coreplugin shared state so that plugins can access appearance value when updated ### Patch Changes - [`6016d8dbf0996`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6016d8dbf0996) - Move blockControlsPlugin and blockMenuPlugin into universal preset as optional preset (default OFF) - Updated dependencies ## 217.5.8 ### Patch Changes - [`23ec129dbbb34`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/23ec129dbbb34) - [FFCLEANUP-74122] clean up feature flag platform_editor_blocktaskitem_patch_3 - Updated dependencies ## 217.5.7 ### Patch Changes - [`aa4e1fcb89ca8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aa4e1fcb89ca8) - Added new `platform_editor_flexible_list_schema` experiment that independently enables ADF schema and CSS rendering support for flexible lists, without creation behaviour. Updated schema node selection, CSS rendering, ADF validation, and task list schema to use the new gate. Indent/outdent behaviour remains on the existing `platform_editor_flexible_list_indentation` gate. - Updated dependencies ## 217.5.6 ### Patch Changes - [`ce0f65de88f84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ce0f65de88f84) - Clean up platform_editor_nested_tables_gap_cursor feature gate - Updated dependencies ## 217.5.5 ### Patch Changes - [`d497cbb2d150f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d497cbb2d150f) - Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme` - Updated dependencies ## 217.5.4 ### Patch Changes - Updated dependencies ## 217.5.3 ### 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 ## 217.5.2 ### Patch Changes - [`c68bac53b0cdc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c68bac53b0cdc) - Add max appearance support to breakout plugin in universal preset - Updated dependencies ## 217.5.1 ### Patch Changes - [`cdc6ff4788df0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cdc6ff4788df0) - [EDITOR-5739] Move TwoStageHydration on toolbar down to around toolbar component rather than ToolbarArrowKeyNavigationProvider - Updated dependencies ## 217.5.0 ### Minor Changes - [`5b4851e88ab36`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5b4851e88ab36) - [EDITOR-5797](https://hello.jira.atlassian.cloud/browse/EDITOR-5797) - clean up platform_editor_better_editor_ssr_spans feature flag ### Patch Changes - Updated dependencies ## 217.4.6 ### Patch Changes - Updated dependencies ## 217.4.5 ### Patch Changes - [`7428d9bf3aa13`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7428d9bf3aa13) - Clean up platform_synced_block_patch_5 feature gate - [`af385c410f9b1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/af385c410f9b1) - [ux] EDITOR-5909 Hide markers for wrapper task list items - [`abdb4d8431601`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/abdb4d8431601) - Clean up/platform_editor_table_container_y_overflow_fix - Updated dependencies ## 217.4.4 ### Patch Changes - [`244ca4ec80372`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/244ca4ec80372) - Fix expand node clipping in chromeless editor by resetting negative margins behind platform_editor_chromeless_expand_fix experiment - [`6bdae1aef42cd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6bdae1aef42cd) - Cleaning up Editor Content Area maxwidth style code due to the confluence_max_width_content_appearance experiment being rolled out completly since january and never cleaned up - Updated dependencies ## 217.4.3 ### Patch Changes - [`8b781b3b3f9ca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8b781b3b3f9ca) - Add setSmallText and setSmallTextWithAnalytics commands, modify setNormalText to remove fontSize mark, add FORMAT_SMALL_TEXT analytics enum. Add support to the renderer to render 'small text'. Add 'fontSize' to stage0 default schema. - Updated dependencies ## 217.4.2 ### Patch Changes - Updated dependencies ## 217.4.1 ### Patch Changes - Updated dependencies ## 217.4.0 ### Minor Changes - [`abc8407f36ad1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/abc8407f36ad1) - cleanup platform_editor_no_state_plugin_injection_api ### Patch Changes - Updated dependencies ## 217.3.0 ### Minor Changes - [`71fb8b5aa2558`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/71fb8b5aa2558) - [FFCLEANUP-79003] clean up feature flag platform_editor_blocktaskitem_patch_2 ### Patch Changes - Updated dependencies ## 217.2.0 ### Minor Changes - [`39cac666e4f3f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/39cac666e4f3f) - [FFCLEANUP-89078] clean up feature gate platform_editor_a11y_find_replace_focus_ring with the accessible find & replace styles ### Patch Changes - Updated dependencies ## 217.1.3 ### Patch Changes - Updated dependencies ## 217.1.2 ### Patch Changes - Updated dependencies ## 217.1.1 ### Patch Changes - [`b941a7ee841df`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b941a7ee841df) - EDITOR-5683 update outdated browser list to exclude browser versions before March 2024 - Updated dependencies ## 217.1.0 ### Minor Changes - [`bf1f23f4a76d0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bf1f23f4a76d0) - Add 'small text' as a menu dropdown item in the editor, non functional. Also adds a new universal preset config option to support feature. ### Patch Changes - Updated dependencies ## 217.0.2 ### Patch Changes - [`898d1ef39bc2a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/898d1ef39bc2a) - [ux] EDITOR-5419 Styles to hide markers for wrapper only list items - Updated dependencies ## 217.0.1 ### Patch Changes - Updated dependencies ## 217.0.0 ### Patch Changes - [`ae28f2e6bb741`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ae28f2e6bb741) - Editor-5020-fix-inline-drop-hints-not-visible-in-sync-block - Updated dependencies ## 216.15.2 ### Patch Changes - [`1813c0774ee29`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1813c0774ee29) - cleanup platform_editor_context_context_types_migration - Updated dependencies ## 216.15.1 ### Patch Changes - [`9398ad3ad409c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9398ad3ad409c) - [ux] [EDITOR-5376] change single player expands feature gate to the new `platform_editor_single_player_expand` experiment - Updated dependencies ## 216.15.0 ### Minor Changes - [`38112478a1d8a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/38112478a1d8a) - Cleanup platform_editor_blockquote_zero_padding flag ### Patch Changes - [`31ee998a097db`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31ee998a097db) - Replace expValEquals/expValEqualsNoExposure with editorExperiment for platform_synced_block experiment checks - Updated dependencies ## 216.14.2 ### Patch Changes - [`2e6129d5b39bc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e6129d5b39bc) - EDITOR-5529 clean up platform_synced_block_patch_3 and platform_synced_block_patch_4 - Updated dependencies ## 216.14.1 ### Patch Changes - Updated dependencies ## 216.14.0 ### Minor Changes - [`17119fb95e0a4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/17119fb95e0a4) - [EDITOR-3747](https://hello.jira.atlassian.cloud/browse/EDITOR-3747) - clean up platform_editor_ssr_renderer experiment ### Patch Changes - Updated dependencies ## 216.13.3 ### Patch Changes - Updated dependencies ## 216.13.2 ### Patch Changes - [`b35eb5f6a4e6a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b35eb5f6a4e6a) - Remove now inert `autoFocus` prop from modal dialog components. - Updated dependencies ## 216.13.1 ### Patch Changes - [`566fb75af84dd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/566fb75af84dd) - fix resize layout/expand/codeblock issue in max mode appearance in editor - Updated dependencies ## 216.13.0 ### Minor Changes - [`050e73fa93cfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/050e73fa93cfe) - [FFCLEANUP-87580] clean up feature gate platform_editor_nested_tables_sticky_header_bug ### Patch Changes - Updated dependencies ## 216.12.11 ### Patch Changes - Updated dependencies ## 216.12.10 ### Patch Changes - [`19274be1b1972`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/19274be1b1972) - [ux] EDITOR-5417 Flexible list indentation ADF schema + validator support - Updated dependencies ## 216.12.9 ### Patch Changes - Updated dependencies ## 216.12.8 ### Patch Changes - [`469aa2343e484`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/469aa2343e484) - Misc fixes for synced blocks - Updated dependencies ## 216.12.7 ### Patch Changes - Updated dependencies ## 216.12.6 ### Patch Changes - [`0356685770e37`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0356685770e37) - Update Synced Block support doc url - Updated dependencies ## 216.12.5 ### Patch Changes - [`c80e69ac247a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c80e69ac247a1) - Adding fallback value for Border width - Updated dependencies ## 216.12.4 ### Patch Changes - [`8872ed42db4ef`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8872ed42db4ef) - Handle gap cursor caret visibility via CSS selector instead of plugin state - [`abf0f1a208ab4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/abf0f1a208ab4) - EDITOR-5441 Update comment editor border raidus - Updated dependencies ## 216.12.3 ### Patch Changes - [`85444e8a5672a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/85444e8a5672a) - EDITOR-5526 clean up platform_synced_block_patch_2 - Updated dependencies ## 216.12.2 ### Patch Changes - [`d2f1426fe5b85`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d2f1426fe5b85) - [ux] ENGHEALTH-46817 Add feature gated a11y eslint fixes across editor packages - Updated dependencies ## 216.12.1 ### Patch Changes - [`b7751c58914be`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b7751c58914be) - Remove old storybook addon (knobs) - [`3e57aae5b06fd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e57aae5b06fd) - Bump storybook v6 to v8 - Updated dependencies ## 216.12.0 ### Minor Changes - [`dfe1c3b4007f4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dfe1c3b4007f4) - [ux] Adding the ability to provide a Lozenge to Quick Insert Menu Items. ### Patch Changes - Updated dependencies ## 216.11.4 ### Patch Changes - Updated dependencies ## 216.11.3 ### Patch Changes - Updated dependencies ## 216.11.2 ### Patch Changes - [`0eed66892511e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0eed66892511e) - EDITOR-5120 - Add additional ProseMirror rendered analytics attributes behind the platform_editor_prosemirror_rendered_data experiment. - Updated dependencies ## 216.11.1 ### Patch Changes - Updated dependencies ## 216.11.0 ### Minor Changes - [`cbc1403b3cae1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cbc1403b3cae1) - [EDITOR-5094](https://hello.jira.atlassian.cloud/browse/EDITOR-5094) - add PerfPortal segments for editor SSR logic ### Patch Changes - Updated dependencies ## 216.10.1 ### Patch Changes - Updated dependencies ## 216.10.0 ### Minor Changes - [`8fb68ee0471cc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8fb68ee0471cc) - Add analytic event input method when selecting from Insert Element Browser. ### Patch Changes - Updated dependencies ## 216.9.8 ### Patch Changes - [`791e28216dcb1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/791e28216dcb1) - [ux] EDITOR-5400 fix telepointer inside synced block is cut off - [`7ef3027df8198`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7ef3027df8198) - remove platform_editor_lovability_user_intent experiment - Updated dependencies ## 216.9.7 ### Patch Changes - [`899c299510719`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/899c299510719) - [ux] EDITOR-5273 fix first node in document margin for sync blocks to fix shift during ssr - Updated dependencies ## 216.9.6 ### Patch Changes - [`fa62876ed1943`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fa62876ed1943) - EDITOR-5134 Clean up platform_synced_block_patch_1 - Updated dependencies ## 216.9.5 ### Patch Changes - Updated dependencies ## 216.9.4 ### Patch Changes - Updated dependencies ## 216.9.3 ### Patch Changes - [`bb6a1522425ff`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bb6a1522425ff) - [ux] Fix layoutshift in bodiedExtension layout shift - Updated dependencies ## 216.9.2 ### Patch Changes - [`d1ee0512f85f4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d1ee0512f85f4) - [EDITOR-4531] Cleans up FG platform_editor_table_numbered_table_border - Updated dependencies ## 216.9.1 ### Patch Changes - [`280d14e2d5518`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/280d14e2d5518) - Clean up platform_editor_drag_handle_aria_label - Updated dependencies ## 216.9.0 ### Minor Changes - [`8f0979d3d26a8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8f0979d3d26a8) - EDITOR-3963 fix nested layout style inside synced block ### Patch Changes - Updated dependencies ## 216.8.3 ### Patch Changes - [`ab4e4e442ad49`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ab4e4e442ad49) - [ux] [EDITOR-3694] Add loading state to bodiedSyncBlock for when saving new block to BE - Updated dependencies ## 216.8.2 ### Patch Changes - [`7ba3979b92b42`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7ba3979b92b42) - Remove platform_synced_block_dogfooding feature gate - Updated dependencies ## 216.8.1 ### Patch Changes - Updated dependencies ## 216.8.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 ## 216.7.27 ### Patch Changes - [`9030267782d4c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9030267782d4c) - Re-do fix for table overflow in inline excerpt. - Updated dependencies ## 216.7.26 ### Patch Changes - [`9da7abaf781fa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9da7abaf781fa) - [ux] clean up platform_editor_text_highlight_padding - Updated dependencies ## 216.7.25 ### Patch Changes - [`bdd272290540a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bdd272290540a) - Migrate platform_editor_jan_a11y_fixes flag to platform_editor_enghealth_a11y_jan_fixes experiment. - Updated dependencies ## 216.7.24 ### Patch Changes - Updated dependencies ## 216.7.23 ### Patch Changes - Updated dependencies ## 216.7.22 ### Patch Changes - Updated dependencies ## 216.7.21 ### Patch Changes - [`9552556113c53`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9552556113c53) - Fix breakout mark style on code blocks within synced blocks - Updated dependencies ## 216.7.20 ### Patch Changes - [`4de30defb09c5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4de30defb09c5) - Fix overflow of table inside multi-column layouts. - Updated dependencies ## 216.7.19 ### Patch Changes - Updated dependencies ## 216.7.18 ### Patch Changes - [`d5b15f4306afb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d5b15f4306afb) - Remove redundant vanilla codebidi warning experiment - Updated dependencies ## 216.7.17 ### Patch Changes - [`e98a16b48e245`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e98a16b48e245) - Fix a suspected bug where cross-origin selections would throw a dom security error when testing whether to set focus - Updated dependencies ## 216.7.16 ### Patch Changes - [`e504eea6e1d3f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e504eea6e1d3f) - EDITOR-4665: Clean up platform_editor_toolbar_aifc_responsive_improve feature flag - Updated dependencies ## 216.7.15 ### Patch Changes - [`b17f23c9e3a68`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b17f23c9e3a68) - Avoid rendering entire primary toolbar container when primary toolbar is not registered - Updated dependencies ## 216.7.14 ### Patch Changes - [`653c0c803b286`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/653c0c803b286) - EDITOR-4620 Clean up platform_editor_toolbar_aifc_patch_6 - Updated dependencies ## 216.7.13 ### Patch Changes - Updated dependencies ## 216.7.12 ### Patch Changes - [`e2542bcabe129`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e2542bcabe129) - [ux] EDITOR-4753 fix sync block label styles and border styles when it is in error state - Updated dependencies ## 216.7.11 ### Patch Changes - [`cb86382757a72`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cb86382757a72) - Cleanup stale flag confluence_floating_toolbar_animation - [`4641b85ef8eab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4641b85ef8eab) - Update the default aria-lable for page appearance editors - [`5c3f8d87c2290`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5c3f8d87c2290) - Cleanup general AIFC bug fix feature gate - Updated dependencies ## 216.7.10 ### Patch Changes - [`a218bead9e6a7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a218bead9e6a7) - EDITOR-4542 Make isTableWithFixedColumnWidthsOptionEnabled an editor prop instead of using FG value - Updated dependencies ## 216.7.9 ### Patch Changes - [`baf7b89a7b895`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/baf7b89a7b895) - Give colour picker menu an accessible label - Updated dependencies ## 216.7.8 ### Patch Changes - [`9068b92adf796`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9068b92adf796) - [ux] EDITOR-4439 Implement option to raise warn flag on paste for unsupported content - Updated dependencies ## 216.7.7 ### Patch Changes - [`64f80db3e663a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64f80db3e663a) - Add @atlassian/a11y-jest-testing to devDependencies. - Updated dependencies ## 216.7.6 ### Patch Changes - [`9041ec452a104`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9041ec452a104) - [EDITOR-4515] clean up fg platform_editor_toolbar_aifc_patch_7 - Updated dependencies ## 216.7.5 ### Patch Changes - [`f9ab3b2b9d564`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f9ab3b2b9d564) - [ux] [ENGHEALTH-43911] update styles for show diff deleted nodes behind platform_editor_jan_a11y_fixes - Updated dependencies ## 216.7.4 ### Patch Changes - [`6e8029473620b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e8029473620b) - [EDITOR-4496] clean up experiment platform_editor_toolbar_aifc_patch_3 and remove view-mode plugin dependency from loom plugin - [`0a9962a3aa24c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a9962a3aa24c) - tidy up experiment platform_editor_resizer_styles_cleanup - [`7080196995b11`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7080196995b11) - Cleaning up FG platform_editor_ai_generic_prep_for_aifc - Updated dependencies ## 216.7.3 ### Patch Changes - [`e67c337cad289`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e67c337cad289) - Fixes layout shift with toolbar under editor hydration - Updated dependencies ## 216.7.2 ### Patch Changes - Updated dependencies ## 216.7.1 ### Patch Changes - [`a5727f82cae80`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a5727f82cae80) - [NO-ISSUE] Cleans up experiment platform_editor_scroll_gutter_fix - [`d29ff5aa0dcec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d29ff5aa0dcec) - [NO-ISSUE] cleans up experiment platform_editor_reduce_toolbar_vc_impact - Updated dependencies ## 216.7.0 ### Minor Changes - [`ee5135bafb31d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee5135bafb31d) - [EDITOR-4495] clean up platform_editor_toolbar_aifc_patch_4 ### Patch Changes - Updated dependencies ## 216.6.7 ### Patch Changes - [`a7fd4015da337`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a7fd4015da337) - phase out contextTypes for editor context - Updated dependencies ## 216.6.6 ### Patch Changes - Updated dependencies ## 216.6.5 ### Patch Changes - [`5a01e256502a0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5a01e256502a0) - [EDITOR-3531] Fixed bug where focus is not set to the Editor for chromeless comments editor in inline comments - Updated dependencies ## 216.6.4 ### Patch Changes - [`3bc6a51231706`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3bc6a51231706) - [ux] Add 6px top margin to source and reference sync block ## 216.6.3 ### Patch Changes - [`c8ca7b8cde88d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c8ca7b8cde88d) - Remove platform_editor_toolbar_support_custom_components feature flag - [`1993b8227cbf3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1993b8227cbf3) - [ux] Update selection extension APIs to allow Snippets to register at parent level - Updated dependencies ## 216.6.2 ### Patch Changes - [`171a2e19b6072`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/171a2e19b6072) - Clean up platform_editor_fix_code_block_bg_color_in_macro_2 - Updated dependencies ## 216.6.1 ### Patch Changes - [`11bd6ea9cb0ba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/11bd6ea9cb0ba) - [ux] Clean up platform_editor_refactor_view_more - [`4c3e2b0b3f65b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4c3e2b0b3f65b) - [ux] Reverts: EDITOR-4252 Fix code block background in Synced Block in Jira - Updated dependencies ## 216.6.0 ### Minor Changes - [`7c8501566cbe0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7c8501566cbe0) - improve task item styles by using 1 inline svg instead of 2 ### Patch Changes - Updated dependencies ## 216.5.1 ### Patch Changes - [`1265c260f9bad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1265c260f9bad) - [ED-29455] clean up experiment platform_editor_toolbar_migrate_loom - Updated dependencies ## 216.5.0 ### Minor Changes - [`88c35f564f62d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/88c35f564f62d) - [https://hello.jira.atlassian.cloud/browse/EDITOR-4328](EDITOR-4328) - clean up editor_a11y_announce_status_editor_open ### Patch Changes - Updated dependencies ## 216.4.0 ### Minor Changes - [`e61bb8b32e4b1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e61bb8b32e4b1) - [https://hello.jira.atlassian.cloud