Skip to content

Latest commit

ย 

History

History
613 lines (308 loc) ยท 33.1 KB

CHANGELOG.md

File metadata and controls

613 lines (308 loc) ยท 33.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

4.5.1 (2024-10-07)

Bug Fixes

  • ๐Ÿ› Apply loader: custom to image settings in Next.js (a9c35b1), closes #971
  • ๐Ÿ› Fix for ENOENT No such file or directory (e425220), closes #945
  • deps: update dependency sharp to ^0.33.5 (359a635)

Documentation

  • โœ๏ธ Added notes (d44fd70)

4.5.0 (2024-06-09)

Features

Documentation

  • โœ๏ธ Handling page swaps and relative paths (6d86e34)

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)

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)

4.3.0 (2024-04-13)

Features

Performance Improvements

  • โšก๏ธ Minimize readFile execution (139f459), closes #742

Tests

  • ๐Ÿ’ Fixed test cases (b9e21ea)

4.2.0 (2024-04-13)

Features

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

Bug Fixes

  • ๐Ÿ› Corrected attribute values for the source element (e91cb59)

4.1.0 (2024-04-12)

Features

  • ๐Ÿš€ allow changing cacheDir location (2215bb7), closes #692
  • ๐Ÿš€ 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)

4.0.0 (2024-04-10)

โš  BREAKING CHANGES

  • ๐ŸงจThe minimum version of Next.js is 14.1.0
  • ๐ŸงจThe import destination changes, no longer from next/image, but from next-export-optimize-images/image.
  • ๐ŸงจNode.js v16 has been dropped

Features

Bug Fixes

  • ๐Ÿ› Revive module.exports (8911e11)

Continuous Integration

  • ๐ŸŽก Fixed a problem with Release ending in the middle of a re (9e6c6af)

3.3.0 (2024-03-10)

Features

  • ๐Ÿš€ feat: add config for remote images download delays (fb05eda)

Bug Fixes

  • deps: update dependency fs-extra to ^11.2.0 (83990ed)
  • deps: update dependency sharp to ^0.32.6 (ea1b24f)
  • deps: update dependency sharp to v0.32.6 [security] (fed526e)

Documentation

  • โœ๏ธ add docs info for remoteImagesDownloadsDelay config (4978490)

3.2.0 (2023-09-05)

Features

  • ๐Ÿš€ add Picture component (0bf9352), closes #653 #544
  • ๐Ÿš€ config generateFormats option (fade51c)

Bug Fixes

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

Documentation

  • โœ๏ธ Picture component (0ad3dc6)

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)

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

3.0.6 (2023-07-04)

Bug Fixes

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

3.0.5 (2023-07-01)

Bug Fixes

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

3.0.4 (2023-07-01)

Bug Fixes

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

3.0.3 (2023-07-01)

Bug Fixes

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

3.0.2 (2023-07-01)

Bug Fixes

  • ๐Ÿ› Fixed an export error (696261d)

3.0.1 (2023-07-01)

Bug Fixes

  • ๐Ÿ› Fixed support Next.js version (4624986)

3.0.0 (2023-07-01)

โš  BREAKING CHANGES

  • ๐ŸงจNext.js version must be at least 13.3.2

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)

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)

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)

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)

1.9.2 (2022-12-11)

Bug Fixes

  • ๐Ÿ› Removed crypto dependency from client bundle (ca4ea71), closes #332
  • deps: update dependency got to ^11.8.6 (3af53e8)

1.9.1 (2022-11-28)

Bug Fixes

  • ๐Ÿ› ENAMETOOLONG when using long filenames (eae8c74), closes #309
  • deps: update dependency sharp to ^0.31.1 (eaa3506)
  • deps: update dependency sharp to ^0.31.2 (12f0a80)

1.9.0 (2022-09-25)

Features

  • ๐Ÿš€ Support next/future/image (7efc251), closes #255

1.8.0 (2022-09-23)

Features

  • ๐Ÿš€ Introduced new 'externalOutputDir' config flag (e585af9)

Bug Fixes

  • ๐Ÿ› delete experimental (b38cd9e)
  • ๐Ÿ› Remov unneeded leading slash from externalOutputDir flag (e9de680)
  • deps: update dependency sharp to ^0.31.0 (ef3ed84)

1.7.0 (2022-08-31)

Features

  • ๐Ÿš€ Add sourceImageParser config option (9b1fbd9)

Bug Fixes

  • ๐Ÿ› Documentation update (21e1b8c)

Continuous Integration

  • ๐ŸŽก Install ts-node (2f3ef3b)

1.6.2 (2022-08-27)

Bug Fixes

  • ๐Ÿ› Processing when the image component is not used (a3dd7b3), closes #195

1.6.1 (2022-08-24)

Bug Fixes

  • deps: update dependency app-root-path to ^3.1.0 (2593d23)
  • Minor grammar fix for a warning (e439bc1)

1.6.0 (2022-07-30)

Features

Bug Fixes

  • ๐Ÿ› Fix peer-dependence next version (e71586c)

1.5.3 (2022-07-06)

Bug Fixes

  • ๐Ÿ› Throws an error for unoptimized (7e81b3b), closes #129
  • deps: update dependency cli-progress to ^3.11.2 (f59d120)

1.5.2 (2022-06-29)

Bug Fixes

  • deps: update dependency sharp to ^0.30.7 (5dcb964)

Documentation

  • โœ๏ธ Applied the DocSearch (01da0f9)

Tests

  • ๐Ÿ’ Linting test files with recommended rules (36d5343)

1.5.1 (2022-06-13)

Bug Fixes

  • ๐Ÿ› Copy output of unsupported images (7fefec5), closes #82

Documentation

  • โœ๏ธ Added page about external images (36422cc)

