Releases: Talaxy009/gatsby-remark-link-beautify
Releases · Talaxy009/gatsby-remark-link-beautify
v2.3.1
v2.3.0
Changelog
- Upgrade Puppeteer to v22.7.1. Therefore support for node 16 is dropped.
更新日志
- 更新至 puppeteer v22.7.1,因此已不再支持 node 16。
v2.2.6
v2.2.5
Changelog
- Upgrade puppeteer to v19.9.1;
- Use createContentDigest from gatsby-core-utils;
- No longer call the browser close as the browser instance will close itself with the build task.
更新日志
- 更新至 puppeteer v19.9.1;
- 使用 gatsby-core-utils 依赖的 createContentDigest 方法;
- 不再关闭浏览器实例,毕竟其会随着打包任务自行了断。
v2.2.3
v2.2.2
v2.2.1
v2.2.0
Changelog
- Add
enableLinkPreview
option
Now you can disable the LinkPreview feature if you want - Optimize task management and caching logic
更新日志
- 添加
enableLinkPreview
选项
现在您可以根据需要关闭预览截图功能 - 优化任务管理和缓存管理逻辑
v2.1.2
v2.1.1
Changelog
- Simplified HTML structure for images
Remove attributessrcset
&sizes
更新日志
- 简化了图像的 HTML 结构
移除了srcset
和sizes
属性