vlist 2.1.0 → 2.1.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.
package/README.github.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The virtual list library for every framework. Ultra efficient, batteries-included, and accessible with composable plugins — in 8.0 KB.
4
4
 
5
- **v2.1.0** — [Changelog](./CHANGELOG.md) · **New:** [`tree()`](https://vlist.io/docs/plugins/tree) plugin virtualized collapsible trees with async loading, indent guides, and WAI-ARIA treeview keyboard nav.
5
+ **v2.1.1** — [Changelog](./CHANGELOG.md) · Native groups + table + data + grid cross-plugin integration, pixel-perfect snapshot restore, keyboard nav fixes.
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/vlist.svg)](https://www.npmjs.com/package/vlist)
8
8
  [![bundle size](https://img.shields.io/bundlephobia/minzip/vlist)](https://bundlephobia.com/package/vlist)
@@ -95,14 +95,14 @@ const list = createVList({
95
95
  | Plugin | Size | Description |
96
96
  |--------|------|-------------|
97
97
  | **Base** | 8.0 KB | Virtualization, ARIA, keyboard nav, gap, padding |
98
- | `data()` | +4.6 KB | Lazy loading with velocity-aware fetching |
99
- | `selection()` | +2.4 KB | Single/multiple selection with 2D keyboard nav |
98
+ | `data()` | +4.7 KB | Lazy loading with velocity-aware fetching |
99
+ | `selection()` | +2.5 KB | Single/multiple selection with 2D keyboard nav |
100
100
  | `scale()` | +3.9 KB | 1M+ items via scroll compression |
101
- | `groups()` | +3.7 KB | Sticky/inline headers with async group discovery |
101
+ | `groups()` | +4.8 KB | Sticky/inline headers with grid + table + data integration |
102
102
  | `autosize()` | +0.8 KB | Auto-measure items via ResizeObserver |
103
103
  | `scrollbar()` | +2.0 KB | Custom scrollbar UI |
104
- | `grid()` | +2.7 KB | 2D grid layout |
105
- | `masonry()` | +3.6 KB | Pinterest-style masonry with lane-aware keyboard nav |
104
+ | `grid()` | +2.8 KB | 2D grid layout |
105
+ | `masonry()` | +3.7 KB | Pinterest-style masonry with lane-aware keyboard nav |
106
106
  | `table()` | +6.1 KB | Data table with columns, resize, sort |
107
107
  | `tree()` | +5.3 KB | Collapsible tree with async loading and indent guides |
108
108
  | `page()` | +0.8 KB | Window-level scrolling |