This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
Releases: Lostmyname/monkey
Releases · Lostmyname/monkey
v5.3.0
v3.0.0
Restructured project: you'll need to change your SASS inclusion path from lmn-monkey/sass/styles
to lmn-monkey/src/scss/styles
.
don't use this version
I accidentally broke BC. This is the same as 3.0.0, but with a different number.
2.0.0
Major change:
Instead of initiating monkey using monkey.init()
, you should now using new Monkey()
with the same arguments, which returns a monkey
object.
The reason for this change was that it allows you to put more than one monkey per page—useful when testing, and possibly on the cart page one day.