Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
||
| 3 | <head> |
||
| 4 | <meta charset="utf-8"> |
||
| 5 | <title>Owl Carousel - Changelog</title> |
||
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||
| 7 | <meta name="description" content="jQuery Responsive Carousel - Owl Carusel"> |
||
| 8 | <meta name="author" content="Bartosz Wojciechowski"> |
||
| 9 | |||
| 10 | <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700' rel='stylesheet' type='text/css'> |
||
| 11 | <link href="assets/css/bootstrapTheme.css" rel="stylesheet"> |
||
| 12 | <link href="assets/css/custom.css" rel="stylesheet"> |
||
| 13 | |||
| 14 | <!-- Owl Carousel Assets --> |
||
| 15 | <link href="owl-carousel/owl.carousel.css" rel="stylesheet"> |
||
| 16 | <link href="owl-carousel/owl.theme.css" rel="stylesheet"> |
||
| 17 | |||
| 18 | <!-- Prettify --> |
||
| 19 | <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> |
||
| 20 | |||
| 21 | |||
| 22 | <!-- Le fav and touch icons --> |
||
| 23 | <link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png"> |
||
| 24 | <link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png"> |
||
| 25 | <link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png"> |
||
| 26 | <link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png"> |
||
| 27 | <link rel="shortcut icon" href="assets/ico/favicon.png"> |
||
| 28 | </head> |
||
| 29 | <body> |
||
| 30 | |||
| 31 | <div id="top-nav" class="navbar navbar-fixed-top"> |
||
| 32 | <div class="navbar-inner"> |
||
| 33 | <div class="container"> |
||
| 34 | <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> |
||
| 35 | <span class="icon-bar"></span> |
||
| 36 | <span class="icon-bar"></span> |
||
| 37 | <span class="icon-bar"></span> |
||
| 38 | </button> |
||
| 39 | <div class="nav-collapse collapse"> |
||
| 40 | <ul class="nav pull-right"> |
||
| 41 | <li><a href="index.html"><i class="icon-chevron-left"></i> Back to Frontpage</a></li> |
||
| 42 | <li><a href="owl.carousel.zip" class="download download-on" data-spy="affix" data-offset-top="450">Download</a></li> |
||
| 43 | </ul> |
||
| 44 | <ul class="nav pull-left"> |
||
| 45 | |||
| 46 | </ul> |
||
| 47 | </div> |
||
| 48 | </div> |
||
| 49 | </div> |
||
| 50 | </div> |
||
| 51 | |||
| 52 | <div id="changelog" class="container"> |
||
| 53 | <div class="row"> |
||
| 54 | <div class="span12"> |
||
| 55 | <h1>Changelog</h1> |
||
| 56 | |||
| 57 | <div class="span12 log"> |
||
| 58 | <span class="label label-success">v1.3.2</span> <span class="label">21.11.2013</span> |
||
| 59 | <ul> |
||
| 60 | <li>Changed semantic versioning v1.32 > v1.3.2</li> |
||
| 61 | <li>Clean-up the code</li> |
||
| 62 | <li>Move out transitons styls to owl.transitions.css file</li> |
||
| 63 | |||
| 64 | </ul> |
||
| 65 | </div> |
||
| 66 | |||
| 67 | <div class="span12 log"> |
||
| 68 | <span class="label label-success">v1.31</span> <span class="label">21.11.2013</span> |
||
| 69 | <ul> |
||
| 70 | <li>Fixed startDrag event</li> |
||
| 71 | <li>Included awesome <code>itemsCustom</code> function. <a href="demos/itemsCustom.html">See demo</a>. Big thanks to <a href="https://github.com/nchankov">Nik Chankov</a> for code, demo and description.</li> |
||
| 72 | <li>Fixed sync <a href="demos/sync.html">demo</a></li> |
||
| 73 | </ul> |
||
| 74 | </div> |
||
| 75 | |||
| 76 | <div class="span12 log"> |
||
| 77 | <span class="label label-success">v1.3</span> <span class="label">18.11.2013</span> |
||
| 78 | <ul> |
||
| 79 | <li>Fixed startDragging callback - now it pass correct "this" value</li> |
||
| 80 | <li>Updated owl status method with dragDirection information</li> |
||
| 81 | <li>Fixed updating prevItem on owl status object</li> |
||
| 82 | <li>Included support for lazy load background images</li> |
||
| 83 | <li>Added afterLazyLoad callback(thx JaySala)</li> |
||
| 84 | <li>Removed "opacity=0" style while using destroy method.</li> |
||
| 85 | <li>Fixed afterMove callback. Now its fire only when you successfull slide.</li> |
||
| 86 | <li>Disable drag gestures if there is no items outside viewport.</li> |
||
| 87 | <li><code>scrollByPage</code> works with darg gestures now. </li> |
||
| 88 | <li>Removed slide animation on changing browser width.</li> |
||
| 89 | <li>Added <a href="demos/owlStatus.html">Owl Status</a> and <a href="demos/sync.html">Sync</a> demos.</li> |
||
| 90 | </ul> |
||
| 91 | </div> |
||
| 92 | |||
| 93 | <div class="span12 log"> |
||
| 94 | <span class="label label-success">v1.29</span> <span class="label">11.11.2013</span> |
||
| 95 | <ul> |
||
| 96 | <li>Disabled right click event</li> |
||
| 97 | <li>Prevented ghostclicking on Android Chrome browser</li> |
||
| 98 | <li>Added visibleItems loop for future functions.</li> |
||
| 99 | </ul> |
||
| 100 | </div> |
||
| 101 | |||
| 102 | <div class="span12 log"> |
||
| 103 | <span class="label label-success">v1.28</span> <span class="label">30.10.2013</span> |
||
| 104 | <ul> |
||
| 105 | <li>Included <code>itemsScaleUp:false</code> method</li> |
||
| 106 | <li>Included <a href="demos/scaleup.html">scaleUp demo</a></li> |
||
| 107 | <li>Allowing to set options via data attributes ( THX zerghiomario)</li> |
||
| 108 | </ul> |
||
| 109 | </div> |
||
| 110 | |||
| 111 | <div class="span12 log"> |
||
| 112 | <span class="label label-success">v1.27</span> <span class="label">17.10.2013</span> |
||
| 113 | <ul> |
||
| 114 | <li>Fixed <code>destroy</code> method</li> |
||
| 115 | </ul> |
||
| 116 | </div> |
||
| 117 | |||
| 118 | <div class="span12 log"> |
||
| 119 | <span class="label label-success">v1.26</span> <span class="label">11.10.2013</span> |
||
| 120 | <ul> |
||
| 121 | <li>Fixed autoPlay on CSS3 Transitions (Thanks Matuus)</li> |
||
| 122 | <li>Added <code>lazyEffect : "fade"</code></li> |
||
| 123 | </ul> |
||
| 124 | </div> |
||
| 125 | |||
| 126 | <div class="span12 log"> |
||
| 127 | <span class="label label-success">v1.25</span> <span class="label">10.10.2013</span> |
||
| 128 | <ul> |
||
| 129 | <li>Fixed lazyLoad ( THX to Aaron Layton )</li> |
||
| 130 | </ul> |
||
| 131 | </div> |
||
| 132 | |||
| 133 | |||
| 134 | <div class="span12 log"> |
||
| 135 | <span class="label label-success">v1.24</span> <span class="label">09.10.2013</span> |
||
| 136 | <ul> |
||
| 137 | <li>Updated lazyLoad</li> |
||
| 138 | <li>Included <code>beforeUpdate</code> and <code>afterUpdate</code> callbacks</li> |
||
| 139 | <li>Included <code>dragBeforeAnimFinish:true</code> option to ignore whether a transition is done or not. Thanks to Euxneks</li> |
||
| 140 | <li>Included <code>destroy</code>, <code>reinit</code>, <code>addItem</code> and <code>removeItem</code> methods</li> |
||
| 141 | <li>Added Manipulations demo</li> |
||
| 142 | <li>Fix to force 3d in browsers that can handle it.</li> |
||
| 143 | <li>Fixed disableTextSelect event</li> |
||
| 144 | <li>Fixed watchVisibility function</li> |
||
| 145 | <li>Fixed click and drag event bug on win7 Chrome(thanks to Anydog)</li> |
||
| 146 | <li>Fixed click events on IE8</li> |
||
| 147 | <li>Thanks to all contributors and bug finders :)</li> |
||
| 148 | </ul> |
||
| 149 | </div> |
||
| 150 | |||
| 151 | <div class="span12 log"> |
||
| 152 | <span class="label label-success">v1.23</span> <span class="label">28.09.2013</span> |
||
| 153 | <ul> |
||
| 154 | <li>Included CSS3 Transitions. <a href="demos/transitions.html">See demo</a></li> |
||
| 155 | <li>Fix typo on main demo</li> |
||
| 156 | <li>Fixed opacity bug while carousel was hidden (thx seanjacob)</li> |
||
| 157 | <li>General cleanup</li> |
||
| 158 | <li>Removed <code>goToFirst</code> from options list.</li> |
||
| 159 | <li>Changed name <code>goToFirstSpeed</code> to <code>rewindSpeed</code></li> |
||
| 160 | <li>Changed name <code>goToFirstNav</code> to <code>rewindNav</code></li> |
||
| 161 | <li>Included <code>responsiveBaseWidth</code> options. Use it if you need responsivnes based on your own element width instead of the window width.</li> |
||
| 162 | <li>Included <code>"owl.goTo"</code> custom event</li> |
||
| 163 | <li>Included <code>"owl.jumpTo"</code> custom event</li> |
||
| 164 | <li>Included new width <code>itemsTabletSmall : false</code></li> |
||
| 165 | </ul> |
||
| 166 | </div> |
||
| 167 | |||
| 168 | <div class="span12 log"> |
||
| 169 | <span class="label label-success">v1.22</span> <span class="label">15.09.2013</span> |
||
| 170 | <ul> |
||
| 171 | <li>Better detection of touch events</li> |
||
| 172 | <li>Add <code>active</code> class if <code>singleItem</code> is true - <b>It is not working now.</b> Please include <code>addClassActive:true</code> option to get "active" classes on visible items. Works with any numbers of items on screen.</li> |
||
| 173 | <li>Changed option name from <code>mouseDraggable</code> to <code>mouseDrag</code></li> |
||
| 174 | <li>Also added <code>touchDrag</code> to disable touch events</li> |
||
| 175 | <li>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!)</li> |
||
| 176 | <li>Included base element in parameter for callbacks <code>afterAction</code>, <code>beforeMove</code> and <code>afterMove</code></li> |
||
| 177 | <li>IE8 responsive fix</li> |
||
| 178 | <li>Improved autoHeight function</li> |
||
| 179 | <li>Added touchcancel event. That fixed Android Chrome scrolling issues.</li> |
||
| 180 | <li>Included Progress Bar demo.</li> |
||
| 181 | <li>Fixed some spellings</li> |
||
| 182 | <li>Slightly updated prettify style</li> |
||
| 183 | </ul> |
||
| 184 | </div> |
||
| 185 | |||
| 186 | <div class="span12 log"> |
||
| 187 | <span class="label label-success">v1.21</span> <span class="label">07.09.2013</span> |
||
| 188 | <ul> |
||
| 189 | <li>Check if base.owlControlls are present before calling methods on them</li> |
||
| 190 | <li>Correct the spelling of 'controls'</li> |
||
| 191 | <li>Rename 'autplaySpeed' to 'autoPlaySpeed'</li> |
||
| 192 | <li>IE7 owl-theme css demo fix</li> |
||
| 193 | <li><code>disable</code> class on navigation only if goToFirstNav set to false</li> |
||
| 194 | <li>Cleaner code (thanks to Stravid)</li> |
||
| 195 | <li>Added carousel selector element parameter to 'afterInit' callback</li> |
||
| 196 | <li>Changed scrollPerPageNav to scrollPerPage</li> |
||
| 197 | <li>Add <code>active</code> class if <code>singleItem</code> is true</li> |
||
| 198 | </ul> |
||
| 199 | </div> |
||
| 200 | <div class="span12 log"> |
||
| 201 | <span class="label label-success">v1.2</span> <span class="label">05.09.2013</span> |
||
| 202 | <ul> |
||
| 203 | <li>Fixed capture click event</li> |
||
| 204 | <li>Navigation text accepts html now</li> |
||
| 205 | <li>Added <code>goToFirstNav</code> option and is set to true.</li> |
||
| 206 | <li>Added <code>scrollPerPage</code> option. For navigation only.</li> |
||
| 207 | <li>Added <code>responsiveRefreshRate</code> option.</li> |
||
| 208 | <li>Included five callbacks: <code>beforeInit</code>, <code>afterInit</code>, <code>beforeMove</code>, <code>afterMove</code>, <code>afterAction</code></li> |
||
| 209 | <li>Included <code>lazyLoad</code> function with <code>lazyFollow</code> sub-option</li> |
||
| 210 | <li>Included <code>autoHeight</code> option.</li> |
||
| 211 | <li>Included <code>jsonPath</code> function with <code>jsonSuccess</code> callback</li> |
||
| 212 | <li>Included <code>mouseDraggable</code> option</li> |
||
| 213 | <li>Four new demos on landing page</li> |
||
| 214 | <li>Added Changelog and faq</li> |
||
| 215 | <li>Change Custom demo page</li> |
||
| 216 | </ul> |
||
| 217 | </div> |
||
| 218 | </div> |
||
| 219 | </div> |
||
| 220 | </div> |
||
| 221 | |||
| 222 | <div id="footer"> |
||
| 223 | <div class="container"> |
||
| 224 | <div class="row"> |
||
| 225 | <div class="span12"> |
||
| 226 | <h5>Bartosz Wojciechowski 2013 / @OwlFonk / |
||
| 227 | <a href="mailto:owl@owlgraphic.com?subject=Hey Owl!">email</a> / |
||
| 228 | <a href="changelog.html">changelog</a> / |
||
| 229 | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EFSGXZS7V2U9N">donate</a> / |
||
| 230 | </h5> |
||
| 231 | </div> |
||
| 232 | </div> |
||
| 233 | </div> |
||
| 234 | </div> |
||
| 235 | |||
| 236 | |||
| 237 | <script src="assets/js/jquery-1.9.1.min.js"></script> |
||
| 238 | <script src="owl-carousel/owl.carousel.js"></script> |
||
| 239 | |||
| 240 | <!-- Frontpage Demo --> |
||
| 241 | <script> |
||
| 242 | jQuery(document).ready(function($) { |
||
| 243 | $("#owl-example").owlCarousel(); |
||
| 244 | }); |
||
| 245 | |||
| 246 | $("body").data("page", "frontpage"); |
||
| 247 | |||
| 248 | </script> |
||
| 249 | <script src="assets/js/bootstrap-collapse.js"></script> |
||
| 250 | <script src="assets/js/bootstrap-transition.js"></script> |
||
| 251 | |||
| 252 | <script src="assets/js/google-code-prettify/prettify.js"></script> |
||
| 253 | <script src="assets/js/application.js"></script> |
||
| 254 | |||
| 255 | <script> |
||
| 256 | var owldomain = window.location.hostname.indexOf("owlgraphic"); |
||
| 257 | if(owldomain !== -1){ |
||
| 258 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
||
| 259 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
||
| 260 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
||
| 261 | })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
||
| 262 | |||
| 263 | ga('create', 'UA-41541058-1', 'owlgraphic.com'); |
||
| 264 | ga('send', 'pageview'); |
||
| 265 | } |
||
| 266 | |||
| 267 | </script> |
||
| 268 | |||
| 269 | </body> |
||
| 270 | </html> |