1.5.0 (2022-06-12)

Features

  • ๐Ÿš€ About external-images by @dc7290 in #97

1.4.0 (2022-06-07)

Features

  • ๐Ÿš€ Allow plugin to accept configPath (864d02a)

Bug Fixes

  • ๐Ÿ› Correctly parse path segment separators (5b87790)
  • ๐Ÿ› Do not generate unnecessary placeholder images (b8634da)
  • ๐Ÿ› Running mkdir in a windows environment (37e5adf)
  • deps: update dependency sharp to ^0.30.6 (1d97979)

Tests

  • ๐Ÿ’ Add e2e testing (f601390)
  • ๐Ÿ’ Fixed test in uniqueItems (63390c4)

Continuous Integration

  • ๐ŸŽก Allow windows to set env (36c8788)
  • ๐ŸŽก Test different types of environments with matrix (a598229)

Documentation

  • โœ๏ธ Add plugin-configuration page (7548550)

1.3.1 (2022-05-29)

Bug Fixes

  • deps: update dependency sharp to ^0.30.5 (8e25077)
  • deps: update docusaurus monorepo to v2.0.0-beta.21 (74f635c)
  • deps: update react monorepo to v18 (ea241dd)

Documentation

  • โœ๏ธ Revise comparisons for clarity (eb94a0e)

1.3.0 (2022-05-26)

Features

  • ๐Ÿš€ Add convertFormat (423b819)
  • ๐Ÿš€ Measure the ASSETS in which errors occurred (4833495)

Bug Fixes

  • ๐Ÿ› Correctly pass basePath to src and srcSet (65916fe)

Tests

  • ๐Ÿ’ Fixed config path (6b6e986)

Continuous Integration

  • ๐ŸŽก Run CI in PR as well (490bfd3)

Documentation

  • โœ๏ธ Add convertFormat to the configuration page (234a93f)
  • โœ๏ธ Add convertFormat to features (a64c2cd)
  • โœ๏ธ Add description to Config (5f21a62)

1.2.0 (2022-05-25)

Features

  • ๐Ÿš€ Add convertFormat (457c453)
  • ๐Ÿš€ Measure the ASSETS in which errors occurred (d936772)

Bug Fixes

  • deps: update dependency cli-progress to ^3.11.1 (7f74945)
  • deps: update dependency prism-react-renderer to v1.3.3 (7f8e3b2)

Continuous Integration

  • ๐ŸŽก Run CI in PR as well (58f3077)

Tests

  • ๐Ÿ’ Fixed config path (9ec7ae8)

Documentation

  • โœ๏ธ Add convertFormat to the configuration page (40f9b5a)
  • โœ๏ธ Add description to Config (4684cfc)
  • โœ๏ธ Added Some images are not displayed to Q&A (32e059a)
  • โœ๏ธ Set og:title (50a92ab)

1.1.0 (2022-05-21)

Features

  • ๐Ÿš€ Export type definitions withExportImages (dfd1bdf)

Performance Improvements

  • โšก๏ธ Use the option to prevent images from being enlarged (a8209d7)

Continuous Integration

  • ๐ŸŽก Change renovate schedule (dd80a4d)
  • ๐ŸŽก Corrected settings about releases (7028fdd)
  • ๐ŸŽก Register the title in @semantic-release/changelog (9087554)

Documentation

  • โœ๏ธ Add Comparison page (9145d02)
  • โœ๏ธ Add examples page (2472113)
  • โœ๏ธ Add footer link (ed00e68)
  • โœ๏ธ Add local checks section in Getting Started (6087661)
  • โœ๏ธ Add planned features page (91b5bea)
  • โœ๏ธ Add Q&A page (c8fbe69)
  • โœ๏ธ Add Structure page (9e1f4a3)
  • โœ๏ธ Add text to introduction (7af96e2)
  • โœ๏ธ Add title to code block (45052ce)
  • โœ๏ธ Added description (eeef6a8)
  • โœ๏ธ Change link text to Introduction (cd7b635)
  • โœ๏ธ Create Getting Started as a separate page (9d37e87)
  • โœ๏ธ Highlight differences (d2a76bd)
  • โœ๏ธ README Change home page to document site (422f8db)

1.0.1 (2022-05-19)

Bug Fixes

  • deps: update dependency ansi-colors to ^4.1.3 (82f2027)

Documentation

  • โœ๏ธ add logo and ogp (ef3197b)
  • โœ๏ธ Added Configuration page (365fbd4)
  • โœ๏ธ Added top page (2814451)
  • โœ๏ธ Configurationโ†’ Usage (06994f1)
  • โœ๏ธ Corrected title (d2a8d89)
  • โœ๏ธ Feature ใ‚’ไฟฎๆญฃ (ea7ef5f)
  • โœ๏ธ Fixed README (f58bf08)
  • โœ๏ธ README ใฎ Feature ใ‚’ไฟฎๆญฃ (3c02b52)
  • โœ๏ธ Top page modification (533064b)

Continuous Integration

  • ๐ŸŽก @semantic-release/exec ใ‚’ใƒ—ใƒฉใ‚ฐใ‚คใƒณใซ่ฟฝๅŠ  (8ca1957)
  • ๐ŸŽก Added faketty (a01d7fa)
  • ๐ŸŽก Github Actions: Release does not run git-cz (14d25f3)
  • ๐ŸŽก ใƒชใƒชใƒผใ‚นใƒ–ใƒฉใƒณใƒใ‚’ release ใซๅค‰ๆ›ด (30b02d5)
  • ๐ŸŽก ๅๅ‰ใฎๅค‰ๆ›ด (f32209a)

1.0.0 (2022-05-17)

Added

  • Everything!