Skip to content

Releases: opennextjs/opennextjs-netlify

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)

v2.0.0

04 Feb 21:12
Compare
Choose a tag to compare
  • feature: use new default functions directory (#87)

v1.1.1

02 Feb 17:26
Compare
Choose a tag to compare

v1.1.0

27 Jan 12:27
Compare
Choose a tag to compare

v1.0.9

26 Jan 10:16
Compare
Choose a tag to compare

v1.0.8

18 Jan 14:23
Compare
Choose a tag to compare
  • upgrade NoN to 2.8.4 (fixes file tracking for nonexistent dirs) (#86)

v1.0.7

18 Jan 06:07
Compare
Choose a tag to compare
  • upgrade NoN to 2.8.3 (reverts next/image support)

v1.0.6

16 Jan 14:48
Compare
Choose a tag to compare
  • upgrade NoN to 2.8.2; explain CLI usage workflow in README; add jimp (#83)
  • update next.config.js target error message to be more clear (78a0986)

v1.0.5

06 Jan 11:28
Compare
Choose a tag to compare
  • upgrade next-on-netlify to 2.7.2 (#77)