This repository has been archived by the owner on May 10, 2018. It is now read-only.
Releases: revolunet/angular-carousel
Releases · revolunet/angular-carousel
fix breaking changes
fix distribution version
add ngAnnotate
refactor some stuff
refactored bunch of stuff to make the DOM & CSS simpler and to allow customisable transitions (slide, parallax, hexagon...)
minor fixes
Some minor fixes:
- CSS for IE10
- CSS conflict fix with ngAnimate and indicators
- add rn-carousel-prevent-animation attribute
auto-slide + fixes
Added auto-slide feature thanks to @CosticaPuntaru
fixes
prefixed rafs
add webkit+moz prefixes for requestionAnimationFrame. should fix iOS6 (thanks to @mixersoft)
https://github.com/revolunet/angular-carousel/pull/135/files
bugfix + IE9 support
Two fixes :
- prevent $apply when inside a $digest phase for isolated carousels - thanks @demerzel3
- fallback to CSS 2D when 3D not available - thanks @othermore
some bugfixes
Bugs fixed :
- allow inputs in the slides
- stop preventing swipe events on parent elements
- allow buffering even when not enough slides
add rn-carousel-control
add rn-carousel-control to enable carousel prev/next controls
courtesy of Paul Marbach [email protected] thank you