Skip to content

Releases: opennextjs/opennextjs-netlify

@netlify/plugin-nextjs v3.2.1

03 May 19:11
7a9a40f
Compare
Choose a tag to compare

Bug Fixes

  • deps: update dependency moize to v6.0.3 (bef04fd)
  • nextConfig was memoized too early (#264) (c5d88a4)

@netlify/plugin-nextjs v3.2.0

29 Apr 14:55
f4bbfc7
Compare
Choose a tag to compare

Features

Bug Fixes

  • deps: update dependency chalk to v4.1.1 (eda3d1f)
  • deps: update dependency moize to v6.0.2 (24702ab)

@netlify/plugin-nextjs v3.1.0

11 Apr 08:49
1d03740
Compare
Choose a tag to compare

Features

  • unstableNetlifyFunctionsSupport.includeDirs configuration (#182) (2953faa)

Bug Fixes

  • deps: update dependency find-up to v5 (#138) (757ba52)
  • deps: update dependency semver to v7.3.5 (5a92dd2)
  • fix minimum Next.js version (54c2b1e)

v1.1.3

18 Mar 15:32
Compare
Choose a tag to compare
v1.1.3 Pre-release
Pre-release

Bug fixes

  • remove next as a peer dependency (#159)

Chore

  • use netlify/functions instead of netlify-automatic-functions (#159)
  • decrease npm package size (#159)

v1.1.2

16 Mar 17:31
620e1f5
Compare
Choose a tag to compare
v1.1.2 Pre-release
Pre-release
  • backport update failure points in plugin to do nothing instead to v1 (#146)

v3.0.3

12 Mar 16:26
Compare
Choose a tag to compare

Bug fixes

  • Fix memoization when retrieving next.config.js (#128)

v3.0.2

11 Mar 21:11
Compare
Choose a tag to compare

Bug fixes

  • Fix missing find-cache-dir (#127)

v3.0.1

11 Mar 20:48
Compare
Choose a tag to compare

Bug fixes

  • Fix errors while loading next.config.js (#124)
  • Fix errors when next is not installed (#123)
  • Fix missing await keyword (#122)

Chore

  • Reduce the npm package size (#109)

v3.0.0

08 Mar 23:02
Compare
Choose a tag to compare
  • feat: merge next-on-netlify into @netlify/plugin-nextjs (#106)

    This improves our ability to maintain the plugin, reduces confusion about how to configure Next.js support for Netlify builds, and prepares the plugin for something we're pretty dang excited about: automatic installation for new Next.js projects!

NOTE: There are no breaking changes for existing plugin users. This is a major release because we're bringing an external package into the plugin and turning on automatic installation for new Next.js projects on Netlify. This doesn't break anything, but it's a big enough change that we wanted to treat it as a major release.

  • fix: next 10.0.8 changes loadConfig to be async (#105)

v2.0.1

18 Feb 02:36
Compare
Choose a tag to compare
  • fail build if plugin cant load next.config.js (#99)
  • chore: decrease package size (#101)
  • remove Next as a peer dependency (#96)
  • update failure points in plugin to do nothing instead (#94)