Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Releases: bersLucas/FollowCursor

1.2.3

25 Jul 15:15
Compare
Choose a tag to compare

Fix bug where nested elements would not work.

1.2.2

17 Jul 01:12
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Install and use eslint

1.2.1

22 Feb 03:10
Compare
Choose a tag to compare
  • Remove console.log
  • Use getComputedStyle to determine pre-existing transforms instead of .style.transform

1.2.0

22 Feb 02:13
Compare
Choose a tag to compare
  • 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

09 Oct 17:03
Compare
Choose a tag to compare

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.