Skip to content

Releases: opennextjs/opennextjs-netlify

@netlify/plugin-nextjs v4.0.0-rc.2

10 Dec 11:55
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • handle Windows paths correctly (#948) (efa53fd)
  • correctly handle requests with encoded characters (#954) (b2f8f5b)

Full Changelog: v4.0.0-rc.1...v4.0.0-rc.2

@netlify/plugin-nextjs v4.0.0-rc.1

07 Dec 14:35
35320b4
Compare
Choose a tag to compare
Pre-release

Features

Bug Fixes

  • bypass preview for static files (#918) (ecb3cc8)
  • work around a bug that caused a full response to be sent for images, even if the etag matched
  • deps: update dependency @netlify/ipx to ^0.0.8 (#902) (25f375f)

@netlify/plugin-nextjs v4.0.0-rc.0

06 Dec 10:58
02e84c2
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • copy public directory output instead of input when using Nx (#856) (d959f82)
  • correct root redirect when trailingSlash = false (#879) (3c6b10b)

@netlify/plugin-nextjs v4.0.0-beta.13

02 Dec 16:18
3fcebf5
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • correct handling of data route JSON files (#864) (adea889)
  • move locale detection to netlify redirects (#861) (964637b)

@netlify/plugin-nextjs v4.0.0-beta.12

30 Nov 11:09
410e0fa
Compare
Choose a tag to compare
Pre-release

Features

Miscellaneous Chores

  • deps: update dependency @netlify/build to v19 (#840) (d927524)

@netlify/plugin-nextjs v4.0.0-beta.11

24 Nov 12:22
142518d
Compare
Choose a tag to compare
Pre-release

Bug Fixes

@netlify/plugin-nextjs v4.0.0-beta.10

24 Nov 11:43
ce099f9
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • replace node-fetch with builtin (#834) (6ff3100)
  • correct redirect priority and correctly handle ISR pages assets (#826) (6b61643)
  • deps: update dependency @netlify/functions to ^0.10.0 (#830) (3256839)
  • don't move files to the CDN if they match redirect/rewrite rules (#832) (9e3dd0e)

@netlify/plugin-nextjs v4.0.0-beta.9

19 Nov 17:21
5a6144b
Compare
Choose a tag to compare
Pre-release

Bug Fixes

@netlify/plugin-nextjs v4.0.0-beta.8

19 Nov 15:37
d3860b5
Compare
Choose a tag to compare
Pre-release

Features

  • don't move files to CDN if they match middleware (#812) (615c97a)
  • move static pages by default (#816) (12ce69e)

@netlify/plugin-nextjs v4.0.0-beta.7

17 Nov 13:34
6a4c86e
Compare
Choose a tag to compare
Pre-release

Features

Bug Fixes

  • deps: update dependency @netlify/functions to ^0.9.0 (#807) (3deec1d)
  • ensure path is encoded (#800) (b0f666e)
  • use forced catchall for preview mode (#793) (fd7130f)

Miscellaneous Chores