Skip to content

Releases: dc7290/next-export-optimize-images

v1.8.0

23 Sep 03:13
Compare
Choose a tag to compare

1.8.0 (2022-09-23)

Features

Bug Fixes

  • 🐛 delete experimental (b38cd9e)
  • 🐛 Remov unneeded leading slash from externalOutputDir flag (e9de680) By @itsmejoeeey
  • deps: update dependency sharp to ^0.31.0 (ef3ed84)

v1.7.0

31 Aug 15:42
Compare
Choose a tag to compare

1.7.0 (2022-08-31)

Features

Bug Fixes

Continuous Integration

v1.6.2

27 Aug 11:56
Compare
Choose a tag to compare

1.6.2 (2022-08-27)

Bug Fixes

  • 🐛 Processing when the image component is not used (a3dd7b3), closes #195

v1.6.1

24 Aug 14:12
Compare
Choose a tag to compare

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) By @Julian

v1.6.0

30 Jul 11:39
Compare
Choose a tag to compare

1.6.0 (2022-07-30)

Features

Bug Fixes

  • 🐛 Fix peer-dependence next version (e71586c)

v1.5.3

06 Jul 14:33
Compare
Choose a tag to compare

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)

v1.5.2

29 Jun 15:29
Compare
Choose a tag to compare

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)

v1.5.1

13 Jun 07:25
Compare
Choose a tag to compare

1.5.1 (2022-06-13)

Bug Fixes

  • 🐛 Copy output of unsupported images (7fefec5), closes #82

Documentation

  • ✏️ Added page about external images (36422cc)

v1.5.0

12 Jun 09:16
Compare
Choose a tag to compare

1.5.0 (2022-06-12)

Features

v1.4.0

07 Jun 13:36
Compare
Choose a tag to compare

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)