Changelog

v1.3.2 21.11.2013
  • Changed semantic versioning v1.32 > v1.3.2
  • Clean-up the code
  • Move out transitons styls to owl.transitions.css file
v1.31 21.11.2013
  • Fixed startDrag event
  • Included awesome itemsCustom function. See demo. Big thanks to Nik Chankov for code, demo and description.
  • Fixed sync demo
v1.3 18.11.2013
  • Fixed startDragging callback - now it pass correct "this" value
  • Updated owl status method with dragDirection information
  • Fixed updating prevItem on owl status object
  • Included support for lazy load background images
  • Added afterLazyLoad callback(thx JaySala)
  • Removed "opacity=0" style while using destroy method.
  • Fixed afterMove callback. Now its fire only when you successfull slide.
  • Disable drag gestures if there is no items outside viewport.
  • scrollByPage works with darg gestures now.
  • Removed slide animation on changing browser width.
  • Added Owl Status and Sync demos.
v1.29 11.11.2013
  • Disabled right click event
  • Prevented ghostclicking on Android Chrome browser
  • Added visibleItems loop for future functions.
v1.28 30.10.2013
  • Included itemsScaleUp:false method
  • Included scaleUp demo
  • Allowing to set options via data attributes ( THX zerghiomario)
v1.27 17.10.2013
  • Fixed destroy method
v1.26 11.10.2013
  • Fixed autoPlay on CSS3 Transitions (Thanks Matuus)
  • Added lazyEffect : "fade"
v1.25 10.10.2013
  • Fixed lazyLoad ( THX to Aaron Layton )
v1.24 09.10.2013
  • Updated lazyLoad
  • Included beforeUpdate and afterUpdate callbacks
  • Included dragBeforeAnimFinish:true option to ignore whether a transition is done or not. Thanks to Euxneks
  • Included destroy, reinit, addItem and removeItem methods
  • Added Manipulations demo
  • Fix to force 3d in browsers that can handle it.
  • Fixed disableTextSelect event
  • Fixed watchVisibility function
  • Fixed click and drag event bug on win7 Chrome(thanks to Anydog)
  • Fixed click events on IE8
  • Thanks to all contributors and bug finders :)
v1.23 28.09.2013
  • Included CSS3 Transitions. See demo
  • Fix typo on main demo
  • Fixed opacity bug while carousel was hidden (thx seanjacob)
  • General cleanup
  • Removed goToFirst from options list.
  • Changed name goToFirstSpeed to rewindSpeed
  • Changed name goToFirstNav to rewindNav
  • Included responsiveBaseWidth options. Use it if you need responsivnes based on your own element width instead of the window width.
  • Included "owl.goTo" custom event
  • Included "owl.jumpTo" custom event
  • Included new width itemsTabletSmall : false
v1.22 15.09.2013
  • Better detection of touch events
  • Add active class if singleItem is true - It is not working now. Please include addClassActive:true option to get "active" classes on visible items. Works with any numbers of items on screen.
  • Changed option name from mouseDraggable to mouseDrag
  • Also added touchDrag to disable touch events
  • Fixed issues on Chrome working on windows 8 touch-enabled PC. Now touch and mouse drag events work together.(Thanks for help to Monsieur Moustache!)
  • Included base element in parameter for callbacks afterAction, beforeMove and afterMove
  • IE8 responsive fix
  • Improved autoHeight function
  • Added touchcancel event. That fixed Android Chrome scrolling issues.
  • Included Progress Bar demo.
  • Fixed some spellings
  • Slightly updated prettify style
v1.21 07.09.2013
  • Check if base.owlControlls are present before calling methods on them
  • Correct the spelling of 'controls'
  • Rename 'autplaySpeed' to 'autoPlaySpeed'
  • IE7 owl-theme css demo fix
  • disable class on navigation only if goToFirstNav set to false
  • Cleaner code (thanks to Stravid)
  • Added carousel selector element parameter to 'afterInit' callback
  • Changed scrollPerPageNav to scrollPerPage
  • Add active class if singleItem is true
v1.2 05.09.2013
  • Fixed capture click event
  • Navigation text accepts html now
  • Added goToFirstNav option and is set to true.
  • Added scrollPerPage option. For navigation only.
  • Added responsiveRefreshRate option.
  • Included five callbacks: beforeInit, afterInit, beforeMove, afterMove, afterAction
  • Included lazyLoad function with lazyFollow sub-option
  • Included autoHeight option.
  • Included jsonPath function with jsonSuccess callback
  • Included mouseDraggable option
  • Four new demos on landing page
  • Added Changelog and faq
  • Change Custom demo page