svelte-gestures
Advanced tools
Changelog
5.1.0
plugin-highlight
which provides visual gesture feedback to a user.
BREAKING CHANGES
$effect
to handle parameters' update rather than old () => {destroy:()=>void, update:()=>void}
$effect
when they are passed in form of reactive $state
.pan
has panComposition
, swipe
has swipeComposition
etc.OTHER CHANGES
svelte-gestures 5.1.0
baked into the library code itself.pan.svelte.ts
. This should not affect your imports directly from svelte-gestures
package as they are served thru index.ts barrel reexports.