X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Fversions.html;h=e336eeabcf1bc8e33d61f17e5f22b35952aaf5ab;hb=ca8c85838e6a98c17d7f62bb4e3f43e9244b1385;hp=90e0acea89f3fd31e9645a2a61b871f3bfd28d8b;hpb=802b882080f865d36b471e6c011841d86ec79d82;p=dygraphs.git diff --git a/docs/versions.html b/docs/versions.html index 90e0ace..e336eea 100644 --- a/docs/versions.html +++ b/docs/versions.html @@ -7,6 +7,9 @@ .versions td { vertical-align: top; } + td.notes { + padding-bottom: 20px; + } .versions td:first-child { text-align: right; padding-right: 20px; @@ -25,12 +28,31 @@ + + + + - + - +
1.1.0

2014-12-03

+ Highlights include: +
    +
  • dygraphs is now "retina" compatible. +
  • Dramatically improved performance for filled charts (i.e. fillGraph) +
  • More sensible date ticks: "Jan 08"→"Jan 2008", "29Jan"→"29 Jan" +
  • Using a non-existent option now throws (w/ dygraph-combined-dev.js) +
  • x-axis log scales +
  • The labelsUTC option forces UTC formatting for all labels. +
  • The new DataHandler system allows for more flexibility in data loading. +
  • "this" is set to the dygraph in all callbacks. +
  • dygraphs has shrunk, because we moved some stuff into "extras" (133kb→122kb) +
+ + This will be the last major release to support browsers without a native <canvas> implementation. See blog post for more details. +
1.0.1

2013-08-29

Minor bug fixes and updates to web site.Minor bug fixes and updates to web site.
1.0.0

2013-08-14

Initial Release. See blog post.Initial Release. See blog post.