Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 15:02
· 267 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

Bug Fixes

  • 🐛 Revive module.exports (8911e11)

Continuous Integration

  • 🎡 Fixed a problem with Release ending in the middle of a re (9e6c6af)