@humanspeak/svelte-virtual-list 0.5.3 → 0.5.4
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.md +21 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -232,6 +232,25 @@ pnpm test:all
|
|
|
232
232
|
|
|
233
233
|
This project uses [Trunk](https://trunk.io) for formatting and linting. Trunk manages tool versions and runs checks automatically via pre-commit hooks.
|
|
234
234
|
|
|
235
|
+
<!-- docs-kit:ecosystem start -->
|
|
236
|
+
|
|
237
|
+
## Svelte 5 ecosystem
|
|
238
|
+
|
|
239
|
+
Part of the [Humanspeak](https://humanspeak.com) family of runes-native Svelte 5 packages:
|
|
240
|
+
|
|
241
|
+
| Package | Description |
|
|
242
|
+
| --- | --- |
|
|
243
|
+
| [@humanspeak/svelte-markdown](https://markdown.svelte.page) | Runtime markdown renderer for Svelte |
|
|
244
|
+
| **[@humanspeak/svelte-virtual-list](https://virtuallist.svelte.page)** — _this package_ | Virtual scrolling for Svelte |
|
|
245
|
+
| [@humanspeak/svelte-motion](https://motion.svelte.page) | Framer Motion for Svelte 5 |
|
|
246
|
+
| [@humanspeak/svelte-headless-table](https://table.svelte.page) | Headless data tables for Svelte |
|
|
247
|
+
| [@humanspeak/svelte-diff-match-patch](https://diff.svelte.page) | Diff comparison for Svelte |
|
|
248
|
+
| [@humanspeak/svelte-purify](https://purify.svelte.page) | HTML sanitisation for Svelte |
|
|
249
|
+
| [@humanspeak/svelte-virtual-chat](https://virtualchat.svelte.page) | Virtual chat viewport for Svelte 5 |
|
|
250
|
+
| [@humanspeak/memory-cache](https://memory.svelte.page) | In-memory cache for TypeScript |
|
|
251
|
+
| [@humanspeak/svelte-json-view-lite](https://jsonview.svelte.page) | JSON tree viewer for Svelte 5 |
|
|
252
|
+
| [@humanspeak/svelte-scoped-props](https://scoped.svelte.page) | Scoped class props for Svelte |
|
|
253
|
+
|
|
235
254
|
## License
|
|
236
255
|
|
|
237
256
|
MIT © [Humanspeak, Inc.](LICENSE)
|
|
@@ -239,3 +258,5 @@ MIT © [Humanspeak, Inc.](LICENSE)
|
|
|
239
258
|
## Credits
|
|
240
259
|
|
|
241
260
|
Made with ❤️ by [Humanspeak](https://humanspeak.com)
|
|
261
|
+
|
|
262
|
+
<!-- docs-kit:ecosystem end -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@humanspeak/svelte-virtual-list",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "A lightweight, high-performance virtual list component for Svelte 5 that renders large datasets with minimal memory usage. Features include dynamic height support, smooth scrolling, TypeScript support, and efficient DOM recycling. Ideal for infinite scrolling lists, data tables, activity feeds, and any application requiring the rendering of thousands of items without compromising performance. Zero dependencies and fully customizable.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"svelte",
|