- #327
7096a8e
Thanks @github-actions! - drop support for Svelte 4.on:movablestart
andon:movableend
is nowonmovablestart
andonmovableend
, respectively
-
#327
2ee858a
Thanks @github-actions! - re-expose public typedef (following Rich-Harris/dts-buddy#82) -
#327
5d30599
Thanks @github-actions! - set up package provenence -
#327
c559185
Thanks @github-actions! - sync README.md and installation version in docs page -
#327
9a2e375
Thanks @github-actions! - defer events to Svelte internal delegation system where applicable
5d30599
Thanks @vnphanquang! - set up package provenence
2ee858a
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
b6e981c
Thanks @github-actions! - drop support for Svelte 4.on:movablestart
andon:movableend
is nowonmovablestart
andonmovableend
, respectively
46e675e
Thanks @vnphanquang! - specify Svelte peer dependency to include Svelte 5
22cfa9a
Thanks @vnphanquang! - support limit movement to a single axis (settinglimit.delta[axis]
to0
or'0px'
)
11a42e2
Thanks @vnphanquang! - Support touch devices by switchingMouseEvent
toPointerEvent
and forcingtouch-action: none
onhandle
(prevent touch events from being registered as scroll) (#242)
-
#204
a0cba7f
Thanks @vnphanquang! - changeMovableEventDetails
toMovableEventDetail
(better naming that goes along withevent.detail
api) -
#204
cd6ba44
Thanks @vnphanquang! - Migrated to vanilla JS (tracked at #203) -
#204
cd6ba44
Thanks @vnphanquang! - Better naming for action parameter type
028ef5d
Thanks @vnphanquang! - Deferignore
element searching until runtime (support dynmaically-rendered children) - #178
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
d429763
Thanks @vnphanquang! - deprecatetrigger
parameter in favor of the more sensiblehandle
cd027ed
Thanks @vnphanquang! - addcusor
parameter for changing cursor to grab & grabbing
7764c7d
Thanks @vnphanquang! - adjust types entry tosrc/index.d.ts
94b844f
Thanks @vnphanquang! - provide amibent types for custom events (attributes)
53b9606
Thanks @vnphanquang! - fix: skip ignore step if not provided
-
0b69be1
Thanks @vnphanquang! - Add 'screen' variant for limit parent -
0582876
Thanks @vnphanquang! - add 'ignore' option (css selector withintrigger
node)
35d6ba5
Thanks @vnphanquang! - add svelte REPL badge to top of README
cb01113
Thanks @vnphanquang! - bump dependencies' version
1e138bc
Thanks @vnphanquang! - Remove github release badge
53dd3c0
Thanks @vnphanquang! - Better documentation
@svelte-put/movable-v1.1.6 (2022-05-15)
- movable: adjust some docs styling (4c19434)
- README: add short description (32ecf87)
- remove badge github release for movable (e485549)
@svelte-put/movable-v1.1.5 (2022-05-13)
- README: fix ref link to example (52866ac)
@svelte-put/movable-v1.1.4 (2022-05-13)
- README: fix ref links (2536104)
@svelte-put/movable-v1.1.3 (2022-05-13)
- README: migration from svelte-action-movable to @svelte-put/movable (50cc819)
1.1.2 (2022-05-11)
- README: example link should href to correct section (897bcec)
- README: fix link to CONTRIBUTING.md (65847ee)
- add svelte-kit dev environment (5f233a9)
1.1.1 (2022-05-09)
- README: reflect typescript event declaration (1103ef8)
- README: add ##installation (e5d817d)
1.1.0 (2022-05-09)
- movable: exapand event detail to object, include last known position (97fd0e2)
- types: remove cache option and make consistent interface declarations (48a78a8)
1.0.4 (2022-05-08)
- normalizeDelta: correctly extract px unit (9e57f65)
1.0.3 (2022-05-08)
- build: use rollup for consistency (37e1a2a)
1.0.2 (2022-05-08)
- build: tsc target es6 for better compatibility (f57102b)
1.0.1 (2022-05-08)
- release: set semantic-release to publish to npm (a21fe70)
- movable - basic options (8c17ac4)