Releases: swyxio/svelte-actions
Releases · swyxio/svelte-actions
v0.2.2
v0.2.1
v0.2.0
v0.1.0
v0.1.0 release
Actions now available:
name | description |
---|---|
clickOutside |
Demo - Call callback when user clicks outside a given element. |
longpress |
Demo - Creates longpress event when mousedown above duration milliseconds. |
pannable |
Demo - Creates panstart , panmove , panend events so you can drag elements. |
lazyload |
Demo - Lazily attach properties to any DOM element (e.g. <img> ) when it is in the window. |
preventTabClose |
Demo - Prevent current tab from being closed by user. |
shortcut |
Demo - Add a keyboard shortcut to a div or a button. |
Merged
- Refactor lazyload to avoid unnecessary object creation
#1