Skip to content

Releases: prismicio/prismic-client

v6.0.0-alpha.3

07 Jul 07:51
Compare
Choose a tag to compare
v6.0.0-alpha.3 Pre-release
Pre-release
chore(release): 6.0.0-alpha.3

v6.0.0-alpha.2

07 Jul 07:50
Compare
Choose a tag to compare
v6.0.0-alpha.2 Pre-release
Pre-release
chore(release): 6.0.0-alpha.2

v5.1.0

11 Jun 08:38
Compare
Choose a tag to compare

Add support for a new endpoint to retrieve tags

Before the way to retrieve tags was to get them from /api.
We deprecated the tags field coming from /api response in favor of a new dedicated endpoint /tags.
The new endpoint may not be deployed yet.

v6.0.0-alpha.1

09 Jun 15:13
Compare
Choose a tag to compare
v6.0.0-alpha.1 Pre-release
Pre-release
chore(release): 6.0.0-alpha.1

v6.0.0-alpha.0

09 Jun 15:13
Compare
Choose a tag to compare
v6.0.0-alpha.0 Pre-release
Pre-release
chore(release): 6.0.0-alpha.0

v5.0.0

27 May 16:37
Compare
Choose a tag to compare

This version is the same as v4.0.0, it's meant to overwrite a mispublish of the now 6.0.0 alpha

v4.0.0

10 Mar 09:49
Compare
Choose a tag to compare
4.0.0

v4.0.0-beta.4

16 Sep 08:34
Compare
Choose a tag to compare
v4.0.0-beta.4 Pre-release
Pre-release

Changelog

  • remove deprecated helpers fetch and fetchLinks on form object.
  • change Readme to point to the prismic client instead of the api helper.
  • remove previewSession in profit of getPreviewResolver
    => Fix security issue: Calling any external URL encoded in the preview token
  • drop Node 8 support
  • add Node 14 support

Version 3.0.2

19 Aug 09:02
Compare
Choose a tag to compare
  • update cross-fetch dependency
  • remove wrong type reference in types/index.d.ts (fixes #133)

Version 3.0.1

03 Jul 08:55
Compare
Choose a tag to compare

Bug fix:

  • fix getPreviewResolver not passing query options