2.0.0 release fixes (#815)
authorDan Vanderkam <danvdk@gmail.com>
Wed, 28 Dec 2016 21:37:08 +0000 (16:37 -0500)
committerGitHub <noreply@github.com>
Wed, 28 Dec 2016 21:37:08 +0000 (16:37 -0500)
commitfd6b8dadbaa0614671bef1508c23d6a932e25081
tree39341044a23213ecd7f8b98845e8cd8ca451259a
parent627e054d1d77a0a8b02ed684b4105c5beafbc52a
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
126 files changed:
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE.md
.gitignore
README.md
auto_tests/tests/formats.js
auto_tests/tests/pathological_cases.js
auto_tests/tests/range_tests.js
bower.json [deleted file]
docs/header.html
docs/index.html
docs/tutorial.html
docs/versions.html
gallery/avoid-min-zero.js [deleted file]
gallery/edge-padding.js [deleted file]
gallery/gallery.js
gallery/index.html
gwt/org/danvk/Dygraphs.java
index.es5.js [new file with mode: 0644]
index.js [new file with mode: 0644]
package.json
releases.json
scripts/build.sh
scripts/generate-documentation.py
scripts/generate-download.py
scripts/generate-jsdoc.sh
scripts/push-to-web.sh
scripts/release.sh
scripts/weigh-in.sh
src/dygraph-default-attrs.js
src/dygraph-options-reference.js
src/dygraph-options.js
src/dygraph.js
src/plugins/axes.js
src/plugins/grid.js
tests/annotation-gviz.html
tests/annotation-native.html
tests/annotation.html
tests/avoidMinZero.html [deleted file]
tests/border.html
tests/callback.html
tests/century-scale.html
tests/charting-combinations.html
tests/color-cycle.html
tests/color-visibility.html
tests/connect-separated.html
tests/crosshair.html
tests/css-positioning.html
tests/custom-bars.html
tests/custom-circles.html
tests/customLabel.html
tests/customLabelCss3.html
tests/dateWindow.html
tests/daylight-savings.html
tests/demo.html
tests/dense-fill.html
tests/draw-points.html
tests/drawing.html
tests/dygraph-many-points-benchmark.html
tests/dygraph.html
tests/dynamic-update.html
tests/exported-symbols.html
tests/fillGraph-alpha.html
tests/fillGraph.html
tests/fractions.html
tests/grid_dot.html
tests/gviz-infinity.html
tests/gviz-selection.html
tests/gviz.html
tests/hairlines.html
tests/highlighted-region.html
tests/hourly.html
tests/iframe.html
tests/independent-series.html
tests/interaction.html
tests/is-zoomed.html
tests/isolated-points.html
tests/label-div.html
tests/labelsDateMilliseconds.html
tests/labelsDateUTC.html
tests/labelsKMB.html
tests/layout-options.html
tests/legend-formatter.html
tests/legend-values.html
tests/linear-regression-addseries.html
tests/linear-regression-fractions.html
tests/linear-regression.html
tests/link-interaction.html
tests/logscale.html
tests/missing-data.html
tests/multi-scale.html
tests/native-format.html
tests/negative.html
tests/no-range.html
tests/no-visibility.html
tests/number-format.html
tests/numeric-axis.html
tests/numeric-gviz.html
tests/out-of-order.html
tests/per-series.html
tests/perf.html
tests/plotter.html
tests/plotters.html
tests/plugins.html
tests/range-selector.html
tests/resize.html
tests/reverse-y-axis.html
tests/series-highlight.html
tests/small-range-zero.html
tests/smooth-plots.html
tests/spacing.html
tests/stacked.html
tests/steps.html
tests/stock.html
tests/straw-broom.html
tests/styled-chart-labels.html
tests/synchronize.html
tests/temperature-sf-ny.html
tests/two-axes-vr.html
tests/two-axes.html
tests/unboxed-spark.html
tests/underlay-callback.html
tests/value-axis-formatters.html
tests/visibility.html
tests/x-axis-formatter.html
tests/zero-series.html
tests/zoom.html