We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80c75a commit 01b8929Copy full SHA for 01b8929
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# svelte-virtual-list changelog
2
3
+## 2.1.2
4
+
5
+* Compensate for unexpected heights when scrolling up
6
+* Use leading underscores for internal properties
7
8
## 2.1.1
9
10
* Handle changes to `items` ([#5](https://github.com/sveltejs/svelte-virtual-list/issues/5))
package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/svelte-virtual-list",
- "version": "2.1.1",
+ "version": "2.1.2",
"description": "A <VirtualList> component for Svelte apps",
"svelte": "src/VirtualList.html",
"module": "index.mjs",
0 commit comments