Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.16.0 #18684

Merged
merged 1 commit into from Feb 3, 2023
Merged

v2.16.0 #18684

merged 1 commit into from Feb 3, 2023

Conversation

danielroe
Copy link
Member

@danielroe danielroe commented Feb 1, 2023

Nuxt 2.16.0 is the first minor release since Feb 15, 2021. The focus is mostly on releasing the latest fixes and enhancements that have been present in nuxt-edge for some time.

Timetable: later this week.

✨ Highlights

⚠️ Breaking changes

  • In this PR we only support Node 14+. This is mostly an issue for dependencies, which we need to keep updated for security reasons. Going forward until its own EOL, Nuxt 2 will only officially support Node versions that have not reached their EOL.

  • New postcss options format. See feat(webpack)!: update postcss to v8 #9671 for full details.

  • Dependency upgrades. A number of dependencies have dropped support for earlier node versions. dotenv has changed how it parses .env files in a number of edge cases. glob now requires / instead of \ on windows machines. There may also be other changes that affect your usage, so please do upgrade with care.

  • Vue 2.7 upgrade. Although you can use Vue 2.7 with any release of Nuxt 2, 2.16.0 for the first time includes it as a dependency, which means that you may well encounter some issues associated with upgrading Vue 2.6 -> Vue 2.7.

    This may be a good time to consider using the composition API utilities provided by https://github.com/nuxt/bridge instead, which mirror Nuxt 3's more precisely than @nuxtjs/composition-api. (You can opt-in to just these utilities by disabling the other bridge modules individually.)

Changelog

compare changes

🚀 Enhancements

🩹 Fixes

📦 Build

🌊 Types

🏡 Chore

✅ Tests

🤖 CI

⚠️ Breaking Changes

❤️ Contributors

Remake of #9660, #10907

@danielroe danielroe self-assigned this Feb 1, 2023
@codesandbox
Copy link

codesandbox bot commented Feb 1, 2023

CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

@danielroe danielroe changed the title chore: bump version to v2.16.0 v2.16.0 Feb 1, 2023
@danielroe danielroe marked this pull request as ready for review February 2, 2023 21:38
@danielroe danielroe merged commit 6dc6cef into 2.x Feb 3, 2023
@danielroe danielroe deleted the v2.16.0 branch February 3, 2023 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant