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 342f007 commit 3d2cb49Copy full SHA for 3d2cb49
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# svelte-virtual-list changelog
2
3
+## 2.1.1
4
+
5
+* Handle changes to `items` ([#5](https://github.com/sveltejs/svelte-virtual-list/issues/5))
6
7
## 2.1.0
8
9
* Add `itemHeight` property for optimized rendering where possible ([#11](https://github.com/sveltejs/svelte-virtual-list/pull/11))
package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/svelte-virtual-list",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "A <VirtualList> component for Svelte apps",
"svelte": "src/VirtualList.html",
"module": "index.mjs",
0 commit comments