UNPKG

@atlaskit/editor-plugin-block-type

Version:

BlockType plugin for @atlaskit/editor-core

2,043 lines (1,205 loc) 76.8 kB
# @atlaskit/editor-plugin-block-type ## 14.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 ## 13.0.0 ### Patch Changes - Updated dependencies ## 12.1.33 ### Patch Changes - [`1bd298ad0a152`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1bd298ad0a152) - [ux] EDITOR-6280 Clean up platform_editor_block_menu_v2_patch_3 to fix icon and copy in jira block menu - Updated dependencies ## 12.1.32 ### Patch Changes - [`4e313eb8fb024`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4e313eb8fb024) - Add TextNormalIcon for normal text block type, gate behind platform_editor_change_normal_text_icon, exclude editor-toolbar from barrel ratchet - Updated dependencies ## 12.1.31 ### Patch Changes - [`73b2fc243f544`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/73b2fc243f544) - Cleaning up getBrowserInfo which was behind experiment platform_editor_hydratable_ui and is now rolled out - Updated dependencies ## 12.1.30 ### Patch Changes - Updated dependencies ## 12.1.29 ### Patch Changes - Updated dependencies ## 12.1.28 ### Patch Changes - Updated dependencies ## 12.1.27 ### Patch Changes - Updated dependencies ## 12.1.26 ### Patch Changes - Updated dependencies ## 12.1.25 ### Patch Changes - Updated dependencies ## 12.1.24 ### Patch Changes - Updated dependencies ## 12.1.23 ### Patch Changes - Updated dependencies ## 12.1.22 ### Patch Changes - Updated dependencies ## 12.1.21 ### Patch Changes - Updated dependencies ## 12.1.20 ### Patch Changes - [`1c4534dc921e6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1c4534dc921e6) - Preserve small text formatting when converting selections to task lists across block menu, block type, and paste flows - Updated dependencies ## 12.1.19 ### Patch Changes - Updated dependencies ## 12.1.18 ### Patch Changes - Updated dependencies ## 12.1.17 ### Patch Changes - Updated dependencies ## 12.1.16 ### Patch Changes - Updated dependencies ## 12.1.15 ### Patch Changes - [`da0d44bd1fc45`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/da0d44bd1fc45) - Cleanup history feature flag bug fix - Updated dependencies ## 12.1.14 ### Patch Changes - [`88a7ee0806123`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/88a7ee0806123) - Mechanical type-import autofix for block, layout, and control packages. - Updated dependencies ## 12.1.13 ### Patch Changes - Updated dependencies ## 12.1.12 ### 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 ## 12.1.11 ### Patch Changes - Updated dependencies ## 12.1.10 ### Patch Changes - Updated dependencies ## 12.1.9 ### Patch Changes - [`ceefea718fc6d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ceefea718fc6d) - Add keyboard shortcut (Cmd+Opt+7 on Mac, Ctrl+Alt+7 on Windows) for the small text feature in the editor, gated behind the platform_editor_small_font_size experiment. Also adds the shortcut to the toolbar tooltip and help dialog. - [`d7123d7a16015`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d7123d7a16015) - Use TextSmallIcon instead of TextIcon for small text block type - Updated dependencies ## 12.1.8 ### Patch Changes - Updated dependencies ## 12.1.7 ### 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 ## 12.1.6 ### Patch Changes - [`16f53ab4d1fee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/16f53ab4d1fee) - Fix small text conversion for nested/indented task lists and prevent fontSize mark from leaking to sibling lists - Updated dependencies ## 12.1.5 ### Patch Changes - Updated dependencies ## 12.1.4 ### Patch Changes - Updated dependencies ## 12.1.3 ### Patch Changes - [`4cac24cfac09d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4cac24cfac09d) - Add support for text styles menu inside lists (bullet, ordered) when platform_editor_small_font_size experiment is enabled. Enables Normal text and Small text options while disabling other items (headings, quote). Applies fontSize mark to entire list when toggling small/normal text. - Updated dependencies ## 12.1.2 ### 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 ## 12.1.1 ### Patch Changes - Updated dependencies ## 12.1.0 ### Minor Changes - [`5a8d797e50210`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5a8d797e50210) - [FFCLEANUP-91669] clean up platform_editor_hide_toolbar_tooltips_fix experiment to hide dropdown menu item tooltips on hover of the dropdown menu button ### Patch Changes - Updated dependencies ## 12.0.5 ### Patch Changes - Updated dependencies ## 12.0.4 ### Patch Changes - Updated dependencies ## 12.0.3 ### Patch Changes - Updated dependencies ## 12.0.2 ### Patch 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. - Updated dependencies ## 12.0.1 ### Patch Changes - Updated dependencies ## 12.0.0 ### Patch Changes - Updated dependencies ## 11.3.0 ### Minor Changes - [`1e58c64552ef8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1e58c64552ef8) - Add new 'allowFontSize' plugin option to blockTypePlugin which enables new 'small' text feature to be added, it's behind an experiment platform_editor_small_font_size. ### Patch Changes - Updated dependencies ## 11.2.31 ### Patch Changes - Updated dependencies ## 11.2.30 ### Patch Changes - Updated dependencies ## 11.2.29 ### Patch Changes - Updated dependencies ## 11.2.28 ### Patch Changes - [`47211917d90fc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/47211917d90fc) - Editor 5281 fix block menu icon cut off when zoom ## 11.2.27 ### Patch Changes - Updated dependencies ## 11.2.26 ### Patch Changes - Updated dependencies ## 11.2.25 ### Patch Changes - Updated dependencies ## 11.2.24 ### Patch Changes - Updated dependencies ## 11.2.23 ### Patch Changes - Updated dependencies ## 11.2.22 ### Patch Changes - Updated dependencies ## 11.2.21 ### Patch Changes - [`7ea2e225c0abb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7ea2e225c0abb) - [ux] Minor styling, wording changes for block menu and sync blocks - Updated dependencies ## 11.2.20 ### Patch Changes - Updated dependencies ## 11.2.19 ### Patch Changes - Updated dependencies ## 11.2.18 ### Patch Changes - Updated dependencies ## 11.2.17 ### Patch Changes - Updated dependencies ## 11.2.16 ### Patch Changes - Updated dependencies ## 11.2.15 ### Patch Changes - Updated dependencies ## 11.2.14 ### Patch Changes - Updated dependencies ## 11.2.13 ### Patch Changes - Updated dependencies ## 11.2.12 ### Patch Changes - Updated dependencies ## 11.2.11 ### Patch Changes - Updated dependencies ## 11.2.10 ### Patch Changes - Updated dependencies ## 11.2.9 ### Patch Changes - [`0a4441336cdd0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a4441336cdd0) - Add platform_editor_toolbar_aifc_use_editor_typography experiment, and use editor custom typography tokens in dropdown menus - Updated dependencies ## 11.2.8 ### Patch Changes - Updated dependencies ## 11.2.7 ### Patch Changes - Updated dependencies ## 11.2.6 ### Patch Changes - Updated dependencies ## 11.2.5 ### Patch Changes - [`38dee2c85c456`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/38dee2c85c456) - [ux] [EDITOR-4486] render tooltips for ToolbarDropdownMenu using new TooltipComponent prop behind platform_editor_hide_toolbar_tooltips_fix - Updated dependencies ## 11.2.4 ### Patch Changes - Updated dependencies ## 11.2.3 ### Patch Changes - Updated dependencies ## 11.2.2 ### Patch Changes - [`3d0b3f8b4d802`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3d0b3f8b4d802) - Remove platform_editor_toolbar_aifc_responsive experiment - Updated dependencies ## 11.2.1 ### Patch Changes - Updated dependencies ## 11.2.0 ### Minor 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 ### Patch Changes - Updated dependencies ## 11.1.1 ### Patch Changes - Updated dependencies ## 11.1.0 ### Minor Changes - [`cd8d11632a928`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd8d11632a928) - [https://hello.jira.atlassian.cloud/browse/EDITOR-4390](EDITOR-4390) - clean up platform_editor_heading_from_numpad feature gate ### Patch Changes - Updated dependencies ## 11.0.3 ### Patch Changes - [`b909e5f47ea91`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b909e5f47ea91) - EDITOR-4159 Make sure block-menu-item type component return null when tranform disabled - Updated dependencies ## 11.0.2 ### Patch Changes - Updated dependencies ## 11.0.1 ### Patch Changes - [`1051a075c959d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1051a075c959d) - Internal changes to typography theme types. - Updated dependencies ## 11.0.0 ### Patch Changes - Updated dependencies ## 10.3.5 ### Patch Changes - [`9cb0ce7857313`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9cb0ce7857313) - [ux] Fix contextual transform options for single node selections. - Updated dependencies ## 10.3.4 ### Patch Changes - [`b5d004bf834f8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b5d004bf834f8) - [ux] Adds block menu action to check if 'Turn into' item should be rendered or not. - Updated dependencies ## 10.3.3 ### Patch Changes - Updated dependencies ## 10.3.2 ### Patch Changes - Updated dependencies ## 10.3.1 ### Patch Changes - [`2702e8bc600ac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2702e8bc600ac) - Add the empty line to history so it can be part of undo stack correctly. - Updated dependencies ## 10.3.0 ### Minor Changes - [`762b79e21f96a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/762b79e21f96a) - Migrated and cleaned up legacy iconography usage. ### Patch Changes - Updated dependencies ## 10.2.21 ### Patch Changes - Updated dependencies ## 10.2.20 ### Patch Changes - [`e3779b75fdeca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3779b75fdeca) - EDITOR-1643 Promote syncBlock and bodiedSyncBlock to full schema - [`9f0fb29cbfc8b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9f0fb29cbfc8b) - Add paragraph option to block menu - Updated dependencies ## 10.2.19 ### Patch Changes - [`55920a92e882a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55920a92e882a) - tsignores added for help-center local consumpton removed - Updated dependencies ## 10.2.18 ### Patch Changes - [`bd911d5eca1cb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd911d5eca1cb) - Use new transfromNode command in existing block menu items. Update transformNode analytics type. - Updated dependencies ## 10.2.17 ### Patch Changes - Updated dependencies ## 10.2.16 ### Patch Changes - Updated dependencies ## 10.2.15 ### Patch Changes - [`56c0427b2ab20`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/56c0427b2ab20) - [ux] Use new IA for block menu items. - Updated dependencies ## 10.2.14 ### Patch Changes - [`43d1dfc88c1de`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/43d1dfc88c1de) - Clean up platform_editor_block_menu_format_rank_revised - Updated dependencies ## 10.2.13 ### 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 ## 10.2.12 ### Patch Changes - Updated dependencies ## 10.2.11 ### Patch Changes - [`3ff392895f5d3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3ff392895f5d3) - [ux] A11y issue fix: The fallback colors used for menu items are not accessible and does not match with tokens - Updated dependencies ## 10.2.10 ### Patch Changes - Updated dependencies ## 10.2.9 ### Patch Changes - [`a05464ea42678`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a05464ea42678) - EDITOR-2791 bump adf-schema - Updated dependencies ## 10.2.8 ### Patch Changes - Updated dependencies ## 10.2.7 ### Patch Changes - [`0d661119b4293`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d661119b4293) - Clean up platform_editor_insertion experiment by shipping control variant. Remove modern TypeAhead components and experiment infrastructure while preserving all existing functionality. - Updated dependencies ## 10.2.6 ### Patch Changes - Updated dependencies ## 10.2.5 ### Patch Changes - Updated dependencies ## 10.2.4 ### Patch Changes - [`21fe79119fe74`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/21fe79119fe74) - EDITOR-2447 Bump adf-schema to 51.3.2 - Updated dependencies ## 10.2.3 ### Patch Changes - [`c28cd65d12c24`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c28cd65d12c24) - EDITOR-2447 Bump adf-schema to 51.3.1 - Updated dependencies ## 10.2.2 ### Patch Changes - Updated dependencies ## 10.2.1 ### Patch Changes - Updated dependencies ## 10.2.0 ### Minor Changes - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) - [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0 ### Patch Changes - [`2e5e55a02ab9a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e5e55a02ab9a) - upgrade browser util api - Updated dependencies ## 10.1.4 ### Patch Changes - Updated dependencies ## 10.1.3 ### Patch Changes - Updated dependencies ## 10.1.2 ### 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 ## 10.1.1 ### Patch Changes - Updated dependencies ## 10.1.0 ### Minor Changes - [`0ac75e0d28c72`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0ac75e0d28c72) - Migrate @atlaskit/editor-prosemirror/history to @atlaskit/prosemirror-history package ### Patch Changes - Updated dependencies ## 10.0.0 ### Major Changes - [`be54c7e850cd3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/be54c7e850cd3) - remove unused deprecated styles used to be consumed in editor content styles ### Patch Changes - Updated dependencies ## 9.0.8 ### Patch Changes - [`482bcdc75598e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/482bcdc75598e) - ED-29462 Clean up platform_editor_toolbar_aifc_responsiveness_update - [`26917199e153a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/26917199e153a) - ED-29473 Add inputMethod attribute for block menu opened and switch inputMethod and triggeredFrom attributes for element converted event - 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 - [`51d46145cda56`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51d46145cda56) - Adds additional attributes to Element Converted event and fires the event for the empty line transforms - Updated dependencies ## 9.0.1 ### Patch Changes - Updated dependencies ## 9.0.0 ### Patch Changes - Updated dependencies ## 8.3.0 ### Minor Changes - [`687c1b8fa7801`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/687c1b8fa7801) - EDITOR-1566 bump adf-schema + update validator ### Patch Changes - Updated dependencies ## 8.2.3 ### Patch Changes - [`b878645133984`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b878645133984) - [ux] Adds revised ranks to use in Turn into menu. It will group the headings together at the top of the menu. - Updated dependencies ## 8.2.2 ### Patch Changes - Updated dependencies ## 8.2.1 ### Patch Changes - [`39f3b00f65aa0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/39f3b00f65aa0) - NOISSUE: Patches emotion CSS exports in various editor packages - Updated dependencies ## 8.2.0 ### Minor Changes - [`b367661ba720e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b367661ba720e) - EDITOR-1562 bump adf-schema for afm ### Patch Changes - Updated dependencies ## 8.1.0 ### Minor Changes - [`64ec65231b4cf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64ec65231b4cf) - EDITOR-1568 bump adf-schema for afm ### Patch Changes - Updated dependencies ## 8.0.3 ### Patch Changes - [`6b9ea765dedda`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6b9ea765dedda) - Patches emotion CSS exports in various editor packages - [`d7109317309cf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d7109317309cf) - [ux] ED-29001 Add selected state to text styles menu - Updated dependencies ## 8.0.2 ### Patch Changes - Updated dependencies ## 8.0.1 ### Patch Changes - Updated dependencies ## 8.0.0 ### Patch Changes - Updated dependencies ## 7.1.5 ### Patch Changes - [`0eac5a71c3834`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0eac5a71c3834) - [ED-29037] Fix dynamic buttons (e.g. text style) in full page primary toolbar flickers during the initial load - [`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 ## 7.1.4 ### Patch Changes - Updated dependencies ## 7.1.3 ### Patch Changes - [`555ac8f256674`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/555ac8f256674) - Update menu item icon size to small, tweak paddings and font styles - Updated dependencies ## 7.1.2 ### 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 ## 7.1.1 ### Patch Changes - Updated dependencies ## 7.1.0 ### Minor Changes - [`390ac7cfff929`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/390ac7cfff929) - [https://product-fabric.atlassian.net/browse/ED-24010](ED-24010) - Adds numpad support to the shortcuts for creating headings (Ctrl+Alt+0 to Ctrl+Alt+9) ## 7.0.1 ### Patch Changes - Updated dependencies ## 7.0.0 ### Patch Changes - Updated dependencies ## 6.2.19 ### Patch Changes - [`652bf219a308e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/652bf219a308e) - [ux] ED-28581: Added isSelected state for block type and lists" - [`652bf219a308e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/652bf219a308e) - [ux] ED-28581: isSelected for block type and list - Updated dependencies ## 6.2.18 ### Patch Changes - Updated dependencies ## 6.2.17 ### Patch Changes - Updated dependencies ## 6.2.16 ### Patch Changes - [`51f3f2db61f6e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51f3f2db61f6e) - Update toolbar config across plugins - [`13f464399d1cc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/13f464399d1cc) - PR to cleanup platform_editor_usesharedpluginstatewithselector for block-type - Updated dependencies ## 6.2.15 ### Patch Changes - [`1ab3eb4c56ebb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1ab3eb4c56ebb) - [ux] ED-28581: Registered components for block type and list plugins - Updated dependencies ## 6.2.14 ### Patch Changes - [`a2cd8c46a3e94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2cd8c46a3e94) - EDITOR-1442 Bump adf-schema - Updated dependencies ## 6.2.13 ### Patch Changes - Updated dependencies ## 6.2.12 ### Patch Changes - Updated dependencies ## 6.2.11 ### Patch Changes - [`265c1bf0cefa4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/265c1bf0cefa4) - Sorted type and interface props to improve Atlaskit docs - Updated dependencies ## 6.2.10 ### Patch Changes - Updated dependencies ## 6.2.9 ### 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 ## 6.2.8 ### Patch Changes - Updated dependencies ## 6.2.7 ### Patch Changes - [`57b19274b9fdd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/57b19274b9fdd) - EDITOR-1373 Bump adf-schema version - Updated dependencies ## 6.2.6 ### Patch Changes - Updated dependencies ## 6.2.5 ### Patch Changes - Updated dependencies ## 6.2.4 ### Patch Changes - Updated dependencies ## 6.2.3 ### Patch Changes - Updated dependencies ## 6.2.2 ### Patch Changes - [#200079](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/200079) [`ce48926ed3661`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ce48926ed3661) - Clean up bugfix feature flag ## 6.2.1 ### Patch Changes - Updated dependencies ## 6.2.0 ### Minor Changes - [`428e4e6ff8ac9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/428e4e6ff8ac9) - [ux] ED-28683 register text styles dropdown to new toolbar. add `@atlaskit/editor-plugin-toolbar`, `@atlaskit-editor-toolbar`, `@atlaskit/editor-toolbar-model`, `@atlaskit/css` as dependencies ### Patch Changes - Updated dependencies ## 6.1.3 ### Patch Changes - [#195649](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/195649) [`231bb33e06dfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/231bb33e06dfe) - EDITOR-1131 Bump adf-schema version to 50.2.0 - Updated dependencies ## 6.1.2 ### Patch Changes - Updated dependencies ## 6.1.1 ### Patch Changes - [#191913](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/191913) [`6d1e56695e91d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d1e56695e91d) - EDITOR-1131 Bump adf-schema package to 50.0.0 - Updated dependencies ## 6.1.0 ### Minor Changes - [#189314](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/189314) [`22c6251496010`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22c6251496010) - Exported missing types that were already being inferred from existing exports ### Patch Changes - Updated dependencies ## 6.0.6 ### Patch Changes - [#188518](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188518) [`713b78fb27820`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/713b78fb27820) - Fixed block quote not changing to normal text and splitting tables when normal text is selected in toolbar - Updated dependencies ## 6.0.5 ### Patch Changes - [#185723](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/185723) [`751aeb4580469`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/751aeb4580469) - ED-28315 clean up fg platform_editor_controls_patch_13 ## 6.0.4 ### Patch Changes - [#187144](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/187144) [`a16147d8fbdfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a16147d8fbdfe) - Bump @atlaskit/adf-schema to v49.0.5 - Updated dependencies ## 6.0.3 ### Patch Changes - Updated dependencies ## 6.0.2 ### Patch Changes - [#183109](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/183109) [`3fd4ff5c71ef7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3fd4ff5c71ef7) - Migrate to useSharedPluginStateWithSelector - Updated dependencies ## 6.0.1 ### Patch Changes - Updated dependencies ## 6.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 ## 5.2.6 ### Patch Changes - [#180492](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/180492) [`2341110d5c5a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2341110d5c5a1) - Clean up platform_editor_comments_toolbar_responsiveness ## 5.2.5 ### Patch Changes - [#176627](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/176627) [`fe6d06a268e3b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fe6d06a268e3b) - Add support for future versions for react-intl - Updated dependencies ## 5.2.4 ### Patch Changes - [#173846](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/173846) [`852a3c0aec64b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/852a3c0aec64b) - Clean up platform_editor_controls_patch_10 ## 5.2.3 ### Patch Changes - Updated dependencies ## 5.2.2 ### Patch Changes - Updated dependencies ## 5.2.1 ### Patch Changes - Updated dependencies ## 5.2.0 ### Minor Changes - [#158546](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/158546) [`b7fe4e6f226f3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b7fe4e6f226f3) - ED-27284 use user preferences plugin in editor preset. ### Patch Changes - Updated dependencies ## 5.1.26 ### Patch Changes - [#169224](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/169224) [`95aee735823c6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/95aee735823c6) - [ux] ED-27798: Show T icon for block type plugin toolbar, and show only bold as single button, italic as dropdown in text formatting toolbar ## 5.1.25 ### Patch Changes - Updated dependencies ## 5.1.24 ### Patch Changes - Updated dependencies ## 5.1.23 ### Patch Changes - Updated dependencies ## 5.1.22 ### Patch Changes - Updated dependencies ## 5.1.21 ### Patch Changes - [#161023](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/161023) [`e7a5bec40dfc3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e7a5bec40dfc3) - Fix block type icon when disabled. - Updated dependencies ## 5.1.20 ### Patch Changes - Updated dependencies ## 5.1.19 ### Patch Changes - Updated dependencies ## 5.1.18 ### Patch Changes - [#152650](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/152650) [`d5514d2d48aef`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d5514d2d48aef) - Refactor to use sharedPluginStateHookMigratorFactory ## 5.1.17 ### Patch Changes - Updated dependencies ## 5.1.16 ### Patch Changes - Updated dependencies ## 5.1.15 ### Patch Changes - [#147400](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/147400) [`800ff50276ed7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/800ff50276ed7) - Clean up experiment platform_editor_nested_non_bodied_macros - Updated dependencies ## 5.1.14 ### Patch Changes - [#144898](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/144898) [`b9a10d6716ef4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b9a10d6716ef4) - Enable useSharedPluginStateSelector in block-controls, block-type and breakout plugins - Updated dependencies ## 5.1.13 ### Patch Changes - [#140066](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/140066) [`6f2d7504278cc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6f2d7504278cc) - [ux] Update Test styles icons. - Updated dependencies ## 5.1.12 ### Patch Changes - [#133802](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/133802) [`f523489c8b68a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f523489c8b68a) - [ux] ED-27217 Clean up experiment platform_editor_element_drag_and_drop_nested - Updated dependencies ## 5.1.11 ### Patch Changes - Updated dependencies ## 5.1.10 ### Patch Changes - [#134532](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/134532) [`0348d508d8954`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0348d508d8954) - [ux] Do not show icons in the Text styles dropdown when Editor Controls is disabled - [#134202](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/134202) [`1c44e9c82bcce`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1c44e9c82bcce) - [ux] ED-27384 fix comments toolbar responsiveness ## 5.1.9 ### Patch Changes - Updated dependencies ## 5.1.8 ### Patch Changes - [#130218](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/130218) [`7decc0df6c7e9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7decc0df6c7e9) - [ED-26003] This change is cleaning up the feature gate platform_editor_toolbar_fix_for_disabled_options. - Updated dependencies ## 5.1.7 ### Patch Changes - [#127441](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/127441) [`f2f4b5971e0b2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2f4b5971e0b2) - [ux] Updates Text Formatting toolbar separators, active option style and removes range selection when the toolbar is docked to top. - Updated dependencies ## 5.1.6 ### Patch Changes - Updated dependencies ## 5.1.5 ### Patch Changes - [#126339](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/126339) [`d41ba7595dcd2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d41ba7595dcd2) - [ux] Updates the look of Text Formatting Contextual toolbar dropdowns. ## 5.1.4 ### Patch Changes - Updated dependencies ## 5.1.3 ### Patch Changes - Updated dependencies ## 5.1.2 ### Patch Changes - Updated dependencies ## 5.1.1 ### Patch Changes - Updated dependencies ## 5.1.0 ### Minor Changes - [#120472](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120472) [`4758d7dd443dd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4758d7dd443dd) - [ux] ED-26766 update adf-schema from 47.2.1 to 47.6.0 and adf-schema-json from 1.27.0 to 1.31.0 and feature gated the usage of new prosemirror nodes in blockTypePlugin, expandPlugin, listPlugin and panelPlugin as the new defaults of these nodes support nesting of extensions - [#120472](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120472) [`73c800ab5f2fc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/73c800ab5f2fc) - ED-26766 update adf-schema from 47.2.1 to 47.6.0 and adf-schema-json from 1.27.0 to 1.31.0 ### Patch Changes - [#120007](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120007) [`e87df0a8c73c6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e87df0a8c73c6) - [ux] Do not add headings, lists, layouts, panels in the new QuickInsert menu - Updated dependencies ## 5.0.2 ### Patch Changes - [#120931](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120931) [`624b97c021fea`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/624b97c021fea) - [ux] ED-26676 revert to existing primary toolbar components ## 5.0.1 ### 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 ## 5.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 ## 4.5.0 ### Minor Changes - [#116949](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116949) [`9154f7b89e3d2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9154f7b89e3d2) - [ux] ED-26674 Hiding contextual toolbar menu items when the menu is docked to top ### Patch Changes - Updated dependencies ## 4.4.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 ## 4.3.2 ### Patch Changes - Updated dependencies ## 4.3.1 ### Patch Changes - [#112186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112186) [`9462d8ca2405a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9462d8ca2405a) - Bump adf-schema to 47.2.1 ## 4.3.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 ## 4.2.3 ### Patch Changes - Updated dependencies ## 4.2.2 ### Patch Changes - [#107782](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107782) [`bc422d0adbbb5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc422d0adbbb5) - [ux] ED-26378 remove editor_nest_media_and_codeblock_in_quotes_jira - [#107782](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107782) [`cccc7a8347929`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cccc7a8347929) - [ux] ED-26378 Remove editor_nest_media_and_codeblock_in_quotes_jira and nestMediaAndCodeblockInQuote - Updated dependencies ## 4.2.1 ### Patch Changes - Updated dependencies ## 4.2.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 ## 4.1.6 ### Patch Changes - [#107473](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107473) [`962b3297548df`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/962b3297548df) - [ux] Implement variation 2 for editor contextual toolbar formatting experiment ## 4.1.5 ### Patch Changes - [#107139](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107139) [`3721ee9d53429`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3721ee9d53429) - [ux] ED-26378 Editor Implementation - Clean up previous project FF in blockQuote ## 4.1.4 ### Patch Changes - [#105009](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105009) [`a4039ebf7ed11`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a4039ebf7ed11) - [ux] Implement variant 2 cohorts experience for platform_editor_contextual_formatting_toolbar_v2 experiment - Updated dependencies ## 4.1.3 ### Patch Changes - Updated dependencies ## 4.1.2 ### 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 ## 4.1.1 ### Patch Changes - Updated dependencies ## 4.1.0 ### Minor Changes - [#96424](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96424) [`e14834ad65277`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e14834ad65277) - [ux] Add clear formatting option to text styling menu ## 4.0.14 ### Patch Changes - [#99053](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99053) [`a850374dfb10a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a850374dfb10a) - [ux] ED-26049 Disable text styles menu button if lists are nested inside blockquot ## 4.0.13 ### Patch Changes - Updated dependencies ## 4.0.12 ### Patch Changes - [#180067](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/180067) [`fdee6c449ca83`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fdee6c449ca83) - [ux] Adding block quote as an option to the text formatting menu for full page editors - Updated dependencies ## 4.0.11 ### Patch Changes - [#176596](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/176596) [`86e9b63cc47f0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/86e9b63cc47f0) - Remove internal re-exports - Updated dependencies ## 4.0.10 ### Patch Changes - [#176005](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/176005) [`d4348ed45eed7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d4348ed45eed7) - [ux] When text selection is inside media caption or decision nodes, Main and Floating toolbars should have Lists and Text styles options disabled. ## 4.0.9 ### Patch Changes - [#172933](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/172933) [`8323af2381d00`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8323af2381d00) - [ux] Arranges items in the Selection toolbar under the Contextual toolbar experiment flag - Updated dependencies ## 4.0.8 ### Patch Changes - Updated dependencies ## 4.0.7 ### Patch Changes - Updated dependencies ## 4.0.6 ### Patch Changes - [#165765](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165765) [`3f441f30e6507`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3f441f30e6507) - Bump adf-schema to 46.0.0 - Updated dependencies ## 4.0.5 ### Patch Changes - Updated dependencies ## 4.0.4 ### Patch Changes - [#165097](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165097) [`0bca145c96b65`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0bca145c96b65) - [ux] Adds test styles options to the Selection toolbar under Contextual toolbar experiment - Updated dependencies ## 4.0.3 ### Patch Changes - [#159777](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/159777) [`e708d0a9e4b36`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e708d0a9e4b36) - Refactoring plugins to meet folder standards. - Updated dependencies ## 4.0.2 ### Patch Changes - [#159176](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/159176) [`8f1d77592a9dc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8f1d77592a9dc) - Bump adf-schema to 44.2.0 ## 4.0.1 ### Patch Changes - Updated dependencies ## 4.0.0 ### Major Changes - [#156509](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/156509) [`c58ae26b37318`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c58ae26b37318) - Fix versions for tmp-editor-statsig (major used to force dependers to release new versions) ## 3.16.5 ### Patch Changes - [#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 - Updated dependencies ## 3.16.4 ### Patch Changes - [#154186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154186) [`5c316170d29dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c316170d29dd) - Bump @atlaskit/adf-schema to 42.3.1 - Updated dependencies ## 3.16.3 ### Patch Changes - Updated dependencies ## 3.16.2 ### Patch Changes - [#152510](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152510) [`dcf9edde7ac7b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dcf9edde7ac7b) - bump adf-schema to 42.0.1 - Updated dependencies ## 3.16.1 ### Patch Changes - [#152019](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152019) [`5f7f23dd0c612`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5f7f23dd0c612) - [ux] ED-25082: Added editor custom font tokens and use them for normal texts and paragraph texts" - Updated dependencies ## 3.16.0 ### Minor Changes - [#151190](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151190) [`a3723b1cdede2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a3723b1cdede2) - [ux] [ED-25037] this change bumps @atlaskit/adf-schema from 40.9.0 to 40.9.4 which makes the blockquote selectable, adds missing marks to the PM node spec and fixes a bug that converted pasted external images to media groups. ### Patch Changes - Updated dependencies ## 3.15.9 ### Patch Changes - [#150384](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/150384) [`6d48c5b6ce65e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6d48c5b6ce65e) - [ED-25083] Typograpghy migration ## 3.15.8 ### Patch Changes - Updated dependencies ## 3.15.7 ### Patch Changes - Updated dependencies ## 3.15.6 ### Patch Changes - [#147080](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147080) [`3c9bbcfd3436f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3c9bbcfd3436f) - [ux] [ED-24900] This change fixes a bug when deleting media groups from empty panels and blockquotes with Backspace. ## 3.15.5 ### 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 ## 3.15.4 ### Patch Changes - [#145991](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/145991) [`07586b8ad11ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/07586b8ad11ec) - [ux] [ED-24900] This change handles deleting nested media groups inside blockquotes via the backspace key. ## 3.15.3 ### Patch Changes - Updated dependencies ## 3.15.2 ### Patch Changes - Updated dependencies ## 3.15.1 ### Patch Changes - Updated dependencies ## 3.15.0 ### Minor Changes - [#142806](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/142806) [`f73667130fb7d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f73667130fb7d) - [ux] Update styles for nested dnd to only apply to full page editor. Removed blockquoteSharedStylesNew export. ### Patch Changes - Updated dependencies ## 3.14.9 ### Patch Changes - [#141778](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/141778) [`1c6f578277694`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c6f578277694) - ED-24870 & ED-24864 - Add the logic to gate the nested media in quotes functionality behind the nest-media-and-codeblock-in-quote experiment. Also adjust the logic so the nested expands are now behind the nested-expand-in-expand experiment. ## 3.14.8 ### Patch 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 - [#141594](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/141594)