- #327
d2ad6baThanks @github-actions! - drop support for svelte 4 and below
-
#327
5d30599Thanks @github-actions! - set up package provenence -
#327
c559185Thanks @github-actions! - sync README.md and installation version in docs page -
#327
dab2ff5Thanks @github-actions! - re-expose public typedef (following sveltejs/dts-buddy#82) -
#327
9a2e375Thanks @github-actions! - defer events to Svelte internal delegation system where applicable
5d30599Thanks @vnphanquang! - set up package provenence
dab2ff5Thanks @vnphanquang! - re-expose public typedef (following sveltejs/dts-buddy#82)
26bbd81Thanks @vnphanquang! - sync README.md and installation version in docs page
- #302
db35158Thanks @github-actions! - defer events to Svelte internal delegation system where applicable
- #298
15b262cThanks @github-actions! - drop support for svelte 4 and below
46e675eThanks @vnphanquang! - specify Svelte peer dependency to include Svelte 5
-
#204
939c81cThanks @vnphanquang! - Migrated to vanilla JS (tracked at #203) -
#204
939c81cThanks @vnphanquang! - Better naming for action parameter type
22b3b94Thanks @vnphanquang! - [BREAKING] move build output fromlibtodistto stay consistent of new changes from @sveltejs/package@2. Also fixes some api docs issues
227e8dcThanks @vnphanquang! - add "Quick Start" section in package README
64283e1Thanks @vnphanquang! - deprecate global ambient typing in favor of the new action typings helper
ad5ceabThanks @vnphanquang! - Migrate to svelte check 3.0, usingsvelteHTMLnamespace now instead ofsvelte.JSX
4d36311Thanks @vnphanquang! - correctly remove property cursor when cursor is false
7764c7dThanks @vnphanquang! - adjust types entry tosrc/index.d.ts
-
d909b13Thanks @vnphanquang! - add docs about limitation with scroll-snap -
261dd8aThanks @vnphanquang! - automatically setcursortograbandgrabbing, allow customization for thiscursorparameter
6ff6d79Thanks @vnphanquang! - mature implementation, dedicated docs page at https://svelte-put.vnphanquang.com/docs/dragscroll
81375e2Thanks @vnphanquang! - add support for both axes and choosing mouse vs pointer events
2dc599aThanks @vnphanquang! - complete tsdocs and regenerate api
2f0fd71Thanks @vnphanquang! - initial, minimal implementation