]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
flat helpers (#7806)
authorSamuel Gratzl <sam@sgratzl.com>
Mon, 28 Sep 2020 13:11:55 +0000 (15:11 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Sep 2020 13:11:55 +0000 (09:11 -0400)
commit391e4b6f2e3361ec09a79a2357e45d99a741c050
treeeee706794f4dbc3869f622b2624de849d403cb2c
parent10f393a58dc6af76d903364c168c88c4420f4ee6
flat helpers (#7806)

* generate a flat helpers package
* move helpers built files to dist
* upgrade docs for flat helpers
20 files changed:
.gitignore
docs/docs/developers/publishing.md
docs/docs/getting-started/v3-migration.md
helpers/helpers.esm.d.ts [new file with mode: 0644]
helpers/helpers.esm.js [new file with mode: 0644]
helpers/helpers.js [new file with mode: 0644]
helpers/package.json [new file with mode: 0644]
rollup.config.js
src/helpers/index.js
src/index.js
test/specs/helpers.canvas.tests.js
test/specs/helpers.collection.tests.js
test/specs/helpers.curve.tests.js
test/specs/helpers.dom.tests.js
test/specs/helpers.easing.tests.js
test/specs/helpers.interpolation.tests.js
test/specs/helpers.math.tests.js
test/specs/helpers.options.tests.js
test/specs/helpers.segment.tests.js
types/helpers/helpers.easing.d.ts