Releases: netlify/next-on-netlify
Releases · netlify/next-on-netlify
v2.8.0
- Fix: fallback blocking would cause builds to crash (#139)
- next/image initial support (#138)
- generate headers file to override static chunks cache control (#141)
- track NoN files for configured dirs to clean before each run (#134)
v2.7.2
- Hotfix: index gsp pages caused builds to fail in i18n (#75)
v2.7.1
- Hotfix: update logic for allowing colliding route redirects (#130)
v2.7.0
- Support for i18n in Next 10 (#75)
- dependabot: node-notifier from 8.0.0 to 8.0.1 (#125)
- Expose Netlify function params as netlifyFunctionParams (#119)
- Fix: local cypress cache control (#118)
- Fix: add res.finished to createResponseObject (#117)
- Fix: Windows support (#101)
- Improve logs for specified functions/publish dirs (#100)
v2.6.3
- Fix: don't empty publish/function paths unless they're default (#94)
- Fix: add support for res.redirect in API routes (#93)
- Remove next-aws-lambda dependency (now inlined) (#92)
- Fix: Node.js version in CI (#91)
v2.6.2
- Upgrade version range of
next
(#90)
- Configurable functionsDir and publishDir (via exported func only) (#89)
- Support for Node 10.17.0 (#84)
- CI tests (#83)
v2.6.1
- Hotfix: no-cache Cache-Control for preview mode (Commit)
- README updates
- Update isRootCatchAllRedirect condition (#77)
v2.6.0
- Support for SSG Preview Mode (#50)
- Expose core setup logic to be required as a package (#64)
- Miscellaneous README cleanup
v2.5.2
- README rebrand
- Fix: update logs to correct path constants in prepareFolders (#58)
- Fix: show experimental-serverless-trace target option in README (#59)
- Fix: x-forwarded-host is undefined on Netlify (#54)
- Fix: No-op redirect for root catch-all page chunks (#52)
- prettier pre-commit hook
v2.5.1
- Fix: broken redirects for optional catch-alls (#47)