universal-virtual-scroll 1.0.0 → 1.0.1

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # universal-virtual-scroll
2
2
 
3
+ ![npm](https://img.shields.io/npm/v/universal-virtual-scroll)
4
+ ![license](https://img.shields.io/npm/l/universal-virtual-scroll)
5
+ ![bundle size](https://img.shields.io/bundlephobia/min/universal-virtual-scroll)
6
+ ![typescript](https://img.shields.io/badge/TypeScript-Ready-blue)
7
+ ![framework](https://img.shields.io/badge/framework-agnostic-green)
8
+
3
9
  A lightweight and framework-agnostic virtual scrolling library for efficiently rendering large lists and grids with smooth performance.
4
10
 
5
11
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "universal-virtual-scroll",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A lightweight and framework-agnostic virtual scrolling library.",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",