Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Releases: netlify/next-on-netlify

v3.0.1

10 May 15:48
Compare
Choose a tag to compare

move execa to prod dep

v3.0.0

09 May 20:47
Compare
Choose a tag to compare

NoN is still deprecated but @sls-next dependency was causing issues

v2.9.0

25 Feb 03:34
Compare
Choose a tag to compare
  • add support for background functions in api pages only (#171)
  • remove next as peer dependency (#167)
  • add watch mode (#162)

v2.8.7

02 Feb 17:18
Compare
Choose a tag to compare
  • Fix: next 10.0.6 changed prerender-manifest for i18n (#163)
  • Chore: support node 15

v2.8.6

27 Jan 12:11
Compare
Choose a tag to compare
  • Fix: image url in imageFunction (#159)

v2.8.5

26 Jan 10:09
Compare
Choose a tag to compare
  • Put back next/image support (#158)
  • Fix: strip file extension when checking if route is dynamic (#155)
  • Fix: prevent copy of .public to .public (#146)
  • Fix: add check if pages-manifest exists before reading (#147)
  • Fix: throw error if .next/static cannot be found (#148)
  • Fix: remove unnecessary * from headers rule (#152)

v2.8.4

18 Jan 14:15
Compare
Choose a tag to compare
  • Fix: check existence of dirs before reading them in file tracking logic (#150)

v2.8.3

18 Jan 05:57
Compare
Choose a tag to compare
  • Revert next/image support until jimp module issue is resolved (#149)
  • Revert route/redirect sorting logic to static then dynamic (#145)
  • Fix: incorrect headers syntax & broken local cypress (#144)

v2.8.2

16 Jan 14:03
Compare
Choose a tag to compare
  • Fix: failing windows test for file tracking (#142)

v2.8.1

14 Jan 07:55
Compare
Choose a tag to compare
  • Fix: file tracking bug where publishDir was being used for functons cleaning too (#ba41f)

💀