source: sandbox/expressoServiceImap/library/jcarousel/changelog.html @ 4492

Revision 4492, 7.1 KB checked in by adriano, 13 years ago (diff)

Ticket #812 - Melhorias nas interfaces de leitura e composiacao de email do Expresso Mail

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
4<head>
5<title>jCarousel: Changelog</title>
6<link href="style.css" rel="stylesheet" type="text/css">
7</head>
8<body>
9<div id="wrap">
10  <h1>jCarousel</h1>
11  <h2>Riding carousels with jQuery</h2>
12        <h3>Changelog</h3>
13        <h4>Version 0.2.8 - 2011-04-14</h4>
14    <ul>
15    <li>Fixed selecting only direct childs of the current list (<a href="http://github.com/jsor/jcarousel/issues/issue/61">#61</a>).</li>
16    <li>Added static method to set windowLoaded to true manually (<a href="http://github.com/jsor/jcarousel/issues/issue/60">#60</a>).</li>
17    <li>Added setupCallback.</li>
18    <li>Optimized resize callback.</li>
19    <li>Added animationStepCallback option (Thanks <a href="https://github.com/scy">scy</a>).</li>
20    <li>Wider support of border-radius, and support of :focus in addition to :hover (Thanks <a href="https://github.com/lespacedunmatin">lespacedunmatin</a>).</li>
21  </ul>
22        <h4>Version 0.2.7 - 2010-10-06</h4>
23    <ul>
24    <li>Fixed bug with autoscrolling introduced while fixing <a href="http://github.com/jsor/jcarousel/issues/issue/49">#49</a>.</li>
25  </ul>
26        <h4>Version 0.2.6 - 2010-10-05</h4>
27    <ul>
28    <li>Fixed item only partially visible when defined as start item (<a href="http://github.com/jsor/jcarousel/issues/issue/22">#22</a>).</li>
29    <li>Fixed multiple binds on prev/next buttons (<a href="http://github.com/jsor/jcarousel/issues/issue/26">#26</a>).</li>
30    <li>Added firing of button callbacks also if no buttons are specified (<a href="http://github.com/jsor/jcarousel/issues/issue/39">#39</a>).</li>
31    <li>Fixed stopAuto() not stopping while in animation (<a href="http://github.com/jsor/jcarousel/issues/issue/49">#49</a>).</li>
32  </ul>
33        <h4>Version 0.2.5 - 2010-08-13</h4>
34    <ul>
35    <li>Added RTL (Right-To-Left) support.</li>
36    <li>Added automatic deletion of cloned elements for circular carousels.</li>
37    <li>Added new option <code>itemFallbackDimension</code> (<a href="http://github.com/jsor/jcarousel/issues/issue/7">#7</a>).</li>
38    <li>Added new section &quot;Defining the number of visible items&quot; to documentation.</li>
39  </ul>
40        <h4>Version 0.2.4 - 2010-04-19</h4>
41    <ul>
42    <li>Updated jQuery to version 1.4.2.</li>
43    <li>jCarousel instance can now be retrieved by <code>$(selector).data('jcarousel')</code>.</li>
44    <li>Support for static circular carousels out of the box.</li>
45    <li>Removed not longer needed core stylsheet jquery.jcarousel.css. Styles are now set by javascript or skin stylesheets.</li>
46  </ul>
47        <h4>Version 0.2.3 - 2008-04-07</h4>
48    <ul>
49    <li>Updated  jQuery to version 1.2.3.</li>
50    <li>Fixed (hopefully) issues with Safari<a href="http://sorgalla.com/2007/10/12/jcarousel-021/#comment-2222"></a>.</li>
51    <li>Added new example &quot;Multiple carousels on one page&quot;.</li>
52  </ul>
53    <h4>Version 0.2.2 - 2007-11-07</h4>
54  <ul>
55    <li>Fixed bug with nested li elements reported by <a href="http://sorgalla.com/2007/10/12/jcarousel-021/#comment-2222">John
56      Fiala</a>.</li>
57    <li>Fixed bug on initialization with too few elements reported by <a href="http://groups.google.com/group/jquery-en/browse_thread/thread/455edd3814bf2d9c/86f35001bb483024">Glenn
58      Nilsson</a>.</li>
59  </ul>
60        <h4>Version 0.2.1 - 2007-10-12</h4>
61  <ul>
62    <li>Readded the option <code>start</code> for a custom start position. The
63      old option <code>start</code> is renamed to <code>offset</code>.</li>
64    <li>New example for dynamic content loading via Ajax from a PHP script.</li>
65    <li>Fixed a bug with variable item widths/heights.</li>
66  </ul>
67
68        <h4>Version 0.2.0-beta - 2007-05-07</h4>
69  <ul>
70    <li>Complete rewrite of the plugin. See <a href="http://sorgalla.com/2007/05/07/jcarousel-020-beta/">this post</a> for further informations.</li>
71        </ul>
72        <h4>Version 0.1.6 - 2007-01-22</h4>
73  <ul>
74    <li>New public methods <code>size()</code> and <code>init()</code>.</li>
75                <li>Added new example &quot;Carousel with external controls&quot;.</li>
76  </ul>
77        <h4>Version 0.1.5 - 2007-01-08</h4>
78  <ul>
79    <li>Code modifications to work with the jQuery 1.1.</li>
80    <li>Renamed the js file to jquery.jcarousel.pack.js as noted in the jquery docs.</li>
81  </ul>
82  <h4>Version 0.1.4 - 2006-12-12</h4>
83  <ul>
84    <li>New configuration option <code>autoScrollResumeOnMouseout</code>.</li>
85  </ul>
86        <h4>Version 0.1.3 - 2006-12-02</h4>
87  <ul>
88    <li>New configuration option <code>itemStart</code>. Sets the index of the
89      item to start with.</li>
90  </ul>
91        <h4>Version 0.1.2 - 2006-11-28</h4>
92  <ul>
93    <li>New configuration option <code>wrapPrev</code>. Behaves like <code>wrap</code>
94      but scrolls to the end when clicking the prev-button at the start of the
95      carousel. (Note: This may produce unexpected results with dynamic loaded
96      content. You must ensure to load the complete carousel on initialisation).</li>
97    <li>Moved call of the button handlers at the end of the buttons() method.
98      This lets the callbacks change the behaviours assigned by jCarousel.</li>
99  </ul>
100        <h4>Version 0.1.1 - 2006-10-25</h4>
101  <ul>
102                <li>The item handler callback options accept now a hash of two functions which
103                  are triggered before and after animation.</li>
104    <li>The item handler callback functions accept now a fourth parameter <code>state</code> which
105      holds one of three states: <code>next</code>, <code>prev</code> or <code>init</code>.</li>
106    <li>New configuration option <code>autoScrollStopOnMouseover</code></li>
107  </ul>
108        <h4>Version 0.1.0 - 2006-09-21</h4>
109  <ul>
110                <li>Stable release.</li>
111    <li>Internal source code rewriting to fit more into the jQuery
112      plugin guidelines.</li>
113    <li>Added inline documentation.</li>
114    <li>Changed licence to a dual licence model (<a href="http://www.opensource.org/licenses/mit-license.php">MIT</a> and <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>).</li>
115  </ul>
116        <h4>Version 0.1.0-RC1 - 2006-09-13</h4>
117  <ul>
118                <li>Virtual item attribute <code>jCarouselItemIdx</code> is replaced by a class <code>jcarousel-item-<em>n</em></code>.</li>
119    <li>The item callback functions accept a third parameter <code>idx</code> which
120            holds the position of the item in the list (formerly the attribute <code>jCarouselItemIdx</code>).</li>
121          <li>Fixed bug with margin-right in Safari.</li>
122  </ul>
123        <h4>Version 0.1.0-gamma - 2006-09-07</h4>
124  <ul>
125    <li>Added auto-wrapping of the required html markup around lists (<code>ul</code>
126      and <code>ol</code>) if <code>jQuery().jcarousel()</code> is assigned directly to them.</li>
127                <li>Added support for new callback functions <code>itemFirstInHandler</code>, <code>itemFirstOutHandler</code>, <code>itemLastInHandler</code>, <code>itemLastOutHandler</code>, <code>itemVisibleInHandler</code>, <code>itemVisibleOutHandler</code>.</li>
128                <li>General sourcecode rewriting.</li>
129                <li>Fixed bug not setting <code>&lt;li&gt;</code> index attributes correctly.</li>
130                <li>Changed default <code>itemWidth</code> and <code>itemHeight</code> to 75.</li>
131  </ul>
132        <h4>Version 0.1.0-beta - 2006-09-02</h4>
133  <ul>
134          <li>Initial release.</li>
135        </ul>
136</div>
137</body>
138</html>
Note: See TracBrowser for help on using the repository browser.