Skip to content

Releases: cyrilwanner/next-optimized-images

v2.3.2

10 Jan 19:12
c6a607d
Compare
Choose a tag to compare

Patches

  • Fix webp file names when using a custom querystring: 367305f

v2.3.1

20 Dec 19:27
v2.3.1
57cd1fa
Compare
Choose a tag to compare

Patches

  • Fix sharp driver path for windows: 9bb898c
  • Update file-loader to the latest version: #51

v2.3.0

18 Dec 16:04
v2.3.0
e3c70bb
Compare
Choose a tag to compare

Minor Changes

  • Do not require the resize query param when already specifying a size: 83c9e68
  • Add an option to use responsive-loader as the default loader: 2f00ebe

v2.2.1

16 Dec 11:06
v2.2.1
64ed571
Compare
Choose a tag to compare

Patches

  • Fix responsive-loader when in installed in the same level as next-optimized-images: 1b51c21

v2.2.0

16 Dec 10:59
v2.2.0
bf12a5b
Compare
Choose a tag to compare

Minor Changes

  • Add support for image resizing (responsive-loader): 3b9202d (readme)

v2.1.0

12 Dec 18:38
v2.1.0
a33a5ab
Compare
Choose a tag to compare

Minor Changes

  • Add support for low quality image placeholders (lqip-loader): d105785 (readme)
  • Improve implementation of combined resource queries: 390d15d
  • Update raw-loader to the latest version: #48

v2.0.2 / v1.4.2

05 Dec 19:15
v2.0.2
8aeacd9
Compare
Choose a tag to compare

Patches

  • Fix svg runtime generator for es5: 1f79e8f

v2.0.1 / v2.0.0

02 Dec 21:21
v2.0.1
1f620c4
Compare
Choose a tag to compare

Major / Breaking Changes

Optimizing packages are no longer installed automatically. You now can choose which ones you really need and install them alongside with next-optimized-images.

Please read the UPGRADING.md for a full upgrading guide.

v2.0.1 / v2.0.0

02 Dec 21:22
v2.0.0
919321e
Compare
Choose a tag to compare

Major / Breaking Changes

Optimizing packages are no longer installed automatically. You now can choose which ones you really need and install them alongside with next-optimized-images.

Please read the UPGRADING.md for a full upgrading guide.

v1.4.1

02 Dec 21:07
Compare
Choose a tag to compare

Patches

  • Remove dangling commas from function params to support node v6.14: #25
  • Add note about potential issues when using flow and eslint-plugin-import: 00453d0