This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
Releases: mobify/scooch
Releases · mobify/scooch
1.0.1
v1.0.0
The first full release is here!
v1.0.0
- Add
autoplay
option for automatic looping through carousels - Add
infinite
option for looping carousels - Publish to NPM
- De-emphasize Zepto in favor of jQuery
- Lint JS source code with eslint
- Update versions of dependencies
grunt-contrib-connect
andgrunt-contrib-uglify
- Integrate with CircleCI
- Add some GitHub templates for contributing, issues, and PRs
v0.6.1 - Refactor how scooch handles centering
- Remove all old styles pertaining to .m-center:not(.m-fluid)
- Set the margin of the first item to 50%
- For all items, transform: translate(-50%)
v0.6.0 - Add Right To Left Option
- Adds
rightToLeft
option for changing the direction images rotate
v0.5.0 — Sloth
- Added API option for
autoHideArrows
which is set tofalse
by default - If
autoHideArrows
is set totrue
, aninactive
class will be assigned to theNext
carousel control when on the last item, and on thePrev
carousel control when on the first item.
version 0.1.8
Merge pull request #25 from mobify/auto-hide-arrows Add inactive class to controls when at carousel bounds
Version 0.4.1 — iOS8 Bugfix
- Added fix for issue with iOS8 not bubbling events correctly when the container has translate or translate3d applied to it
Version 0.4.0
Added AMD wrapper.
version 0.3.4
version 0.3.4
version 0.1.3
Merge pull request #17 from mobify/bower Add bower support and bump version to 0.3.4