Skip to content

Tags: publicdata/next-on-netlify

Tags

v2.8.6

Toggle v2.8.6's commit message
Publish v2.8.6

- Fix: image url in imageFunction ([netlify#159](netlify#159))

v2.8.5

Toggle v2.8.5's commit message
Publish v2.8.5

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

v2.8.4

Toggle v2.8.4's commit message
Publish v2.8.4

- Fix: check existence of dirs before reading them in file tracking logic ([netlify#150](netlify#150))

v2.8.3

Toggle v2.8.3's commit message
Publish v2.8.3

- Revert next/image support until jimp module issue is resolved ([netlify#149](netlify#149))
- Revert route/redirect sorting logic to static then dynamic ([netlify#145](netlify#145))
- Fix: incorrect headers syntax & broken local cypress ([netlify#144](netlify#144))

v2.8.2

Toggle v2.8.2's commit message
Publish v2.8.2

- Fix: failing windows test for file tracking ([netlify#142](netlify#142))

v2.8.1

Toggle v2.8.1's commit message
Publish v2.8.1

- Fix: file tracking bug where publishDir was being used for functons cleaning too ([#ba41f](netlify@ba4f141))

v2.8.0

Toggle v2.8.0's commit message
Publish v2.8.0

- Fix: fallback blocking would cause builds to crash ([netlify#139](netlify#139))
- next/image initial support ([netlify#138](netlify#138))
- generate headers file to override static chunks cache control ([netlify#141](netlify#141))
- track NoN files for configured dirs to clean before each run ([netlify#134](netlify#134))

v2.7.2

Toggle v2.7.2's commit message
Publish v2.7.2

- Hotfix: index gsp pages caused builds to fail in i18n ([netlify#75](netlify#131))

v2.7.1

Toggle v2.7.1's commit message
Publish v2.7.1

- Hotfix: update logic for allowing colliding route redirects ([netlify#130](netlify#130))

v2.7.0

Toggle v2.7.0's commit message
Publish v2.7.0

- Support for i18n in Next 10 ([netlify#75](netlify#75))
- dependabot: node-notifier from 8.0.0 to 8.0.1 ([netlify#125](netlify#125))
- Expose Netlify function params as netlifyFunctionParams ([netlify#119](netlify#119))
- Fix: local cypress cache control ([netlify#118](netlify#118))
- Fix: add res.finished to createResponseObject ([netlify#117](netlify#117))
- Fix: Windows support ([netlify#101](netlify#101))
- Improve logs for specified functions/publish dirs ([netlify#100](netlify#100))