Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 15:50
· 6 commits to main since this release
1d8ce45

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.