You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
169 lines
6.8 KiB
169 lines
6.8 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
|
|
<!-- head --> |
|
<meta charset="utf-8"> |
|
<meta name="msapplication-tap-highlight" content="no" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
<meta name="description" content="Owl Carousel Documentation"> |
|
<meta name="author" content="David Deutsch"> |
|
<title> |
|
Changelog | Owl Carousel | 2.3.4 |
|
</title> |
|
|
|
<!-- Stylesheets --> |
|
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,300italic' rel='stylesheet' type='text/css'> |
|
<link rel="stylesheet" href="../assets/css/docs.theme.min.css"> |
|
|
|
<!-- Owl Stylesheets --> |
|
<link rel="stylesheet" href="../assets/owlcarousel/assets/owl.carousel.min.css"> |
|
<link rel="stylesheet" href="../assets/owlcarousel/assets/owl.theme.default.min.css"> |
|
|
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
|
|
|
<!--[if lt IE 9]> |
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> |
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> |
|
<![endif]--> |
|
|
|
<!-- Favicons --> |
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"> |
|
<link rel="shortcut icon" href="../assets/ico/favicon.png"> |
|
<link rel="shortcut icon" href="favicon.ico"> |
|
|
|
<!-- Yeah i know js should not be in header. Its required for demos.--> |
|
|
|
<!-- javascript --> |
|
<script src="../assets/vendors/jquery.min.js"></script> |
|
<script src="../assets/owlcarousel/owl.carousel.js"></script> |
|
</head> |
|
<body> |
|
|
|
<!-- header --> |
|
<header class="header"> |
|
<div class="row"> |
|
<div class="large-12 columns"> |
|
<div class="brand left"> |
|
<h3> |
|
<a href="/OwlCarousel2/">owl.carousel.js</a> |
|
</h3> |
|
</div> |
|
<a id="toggle-nav" class="right"> |
|
<span></span> <span></span> <span></span> |
|
</a> |
|
<div class="nav-bar"> |
|
<ul class="clearfix"> |
|
<li> <a href="/OwlCarousel2/index.html">Home</a> </li> |
|
<li> <a href="/OwlCarousel2/demos/demos.html">Demos</a> </li> |
|
<li class="active"> |
|
<a href="/OwlCarousel2/docs/started-welcome.html">Docs</a> |
|
</li> |
|
<li> |
|
<a href="https://github.com/OwlCarousel2/OwlCarousel2/archive/2.3.4.zip">Download</a> |
|
<span class="download"></span> |
|
</li> |
|
</ul> |
|
</div> |
|
</div> |
|
</div> |
|
</header> |
|
|
|
<!-- title --> |
|
<section class="title"> |
|
<div class="row"> |
|
<div class="large-12 columns"> |
|
<h1>Support</h1> |
|
</div> |
|
</div> |
|
</section> |
|
<div id="docs"> |
|
<div class="row"> |
|
<div class="small-12 medium-3 large-3 columns"> |
|
<ul class="side-nav"> |
|
<li class="side-nav-head">Getting Started</li> |
|
<li> <a href="started-welcome.html">Welcome</a> </li> |
|
<li> <a href="started-installation.html">Installation</a> </li> |
|
<li> <a href="started-faq.html">FAQ</a> </li> |
|
</ul> |
|
<ul class="side-nav"> |
|
<li class="side-nav-head">API</li> |
|
<li> <a href="api-options.html">Options</a> </li> |
|
<li> <a href="api-classes.html">Classes</a> </li> |
|
<li> <a href="api-events.html">Events</a> </li> |
|
</ul> |
|
<ul class="side-nav"> |
|
<li class="side-nav-head">Development</li> |
|
<li> <a href="dev-buildin-plugins.html">Built-in Plugins</a> </li> |
|
<li> <a href="dev-plugin-api.html">Plugin API</a> </li> |
|
<li> <a href="dev-styles.html">Sass Styles</a> </li> |
|
<li> <a href="dev-external.html">External Libs</a> </li> |
|
</ul> |
|
<ul class="side-nav"> |
|
<li class="side-nav-head">Support</li> |
|
<li> <a href="support-contributing.html">Contributing</a> </li> |
|
<li> <a href="support-changelog.html">Changelog</a> </li> |
|
<li> <a href="support-contact.html">Contact</a> </li> |
|
</ul> |
|
</div> |
|
<div class="small-12 medium-9 large-9 columns"> |
|
<article class="docs-content"> |
|
<h2 id="changelog">Changelog</h2> |
|
<hr> |
|
<h5 id="2-0-0-beta-2-4">2.0.0.beta.2.4</h5> |
|
<ul> |
|
<li>Refactors Core</li> |
|
<li>Makes <code>slideBy</code> option independet of <code>nav</code></li> |
|
<li>Corrects update of <code>navRewind</code></li> |
|
<li>Corrects <code>change</code> event for position in carousel</li> |
|
<li>Replaces <code>indexOf</code> with <code>$.inArray</code> in navigaiton plugin</li> |
|
<li>Corrects <code>to</code> override in navigation plugin</li> |
|
<li>Adds core overrides for navigation plugin</li> |
|
<li>Corrects naming of plugins as object members</li> |
|
<li>Corrects <code>navText</code> option of navigation plugin</li> |
|
<li>Corrects <code>slideBy</code> option and adds events for navigation plugin</li> |
|
<li>Corrects adaptive behaviour of the navigation plugin</li> |
|
<li>fixed autoHeight plugin</li> |
|
<li>fixed animate plugin</li> |
|
<li>added autoHeight demo</li> |
|
<li>fixed download link in subpages</li> |
|
</ul> |
|
<h5 id="2-0-0-beta-2-3">2.0.0.beta.2.3</h5> |
|
<p>Thanks to Artus Kolanowski for this amazing update</p> |
|
<ul> |
|
<li>Separates navigation from core (nav,dots and hash)</li> |
|
<li>Corrests and completes JSDocs comments</li> |
|
<li>Replaces <code>bind</code> with <code>$.proxy</code></li> |
|
</ul> |
|
<h5 id="2-0-0-beta-2-2">2.0.0.beta.2.2</h5> |
|
<ul> |
|
<li>fixed some events trigger two times on initilize</li> |
|
<li>fixed lazyload bug</li> |
|
<li>fixed stage active class calculation when using stagePadding</li> |
|
<li>fixed translate callback</li> |
|
<li>fixed fixed update function and update/updated events</li> |
|
<li>included stagePadding demo</li> |
|
</ul> |
|
<hr> |
|
</article> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
<!-- footer --> |
|
<footer class="footer"> |
|
<div class="row"> |
|
<div class="large-12 columns"> |
|
<h5> |
|
<a href="/OwlCarousel2/docs/support-contact.html">David Deutsch</a> |
|
<a id="custom-tweet-button" href="https://twitter.com/share?url=https://github.com/OwlCarousel2/OwlCarousel2&text=Owl Carousel - This is so awesome! " target="_blank"></a> |
|
</h5> |
|
</div> |
|
</div> |
|
</footer> |
|
|
|
<!-- vendors --> |
|
<script src="../assets/vendors/highlight.js"></script> |
|
<script src="../assets/js/app.js"></script> |
|
</body> |
|
</html> |