github dc7290/next-export-optimize-images v4.0.0

latest releases: v4.6.1, v4.6.0, v4.5.3...
9 months ago

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)

Don't miss a new next-export-optimize-images release

NewReleases is sending notifications on new releases.