Changelog
          
          v1.3.2 13.01.2014
            
              - 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 itemsCustomfunction. 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.
- scrollByPageworks 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:falsemethod
- Included scaleUp demo
- Allowing to set options via data attributes ( THX zerghiomario)
 
          
          
          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 beforeUpdateandafterUpdatecallbacks
- Included dragBeforeAnimFinish:trueoption to ignore whether a transition is done or not. Thanks to Euxneks
- Included destroy,reinit,addItemandremoveItemmethods
- 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 goToFirstfrom options list.
- Changed name goToFirstSpeedtorewindSpeed
- Changed name goToFirstNavtorewindNav
- Included responsiveBaseWidthoptions. 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 activeclass ifsingleItemis true - It is not working now. Please includeaddClassActive:trueoption to get "active" classes on visible items. Works with any numbers of items on screen.
- Changed option name from mouseDraggabletomouseDrag
- Also added touchDragto 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,beforeMoveandafterMove
- 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
- disableclass 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 activeclass ifsingleItemis true
 
          
          v1.2 05.09.2013
            
              - Fixed capture click event
- Navigation text accepts html now
- Added goToFirstNavoption and is set to true.
- Added scrollPerPageoption. For navigation only.
- Added responsiveRefreshRateoption.
- Included five callbacks: beforeInit,afterInit,beforeMove,afterMove,afterAction
- Included lazyLoadfunction withlazyFollowsub-option
- Included autoHeightoption.
- Included jsonPathfunction withjsonSuccesscallback
- Included mouseDraggableoption
- Four new demos on landing page
- Added Changelog and faq
- Change Custom demo page