next-export-optimize-images

Optimize images at build time with Next.js.

MIT License

Downloads
11.3K
Stars
346
Committers
9

Bot releases are hidden (Show)

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 - v1.6.1

Published by dc7290 about 2 years ago

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
next-export-optimize-images - v1.6.0

Published by dc7290 about 2 years ago

1.6.0 (2022-07-30)

Features

Bug Fixes

  • ๐Ÿ› Fix peer-dependence next version (e71586c)
next-export-optimize-images - v1.5.3

Published by dc7290 over 2 years ago

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)
next-export-optimize-images - v1.5.2

Published by dc7290 over 2 years ago

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)
next-export-optimize-images - v1.5.1

Published by dc7290 over 2 years ago

1.5.1 (2022-06-13)

Bug Fixes

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

Documentation

  • โœ๏ธ Added page about external images (36422cc)
next-export-optimize-images - v1.5.0

Published by dc7290 over 2 years ago

1.5.0 (2022-06-12)

Features

next-export-optimize-images - v1.4.0

Published by dc7290 over 2 years ago

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)
next-export-optimize-images - v1.3.1

Published by dc7290 over 2 years ago

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)
next-export-optimize-images - v1.3.0

Published by dc7290 over 2 years ago

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)
next-export-optimize-images - v1.2.0

Published by dc7290 over 2 years ago

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

Published by dc7290 over 2 years ago

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)
next-export-optimize-images - v1.0.1

Published by dc7290 over 2 years ago

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

Published by dc7290 over 2 years ago

1.0.0(2022-05-17)

Feature

  • Everything!
Package Rankings
Top 3.81% on Npmjs.org