Skip to content

Commit 3d2cb49

Browse files
committed
-> v2.1.1
1 parent 342f007 commit 3d2cb49

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# svelte-virtual-list changelog
22

3+
## 2.1.1
4+
5+
* Handle changes to `items` ([#5](https://github.com/sveltejs/svelte-virtual-list/issues/5))
6+
37
## 2.1.0
48

59
* Add `itemHeight` property for optimized rendering where possible ([#11](https://github.com/sveltejs/svelte-virtual-list/pull/11))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/svelte-virtual-list",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A <VirtualList> component for Svelte apps",
55
"svelte": "src/VirtualList.html",
66
"module": "index.mjs",

0 commit comments

Comments
 (0)