Releases: jonasgeiler/svelte-tiny-virtual-list
v2.1.2
Forgot to fix the logo URL in the README.md
file... Sorry!
Full Changelog: v2.1.1...v2.1.2
v2.1.1
Just a little patch to update all the URLs in the package.json
and README.md
files, since I renamed my GitHub account.
Also I included some redundant files in v2.0.0
which I removed this time.
The full v3.0.0
release is still under works, but the new website is already online if you're curious: https://svelte-tiny-virtual-list.jonasgeiler.com 🎉
Full Changelog: v2.1.0...v2.1.1
v2.1.0
An intermediate release to fix deprecation warnings by adding an exports field to package.json (thanks to @ryanhinkel ❤️ ).
Also some other minor changes that hopefully won't break anything.
A v3.0.0 release with proper SvelteKit support will come soon! 👀
What's Changed
- Add svelte export condition by @ryanhinkel in #41
- Allow using percentage for width/height by @rednaxela5950 in #37 (improved upon by @jonasgeiler in 62676d2)
- Add
accessors
tosvelte:options
by @dgallion1 in #39
New Contributors
- @ryanhinkel made their first contribution in #41
- @rednaxela5950 made their first contribution in #37
- @dgallion1 made their first contribution in #39
Full Changelog: v2.0.5...v2.1.0