UNPKG

@atlaskit/editor-plugin-card

Version:

Card plugin for @atlaskit/editor-core

2,025 lines (1,207 loc) 151 kB
# @atlaskit/editor-plugin-card ## 16.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 ## 15.0.0 ### Patch Changes - Updated dependencies ## 14.1.2 ### Patch Changes - [`ef22944bdbbdf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef22944bdbbdf) - Migrate smart link visited analytics from UI event to track event. The `ui.smartLink.visited` event has been replaced with `track.smartLink.visited` to better capture engagement metrics for smart links. This change is gated behind the `cc_integrations_editor_open_link_click_analytics` feature flag and includes additional attributes (displayCategory, extensionKey, status, statusDetails) when the flag is enabled. - Updated dependencies ## 14.1.1 ### 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 ## 14.1.0 ### Minor Changes - [`e643f1adf62c9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e643f1adf62c9) - Add resolvedInlineSmartLinks to CardPluginState, a generic ordered list of inline smart links that have resolved during the editing session. Each entry tracks pos, url, and source, with positions remapped on document changes. InlineCardNodeView reads this list and passes isChangeboardTarget to SmartLinkDraggable based on the first entry, enabling Product Onboarding spotlight targeting. Gated behind cc_dnd_smart_link_changeboard_po_template_gate. ### Patch Changes - Updated dependencies ## 14.0.8 ### Patch Changes - Updated dependencies ## 14.0.7 ### Patch Changes - Updated dependencies ## 14.0.6 ### Patch Changes - Updated dependencies ## 14.0.5 ### Patch Changes - Updated dependencies ## 14.0.4 ### Patch Changes - Updated dependencies ## 14.0.3 ### Patch Changes - Updated dependencies ## 14.0.2 ### Patch Changes - [`24dad72901730`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/24dad72901730) - Editor-6083: Fix border no shown when resize embed inside synced block - Updated dependencies ## 14.0.1 ### Patch Changes - [`1bd6f56c55358`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1bd6f56c55358) - Add gated analytics for Smart Link go-to-link actions, including extensionKey, status, and statusDetails, with supporting editor/card test updates. - Updated dependencies ## 14.0.0 ### Major Changes - [`6bdbecda5afa7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6bdbecda5afa7) - Clean up editor_fix_embed_width_expand ### Patch Changes - Updated dependencies ## 13.1.20 ### Patch Changes - Updated dependencies ## 13.1.19 ### Patch Changes - [`27529d2f5ddfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/27529d2f5ddfe) - Update README.md and 0-intro.tsx - Updated dependencies ## 13.1.18 ### Patch Changes - [`82c0224977f47`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/82c0224977f47) - Update README.md and 0-intro.tsx - Updated dependencies ## 13.1.17 ### Patch Changes - Updated dependencies ## 13.1.16 ### Patch Changes - Updated dependencies ## 13.1.15 ### Patch Changes - Updated dependencies ## 13.1.14 ### Patch Changes - Updated dependencies ## 13.1.13 ### Patch Changes - Updated dependencies ## 13.1.12 ### Patch Changes - Updated dependencies ## 13.1.11 ### Patch Changes - Updated dependencies ## 13.1.10 ### Patch Changes - Updated dependencies ## 13.1.9 ### Patch Changes - Updated dependencies ## 13.1.8 ### Patch Changes - Updated dependencies ## 13.1.7 ### Patch Changes - Updated dependencies ## 13.1.6 ### Patch Changes - [`5979ce2baa3ea`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5979ce2baa3ea) - Mechanical type-import autofix for rendering and provider packages. - [`5892e575833a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5892e575833a1) - Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme` - Updated dependencies ## 13.1.5 ### Patch Changes - Updated dependencies ## 13.1.4 ### Patch Changes - Updated dependencies ## 13.1.3 ### Patch Changes - Updated dependencies ## 13.1.2 ### Patch Changes - [`2116707c51d9b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2116707c51d9b) - [ux] Add SmartLinkDraggable wrapping to BlockCard and EmbedCard. Add stopEvent to prevent ProseMirror from intercepting drag events on smart-element-link. Remove double feature gating in inlineCard. - Updated dependencies ## 13.1.1 ### Patch Changes - Updated dependencies ## 13.1.0 ### Minor Changes - [`df047c96e4f78`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/df047c96e4f78) - Refresh cash for a smart card if it's not been fetched before ### Patch Changes - Updated dependencies ## 13.0.9 ### Patch Changes - Updated dependencies ## 13.0.8 ### Patch Changes - Updated dependencies ## 13.0.7 ### Patch Changes - Updated dependencies ## 13.0.6 ### Patch Changes - Updated dependencies ## 13.0.5 ### Patch Changes - Updated dependencies ## 13.0.4 ### Patch Changes - Updated dependencies ## 13.0.3 ### Patch Changes - Updated dependencies ## 13.0.2 ### Patch Changes - [`14aa7871be0b7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/14aa7871be0b7) - [ux] EDITOR-5513: fix(editor-plugin-card): guard inline card cleanup to dispatch removeCard at most once per effect cycle - Updated dependencies ## 13.0.1 ### Patch Changes - Updated dependencies ## 13.0.0 ### Minor Changes - [`0fda7892b26bc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0fda7892b26bc) - [ux] Remove useSmartCardReloadAfterCache hook ### Patch Changes - Updated dependencies ## 12.4.3 ### Patch Changes - Updated dependencies ## 12.4.2 ### Patch Changes - [`1d6c102310afb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d6c102310afb) - [ux] Use editor-smart-link-draggable package ti implement React-based drag preview, and design system compliance. Updated editor-plugin-card to reference the new package. - Updated dependencies ## 12.4.1 ### Patch Changes - Updated dependencies ## 12.4.0 ### Minor Changes - [`06576a95fd8a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/06576a95fd8a9) - lower jira legacy macro search ranking ### Patch Changes - Updated dependencies ## 12.3.19 ### Patch Changes - Updated dependencies ## 12.3.18 ### Patch Changes - [`8d4d473fe4cd8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8d4d473fe4cd8) - Only reload cached smartlinks when the url changes and we sucessfully got the data from cache - Updated dependencies ## 12.3.17 ### Patch Changes - Updated dependencies ## 12.3.16 ### Patch Changes - Updated dependencies ## 12.3.15 ### Patch Changes - Updated dependencies ## 12.3.14 ### Patch Changes - Updated dependencies ## 12.3.13 ### Patch Changes - Updated dependencies ## 12.3.12 ### 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 ## 12.3.11 ### Patch Changes - Updated dependencies ## 12.3.10 ### Patch Changes - Updated dependencies ## 12.3.9 ### Patch Changes - Updated dependencies ## 12.3.8 ### Patch Changes - Updated dependencies ## 12.3.7 ### Patch Changes - Updated dependencies ## 12.3.6 ### Patch Changes - Updated dependencies ## 12.3.5 ### Patch Changes - Updated dependencies ## 12.3.4 ### Patch Changes - [`edd1a9cea5ca1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/edd1a9cea5ca1) - Make sure exposure fires regardless of whether the url is in cache ## 12.3.3 ### Patch Changes - Updated dependencies ## 12.3.2 ### Patch Changes - [`7ba3979b92b42`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7ba3979b92b42) - Remove platform_synced_block_dogfooding feature gate - Updated dependencies ## 12.3.1 ### Patch Changes - Updated dependencies ## 12.3.0 ### Minor Changes - [`506d872ef2503`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/506d872ef2503) - Add smartlink response caching to browser storage to reduce layoutshift on transition and page load ### Patch Changes - Updated dependencies ## 12.2.5 ### Patch Changes - Updated dependencies ## 12.2.4 ### Patch Changes - Updated dependencies ## 12.2.3 ### Patch Changes - Updated dependencies ## 12.2.2 ### Patch Changes - Updated dependencies ## 12.2.1 ### Patch Changes - Updated dependencies ## 12.2.0 ### Minor Changes - [`110cf61eebfdd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/110cf61eebfdd) - [ux] Cleanup prompt_whiteboard_competitor_link_gate ### Patch Changes - Updated dependencies ## 12.1.5 ### Patch Changes - Updated dependencies ## 12.1.4 ### Patch Changes - [`5c3f8d87c2290`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5c3f8d87c2290) - Cleanup general AIFC bug fix feature gate - Updated dependencies ## 12.1.3 ### Patch Changes - Updated dependencies ## 12.1.2 ### Patch Changes - [`7080196995b11`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7080196995b11) - Cleaning up FG platform_editor_ai_generic_prep_for_aifc - Updated dependencies ## 12.1.1 ### Patch Changes - Updated dependencies ## 12.1.0 ### Minor Changes - [`77df724ec737e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/77df724ec737e) - [https://product-fabric.atlassian.net/browse/ED-28631](ED-28631) - cleanup the platform_editor_smart_card_otp Statsig experiment ### Patch Changes - Updated dependencies ## 12.0.2 ### Patch Changes - [`b429c01ce6af9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b429c01ce6af9) - icon migration entry point update - Updated dependencies ## 12.0.1 ### Patch Changes - [`e56d251bf0184`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e56d251bf0184) - [EDITOR-3966] Fix embed sizing issue in sync block - Updated dependencies ## 12.0.0 ### Patch Changes - Updated dependencies ## 11.6.0 ### Minor Changes - [`82d57d01a0f61`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/82d57d01a0f61) - Distinguish between collab offline and internet offline cases for connectivity mode ### Patch Changes - Updated dependencies ## 11.5.15 ### Patch Changes - Updated dependencies ## 11.5.14 ### Patch Changes - Updated dependencies ## 11.5.13 ### Patch Changes - [`722f272e8b78f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/722f272e8b78f) - Editor-2778: Smartlink card and embed transform - Updated dependencies ## 11.5.12 ### Patch Changes - [`90abe9b926a6f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/90abe9b926a6f) - Icon entrypoint migration - Updated dependencies ## 11.5.11 ### Patch Changes - Updated dependencies ## 11.5.10 ### Patch Changes - [`2e389ee54c1f1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e389ee54c1f1) - Update gates to roll out minor updates faster - Updated dependencies ## 11.5.9 ### Patch Changes - [`e3779b75fdeca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3779b75fdeca) - EDITOR-1643 Promote syncBlock and bodiedSyncBlock to full schema - Updated dependencies ## 11.5.8 ### Patch Changes - [`55920a92e882a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55920a92e882a) - tsignores added for help-center local consumpton removed - Updated dependencies ## 11.5.7 ### Patch Changes - Updated dependencies ## 11.5.6 ### 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 ## 11.5.5 ### Patch Changes - [`0d237a5696b06`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d237a5696b06) - Uncoupled several block of changes from the aifc FG and moved them behind their own FG so they can be rolled out quicker - Updated dependencies ## 11.5.4 ### Patch Changes - [`a05464ea42678`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a05464ea42678) - EDITOR-2791 bump adf-schema - Updated dependencies ## 11.5.3 ### Patch Changes - [`4cab7924c4af0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4cab7924c4af0) - [ux] Clean up editor_inline_comments_paste_insert_nodes - Updated dependencies ## 11.5.2 ### Patch Changes - Updated dependencies ## 11.5.1 ### Patch Changes - Updated dependencies ## 11.5.0 ### Minor Changes - [`e5c510a42227e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5c510a42227e) - [ux] Disable preview modals within preview panels ### Patch Changes - Updated dependencies ## 11.4.5 ### Patch Changes - Updated dependencies ## 11.4.4 ### Patch Changes - [`21fe79119fe74`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/21fe79119fe74) - EDITOR-2447 Bump adf-schema to 51.3.2 - Updated dependencies ## 11.4.3 ### Patch Changes - [`9854f5d3e02e7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9854f5d3e02e7) - EDITOR-2416: Add a fatal error position map to cache errors to prevent the failed link conversion to run multiple times for the same links at the same positions. - [`c28cd65d12c24`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c28cd65d12c24) - EDITOR-2447 Bump adf-schema to 51.3.1 - Updated dependencies ## 11.4.2 ### Patch Changes - [`57a9de1ebc5db`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/57a9de1ebc5db) - fix: remove unnecessary re-renders in smart card node views - Updated dependencies ## 11.4.1 ### Patch Changes - [`3660feecde98f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3660feecde98f) - upgrade use of browser util - Updated dependencies ## 11.4.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 - Updated dependencies ## 11.3.3 ### Patch Changes - Updated dependencies ## 11.3.2 ### Patch Changes - Updated dependencies ## 11.3.1 ### Patch Changes - [`1a90419a2ae30`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a90419a2ae30) - [ED-29484] remove references to platform_editor_smart_link_cmd_ctrl_click - Updated dependencies ## 11.3.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 ## 11.2.2 ### Patch Changes - [`6b08c3a8cde08`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6b08c3a8cde08) - Construct confluence url from smart card embed preview href when smart card url is short confluence url, in the form "{host}/wiki/x/{hash}" - Updated dependencies ## 11.2.1 ### Patch Changes - Updated dependencies ## 11.2.0 ### Minor Changes - [`3dfc071fcc15b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3dfc071fcc15b) - [ux] Repositions the preview panel button inside the floating toolbar so that it is next to the open in new tab button ## 11.1.1 ### Patch Changes - Updated dependencies ## 11.1.0 ### Minor Changes - [`1288c1bfb6ef4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1288c1bfb6ef4) - [https://product-fabric.atlassian.net/browse/ED-29443](ED-29443) - render SmartCard instead of CardSSR if no smart card SSR data available ### Patch Changes - Updated dependencies ## 11.0.2 ### Patch Changes - [`76ffc91d514f3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/76ffc91d514f3) - Changed packages over to using the generic AIFC FG rather then an experiment - Updated dependencies ## 11.0.1 ### Patch Changes - [`49444f7239178`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/49444f7239178) - Added analytics events to preview panel hover overlays and toolbar button - Updated dependencies ## 11.0.0 ### Patch Changes - Updated dependencies ## 10.2.0 ### Minor Changes - [`687c1b8fa7801`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/687c1b8fa7801) - EDITOR-1566 bump adf-schema + update validator ### Patch Changes - Updated dependencies ## 10.1.6 ### Patch Changes - [`bb4166f191a3f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bb4166f191a3f) - [ux] EDITOR-1520 - addToHistory false and not scrollIntoView for smart card to link tr - Updated dependencies ## 10.1.5 ### Patch Changes - [`6b6eca9cee16d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6b6eca9cee16d) - Switch to use editorExperiment to use productKey for responsive preview panel changes. - Updated dependencies ## 10.1.4 ### Patch Changes - Updated dependencies ## 10.1.3 ### Patch Changes - [`1c474ad18f3ac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1c474ad18f3ac) - [ED-28566] Clean up platform_editor_controls_patch_15 - Updated dependencies ## 10.1.2 ### Patch Changes - [`13e707b0d5324`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/13e707b0d5324) - Hydration fixes for card plugin ContentComponent - Updated dependencies ## 10.1.1 ### Patch Changes - [`910ca893a9910`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/910ca893a9910) - ED-29307: experiment config clean up - Updated dependencies ## 10.1.0 ### Minor Changes - [`b367661ba720e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b367661ba720e) - EDITOR-1562 bump adf-schema for afm ### Patch Changes - Updated dependencies ## 10.0.0 ### Patch Changes - Updated dependencies ## 9.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 ## 9.0.1 ### Patch Changes - Updated dependencies ## 9.0.0 ### Patch Changes - [`0d0fe7a300841`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d0fe7a300841) - Cleanup platform_editor_usesharedpluginstatewithselector experiment - BREAKING CHANGE: sharedPluginStateHookMigratorFactory is deleted from @atlaskit/editor-common - Updated dependencies ## 8.1.0 ### Minor Changes - [`c0113eeccb2df`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c0113eeccb2df) - [ux] ED-29120 add a new config option for default editor preset (`toolbar.enableNewToolbarExperience`) which allows the new toolbar to be disabled. This is needed for editors that can't be excluded at the experiment level. ### Patch Changes - Updated dependencies ## 8.0.1 ### Patch Changes - [`e5001e144b74e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5001e144b74e) - Internal changes to how border radius is applied. - Updated dependencies ## 8.0.0 ### Patch Changes - Updated dependencies ## 7.7.3 ### Patch Changes - [`05bf548de34be`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/05bf548de34be) - PR to cleanup platform_editor_usesharedpluginstatewithselector for card - Updated dependencies ## 7.7.2 ### Patch Changes - Updated dependencies ## 7.7.1 ### Patch Changes - [`bfec478c9e91b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bfec478c9e91b) - Splits platform_editor_preview_panel_linking_exp into one for Jira and one for Confluence and switches to editorExperiment util. - Updated dependencies ## 7.7.0 ### Minor Changes - [`f1c44645de4a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f1c44645de4a1) - [https://product-fabric.atlassian.net/browse/ED-29133](ED-29133) - editor smart cards hydration was improved ### Patch Changes - Updated dependencies ## 7.6.0 ### Minor Changes - [`5763f85b421a2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5763f85b421a2) - - The new method `getCacheStatusForNode` is added to `NodeDataProvider` class to get the cache status for a given node. - The `CardSSR` component will start supporting `hideIconLoadingSkeleton` property for any type of smart card. ### Patch Changes - [`a2cd8c46a3e94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2cd8c46a3e94) - EDITOR-1442 Bump adf-schema - Updated dependencies ## 7.5.1 ### Patch Changes - Updated dependencies ## 7.5.0 ### Minor Changes - [`22e6e9fdea37a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22e6e9fdea37a) - Debounced embed card ### Patch Changes - Updated dependencies ## 7.4.9 ### Patch Changes - [`ffc3ef708967c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ffc3ef708967c) - [ux] Adds an optional disablePreviewPanel prop on a smartcard to allow consumers opt out of opening Preview Panel by default when a smartlink is clicked. - Updated dependencies ## 7.4.8 ### Patch Changes - [`265c1bf0cefa4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/265c1bf0cefa4) - Sorted type and interface props to improve Atlaskit docs - Updated dependencies ## 7.4.7 ### Patch Changes - Updated dependencies ## 7.4.6 ### Patch Changes - [`57b19274b9fdd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/57b19274b9fdd) - EDITOR-1373 Bump adf-schema version - Updated dependencies ## 7.4.5 ### Patch Changes - [`13c698778e3c6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/13c698778e3c6) - [ux] Atlaspack version bump - Updated dependencies ## 7.4.4 ### Patch Changes - [`20d3223b57972`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/20d3223b57972) - Opted out of debounced portal provider - [`0412437292a6d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0412437292a6d) - Switches linking changes for Preview Panel from FG to an experiment. - Updated dependencies ## 7.4.3 ### Patch Changes - Updated dependencies ## 7.4.2 ### Patch Changes - Updated dependencies ## 7.4.1 ### Patch Changes - [`598cea2432fa9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/598cea2432fa9) - [ux] UI and behaviour updates of the HoverLinkOverlay for the Preview Panels. - Updated dependencies ## 7.4.0 ### Minor Changes - [`bd14b2c6330ba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd14b2c6330ba) - [https://product-fabric.atlassian.net/browse/ED-28981](ED-28981) - use `CardSSR` component for smart card SSR ### Patch Changes - Updated dependencies ## 7.3.1 ### Patch Changes - [`a32e07a545f72`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a32e07a545f72) - [ux] Adds 'Open preview panel' button to the smartlink toolbar when the panel is supported. - Updated dependencies ## 7.3.0 ### Minor Changes - [#198611](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/198611) [`a608f23cb3d4e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a608f23cb3d4e) - [https://product-fabric.atlassian.net/browse/ED-28628](ED-28628) - add SSR support for smart cards ### Patch Changes - Updated dependencies ## 7.2.7 ### Patch Changes - [#196532](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/196532) [`7c7986b4858da`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7c7986b4858da) - Cleanup FG platform_ssr_smartlinks_editor - Updated dependencies ## 7.2.6 ### 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 ## 7.2.5 ### Patch Changes - Updated dependencies ## 7.2.4 ### 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 ## 7.2.3 ### Patch Changes - [#190588](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/190588) [`b22e308cfd320`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b22e308cfd320) - Replace experiment key platform_editor_useSharedPluginStateSelector with platform_editor_useSharedPluginStateWithSelector - Updated dependencies ## 7.2.2 ### Patch Changes - [#191381](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/191381) [`efd66bb003bb4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/efd66bb003bb4) - [ux] Show warning on embed option in smart link card appearance dropdown - Updated dependencies ## 7.2.1 ### Patch Changes - [#185241](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/185241) [`0d1bffce3fedd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d1bffce3fedd) - [ux] View embed as block card when page width smaller or equal to 600px - Updated dependencies ## 7.2.0 ### Minor Changes - [#189119](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/189119) [`3422f57cf2b75`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3422f57cf2b75) - Removing linking_platform_smart_links_in_live_pages FF ### Patch Changes - [#187274](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/187274) [`06b83ebb34346`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/06b83ebb34346) - [ux] ED-28390 platformise open hover button - [#187671](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/187671) [`f0b9b62ce032f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f0b9b62ce032f) - [ux] ED-28547: Added hover card when hover smartlinks - Updated dependencies ## 7.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 ## 7.0.10 ### Patch Changes - [#188597](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188597) [`4de5a96f3e24c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4de5a96f3e24c) - [ED-28523] Enable new editor element toolbars UI for Jira - Updated dependencies ## 7.0.9 ### Patch Changes - [#185723](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/185723) [`751aeb4580469`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/751aeb4580469) - ED-28315 clean up fg platform_editor_controls_patch_13 - Updated dependencies ## 7.0.8 ### Patch Changes - Updated dependencies ## 7.0.7 ### Patch Changes - [#183772](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/183772) [`8b2280a6cd32a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8b2280a6cd32a) - [ux] ED-28391: Added panel hover button for jira in edit mode" - Updated dependencies ## 7.0.6 ### Patch Changes - [#187144](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/187144) [`a16147d8fbdfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a16147d8fbdfe) - Bump @atlaskit/adf-schema to v49.0.5 - Updated dependencies ## 7.0.5 ### Patch Changes - Updated dependencies ## 7.0.4 ### Patch Changes - [#184895](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/184895) [`facd697d9125e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/facd697d9125e) - Cleanup feature gate to remove card from state on destroy. - Updated dependencies ## 7.0.3 ### Patch Changes - Updated dependencies ## 7.0.2 ### Patch Changes - [#182839](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/182839) [`81f1c3383bdab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/81f1c3383bdab) - refactor: use useSharedPluginStateWithSelector instead of useSharedPluginStateSelector - Updated dependencies ## 7.0.1 ### Patch Changes - Updated dependencies ## 7.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 ## 6.8.0 ### Minor Changes - [#180491](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/180491) [`33c19072599ca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/33c19072599ca) - Tidied up smart card overlay experiment ### Patch Changes - Updated dependencies ## 6.7.1 ### Patch Changes - [#179868](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/179868) [`87856dbd47c93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87856dbd47c93) - [ux] [ED-27899] Fix separators and order for plain links - Updated dependencies ## 6.7.0 ### Minor Changes - [#177020](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/177020) [`206ae7b37b4af`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/206ae7b37b4af) - [ux] Add Competitor Prompt for Embed Smart Link ### Patch Changes - Updated dependencies ## 6.6.15 ### Patch Changes - [#177081](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/177081) [`5eaa21607233e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5eaa21607233e) - [ux] [ED-28011] Add separator before 'Open link in new tab' button in card toolbar - Updated dependencies ## 6.6.14 ### Patch Changes - [#175339](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/175339) [`d4115e4055a0a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d4115e4055a0a) - ED-28314 Cleanup platform_editor_controls_patch_12 - Updated dependencies ## 6.6.13 ### Patch Changes - Updated dependencies ## 6.6.12 ### Patch Changes - [#174371](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/174371) [`05fc53f9168ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/05fc53f9168ae) - Merge visitCardLink and visitCardLinkAnalyticsOnly functions ## 6.6.11 ### Patch Changes - [#174579](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/174579) [`523619ae64bbd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/523619ae64bbd) - [ux] Clean up feature gate smart_link_editor_update_toolbar_open_link - Updated dependencies ## 6.6.10 ### Patch Changes - [#174513](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/174513) [`9190f78c5c704`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9190f78c5c704) - Remove platform_editor_exp_disable_lnv experiment key. - Updated dependencies ## 6.6.9 ### Patch Changes - [#173379](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/173379) [`99e2b882f5cf0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/99e2b882f5cf0) - Clean up platform_editor_controls_patch_3 - Updated dependencies ## 6.6.8 ### Patch Changes - [#172583](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/172583) [`40f387a0c0962`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/40f387a0c0962) - Clean up platform_editor_controls_patch_2 - Updated dependencies ## 6.6.7 ### Patch Changes - Updated dependencies ## 6.6.6 ### Patch Changes - Updated dependencies ## 6.6.5 ### Patch Changes - Updated dependencies ## 6.6.4 ### Patch Changes - [#169870](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/169870) [`07d290a3b8ee1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/07d290a3b8ee1) - [ED-28198] Add tooltip for edit link toolbar icon button - Updated dependencies ## 6.6.3 ### Patch Changes - [#166368](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/166368) [`5f46eb74d8fa5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5f46eb74d8fa5) - [ux] ED-27810: Added the link preference button when control is on ## 6.6.2 ### Patch Changes - Updated dependencies ## 6.6.1 ### Patch Changes - [#165113](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/165113) [`867bcb05452bf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/867bcb05452bf) - Cleaned up platform_editor_controls_patch_analytics and platform_editor_controls_patch_analytics_2 - Updated dependencies ## 6.6.0 ### Minor Changes - [#166813](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/166813) [`31f2603b81531`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31f2603b81531) - [ux] Adjust optional CompetitorPrompt component type ### Patch Changes - Updated dependencies ## 6.5.4 ### Patch Changes - [#166381](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/166381) [`e7b0081a1b221`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e7b0081a1b221) - EDM-12154 cleaning up hardcoded embed only on new line feature flag - Updated dependencies ## 6.5.3 ### Patch Changes - Updated dependencies ## 6.5.2 ### Patch Changes - Updated dependencies ## 6.5.1 ### Patch Changes - [#165822](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/165822) [`abe794a9fdd4f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/abe794a9fdd4f) - ED-28147 fix exposure and gating for smart link cmd or ctrl click ## 6.5.0 ### Minor Changes - [#161907](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/161907) [`0f083a35b280f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0f083a35b280f) - [ux] Add optional CompetitorPrompt component to display for Smart Link card for experiment ### Patch Changes - Updated dependencies ## 6.4.5 ### Patch Changes - [#163546](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/163546) [`d3faab1b963ad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d3faab1b963ad) - [ux] ED-28147 smart link support for cmd/ctrl click to open in new tab - Updated dependencies ## 6.4.4 ### Patch Changes - Updated dependencies ## 6.4.3 ### Patch Changes - Updated dependencies ## 6.4.2 ### Patch Changes - [#163183](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/163183) [`90c987607095d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/90c987607095d) - Disable lazy node view behind an experiment - Updated dependencies ## 6.4.1 ### Patch Changes - [#161870](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/161870) [`f2008aed97498`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2008aed97498) - Set default value of open text to null - Updated dependencies ## 6.4.0 ### Minor Changes - [#161266](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/161266) [`3eb1f4c974f21`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3eb1f4c974f21) - Improved load performance by moving recalculate logic on interaction ### Patch Changes - Updated dependencies ## 6.3.3 ### Patch Changes - [#159655](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/159655) [`24f8c627d50f2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/24f8c627d50f2) - ## WHAT? Remove experimental graceful edit mode from view mode plugin and associated props. ## WHY? This experiment is being cleaned up and we are no longer proceeding in this direction. ## HOW to adjust? This experiment was only enabled for Confluence and should not have been enabled in other places. If for some reason any of the following props/state/methdos were used please remove them: - isConsumption - contentMode - initialContentMode - updateContentMode - Updated dependencies ## 6.3.2 ### Patch Changes - [#159351](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/159351) [`8932459025c73`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8932459025c73) - Move card removal to unmounting of component. - Updated dependencies ## 6.3.1 ### Patch Changes - Updated dependencies ## 6.3.0 ### Minor Changes - [#157092](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/157092) [`87491e7b53b65`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87491e7b53b65) - We are testing the migration to the ADS Link component behind a feature flag. If this fix is successful it will be available in a later release. ### Patch Changes - Updated dependencies ## 6.2.0 ### Minor Changes - [#158037](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/158037) [`f217faa73de90`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f217faa73de90) - [ux] ENGHEALTH-30614 updating legacy icon imports for iconography uplift migration linking platform ### Patch Changes - Updated dependencies ## 6.1.3 ### Patch Changes - [#150558](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/150558) [`2b8be3c33b348`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2b8be3c33b348) - ED-27612: prevent infinite loop on card delete - Updated dependencies ## 6.1.2 ### Patch Changes - Updated dependencies ## 6.1.1 ### Patch Changes - Updated dependencies ## 6.1.0 ### Minor Changes - [#151988](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/151988) [`40cc12e3c4d9a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/40cc12e3c4d9a) - [ux] Add optional CompetitorPrompt component for experiment ### Patch Changes - Updated dependencies ## 6.0.2 ### Patch Changes - [#154277](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/154277) [`84e1566863396`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/84e1566863396) - [ux] ED-27809 Update edit button for datasource link toolbars so users can update search query - Updated dependencies ## 6.0.1 ### Patch Changes - [#147070](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/147070) [`9fec1cb4ec861`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9fec1cb4ec861) - Migrate Card plugin to use useSharedPluginStateSelector - Updated dependencies ## 6.0.0 ### Patch Changes - Updated dependencies ## 5.4.31 ### Patch Changes - [#153459](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/153459) [`56a72b77265db`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/56a72b77265db) - [ux] Show smart link open button overlay in chromeless editor - Updated dependencies ## 5.4.30 ### Patch Changes - [#153256](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/153256) [`3644fbe36073d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3644fbe36073d) - [ux] When ViewAll dropdown closes via ESC key press or submenus close via ESC or Enter, the focus is set on ViewAll button. - Updated dependencies ## 5.4.29 ### Patch Changes - Updated dependencies ## 5.4.28 ### Patch Changes - Updated dependencies ## 5.4.27 ### Patch Changes - [#150983](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/150983) [`a363af43f9cd6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a363af43f9cd6) - [ux] Adds i18n title for Open button that is shown on hovering a smartlink. - Updated dependencies ## 5.4.26 ### Patch Changes - [#149482](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/149482) [`1f1f73876c3c8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1f1f73876c3c8) - ED-27860 Add analytics for copy and delete button in floating toolbars - Updated dependencies ## 5.4.25 ### Patch Changes - [#149184](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/149184) [`2df75499ccc98`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2df75499ccc98) - Cleanup feature gate to fix plugin state on card plugin. - [#149530](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/149530) [`a432884180253`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a432884180253) - Sends SmartLink Visited event with additional input methods depending on the way the link was opened. - Updated dependencies ## 5.4.24 ### Patch Changes - [#148769](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/148769) [`4d875576ce223`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4d875576ce223) - [ux] Update link button to be an anchor - Updated dependencies ## 5.4.23 ### Patch Changes - Updated dependencies ## 5.4.22 ### Patch Changes - Updated dependencies ## 5.4.21 ### Patch Changes - [#146194](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/146194) [`dc301c3dad7a8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dc301c3dad7a8) - [ux] Feature gate cleanup: platform-editor-plugin-card-icon-migration - Updated dependencies ## 5.4.20 ### Patch Changes - [#145382](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/145382) [`09a75a68f9d26`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/09a75a68f9d26) - Clean up FG linking-platform-contenteditable-false-live-view - Updated dependencies ## 5.4.19 ### Patch Changes - [#145180](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/145180) [`46856892862ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/46856892862ec) - Clean up FG platform_linking_enable_transaction_filtering - Updated dependencies ## 5.4.18 ### Patch Changes - [#144194](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/144194) [`542b82e03416e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/542b82e03416e) - [ux] Remove separators within group in Editor floating toolbar - Updated dependencies ## 5.4.17 ### Patch Changes - [#144829](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/144829) [`14b488c2295de`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/14b488c2295de) - [ux] ED27537 Update alignment dropdown in media and embed card floating toolbar - Updated dependencies ## 5.4.16 ### Patch Changes - [#142352](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/142352) [`05903fde6d94d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/05903fde6d94d) - Internal change to use Compiled variant of `@atlaskit/primitives`. - Updated dependencies ## 5.4.15 ### Patch Changes - Updated dependencies ## 5.4.14 ### Patch Changes - [#143317](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/143317) [`9af7f0abb556d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9af7f0abb556d) - Add placeholder replace for SSRed element to ignore recalculation on TTVC - Updated dependencies ## 5.4.13 ### Patch Changes - [#141796](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/141796) [`79a03eeb47e72`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/79a03eeb47e72) - [ux] Fix truncate issue for open button text when hover on smart link - Updated dependencies ## 5.4.12 ### Patch Changes - [#139216](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/139216) [`e8f596d2b1910`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e8f596d2b1910) - [ux] Cleaned up platform_editor_controls_patch_1 FG - Updated dependencies ## 5.4.11 ### Patch Changes - Updated dependencies ## 5.4.10 ### Patch Changes - [#135796](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/135796) [`6cec67e75af40`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6cec67e75af40) - [ux] Fix open button text not display consistantly - Updated dependencies ## 5.4.9 ### Patch Changes - Updated dependencies ## 5.4.8 ### Patch Changes - [#134468](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/134468) [`e312ec529d05a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e312ec529d05a) - [ux] Apply hover decoration when hovering on copy/delete button on overflow menu - Updated dependencies ## 5.4.7 ### Patch Changes - [#132269](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/132269) [`f6984f0b31c02`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f6984f0b31c02) - [ux] Fixed alignment of the icon in OpenButtonOverlay on header link. - Updated dependencies ## 5.4.6 ### Patch Changes - [#133060](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/133060) [`4e22e38db002e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4e22e38db002e) - [ux] Fix for Editor Controls. When link appearance options are not available, we do not render these options in the floating toolbar. ## 5.4.5 ### Patch Changes - Updated dependencies ## 5.4.4 ### Patch Changes - [#132051](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/132051) [`d4b3a24694bb8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d4b3a24694bb8) - [ux] [ED-27252] Hide open link overlay in editor view mode ## 5.4.3 ### Patch Changes - [#131428](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/131428) [`3aa1f96909918`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3aa1f96909918) - [ux] Update OpenButtonOverlay to fix styles. ## 5.4.2 ### Patch Changes - [#129138](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129138) [`9f003b1dbcdb5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9f003b1dbcdb5) - Render ssred smartlink for editor under feature gate 'platform_ssr_smartlinks_editor' ## 5.4.1 ### Patch Changes - [#130882](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/130882) [`df1c29f476539`](https://bitbucket.org/