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.
2 parents 263bec4 + 9ae50c7 commit d963650Copy full SHA for d963650
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.3.5](https://github.com/orefalo/svelte-virtuallists/compare/v1.3.4...v1.3.5) (2024-10-21)
4
+
5
6
+### Bug Fixes
7
8
+* typing/linting issue with newly introduced generics ([263bec4](https://github.com/orefalo/svelte-virtuallists/commit/263bec4139bb556a1d9149c2ac2a70d715b87882))
9
10
## [1.3.4](https://github.com/orefalo/svelte-virtuallists/compare/v1.3.3...v1.3.4) (2024-10-21)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte-virtuallists",
- "version": "1.3.4",
+ "version": "1.3.5",
"private": false,
"description": "A component that renders only what is visible",
"keywords": [
0 commit comments