Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@swyxio swyxio released this 20 Jan 12:21

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

Commits

  • bump readme f637764
  • Merge pull request #11 from dkzlv/main 30a45a7
  • Adding 2 new actions: prevent tab close and simple shortcut a4633c4