github-actions
released this
31 Dec 18:53
·
43 commits
to main
since this release
Major Changes
-
#60
f2d1130
Thanks @PuruVJ! - Event data provides the root node{ onDrag: ({ node }) => { console.log(node); }; }
-
Remove
@neodrag/svelte/globals
for typings.
If you have this in your tsconfig.json
:
{
"compilerOptions": {
"types": ["@neodrag/svelte/globals"]
}
}
or in your .d.ts
file:
/// <reference types="@neodrag/svelte/globals" />
Remove it. It is no longer needed.
Patch Changes
- Fix behavior when snap provided as 0