Releases: studiometa/js-toolkit
Releases · studiometa/js-toolkit
v2.6.4
Fixed
- service(drag): fix drag service on chrome when using touch by adding
touchend
event (#306)
v2.6.2
Fixed
- Fix return function of the raf service not executing (#304, 22d92d7)
Changed
v2.6.1
Fixed
- addClass, removeClass, toggleClass: fix a bug where empty classes could be used (#298, fix ##283)
Changed
- Ship ESNext JavaScript (#296)
- Add sourcemaps (#296)
v2.6.0
Added
- Add support for multiple target for the following utilities (#282):
transition
animate
transform
addStyle
removeStyle
addClass
removeClass
toggleClass
v2.5.0
Added
- Add support for
onDocument…
and onWindow…
hook methods (#265)
- Add a
getClosestParent
helper (#260)
Fixed
- Fix drag service with touch events (#290)
- Limit drag service to left-click (#263)
v2.4.6
Fixed
- Fix a recursive type definition (90fdf96, #280)
- Fix a bug where refs could be undefined (#279, fixes #278)