Skip to content

Latest commit

 

History

History
117 lines (64 loc) · 5.09 KB

CHANGELOG.md

File metadata and controls

117 lines (64 loc) · 5.09 KB

Changelog

3.0.3 (2021-03-12)

Bug fixes

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

3.0.2 (2021-03-11)

Bug fixes

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

3.0.1 (2021-03-11)

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)

3.0.0 (2021-03-08)

  • feat: merge next-on-netlify into @netlify/plugin-nextjs

    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)

Migrating from v2 to v3

If you've installed this plugin via Netlify's UI, no action is necessary. The upgrade is automatic.

If you've installed this plugin manually in your netlify.toml, you can upgrade two ways:

  1. Manually update to the latest version using npm i @netlify/plugin-nextjs@latest.
  2. If you prefer to automatically get updates, remove this plugin from your project and netlify.toml, then install the plugin using the Netlify UI.

Migrating from the original next-on-netlify package

As part of the 3.0.0 release, next-on-netlify has been deprecated and merged into the Essential Next.js Build Plugin. If your site is using the next-on-netlify package, you'll need to switch over to the plugin to get future updates.

For instructions on migrating from next-on-netlify to the Essential Next.js Build Plugin, please see the migration guide on the next-on-netlify repo.

2.0.1 (2021-02-17)

  • 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)

2.0.0 (2021-02-04)

  • feature: use new default functions directory (#87)

1.1.2 (2021-03-16)

  • backport update failure points in plugin to do nothing instead to v1 (#146)

1.1.1 (2021-02-02)

1.1.0 (2021-01-27)

1.0.9 (2021-01-26)

1.0.8 (2021-01-18)

  • upgrade NoN to 2.8.4 (fixes file tracking for nonexistent dirs) (#86)

1.0.7 (2021-01-18)

  • upgrade NoN to 2.8.3 (reverts next/image support)

1.0.6 (2021-01-16)

  • 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)

1.0.5 (2021-01-07)

  • upgrade next-on-netlify version to 2.7.2 (#77)

1.0.4 (2021-01-06)

  • upgrade next-on-netlify version to 2.7.1 (#76)

1.0.3 (2020-12-21)

  • Fix: use site's Next.js version (#73)
  • Fix: next export unused script mistakenly failed builds (#72)
  • Miscellaneous testing
  • Miscellaneous README changes

1.0.2 (2020-11-10)

  • Fix React peer dependency (#60)

1.0.1 (2020-11-19)

  • Fix: require('next') until plugin pre-installs are fixed internally (#57)

1.0.0 (2020-11-18)

  • Beta release of zero-config and UI-one-click plugin install