All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Fixed mobile issue
- Integrated overlay icon feature
- Zepto file to src/js/vendor
- jQuery dependency
- jQuery file from src/js/vendor
- jQuery hard dependency to Zepto or jQuery
- Semver versioning re-introduced
- Changelog updated to match format propsed by http://keepachangelog.com/
- Core methods are now exposed to the jQuery object
- Attribution-ShareAlike 3.0 to MIT License
- Thanks to Browserstack to the readme for their sponshorship!
- Infinity as a value for animation duration
- Private methods to protect some parts the user shouldnt be touching
- Trigger / release functions so they don't fire if the selector doesn't match any captured images
- Responsive image support
- Documentation updated and general code cleanup
- Totally new code! Complete rewrite
- All the old code!
- Broke the script down into smaller functions
- Simplified input options
- Added '?' to extension when filtering out non .gif files to allow for images with file extensions that prevent caching such as my_image.gif?2384792384723
- Typo in support_touch_devices variable
- Bower.json file
- More jQuery no conflict issues
- Bug with selecting images, number of classnames is no longer an issue
- Attribution-ShareAlike 3.0 License
- Boolean
freezeframe
attribute to classname
- Broken debug functions and variables
- Ability to create freezeframe instance yourself, instead freezeframe just runs on page load
- Cross origin image support
- Bug with touch device detection
- Bug with jQuery .load not firing correctly for cached images
- Bug with jQuery conflicts
- Bug with dynamically resized images
- Using isMouseEventSupported by kangax for feature testing
- Using imagesLoaded by desandro
- Icon to represent animation and supporting variables
- Support for touch devices and supporting variables
- Ability to disable loading and animation icons
- Variables for loading background style
- Filename and version syntax
- Image positioning bug
- Initial release