We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04f13a commit 540c812Copy full SHA for 540c812
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# svelte-virtual-list changelog
2
3
+## 2.1.0
4
+
5
+* Add `itemHeight` property for optimized rendering where possible ([#11](https://github.com/sveltejs/svelte-virtual-list/pull/11))
6
7
## 2.0.1
8
9
* Fix `pkg.svelte`
package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/svelte-virtual-list",
- "version": "2.0.1",
+ "version": "2.1.0",
"description": "A <VirtualList> component for Svelte apps",
"svelte": "src/VirtualList.html",
"module": "index.mjs",
0 commit comments