Releases: bersLucas/FollowCursor
Releases Β· bersLucas/FollowCursor
1.2.3
Fix bug where nested elements would not work.
1.2.2
- Upgrade dependencies
- Install and use eslint
1.2.1
- Remove
console.log
- Use
getComputedStyle
to determine pre-existing transforms instead of .style.transform
1.2.0
- Update dev dependencies
- Use
npm run prepublish
to compile code
- Keep current CSS transforms when applying the rotation ones.
- No longer apply
-webkit-transform
or -moz-transform
vendor prefixes
1.1.0
Breaking changes
- Minified filename changed from node_modules/followcursor/dist/followcursor-min.js to node_modules/followcursor/dist/followcursor.min.js
- Removed Gulp dependency, use
yarn run [command]
instead.