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