From: Dan Vanderkam Date: Wed, 28 Dec 2016 21:37:08 +0000 (-0500) Subject: 2.0.0 release fixes (#815) X-Git-Tag: v2.0.0~7 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=fd6b8dadbaa0614671bef1508c23d6a932e25081;hp=fd6b8dadbaa0614671bef1508c23d6a932e25081;p=dygraphs.git 2.0.0 release fixes (#815) * Documentation / test cleanup * Remove deprecated avoidMinZero option * remove all references to dygraph-combined * Drop for..of and polyfill to save space * Check for strings in native format * Generate minified CSS * Get npm distribution working * Guard process access for rollup * Add ES6 example to home page * Update tests to source CSS from dist * update some references * Drop bower, bump version * index.es5.js * bump version ---