| 1 | <!--#include virtual="header.html" --> |
| 2 | |
| 3 | <style> |
| 4 | .versions { |
| 5 | margin-top: 20px; |
| 6 | } |
| 7 | .versions td { |
| 8 | vertical-align: top; |
| 9 | } |
| 10 | .versions td:first-child { |
| 11 | text-align: right; |
| 12 | padding-right: 20px; |
| 13 | font-weight: bold; |
| 14 | } |
| 15 | .date { |
| 16 | font-size: small; |
| 17 | color: darkgray; |
| 18 | font-weight: normal; |
| 19 | } |
| 20 | </style> |
| 21 | |
| 22 | <h2>Version History</h2> |
| 23 | |
| 24 | <p>For links to download each release, see the <a href="/download.html">Downloads</a> page.</p> |
| 25 | |
| 26 | <table class="versions"> |
| 27 | <tr> |
| 28 | <td>1.0.1<p class="date">2013-08-29</p></td> |
| 29 | <td>Minor bug fixes and updates to web site.</td> |
| 30 | </tr> |
| 31 | <tr> |
| 32 | <td>1.0.0<p class="date">2013-08-14</p></td> |
| 33 | <td>Initial Release. See <a href="http://blog.dygraphs.com/2013/08/announcing-dygraphs-100.html">blog post</a>.</td> |
| 34 | </tr> |
| 35 | </table> |
| 36 | |
| 37 | <!--#include virtual="footer.html" --> |