# @atlaskit/link-test-helpers

## 11.1.0

### Minor Changes

- [`d82e6f76528ab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d82e6f76528ab) -
  Add direct subpath package exports as part of the linking-platform, search, media, and
  design-system barrel-removal (de-barrel) migration.

  These packages now expose their individual modules via explicit `package.json` `exports` subpaths
  so that consumers can import directly from the leaf module (e.g. `@atlaskit/pkg/thing`) instead of
  the package barrel/index. This adds new public entry points without changing or removing any
  existing exports, so it is a backwards-compatible additive change.

  No runtime behaviour changes; this is an API-surface (entry-point) addition to support
  tree-shaking and to unblock removal of the barrel index files.

### Patch Changes

- Updated dependencies

## 11.0.2

### Patch Changes

- [`650f4c7ce7fb2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/650f4c7ce7fb2) -
  Type-only fixes for TypeScript 7 (tsgo) compatibility with the updated DOM lib. No runtime or
  public API changes.
- Updated dependencies

## 11.0.1

### Patch Changes

- [`afb39c4b5d049`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/afb39c4b5d049) -
  Add scrollMargin to IntersectionObserver test mocks for TypeScript 7 (tsgo) compatibility. The
  refreshed lib.dom.d.ts requires a readonly scrollMargin member on IntersectionObserver.
- Updated dependencies

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

## 10.4.0

### Minor Changes

- [`c3816dafd4629`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c3816dafd4629) -
  Mark mocks from @atlaskit/linking-common as deprecated and move to @atlaskit/link-test-helpers

## 10.3.0

### Minor Changes

- [`f9123ffa00072`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f9123ffa00072) -
  Debarrel @atlaskit/link-test-helpers. Add new entry points and mark barrel files as deprecated.

  New entry points:
  - `@atlaskit/link-test-helpers/intersection-observer`
  - `@atlaskit/link-test-helpers/jest/as-mock`
  - `@atlaskit/link-test-helpers/jest/to-be-fired-with-analytic-event-once`
  - `@atlaskit/link-test-helpers/promise/flush-promises`
  - `@atlaskit/link-test-helpers/promise/manual-promise`
  - `@atlaskit/link-test-helpers/react-testing-library`
  - `@atlaskit/link-test-helpers/smart-card/images`
  - `@atlaskit/link-test-helpers/smart-card/images/avatar-1`
  - `@atlaskit/link-test-helpers/smart-card/images/avatar-2`
  - `@atlaskit/link-test-helpers/smart-card/images/avatar-3`
  - `@atlaskit/link-test-helpers/smart-card/images/avatar-square`
  - `@atlaskit/link-test-helpers/smart-card/images/forbidden-jira`
  - `@atlaskit/link-test-helpers/smart-card/images/forbidden-jira-embed`
  - `@atlaskit/link-test-helpers/smart-card/images/slack-logo`
  - `@atlaskit/link-test-helpers/smart-card/images/rectangle`
  - `@atlaskit/link-test-helpers/smart-card/mocks/clients`
  - `@atlaskit/link-test-helpers/smart-card/mocks/asana`
  - `@atlaskit/link-test-helpers/smart-card/mocks/atlas`
  - `@atlaskit/link-test-helpers/smart-card/mocks/bitbucket`
  - `@atlaskit/link-test-helpers/smart-card/mocks/confluence`
  - `@atlaskit/link-test-helpers/smart-card/mocks/dynamic-icons`
  - `@atlaskit/link-test-helpers/smart-card/mocks/embed-content`
  - `@atlaskit/link-test-helpers/smart-card/mocks/gdrive`
  - `@atlaskit/link-test-helpers/smart-card/mocks/github`
  - `@atlaskit/link-test-helpers/smart-card/mocks/jira`
  - `@atlaskit/link-test-helpers/smart-card/mocks/profile`
  - `@atlaskit/link-test-helpers/smart-card/mocks/slack`
  - `@atlaskit/link-test-helpers/smart-card/mocks/trello`
  - `@atlaskit/link-test-helpers/smart-card/mocks/youtube`
  - `@atlaskit/link-test-helpers/smart-card/mocks/unicorn`
  - `@atlaskit/link-test-helpers/with-wait-for-item`

  Updated entry points:
  - `@atlaskit/link-test-helpers/assets` — moved from `src/datasource/assets/index.ts` to
    `src/entry-points/assets.ts`
  - `@atlaskit/link-test-helpers/datasource` — moved from `src/datasource/index.ts` to
    `src/entry-points/datasource.ts`
  - `@atlaskit/link-test-helpers/images` — moved from `src/images/index.ts` to
    `src/entry-points/images.ts`

  Deprecating entry points:
  - `@atlaskit/link-test-helpers` (root barrel — use the specific entry points instead)
  - `@atlaskit/link-test-helpers/jest` — use `@atlaskit/link-test-helpers/jest/as-mock` or
    `@atlaskit/link-test-helpers/jest/to-be-fired-with-analytic-event-once` instead
  - `@atlaskit/link-test-helpers/smart-card` — use the specific
    `@atlaskit/link-test-helpers/smart-card/*` entry points instead

