Fix
- Renames
orginalSrcAttribute
option tooriginalSrcAttribute
. The misspelledorginalSrcAttribute
can still be used and will overrideoriginalSrcAttribute
if both are set. - Optimization, preloads images in single loop.
Feature
- Adds
focus
andblur
listeners, matching themouseover
andmouseout
listeners, respectively.
Chore
- Bumps various dev / build dependencies.