| 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.0<p class="date">2014-12-03</p></td> |
| 32 | <td class="notes"> |
| 33 | Highlights include: |
| 34 | <ul> |
| 35 | <li>dygraphs is now "retina" compatible. |
| 36 | <li>Dramatically improved performance for filled charts (i.e. fillGraph) |
| 37 | <li>More sensible date ticks: "Jan 08"→"Jan 2008", "29Jan"→"29 Jan" |
| 38 | <li>Using a non-existent option now throws (w/ dygraph-combined-dev.js) |
| 39 | <li>x-axis log scales |
| 40 | <li>The <code>labelsUTC</code> option forces UTC formatting for all labels. |
| 41 | <li>The new DataHandler system allows for more flexibility in data loading. |
| 42 | <li>"this" is set to the dygraph in all callbacks. |
| 43 | <li>dygraphs has shrunk, because we moved some stuff into "extras" (133kb→122kb) |
| 44 | </ul> |
| 45 | |
| 46 | This will be the last major release to support browsers without a native <canvas> implementation. See <a href="http://blog.dygraphs.com/2014/12/dygraphs-110.html">blog post</a> for more details. |
| 47 | </td> |
| 48 | </tr> |
| 49 | <tr> |
| 50 | <td>1.0.1<p class="date">2013-08-29</p></td> |
| 51 | <td class="notes">Minor bug fixes and updates to web site.</td> |
| 52 | </tr> |
| 53 | <tr> |
| 54 | <td>1.0.0<p class="date">2013-08-14</p></td> |
| 55 | <td class="notes">Initial Release. See <a href="http://blog.dygraphs.com/2013/08/announcing-dygraphs-100.html">blog post</a>.</td> |
| 56 | </tr> |
| 57 | </table> |
| 58 | |
| 59 | <!--#include virtual="footer.html" --> |