## 10.2.2

### Patch Changes

- Updated dependencies

## 10.2.1

### Patch Changes

- [`b6c31533f2cd2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b6c31533f2cd2) -
  Render Jira issue type icons as links to their issue URLs.

  All changes behind feature gate: platform_lp_sllv_jira_type_as_link.

- Updated dependencies

## 10.2.0

### Minor Changes

- [`5e63427d4e3b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5e63427d4e3b8) -
  Align the jira datasource mock with production behaviour and improve test fixture a11y.
  - `mockDatasourceFetchRequests` for `type: 'jira'` now mirrors production: when no
    `initialVisibleColumnKeys` option is passed, `/data` returns only the default visible columns
    (`defaultInitialVisibleColumnKeys`) for `items`, `schema.defaultProperties`, and
    `schema.properties`. Previously the mock returned a wider superset.
  - `/data` now honours the `fields` field on the request body. When `fields` is non-empty, the mock
    filters its response to only those keys (matching how the production datasource API behaves).
    This is what allows the dedicated rich-text VR test to opt into the `description-richtext`
    column via `visibleColumnKeys`.
  - Add a `description-richtext` column to jira mocks for the dedicated rich-text VR test, while
    keeping the `description` column as plain ADF (no HTML) so non-rich-text VR tests render
    unchanged.
  - Fix a11y violations in mock HTML: replace deprecated `<font>` and `<tt>` elements with
    `<span style>` and `<code>`; remove empty anchor tags and duplicate `rel` attributes; correct
    heading-order so headings progress h1 → h2 → h3 → h4 (was previously h1 → h2 → h4 → h4).
  - Remove the `allAvailableColumnKeys` export. The rich-text column is reachable via the schema's
    full property catalog (column picker) and via explicit `fields` requests, never as a default.

## 10.1.0

### Minor Changes

- [`6a42c22d8ea62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a42c22d8ea62) -
  Export new member - iconTestUrls. List of urls that when tested with mocked ResolvedClient will
  give various icons

## 10.0.0

### Major Changes

- [`9f6bcd21611f3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9f6bcd21611f3) -
  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

## 9.1.0

### Minor Changes

- [`b41bc78e107d1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b41bc78e107d1) -
  Make support for daterange data type in link-datasource stable to better represents data ranges
  like day, month or quarter

## 9.0.2

### Patch Changes

- [`3efc955810f7f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3efc955810f7f) -
  Fix problem with some resources (Svg) not included in dist on npm

## 9.0.1

### Patch Changes

- Updated dependencies

## 9.0.0

### Major Changes

- [`3370e460f360b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3370e460f360b) -
  `mocks.unauthorized` is now a function (instead of just an object) that takes a URL and result now
  depends on the url domain name.
  - New test icons are exported: `iconFigma`, `iconDropbox`, `iconTrello`, `iconOneDrive`,
    `iconSlack`

## 8.5.1

### Patch Changes

- [`37aa215f58706`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/37aa215f58706) -
  NAVX-1904 cleaning up navx-1819-link-create-confluence-site-migration
- Updated dependencies

## 8.5.0

### Minor Changes

- [`a477f1382d9c3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a477f1382d9c3) -
  [ux] Add support for daterange data type in link-datasource to better represents data ranges like
  day, month or quarter

