v4.0.0
github-actions
released this
10 Apr 15:02
·
353 commits
to release
since this release
4.0.0 (2024-04-10)
⚠ BREAKING CHANGES
- 🧨The minimum version of Next.js is 14.1.0
- 🧨Node.js v16 has been dropped
- 🧨The import destination changes, no longer from next/image, but from
next-export-optimize-images/image.
import Image from 'next/image';
<Image src='/page/to/image.png' />
↓
import Image from 'next-export-optimize-images/image';
<Image src='/page/to/image.png' />
Features
- 🚀 Change import options (9027b63), closes #820 #696 #796
- 🚀 Node.js minimum version to 18 (202db6d)
- 🚀 Support Next.js v14 (ae716a6), closes #802
Bug Fixes
- 🐛 Revive module.exports (8911e11)
Continuous Integration
- 🎡 Fixed a problem with Release ending in the middle of a re (9e6c6af)