Skip to content

Releases: Frontify/frontify-finder

v2.1.0

04 Jan 13:44
b06ae5a
Compare
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
Compare
Choose a tag to compare

Change Log:

  • Remove downloadUrl validityInDays attribute

v2.0.2

10 Jan 15:08
833e66b
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

2.0.0-beta.0

11 Oct 07:29
Compare
Choose a tag to compare
2.0.0-beta.0 Pre-release
Pre-release

Initial beta release of the Frontify Finder v2.

New Features
Supports opening and selection of assets via asset chooser (when used in combination with Frontify Authenticator v2).