### Patch Changes

- Updated dependencies

## 8.4.1

### Patch Changes

- [`e6be88cf8f62d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e6be88cf8f62d) -
  NAVX-1819 fixing site selector return types to match prod and updating mocks
- Updated dependencies

## 8.4.0

### Minor Changes

- [`c5708bc569bf5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c5708bc569bf5) -
  NAVX-1818 migrating SLLV site selector to use /v2/accessible-products endpoint instead of
  /available-sites

### Patch Changes

- Updated dependencies

## 8.3.2

### Patch Changes

- Updated dependencies

## 8.3.1

### Patch Changes

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

## 8.3.0

### Minor Changes

- [#191067](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/191067)
  [`ede531b6a7c94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ede531b6a7c94) -
  Clean up platform-datasources-inline-edit-id-checks ff

### Patch Changes

- Updated dependencies

## 8.2.2

### Patch Changes

- Updated dependencies

## 8.2.1

### Patch Changes

- Updated dependencies

## 8.2.0

### Minor Changes

- [#175290](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/175290)
  [`3b7dc45d713ed`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3b7dc45d713ed) -
  Add MockCardClient export

## 8.1.0

### Minor Changes

- [#176835](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/176835)
  [`0b00de2560126`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b00de2560126) -
  Move test utility mocks to @atlaskit/link-test-helpers to reduce future duplications

## 8.0.7

### Patch Changes

- Updated dependencies

## 8.0.6

### Patch Changes

- Updated dependencies

## 8.0.5

### Patch Changes

- Updated dependencies

## 8.0.4

### Patch Changes

- Updated dependencies

## 8.0.3

### Patch Changes

- [#144137](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/144137)
  [`eb544453700f4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/eb544453700f4) -
  Add withWaitForItem test util function
- Updated dependencies

## 8.0.2

### Patch Changes

- [#139577](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/139577)
  [`5a7bcb153b332`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5a7bcb153b332) -
  Add a mockExecutionDelay to prevent resolving

## 8.0.1

### Patch Changes

- [#132126](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/132126)
  [`5d45dce9796da`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5d45dce9796da) -
  Updated dependency json-ld-types to @atlaskit/json-ld-types

## 8.0.0

### Major Changes

- [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
  [`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
  This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
  status of only supporting React 18 going forward. No explicit breaking change to React support has
  been made in this release, but this is to signify going forward, breaking changes for React 16 or
  React 17 may come via non-major semver releases.

  Please refer this community post for more details:
  https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026

## 7.6.0

### Minor Changes

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

### Patch Changes

- Updated dependencies

## 7.5.9

### Patch Changes

- [#170440](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/170440)
  [`9ad9b0b68bcea`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9ad9b0b68bcea) -
  Fix persisting values of inline select components in link-datasource

## 7.5.8

### Patch Changes

- [`f72c22d3b02b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f72c22d3b02b0) -
  Updates Jira SLLV mock to include `text` value for priority field.

## 7.5.7

### Patch Changes

- [#160697](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/160697)
  [`f9338153f205c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f9338153f205c) -
  Include transitionId mockActionsFetchExecution response
- Updated dependencies

## 7.5.6

### Patch Changes

- [#159211](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/159211)
  [`9e940f7c89d05`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9e940f7c89d05) -
  Adding analytics for `executeFetch` and updating test delays for loading state

## 7.5.5

### Patch Changes

- [#159818](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/159818)
  [`93569e5cdfe71`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93569e5cdfe71) -
  Updating mocks for actionExecution

## 7.5.4

### Patch Changes

- [#159162](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/159162)
  [`bfd053853f59d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bfd053853f59d) -
  [ux] Enable updating jira issue statues in datasource list view via inline edit.

## 7.5.3

### Patch Changes

- [#157343](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/157343)
  [`64cef773c3dcf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/64cef773c3dcf) -
  Update mockActionsDiscovery to include fetchAction
- Updated dependencies

## 7.5.2

### Patch Changes

- [#147374](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147374)
  [`8f647e8fa0041`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8f647e8fa0041) -
  Update mockBasicFilterAGGFetchRequests to include optional prop withJiraFilterHydration in order
  to prevent VR tests hydrating basic filters

## 7.5.1

### Patch Changes

- [#141472](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/141472)
  [`fa7d87963ed8a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fa7d87963ed8a) -
  Update Datasource jira mocks with `objectTypesEntity`

## 7.5.0

### Minor Changes

- [#132782](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/132782)
  [`1b37050a2f07e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1b37050a2f07e) -
  Fix inline edit inside datasource table replace entire node

## 7.4.0

### Minor Changes

- [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
  [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
  Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
  to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).

  This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
  dependency range for `react` and `react-dom` for `/platform` packages.

## 7.3.0

### Minor Changes

- [#126900](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/126900)
  [`ded17c9ac6a10`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ded17c9ac6a10) -
  For datasources mock data set summary is now of type string and new column "link" has been added
  in between summary and assignee

### Patch Changes

- Updated dependencies

## 7.2.0

### Minor Changes

- [#127351](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127351)
  [`e87b54903058e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e87b54903058e) -
  Add React 18 compatability

### Patch Changes

- Updated dependencies

## 7.1.0

### Minor Changes

- [#127170](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127170)
  [`48d23d3dfb9a1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/48d23d3dfb9a1) -
  Exposes a `mockActionsDiscovery` utility to help mock action discovery requests, and
  `ORS_ACTIONS_DISCOVERY_ENDPOINT` matcher to help match actions discovery requests

## 7.0.9

### Patch Changes

- [#108865](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108865)
  [`db1d41998242d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db1d41998242d) -
  [ux] Rename mock data priority column to "Priority" and change default with for it from 40 to 64px
  to allow for whole word without line break

## 7.0.8

### Patch Changes

- [#99133](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99133)
  [`55c0df6b4471`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/55c0df6b4471) -
  Adds mocks with no example links throwing errors for doc examples.

## 7.0.7

### Patch Changes

- [#95809](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95809)
  [`454142021b11`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/454142021b11) -
  The changes here adds mock data to serve CLOL basic filter hydration request.

## 7.0.6

### Patch Changes

- [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
  [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
  Migrated to the new button component

## 7.0.5

### Patch Changes

- [#91884](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91884)
  [`2fe81b662688`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2fe81b662688) -
  The changes here add mock data for confluence list of links basic filter.

## 7.0.4

### Patch Changes

- [#90515](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90515)
  [`cc097687c554`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cc097687c554) -
  [ux] Add Powered by Assets Label to the Assets LOL

## 7.0.3

### Patch Changes

- [#86596](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86596)
  [`37621cb1f1b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/37621cb1f1b9) -
  Update dependency json-ld-types

## 7.0.2

### Patch Changes

- [#82725](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/82725)
  [`058b020b8275`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/058b020b8275) -
  Adds e2e confluence search functionality and mocks.

## 7.0.1

### Patch Changes

- [#83952](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83952)
  [`300149437193`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/300149437193) -
  [ux] Make smart-links rendered non-word-wrapped (truncated) by default and only be word-wrapped
  when user chooses it

## 7.0.0

### Major Changes

- [#83082](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83082)
  [`d21596d6879c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d21596d6879c) -
  Renamed `defaultInitialVisibleColumnKeys` export to `defaultInitialVisibleJiraColumnKeys` because
  we can now mock different providers.

## 6.2.15

### Patch Changes

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

## 6.2.14

### Patch Changes

- [#67808](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67808)
  [`0281cd19ab52`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0281cd19ab52) -
  Update datasource mock to include auth details.

## 6.2.13

### Patch Changes

- [#67414](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67414)
  [`63d300c1ad4e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/63d300c1ad4e) -
  Add a people's column to mock testing in issue like table and jira issue views

## 6.2.12

### Patch Changes

- [#68194](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68194)
  [`c1d4a8fecc4e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c1d4a8fecc4e) -
  bump json-ld-types to version 3.11.0

## 6.2.11

### Patch Changes

- [#59059](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59059)
  [`4cf2230fead2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4cf2230fead2) -
  Add mock data for basic filter types dropdown with relative urls.

## 6.2.10

### Patch Changes

- [#57357](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57357)
  [`8562891352fd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8562891352fd) -
  Update jql query field from issuetype to type.

## 6.2.9

### Patch Changes

- [#43374](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43374)
  [`f94795377e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f94795377e9) - Updating
  basic filter mocks to return regular string values from transformer

## 6.2.8

### Patch Changes

- [#42398](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42398)
  [`55d91a074ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55d91a074ea) - Update
  mocking for Assets Datasource Requests

## 6.2.7

### Patch Changes

- [#42962](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42962)
  [`48ee74fecbf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48ee74fecbf) - Updates
  basic filters mocks to not use copy pasted identical values in mocked data response after
  useFieldValues mock fetch calls.

## 6.2.6

### Patch Changes

- [#42661](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42661)
  [`c6abc68904d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6abc68904d) - [ux] Fix
  date showing incorrectly and also update test data to check for the format it was failing for

## 6.2.5

### Patch Changes

- [#42867](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42867)
  [`35472354e2c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35472354e2c) - Update
  mockBasicFilterAGGFetchRequests to return error response.

## 6.2.4

### Patch Changes

- [#42835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42835)
  [`2dd92680543`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2dd92680543) - Updated
  mockBasicFilterAGGFetchRequests to return empty results.

## 6.2.3

### Patch Changes

- [#42756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42756)
  [`2bae2862ce7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2bae2862ce7) - Updated
  mockBasicFilterAGGFetchRequests response to slow down for vr testing

## 6.2.2

### Patch Changes

- [#42612](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42612)
  [`709162833ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/709162833ca) - Exports
  alert image for use in mocks. Updates folder structure for basic-filters and adds AGG fetch
  request mocks.

## 6.2.1

### Patch Changes

- [#42575](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42575)
  [`d7338b9229e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7338b9229e) - Update
  toBeFiredWithAnalyticEventOnce helper message to account for screen events

## 6.2.0

### Minor Changes

- [#41851](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41851)
  [`1617920980f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1617920980f) - Add and
  export `mockBasicFilterAGGFetchRequests`, `mockBasicFilterData` for AGG mocks in basic filters.

## 6.1.6

### Patch Changes

- [#41407](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41407)
  [`1a0b798e027`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a0b798e027) - Added
  optional mock site data override to test util

## 6.1.5

### Patch Changes

- [#40773](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40773)
  [`36ece5e3656`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36ece5e3656) - Ordering
  mock data alphabetically for site selector

## 6.1.4

### Patch Changes

- [#40491](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40491)
  [`1fedffbd64b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fedffbd64b) - Update
  json-ld-types dependencies to be compatible with version

## 6.1.3

### Patch Changes

- [#40235](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40235)
  [`13af8af3ff4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13af8af3ff4) - Updating
  mock to include 'extensionKey' instead of 'key'

## 6.1.2

### Patch Changes

- [#40187](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40187)
  [`6ca45119002`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ca45119002) - Added
  destination object types to meta responses.

## 6.1.1

### Patch Changes

- [#40127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40127)
  [`2cd7af71b63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cd7af71b63) - Bump
  json-ld-types 3.8.0 -> 3.9.1

## 6.1.0

### Minor Changes

- [#39926](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39926)
  [`3f30d999d86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f30d999d86) - Updating
  VR tests and helpers that use external resources to local ones for Gemini migration

## 6.0.5

### Patch Changes

- [#39460](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39460)
  [`882e4e88358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/882e4e88358) - Add
  playwright tests and add test ids to find elements
- Updated dependencies

## 6.0.4

### Patch Changes

- [#38967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38967)
  [`f2fcb2a54c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f2fcb2a54c8) - Update
  test data types

## 6.0.3

### Patch Changes

- [#38722](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38722)
  [`3f3b63589a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f3b63589a1) - Fix
  issue where icon sizing is inconsitent. Also added some icons that are larger and were causing
  problems in prod to the mock data so we can have some examples on hand.

## 6.0.2

### Patch Changes

- [#37958](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37958)
  [`e4137f1638e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4137f1638e) - Added an
  option to disable ORS mocking.

## 6.0.1

### Patch Changes

- [#37720](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37720)
  [`e74ae7f06d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e74ae7f06d4) - Update
  dependency json-ld-types@3.8.0

## 6.0.0

### Major Changes

- [#37569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37569)
  [`adf48a24a25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/adf48a24a25) - Removed
  MockLinkPickerPlugin, this is no longer exported

  New images entrypoint now supports newly exported icon.

## 5.0.0

### Major Changes

- [#37194](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37194)
  [`dadcc574c94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dadcc574c94) - Removed
  and moved to @atlaskit/link-picker
  - MockLinkPickerPromisePlugin
  - MockLinkPickerGeneratorPlugin
  - UnstableMockLinkPickerPlugin

## 4.2.2

### Patch Changes

- [#37409](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37409)
  [`2cb283138ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cb283138ce) - Added
  Search Functionality to Assets Config Modal and added endpoints for Assets fetch mocks

## 4.2.1

### Patch Changes

- [#37163](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37163)
  [`d76d056a63a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d76d056a63a) - Fix
  problem where React key violation is thrown in console when datasources are displayed with mocked
  data

## 4.2.0

### Minor Changes

- [#37034](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37034)
  [`dd0db85e7b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd0db85e7b7) - [ux]
  Added onInsertPressed method to insert ADF into doc and updated helper test mocks

## 4.1.4

### Patch Changes

- [#36344](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36344)
  [`b5eb462a7b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5eb462a7b0) - Update
  /data response to be in line with real backend response.

## 4.1.3

### Patch Changes

- [#35424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35424)
  [`776a88442e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/776a88442e4) - [ux]
  When on mobile, the datasources will fallback to inline smartcard views.

## 4.1.2

### Patch Changes

- [#35297](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35297)
  [`ba155a0034c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba155a0034c) - [ux] Add
  restricted access view to modal and table
- Updated dependencies

## 4.1.1

### Patch Changes

- Updated dependencies

## 4.1.0

### Minor Changes

- [#35861](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35861)
  [`f427908df3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f427908df3d) - change
  the datasource response type to include the meta data section and the data response will wrap in
  the data section

### Patch Changes

- Updated dependencies

## 4.0.8

### Patch Changes

- [#34936](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34936)
  [`b1ffae0351d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1ffae0351d) - - Remove
  duplicating entry in datasource mock data that was causing react's "key" uniqness error
  - Move from table view having list of keys in table view to list of objects with key as a string

## 4.0.7

### Patch Changes

- [#35473](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35473)
  [`09348dbabbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09348dbabbb) - Changes
  images in link picker plugin mock data to be base64 images

## 4.0.6

### Patch Changes

- [#34796](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34796)
  [`d0680816ada`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0680816ada) - [ux]
  Added empty and error states to jira modal and datasourceTable

## 4.0.5

### Patch Changes

- [#34363](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34363)
  [`105f0c7291b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/105f0c7291b) - [ux]
  Various bug fixes to jira issue modal
- Updated dependencies

## 4.0.4

### Patch Changes

- [#34180](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34180)
  [`7f2a6cd138c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f2a6cd138c) - Added
  `schema` in `generateDataResponse`

## 4.0.3

### Patch Changes

- Updated dependencies

## 4.0.2

### Patch Changes

- Updated dependencies

## 4.0.1

### Patch Changes

- [#33689](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33689)
  [`d86bc75af82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d86bc75af82) - Internal
  change to enforce token usage for spacing properties. There is no expected visual or behaviour
  change.

## 4.0.0

### Major Changes

- [#34035](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34035)
  [`0b0226e2ff4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b0226e2ff4) - Updated
  mock response to the new `DatasourceDataResponseItem` format

### Patch Changes

- Updated dependencies

## 3.1.0

### Minor Changes

- [#34060](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34060)
  [`79588abed5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79588abed5b) - Add
  `forceBaseUrl` member under /datasource entrypoint.

## 3.0.0

### Major Changes

- [#33917](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33917)
  [`111d5e59c3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/111d5e59c3a) - Updated
  mock response to the new `DatasourceType` value format

### Patch Changes

- Updated dependencies

## 2.4.0

### Minor Changes

- [#33841](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33841)
  [`9434c1e3f40`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9434c1e3f40) -
  Introduce entry point /datasource where exported members are:
  - `mockAutoCompleteData`
  - `mockJiraData`
  - `mockSiteData`
  - `mockSuggestionData`
  - `mockDatasourceFetchRequests` Where `mockDatasourceFetchRequests` will mock some of the calls
    requested via native `fetch` to support examples where datasources are used

## 2.3.2

### Patch Changes

- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
  [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
  legacy types are published for TS 4.5-4.8

## 2.3.1

### Patch Changes

- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
  [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
  Typescript from `4.5.5` to `4.9.5`

## 2.3.0

### Minor Changes

- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
  [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
  minor dependency bump

### Patch Changes

- Updated dependencies

## 2.2.0

### Minor Changes

- [#31285](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31285)
  [`84881060de0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/84881060de0) -
  Introduce `MockIntersectionObserverFactory`, `MockIntersectionObserverOpts` and
  `mockSimpleIntersectionObserver`helpers to help testing IntersectObserver interface

## 2.1.1

### Patch Changes

- [#30977](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30977)
  [`ecef5fad2b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ecef5fad2b4) - Update
  MockLinkPickerPromisePlugin to return action
- Updated dependencies

## 2.1.0

### Minor Changes

- [#29067](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29067)
  [`36848fe9148`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36848fe9148) - Adds
  jest entrypoint to expose jest custom matcher .toBeFiredWithAnalyticEventOnce

## 2.0.1

### Patch Changes

- [#27732](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27732)
  [`41d0c413ea1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41d0c413ea1) - Update
  `UnstableMockLinkPickerPlugin` every time errorFallback is provided will be treated as
  `UnauthenticatedError`
- Updated dependencies

## 2.0.0

### Major Changes

- [#25757](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25757)
  [`cc13a62e933`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc13a62e933) - Remove
  Enzyme mounting helpers

## 1.5.1

### Patch Changes

- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
  [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
  Typescript from `4.3.5` to `4.5.5`

## 1.5.0

### Minor Changes

- [#25115](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25115)
  [`7dbc77d866a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7dbc77d866a) - Adds
  support for plugins providing metadata about resolved links.

### Patch Changes

- Updated dependencies

## 1.4.1

### Patch Changes

- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
  [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
  Typescript from `4.2.4` to `4.3.5`.

## 1.4.0

### Minor Changes

- [#23812](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23812)
  [`d0feee9b4ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0feee9b4ad) - [ux] Add
  a UI error message to display when the link picker plugin resolve throws an error

### Patch Changes

- Updated dependencies

## 1.3.0

### Minor Changes

- [#23444](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23444)
  [`3b5e61f9b3b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b5e61f9b3b) - [ux]
  Adds in TAB UI support for Link Picker

### Patch Changes

- Updated dependencies

## 1.2.0

### Minor Changes

- [#23370](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23370)
  [`3fe49774601`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fe49774601) - Refactor
  link picker test to use RTL

## 1.1.0

### Minor Changes

- [#22889](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22889)
  [`854d5c55d9b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/854d5c55d9b) - Adds
  link-picker export with mock link picker plugin.

## 1.0.0

### Major Changes

- [#22739](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22739)
  [`06d995b3d3b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06d995b3d3b) -
  Introduces the @atlaskit/link-test-helpers pkg
