We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee73fed commit a05f9c6Copy full SHA for a05f9c6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# svelte-virtual-list changelog
2
3
+## 3.0.1
4
+
5
+* Prevent missing `itemHeight` prop warning
6
7
## 3.0.0
8
9
* Update for Svelte 3
package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/svelte-virtual-list",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "A <VirtualList> component for Svelte apps",
"main": "VirtualList.svelte",
"svelte": "VirtualList.svelte",
0 commit comments