- Re-release with proper version numbers (
$.swipeshow.version
). No practical changes.
- Add CSS files to the bower.json manifest. (@billymoon, #26)
- Fix
input
elements not being clickable inside slideshows. (Ty Yalniz)
- Add tests.
- Prevent disappearing YouTube videos. (@mariacha, #14)
- Support browsers without translate3d (eg, Opera).
- Docs: document the onactivate hook. (@mikefowler, #10)
- Allow usage as an NPM package. (@milesmatthias, #8)
- Docs: update to be less ambiguous. (#11)
- Bower support.
- Add support for keyboard keys (left and right). Disable it with
keys: false
- Added
swipeThreshold
option to allow adjusting the threshold for swipes. - Fix visibility of first slide.
- Slideshows now have default dimensions.
- New: Dots are implemented.
- New: There's a sample theme in sample/slideshow-theme.css.
- Percent-based widths are now supported (
width: 100%
). - CSS has been simplified.
- Sass helpers have been deprecated. (since the CSS is already quite simple!)
Other changes and fixes:
- Disable pause-on-hover for touch devices.
- (Internal) lots of refactors.
- Implement 'swipeshow-active' class.
- Remove magic classes after
unswipeshow()
.
- Implement .unswipeshow().
- Implement pause-on-hover.
- Implement
paused
andrunning
classes.
- Fix bug where iPhone dragging can reset the page to 0 unexpectedly.
- Tweak scroll-prevention code.
- Faster default speed.
- When swiping from a button or link, make swiping harder (inertia).
- Prevent tap callout in iOS.
- Implement 'drag velocity'.
- Recommend box-sizing: border-box in CSS.
- Auto-detect transition support.
- README: Mention CSS transitions.
- README: fix Sass helpers link.
- README: add a mention about Cycler.
Initial.