a5974b56fe6fb85267ef6365e3176a78b9f324a0
[dygraphs.git] / docs / versions.html
1 <!--#include virtual="header.html" -->
2
3 <style>
4 .versions {
5 margin-top: 20px;
6 }
7 .versions td {
8 vertical-align: top;
9 }
10 td.notes {
11 padding-bottom: 20px;
12 }
13 .versions td:first-child {
14 text-align: right;
15 padding-right: 20px;
16 font-weight: bold;
17 }
18 .date {
19 font-size: small;
20 color: darkgray;
21 font-weight: normal;
22 }
23 </style>
24
25 <h2>Version History</h2>
26
27 <p>For links to download each release, see the <a href="/download.html">Downloads</a> page.</p>
28
29 <table class="versions">
30 <tr>
31 <td>1.1.1<p class="date">2015-06-01</p></td>
32 <td class="notes">
33 <ul>
34 <li>Set <code>this</code> to the dygraph in all callbacks.</li>
35 <li>Minor bug fixes.</li>
36 </ul>
37 </td>
38
39 <td>1.1.0<p class="date">2014-12-03</p></td>
40 <td class="notes">
41 Highlights include:
42 <ul>
43 <li>dygraphs is now "retina" compatible.
44 <li>Dramatically improved performance for filled charts (i.e. fillGraph)
45 <li>More sensible date ticks: "Jan 08"→"Jan 2008", "29Jan"→"29 Jan"
46 <li>Using a non-existent option now throws (w/ dygraph-combined-dev.js)
47 <li>x-axis log scales
48 <li>The <code>labelsUTC</code> option forces UTC formatting for all labels.
49 <li>The new DataHandler system allows for more flexibility in data loading.
50 <li>"this" is set to the dygraph in all callbacks.
51 <li>dygraphs has shrunk, because we moved some stuff into "extras" (133kb→122kb)
52 </ul>
53
54 This will be the last major release to support browsers without a native &lt;canvas&gt; implementation. See <a href="http://blog.dygraphs.com/2014/12/dygraphs-110.html">blog post</a> for more details.
55 </td>
56 </tr>
57 <tr>
58 <td>1.0.1<p class="date">2013-08-29</p></td>
59 <td class="notes">Minor bug fixes and updates to web site.</td>
60 </tr>
61 <tr>
62 <td>1.0.0<p class="date">2013-08-14</p></td>
63 <td class="notes">Initial Release. See <a href="http://blog.dygraphs.com/2013/08/announcing-dygraphs-100.html">blog post</a>.</td>
64 </tr>
65 </table>
66
67 <!--#include virtual="footer.html" -->