- #327
d2ad6ba
Thanks @github-actions! - drop support for svelte 4 and below
-
#327
5d30599
Thanks @github-actions! - set up package provenence -
#327
c559185
Thanks @github-actions! - sync README.md and installation version in docs page -
#327
dab2ff5
Thanks @github-actions! - re-expose public typedef (following Rich-Harris/dts-buddy#82) -
#327
9a2e375
Thanks @github-actions! - defer events to Svelte internal delegation system where applicable
5d30599
Thanks @vnphanquang! - set up package provenence
dab2ff5
Thanks @vnphanquang! - re-expose public typedef (following Rich-Harris/dts-buddy#82)
26bbd81
Thanks @vnphanquang! - sync README.md and installation version in docs page
- #302
db35158
Thanks @github-actions! - defer events to Svelte internal delegation system where applicable
- #298
15b262c
Thanks @github-actions! - drop support for svelte 4 and below
46e675e
Thanks @vnphanquang! - specify Svelte peer dependency to include Svelte 5
-
#204
939c81c
Thanks @vnphanquang! - Migrated to vanilla JS (tracked at #203) -
#204
939c81c
Thanks @vnphanquang! - Better naming for action parameter type
22b3b94
Thanks @vnphanquang! - [BREAKING] move build output fromlib
todist
to stay consistent of new changes from @sveltejs/package@2. Also fixes some api docs issues
227e8dc
Thanks @vnphanquang! - add "Quick Start" section in package README
64283e1
Thanks @vnphanquang! - deprecate global ambient typing in favor of the new action typings helper
ad5ceab
Thanks @vnphanquang! - Migrate to svelte check 3.0, usingsvelteHTML
namespace now instead ofsvelte.JSX
4d36311
Thanks @vnphanquang! - correctly remove property cursor when cursor is false
7764c7d
Thanks @vnphanquang! - adjust types entry tosrc/index.d.ts
-
d909b13
Thanks @vnphanquang! - add docs about limitation with scroll-snap -
261dd8a
Thanks @vnphanquang! - automatically setcursor
tograb
andgrabbing
, allow customization for thiscursor
parameter
6ff6d79
Thanks @vnphanquang! - mature implementation, dedicated docs page at https://svelte-put.vnphanquang.com/docs/dragscroll
81375e2
Thanks @vnphanquang! - add support for both axes and choosing mouse vs pointer events
2dc599a
Thanks @vnphanquang! - complete tsdocs and regenerate api
2f0fd71
Thanks @vnphanquang! - initial, minimal implementation