Skip to content

Releases: Frontify/frontify-finder

v3.0.1

23 Jun 12:12
ff40ab0

Choose a tag to compare

Security patch for developer dependency

Full Changelog: v3.0.0...v3.0.1

v3.0.0

23 Jun 11:55
73b580a

Choose a tag to compare

What's Changed

  • BREAKING: Replaces the metadataValues with the new customMetadata format
  • Added the alternativeText field on the asset
  • Added the externalId field on the asset

Full Changelog: v2.2.0...v3.0.0

v2.2.0

24 Oct 12:45
cf1d5d6

Choose a tag to compare

What's Changed

  • Add thumbnailUrl
  • Add finder version to http request header
  • Remove unused dev dependencies

Full Changelog: v2.1.0...v2.2.0

v2.1.0

04 Jan 13:44
b06ae5a

Choose a tag to compare

Change Log:

  • Passed the permanent download flag via GraphQL variables
  • Updated node to the version 20
  • Added dynamicPreviewUrl to asset query
  • Updated CI actions version
  • Set nvmrc node version for GitHub registry
  • Bumped minor version to 2.1.0

Full Changelog: v2.0.3...v2.1.0

v2.0.3

09 Feb 10:09
96d8700

Choose a tag to compare

Change Log:

  • Remove downloadUrl validityInDays attribute

v2.0.2

10 Jan 15:08
833e66b

Choose a tag to compare

Change Log:

  • Allow downloads to be permanent by passing permanentDownloadUrls option.
  • Fixed issues with iframe in certain search situations where the sandbox was too restrictive.

v2.0.1

09 Nov 16:39

Choose a tag to compare

Change Log:

  • Extended assets response with author, expiresAt and extension properties
  • Adjusted previewUrl asset property to always return a url stripped from any query parameters

v2.0.0

02 Nov 17:10

Choose a tag to compare

Initial production release of the Frontify Finder v2

  • Added pageCount property to Document type assets
  • Minor cleanup

v2.0.0-beta.2

30 Oct 11:55

Choose a tag to compare

v2.0.0-beta.2 Pre-release
Pre-release
  • Fixed event subscription context to allow mounting the finder on a popup window
  • Other minor adjustments

v2.0.0-beta.1

27 Oct 10:21

Choose a tag to compare

v2.0.0-beta.1 Pre-release
Pre-release

Complete refactor of Finder v2 - this new approach depends on the frontify-authenticator package as an internal dependency which helps clients authenticate more easily to their Frontify instance before searching and selecting assets within the Frontify Finder.
Improved error handling.
Implemented token storage management.