Skip to content

Releases: dc7290/next-export-optimize-images

v4.1.0

12 Apr 12:07
Compare
Choose a tag to compare

4.1.0 (2024-04-12)

Features

  • πŸš€ allow changing cacheDir location (2215bb7), closes #692 by @stavros-k
  • πŸš€ Applied additional attributes to Picture Component (1f8866d), closes #693

Bug Fixes

  • πŸ› Enables next/image to be used in conjunction with (5e82ad7)
  • πŸ› Update sharp to v0.33.3 (a2d6fa7), closes #733

Tests

  • πŸ’ Add cacheDir config option (6135ed1)

v4.0.0

10 Apr 15:02
Compare
Choose a tag to compare

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)

v3.3.0

10 Mar 07:37
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update dependency sharp to v0.32.6 [security] by @renovate in #715
  • fix(deps): update dependency sharp to ^0.32.6 by @renovate in #725
  • fix(deps): update dependency fs-extra to ^11.2.0 by @renovate in #753
  • πŸš€ feat: add config for remote images download delays by @alesmraz in #794

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

05 Sep 12:35
Compare
Choose a tag to compare

3.2.0 (2023-09-05)

Features

Bug Fixes

  • πŸ› e2e test was not run (446e208)
  • deps: update dependency sharp to ^0.32.5 (07c4e9d)

Documentation

  • ✏️ Picture component (0ad3dc6)

v3.1.1

31 Aug 14:07
Compare
Choose a tag to compare

3.1.1 (2023-08-31)

Bug Fixes

  • πŸ› Align Svg handling with Next.js (1d30298)
  • πŸ› Fixed a problem with configurations not working (92b544c), closes #612
  • deps: update dependency sharp to ^0.32.3 (b626e7f)
  • deps: update dependency sharp to ^0.32.4 (5217bdd)

Documentation

  • Fix typo on structure page (3ec2d6b)

v3.1.0

14 Jul 15:45
Compare
Choose a tag to compare

3.1.0 (2023-07-14)

Features

  • πŸš€ Support functional remote-images (87d71a8)

Bug Fixes

  • πŸ› Fixed problem with settings not loading during build (35c817e), closes #612

v3.0.6

04 Jul 10:37
Compare
Choose a tag to compare

3.0.6 (2023-07-04)

Bug Fixes

  • πŸ› Supported Next.js13.4.8 (5a0e7c6)

v3.0.5

01 Jul 11:25
Compare
Choose a tag to compare

3.0.5 (2023-07-01)

Bug Fixes

  • πŸ› Fixed loader caching uselessly (bc10e30)

v3.0.4

01 Jul 10:40
Compare
Choose a tag to compare

3.0.4 (2023-07-01)

Bug Fixes

  • πŸ› Corrected loader application conditions (38b1b89)

v3.0.3

01 Jul 10:05
Compare
Choose a tag to compare

3.0.3 (2023-07-01)

Bug Fixes

  • πŸ› Delete Warning for quality (abe1f19)
  • πŸ› Fixed loader path (e8bdc63)