Skip to content

Latest commit

 

History

History
75 lines (26 loc) · 2.66 KB

CHANGELOG.md

File metadata and controls

75 lines (26 loc) · 2.66 KB

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.

0.4.0 (2022-06-08)

Features

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

0.3.3 (2022-06-01)

Bug Fixes

0.3.2 (2022-01-21)

Bug Fixes

0.3.1 (2021-11-09)

Bug Fixes

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

0.3.0 (2021-11-04)

Features

0.2.0 (2021-11-03)

Features

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

0.1.0 (2021-10-28)

  • Initial release