Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Releases: revolunet/angular-carousel

fix breaking changes

14 Oct 21:56
Compare
Choose a tag to compare

fix some breaking changes :

  • #222 : dont remove existing inline styles on the li if any
  • #217 : add rn-carousel-locked binding attribute

fix distribution version

13 Oct 03:23
Compare
Choose a tag to compare

add ngAnnotate

refactor some stuff

13 Oct 02:54
Compare
Choose a tag to compare

refactored bunch of stuff to make the DOM & CSS simpler and to allow customisable transitions (slide, parallax, hexagon...)

minor fixes

24 Jul 22:11
Compare
Choose a tag to compare

Some minor fixes:

  • CSS for IE10
  • CSS conflict fix with ngAnimate and indicators
  • add rn-carousel-prevent-animation attribute

auto-slide + fixes

22 Jul 09:00
Compare
Choose a tag to compare

Added auto-slide feature thanks to @CosticaPuntaru

fixes

29 Apr 07:52
Compare
Choose a tag to compare

some fixes

prefixed rafs

21 Mar 00:47
Compare
Choose a tag to compare

add webkit+moz prefixes for requestionAnimationFrame. should fix iOS6 (thanks to @mixersoft)

https://github.com/revolunet/angular-carousel/pull/135/files

bugfix + IE9 support

20 Mar 08:50
Compare
Choose a tag to compare

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

18 Feb 09:30
Compare
Choose a tag to compare

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

21 Jan 01:29
Compare
Choose a tag to compare

add rn-carousel-control to enable carousel prev/next controls

courtesy of Paul Marbach [email protected] thank you