1.0.0 (2022-11-22)
- add a
getBlurDataURL
server-side helper to generate base64 blurred placeholder (5404d56) - add separate
loader.js
module entry to be used with Next.js v13loaderFile
setting (a6577b7)
- 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 usinggetBlurDataURL
. See README.
0.4.0 (2022-06-08)
- auto-generate
blurDataURL
property whenplaceholder=blur
(bda8cf1)
0.3.3 (2022-06-01)
0.3.2 (2022-01-21)
0.3.1 (2021-11-09)
- Fixed processing of the local image in the production mode. (f165d3a)
0.3.0 (2021-11-04)
- Bumped Next.js to 12. (9c8be4c)
0.2.0 (2021-11-03)
- 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