Skip to content

Releases: nuxt-modules/prismic

v1.2.6

11 Mar 13:17
Compare
Choose a tag to compare
chore(release): 1.2.6

v1.2.5

09 Mar 13:19
Compare
Choose a tag to compare
chore(release): 1.2.5

v1.2.4

11 Sep 11:35
d957bea
Compare
Choose a tag to compare
chore(release): 1.2.4 (#102)

Co-authored-by: lihbr <[email protected]>

v1.2.3

17 Jul 21:43
Compare
Choose a tag to compare
  • #80 use new preview resolver, fix redirection issues with link resolver or apiOptions.routes (revolves #74)
  • #84 take into account globalName option (resolves #81)
  • #85 prevent app fatal error in case of API failure (resolves #77)
  • #86 package.json maintenance (bump dependencies, removed redundant package-lock.json)
  • #87 (formerly #82, repo was not accessible for maintainers (?)) add warning in readme file

v1.2.1

30 Apr 10:05
Compare
Choose a tag to compare
  • Fix #70
  • inject api endpoint (#71)

v1.2.0

30 Apr 10:07
Compare
Choose a tag to compare

Add apiOptions property (PR #64)

It provides the ability to specify new fields like:

  • an access token for private APIs
  • a routes field which will be a newer and simpler version of the link resolver

v1.1.1

10 Mar 14:24
Compare
Choose a tag to compare
  • Disable script injection if preview disabled (#59)
  • Fix #56

v1.1.0

29 Jan 16:12
Compare
Choose a tag to compare
  • Allow giving a path to linkResolver and htmlSerializer (#49)

v1.0.2

29 Jan 15:46
Compare
Choose a tag to compare
  • Fix /preview route pushed at the end and overwritten when dynamic path (#48)

Node v8.x.x backwards compatibility

15 Mar 20:12
Compare
Choose a tag to compare

The required Node and NPM version have been dropped down to v8.x.x and v5.x.x respectively.