Releases: hesprs/pointeract
Releases · hesprs/pointeract
v1.2.0
Compare
Sorry, something went wrong.
No results found
hesprs
released this
01 Apr 14:57
✨ New Features
New Swipe module that detects single or multiple pointer swipe events by @babiakrs .
⬆️ Improvements
Refactor module initialization process and remove two pointers lock in Pointeract class by @hesprs .
Standardize options and export naming across Click, Swipe, and Lubricator by @hesprs .
Restructured repo into a monorepo by @hesprs .
v1.1.2
Compare
Sorry, something went wrong.
No results found
hesprs
released this
23 Feb 15:39
⬆️ Improvements
Refactor types to align with SynthKernel standards.
Simplify module loading logic
Remove duplicated .js extension in distribution.
v1.1.1
Compare
Sorry, something went wrong.
No results found
hesprs
released this
05 Feb 02:28
Remove CJS bundle since browsers cannot load them.
add jsdelivr and unpkg fields in package.json for import shortcut.
v1.1.0
Compare
Sorry, something went wrong.
No results found
hesprs
released this
03 Feb 13:06
refactor architecture: add augmentation support, standardize options definition, improve base class methods naming.
finalize modifier function.
add Lubricator module that can smoothify any interactions.
refurbish documentation to reflect the latest changes and make it more readable to humans.
small adjustments to modules that makes zooming module more accurate.
v1.0.1
Compare
Sorry, something went wrong.
No results found
hesprs
released this
28 Dec 14:31
fix the bug that causes type error when trying to load a module that uses custom events.
provide Ctors export for batch constructor conversion
fix URL errors in README and documentation.