virtual-image-layout 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # 图片瀑布流布局 - 虚拟列表
1
+ # 图片等高布局 - 虚拟列表
2
2
 
3
- 一个基于虚拟列表技术的高性能图片瀑布流布局项目,支持大量图片的流畅展示。
3
+ 一个基于虚拟列表技术的高性能图片等高布局项目,支持大量图片的流畅展示。
4
4
 
5
5
  ## 功能特性
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "virtual-image-layout",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A virtual scrolling justified image gallery layout library, framework-agnostic",
5
5
  "main": "js/index.js",
6
6
  "module": "js/index.js",