Skip to content

Releases: uploadcare/nextjs-loader

v1.0.0

22 Nov 15:50
1d8ce45
Compare
Choose a tag to compare

1.0.0 (2022-11-22)

Features

  • add a getBlurDataURL server-side helper to generate base64 blurred placeholder (5404d56)
  • add separate loader.js module entry to be used with Next.js v13 loaderFile setting (a6577b7)

BREAKING CHANGES

  • previously implemented blurDataURL auto-generation won't work in Next.js v13. It was a bad way because the blurry image was requested from the server in runtime. A new way is to generate a blurry image base64 string at build time using getBlurDataURL. See README.

v0.4.0

08 Jun 15:13
7eb1ece
Compare
Choose a tag to compare

0.4.0 (2022-06-08)

Features

  • auto-generate blurDataURL property when placeholder=blur (bda8cf1)

v0.3.3

02 Jun 08:28
1d585f3
Compare
Choose a tag to compare

0.3.3 (2022-06-01)

Bug Fixes

v0.3.2

21 Jan 16:30
11a958b
Compare
Choose a tag to compare

0.3.2 (2022-01-21)

Bug Fixes

v0.3.1

09 Nov 10:57
d308eb9
Compare
Choose a tag to compare

0.3.1 (2021-11-09)

Bug Fixes

  • Fixed processing of the local image in the production mode. (f165d3a)

v0.3.0

04 Nov 07:20
22ec565
Compare
Choose a tag to compare

0.3.0 (2021-11-04)

Features

v0.2.0

03 Nov 11:37
a371d0a
Compare
Choose a tag to compare

0.2.0 (2021-11-03)

Features

  • Added support for local images. Improved automated tests. Made the demo consume the latest development snapshot. (e495754)

v0.1.0

28 Oct 18:28
cba085f
Compare
Choose a tag to compare
  • Initial release