Skip to content

Commit 01b8929

Browse files
committed
-> v2.1.2
1 parent f80c75a commit 01b8929

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# svelte-virtual-list changelog
22

3+
## 2.1.2
4+
5+
* Compensate for unexpected heights when scrolling up
6+
* Use leading underscores for internal properties
7+
38
## 2.1.1
49

510
* Handle changes to `items` ([#5](https://github.com/sveltejs/svelte-virtual-list/issues/5))

package.json

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

0 commit comments

Comments
 (0)