UNPKG

@atlaskit/editor-plugin-card

Version:

Card plugin for @atlaskit/editor-core

2,253 lines (1,309 loc) 169 kB
# @atlaskit/editor-plugin-card ## 18.3.0 ### Minor Changes - [`51c33ef5349b6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51c33ef5349b6) - Enable compatibility with React 19.2.0 ### Patch Changes - Updated dependencies ## 18.2.14 ### Patch Changes - Updated dependencies ## 18.2.13 ### Patch Changes - [`32f168dee5a99`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/32f168dee5a99) - Add tooltips to the "Display as" appearance buttons (URL, Inline, Card, Embed) in the paste actions menu. ## 18.2.12 ### Patch Changes - Updated dependencies ## 18.2.11 ### Patch Changes - Updated dependencies ## 18.2.10 ### Patch Changes - Updated dependencies ## 18.2.9 ### Patch Changes - Updated dependencies ## 18.2.8 ### Patch Changes - Updated dependencies ## 18.2.7 ### Patch Changes - Updated dependencies ## 18.2.6 ### Patch Changes - Updated dependencies ## 18.2.5 ### Patch Changes - Updated dependencies ## 18.2.4 ### Patch Changes - [`faab2cfa1c720`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/faab2cfa1c720) - Fix white corners on the paste "Display as" menu buttons. The button wrapper no longer paints an opaque surface background behind the rounded button, so each button's corners now match the sunken tray background instead of showing white. - Updated dependencies ## 18.2.3 ### Patch Changes - Updated dependencies ## 18.2.2 ### Patch Changes - Updated dependencies ## 18.2.1 ### Patch Changes - Updated dependencies ## 18.2.0 ### Minor Changes - [`06c7a1c8b9f35`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/06c7a1c8b9f35) - Fix Ask Rovo context for pasted Smart Links and hide single-link AI actions in comments ## 18.1.7 ### Patch Changes - Updated dependencies ## 18.1.6 ### Patch Changes - Updated dependencies ## 18.1.5 ### Patch Changes - Updated dependencies ## 18.1.4 ### Patch Changes - Updated dependencies ## 18.1.3 ### Patch Changes - [`1e91a4b881a3e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1e91a4b881a3e) - Fire the `confluence_editor_paste_3p_link_actions_menu` exposure only for single-link pastes instead of during menu setup. Experiment checks now use `expValEqualsNoExposure`, and the exposure is fired separately when a single link is pasted. ## 18.1.2 ### Patch Changes - Updated dependencies ## 18.1.1 ### Patch Changes - Updated dependencies ## 18.1.0 ### Minor Changes - [`779a0020403de`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/779a0020403de) - Add async hidden support to paste menu registered components, including timeout/error handling and single Smart Link URL context from the paste options toolbar. Use Smart Card access checks to hide Smart Link Display as options and AI Add Summary / Ask Rovo paste actions for inaccessible single-link pastes in Confluence. ### Patch Changes - Updated dependencies ## 18.0.20 ### Patch Changes - Updated dependencies ## 18.0.19 ### Patch Changes - Updated dependencies ## 18.0.18 ### Patch Changes - Updated dependencies ## 18.0.17 ### Patch Changes - Updated dependencies ## 18.0.16 ### Patch Changes - Updated dependencies ## 18.0.15 ### Patch Changes - Updated dependencies ## 18.0.14 ### Patch Changes - Updated dependencies ## 18.0.13 ### Patch Changes - [`750adf4f95e66`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/750adf4f95e66) - [ux] [ux] Disables left resize handle on embed nodes except for when embed is aligned or wrapped right. - Updated dependencies ## 18.0.12 ### Patch Changes - Updated dependencies ## 18.0.11 ### Patch Changes - Updated dependencies ## 18.0.10 ### Patch Changes - Updated dependencies ## 18.0.9 ### Patch Changes - [`615699cf079c8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/615699cf079c8) - [ux] Disables left resize handle on embed nodes except for when embed is aligned or wrapped right. ## 18.0.8 ### Patch Changes - Updated dependencies ## 18.0.7 ### Patch Changes - Updated dependencies ## 18.0.6 ### Patch Changes - Updated dependencies ## 18.0.5 ### Patch Changes - Updated dependencies ## 18.0.4 ### Patch Changes - Updated dependencies ## 18.0.3 ### Patch Changes - [`275679fbe0ea1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/275679fbe0ea1) - Add accessible labels to two floating-toolbar buttons that axe flagged - Updated dependencies ## 18.0.2 ### Patch Changes - [`3c78f7149e895`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c78f7149e895) - Clean up experiment `cc_integrations_editor_open_link_click_analytics`. - Updated dependencies ## 18.0.1 ### Patch Changes - Updated dependencies ## 18.0.0 ### Major Changes - [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ### Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**. Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist. Types are now exclusively via the `"types": "dist/types/index.d.ts"` property. ```diff - "typesVersions": { - ">=4.5 <4.9": { - "*": [ - "dist/types-ts4.5/*", - "dist/types-ts4.5/index.d.ts" - ] - } - }, ``` ### Patch Changes - Updated dependencies ## 17.4.12 ### Patch Changes - Updated dependencies ## 17.4.11 ### Patch Changes - Updated dependencies ## 17.4.10 ### Patch Changes - Updated dependencies ## 17.4.9 ### Patch Changes - Updated dependencies ## 17.4.8 ### Patch Changes - Updated dependencies ## 17.4.7 ### Patch Changes - Updated dependencies ## 17.4.6 ### Patch Changes - Updated dependencies ## 17.4.5 ### Patch Changes - Updated dependencies ## 17.4.4 ### Patch Changes - Updated dependencies ## 17.4.3 ### Patch Changes - Updated dependencies ## 17.4.2 ### Patch Changes - [`92da883bae00d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/92da883bae00d) - Use XPC-wrapped destination URL for link navigation behind `platform_smartlink_xpc_url_wrapping`. When the feature gate is enabled, the following link-opening locations now use the cross-product analytics parameter-enriched URL provided by SmartCard instead of the raw node URL: - **Toolbar "Open Link" button** (both smart card and datasource paths) — uses the new `useSmartLinkDestinationUrl` hook from `@atlaskit/smart-card/hook/use-smart-link-destination-url` via a new `OpenLinkToolbarButton` custom toolbar component. - **Inline card overlay anchor** (`InlineCardOverlay`) — `href` updated to use `useSmartLinkDestinationUrl`. - **Hover link overlay** (`HoverLinkOverlay`) — accepts a new optional `destinationUrl` prop; when provided and the gate is on, uses it for both the anchor `href` and double-click `window.open`. The `destinationUrl` is computed by `inlineCardWithAwareness` using `useSmartLinkDestinationUrl` and passed down — keeping `editor-common` free of any SmartCard provider dependency. - **Inline card Cmd/Ctrl+click** — reads `data.destinationUrl` from SmartCard's `onClick` callback (typed as `OnClickCallback` from `@atlaskit/smart-card/card/types`). All changes gracefully fall back to the raw URL when the gate is off or the link has not yet resolved. - Updated dependencies ## 17.4.1 ### Patch Changes - Updated dependencies ## 17.4.0 ### Minor Changes - [`ebd3c5d7d340a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ebd3c5d7d340a) - Gate single-link paste display menu behind confluence_editor_paste_3p_link_actions_menu feature flag ### Patch Changes - Updated dependencies ## 17.3.3 ### Patch Changes - Updated dependencies ## 17.3.2 ### Patch Changes - Updated dependencies ## 17.3.1 ### Patch Changes - Updated dependencies ## 17.3.0 ### Minor Changes - [`6e3b4e2317b34`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e3b4e2317b34) - [EDITOR-7476](https://hello.jira.atlassian.cloud/browse/EDITOR-7476) - centralize SSR streaming checks behind `isSSRStreaming()` so SSR eligibility is checked before emitting exposure for the `platform_editor_editor_ssr_streaming` experiment. ### Patch Changes - Updated dependencies ## 17.2.1 ### Patch Changes - [`d5309f5ee468b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d5309f5ee468b) - Reverts changes from PR #383977 ("Add tooltips to paste menu display buttons and rename section to Display link as"). ## 17.2.0 ### Minor Changes - [`aa0f628e5ad3c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aa0f628e5ad3c) - Adds tooltips to the paste menu "Display link as" buttons (URL, Inline, Card, Embed) and renames the section title from "Display as" to "Display link as". ### Patch Changes - Updated dependencies ## 17.1.1 ### Patch Changes - Updated dependencies ## 17.1.0 ### Minor Changes - [`9b4d6873a7ed0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9b4d6873a7ed0) - Delegate the paste-display-as menu's single-link check to the paste-options-toolbar plugin's shared `notSingleLinkRule` via its `actions.getPasteMenuRules()` API, reached through the existing structural-cast pattern. Keeps the predicate in one place and avoids duplicating it across the package cycle. ### Patch Changes - Updated dependencies ## 17.0.0 ### Patch Changes - Updated dependencies ## 16.11.1 ### Patch Changes - Updated dependencies ## 16.11.0 ### Minor Changes - [`d2be5b45b39b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d2be5b45b39b0) - Add Smart Link-aware paste actions for the paste actions menu V2 experiment. ### Patch Changes - Updated dependencies ## 16.10.3 ### Patch Changes - Updated dependencies ## 16.10.2 ### Patch Changes - Updated dependencies ## 16.10.1 ### Patch Changes - Updated dependencies ## 16.10.0 ### Minor Changes - [`3990f4a500c27`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3990f4a500c27) - Fix RovoLinkPicker rendering off-screen by using correct dimensions for popup placement calculations ### Patch Changes - Updated dependencies ## 16.9.2 ### Patch Changes - Updated dependencies ## 16.9.1 ### Patch Changes - Updated dependencies ## 16.9.0 ### Minor Changes - [`2e9c8b4281869`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e9c8b4281869) - [EDITOR-6965] Add `onlyInlineCards` option to the card plugin and enable inline Smart Links in the Confluence markdown preset. - `@atlaskit/editor-common`: add optional `onlyInlineCards?: boolean` to `CardOptions`. Defaults to `false` (back-compat). When `true`, the card plugin contributes only the `inlineCard` node to the schema and forces `allowBlockCards` / `allowEmbeds` to `false` at runtime regardless of their explicit values. - `@atlaskit/editor-plugin-card`: honour `onlyInlineCards` in both `nodes()` (skip `blockCard` / `embedCard` entirely) and `pmPlugins()` (force the runtime gates so schema and runtime stay in sync). - `@atlassian/confluence-presets`: `markdownPreset` now `.maybeAdd`s `cardPlugin` after the annotation block when `pluginOptions.card` is supplied, hard-coding `onlyInlineCards: true` so the preset itself guarantees the inline-only constraint. Adds `'card'` to `MarkdownPluginOptionsKeys` and `CardPlugin` to `MarkdownPresetPluginsReversed`. `cardPlugin` is removed from the "intentionally excluded" comment block. Existing callers of `cardPlugin` and `markdownPreset` are unaffected: `onlyInlineCards` defaults to `false`, and `cardPlugin` is only added to the markdown preset when callers supply `pluginOptions.card`. ### Patch Changes - Updated dependencies ## 16.8.2 ### Patch Changes - Updated dependencies ## 16.8.1 ### Patch Changes - [`4c459a2718b67`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4c459a2718b67) - Clean up synced block feature gates - Updated dependencies ## 16.8.0 ### Minor Changes - [`f1eebdf4ed96b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f1eebdf4ed96b) - Autofix: add explicit package exports (barrel removal) ### Patch Changes - Updated dependencies ## 16.7.2 ### Patch Changes - Updated dependencies ## 16.7.1 ### Patch Changes - Updated dependencies ## 16.7.0 ### Minor Changes - [`edd5d6d4c23ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/edd5d6d4c23ec) - Add SSR streaming supporting to Editor starmt cards and extensions ### Patch Changes - Updated dependencies ## 16.6.0 ### Minor Changes - [`a94026f1bcd86`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a94026f1bcd86) - [ux] fix: scope card queue to inserted range when inserting MAUI embed via Add to Doc ### Patch Changes - Updated dependencies ## 16.5.4 ### Patch Changes - Updated dependencies ## 16.5.3 ### Patch Changes - Updated dependencies ## 16.5.2 ### Patch Changes - Updated dependencies ## 16.5.1 ### Patch Changes - Updated dependencies ## 16.5.0 ### Minor Changes - [`c939283d6f41a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c939283d6f41a) - [EDITOR-6181](https://hello.jira.atlassian.cloud/browse/EDITOR-6181) - fix inline smart cards in SSR streaming ### Patch Changes - Updated dependencies ## 16.4.5 ### Patch Changes - Updated dependencies ## 16.4.4 ### Patch Changes - Updated dependencies ## 16.4.3 ### Patch Changes - [`d94df511393a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d94df511393a9) - Removing FG platform_editor_a11y_eslint_fix - Updated dependencies ## 16.4.2 ### Patch Changes - Updated dependencies ## 16.4.1 ### Patch Changes - [`3a31723096050`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3a31723096050) - Swap feature gate from `platform-native-embeds-short-link-expansion` to `platform_native_embeds_rollout_non_maui_experience` for Confluence short-link URL expansion in native embeds. This consolidates the short-link expansion behaviour under the existing non-MaUI experience rollout gate. ## 16.4.0 ### Minor Changes - [`aef936f5a23ea`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aef936f5a23ea) - Rename the changeboard smart link drag-and-drop experiment from `cc_dnd_smart_link_changeboard_po_template` to `cc_dnd_smart_link_changeboard_platform_css` across the card plugin and editor statsig config. ### Patch Changes - Updated dependencies ## 16.3.4 ### Patch Changes - Updated dependencies ## 16.3.3 ### Patch Changes - Updated dependencies ## 16.3.2 ### Patch Changes - Updated dependencies ## 16.3.1 ### Patch Changes - Updated dependencies ## 16.3.0 ### Minor Changes - [`85699a44bd1f8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/85699a44bd1f8) - Add Confluence short-link URL expansion for native embeds. When a Confluence short link (`/wiki/x/<token>`) is pasted, it is resolved to its canonical page URL via the Object Resolver Service before matching against registered experience manifests, gated behind `platform-native-embeds-short-link-expansion`. - `NativeEmbedFacade`: new `expandShortLink`, `getExperienceIdFromUrlAsync`, and `setCardClient` methods; `createExperienceForUrl` now expands short links before manifest matching. - `editor-plugin-card`: exposes `resolveShortLinkUrl` action; `replaceQueuedUrlWithCard` supports async `EmbedCardNodeTransformer` return values. - `editor-plugin-native-embeds`: wires `cardClient` from config and passes `api` to `cardToNativeEmbedNode` for async short-link resolution. - `editor-common`: `EmbedCardNodeTransformer` type updated to allow `Promise` return; `CardPluginActions` extended with `resolveShortLinkUrl`. ### Patch Changes - Updated dependencies ## 16.2.0 ### Minor Changes - [`e5cdd96dcf4f9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5cdd96dcf4f9) - Clean up platform_editor_hydratable_ui experiment (shipped as enabled) ### Patch Changes - Updated dependencies ## 16.1.0 ### Minor Changes - [`51d860f32cd31`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51d860f32cd31) - Force 16:9 aspect ratio for Confluence Slides embeds. - `editor-card-provider`: Added `isConfluenceSlideUrl()` URL checker and exported it via `./url-checkers` subpath; slide URLs now always resolve to `'embed'` appearance via `getHardCodedAppearance()` - `editor-plugin-card`: In `onResolve()`, overrides the ORS-resolved aspect ratio with `16/9` when the URL is a Confluence Slide - `native-embeds-slide-experience`: Added `parameterDefaults: { width: 960, height: 540 }` to `SlideExperienceManifest` so slides get a 16:9 aspect-ratio container - `native-embeds-editor-extension`: Falls back to `manifest.parameterDefaults` for width/height when the ADF node has no explicit dimensions ### Patch Changes - Updated dependencies ## 16.0.3 ### Patch Changes - Updated dependencies ## 16.0.2 ### Patch Changes - Updated dependencies ## 16.0.1 ### Patch Changes - [`3e5cf48f0f52f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e5cf48f0f52f) - Replace `cc_dnd_smart_link_changeboard_po_template_gate` feature gate with `cc_dnd_smart_link_changeboard_po_template` experiment using `expValNoExposure`. - Updated dependencies ## 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-requ