next-export-optimize-images

Optimize images at build time with Next.js.

MIT License

Downloads
11.3K
Stars
346
Committers
9

Bot releases are visible (Hide)

next-export-optimize-images - v4.4.0 Latest Release

Published by github-actions[bot] 5 months ago

4.4.0 (2024-05-19)

Features

  • πŸš€ Add RemoteImage component (c4b284d), closes #652
  • πŸš€ Add RemotePicture component (3d4d1d2)

Bug Fixes

  • deps: update dependency sharp to ^0.33.4 (a0a0fa7)

Documentation

  • ✏️ Add case for using another plugin (3d9e988)
next-export-optimize-images - v4.3.1

Published by github-actions[bot] 6 months ago

4.3.1 (2024-04-14)

Bug Fixes

  • πŸ› Enable Node.js-specific APIs in the configuration file (f5a2805), closes #824

Documentation

  • ✏️ Fixed filenameGenerator arguments (4aebf7a)
next-export-optimize-images - v4.3.0

Published by github-actions[bot] 6 months ago

4.3.0 (2024-04-13)

Features

Performance Improvements

  • ⚑️ Minimize readFile execution (139f459), closes #742

Tests

  • πŸ’ Fixed test cases (b9e21ea)
next-export-optimize-images - v4.2.0

Published by github-actions[bot] 6 months ago

4.2.0 (2024-04-13)

Features

  • πŸš€ New feature getOptimizedImageProps implemented (96342af), closes #822

Bug Fixes

  • πŸ› Corrected attribute values for the source element (e91cb59)
next-export-optimize-images - v4.1.0

Published by github-actions[bot] 6 months ago

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)
next-export-optimize-images - v4.0.0

Published by github-actions[bot] 7 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)
next-export-optimize-images - v3.3.0

Published by dc7290 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dc7290/next-export-optimize-images/compare/v3.2.0...v3.3.0

next-export-optimize-images - v3.2.0

Published by github-actions[bot] about 1 year ago

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)
next-export-optimize-images - v3.1.1

Published by github-actions[bot] about 1 year ago

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)
next-export-optimize-images - v3.1.0

Published by github-actions[bot] over 1 year ago

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
next-export-optimize-images - v3.0.6

Published by github-actions[bot] over 1 year ago

3.0.6 (2023-07-04)

Bug Fixes

  • πŸ› Supported Next.js13.4.8 (5a0e7c6)
next-export-optimize-images - v3.0.5

Published by github-actions[bot] over 1 year ago

3.0.5 (2023-07-01)

Bug Fixes

  • πŸ› Fixed loader caching uselessly (bc10e30)
next-export-optimize-images - v3.0.4

Published by github-actions[bot] over 1 year ago

3.0.4 (2023-07-01)

Bug Fixes

  • πŸ› Corrected loader application conditions (38b1b89)
next-export-optimize-images - v3.0.3

Published by github-actions[bot] over 1 year ago

3.0.3 (2023-07-01)

Bug Fixes

  • πŸ› Delete Warning for quality (abe1f19)
  • πŸ› Fixed loader path (e8bdc63)
next-export-optimize-images - v3.0.2

Published by github-actions[bot] over 1 year ago

3.0.2 (2023-07-01)

Bug Fixes

  • πŸ› Fixed an export error (696261d)
next-export-optimize-images - v3.0.1

Published by github-actions[bot] over 1 year ago

3.0.1 (2023-07-01)

Bug Fixes

  • πŸ› Fixed support Next.js version (4624986)
next-export-optimize-images - v3.0.0

Published by github-actions[bot] over 1 year ago

3.0.0 (2023-07-01)

Two main features have been added with this release!

  • Support for AppRouter
  • Support for dynamic components (e.g., next/dynamic and components used for the first time on the client side)

⚠ BREAKING CHANGES

Features

  • πŸš€ For external images, add them manually (54a70cb)
  • πŸš€ Supported AppRouter (6e5fd71), closes #527
  • πŸš€ Supported next/dynamic (857ae6b), closes #106

Bug Fixes

  • πŸ› Changed version of peerDependencies next to 13.0.0 (fc6e534)

Documentation

  • ✏️ Fixed Docs (50847a8)
next-export-optimize-images - v2.1.0

Published by github-actions[bot] over 1 year ago

2.1.0 (2023-04-30)

Features

  • πŸš€ Support for animated images (09fef4a), closes #495

Bug Fixes

  • deps: update dependency sharp to ^0.32.0 (ba13935)
  • deps: update dependency sharp to ^0.32.1 (07cf2a4)
next-export-optimize-images - v2.0.1

Published by github-actions[bot] over 1 year ago

2.0.1 (2023-04-01)

Bug Fixes

  • deps: update dependency cli-progress to ^3.12.0 (7047e7a)
  • deps: update dependency fs-extra to ^11.1.1 (b16aed9)
  • deps: update dependency sharp to ^0.31.3 (7401a78)

Tests

  • πŸ’ Update snapshot-file for Jest29 (6b2c8dc)

Documentation

  • ✏️ Update @heroicons/react to v2 (9a78da2)
next-export-optimize-images - v2.0.0

Published by github-actions[bot] almost 2 years ago

2.0.0 (2022-12-17)

⚠ BREAKING CHANGES

  • 🧨Next.js v12 and below have been dropped.
  • 🧨Node.js v14 has been dropped

Features

  • πŸš€ Node.js minimum version to 16 (ac0d7f9)
  • πŸš€ Support for Next.js v13 (ff5a2e2)

Bug Fixes

  • πŸ› Fix Config type (7448857)
  • deps: update dependency fs-extra to v11 (8285c8f)

Documentation

  • ✏️ Support for Next.js v13 (51a0ac9)
Package Rankings
Top 3.81% on Npmjs.org