Releases: chartjs/chartjs-plugin-deferred
Releases · chartjs/chartjs-plugin-deferred
Version 2.0.0
Version 2.x of this plugin is compatible with Chart.js v3+
If you still use Chart.js v2.x, please use version 1.x of this plugin.
Essential Links
Breaking Changes
Read the migration guide before updating to this version.
Changes
Check beta releases for all changes since version 1.x:
Milestone: 2.0.0
Version 2.0.0-beta.1
Version 2.x of this plugin is compatible with Chart.js v3+
If you still use Chart.js v2.x, please use version 1.x of this plugin.
Help us testing: npm install chartjs-plugin-deferred@next
Essential Links
Breaking Changes
Read the migration guide before updating to this version.
New Features
Documentation
- 6102768 Move the samples in the VuePress documentation
- 48602fb Add vuepress-plugin-versions to the docs
Development
- 3589a49 Get rid of Gulp in favor of npm scripts
- 86f299f Use latest Chart.js ESLint config (tab -> space)
- 41a7601 1be9d1c Update npm dependencies
- 39444f3 Fix GitHub stats link and use https everywhere
Thanks to @LeeLenaleee and @simonbrunel
Milestone: 2.0.0
Version 1.0.2
Version 1.0.1
Version 1.0.0
Breaking Changes
- 7dd5bd9 Upgrade to Chart.js 2.6: deprecate
options.deferred.*
in favor of the reserved plugin options:options.plugins.deferred.*
.deferred.enabled
has been removed (disabling the plugin per chart can now be done using:options.plugins.deferred: false
). Global default options are now accessible viaChart.defaults.global.plugins.deferred
.
Documentation
- 4ee3fd0 New GitBook documentation
- 9d5aaf9 Rewrite samples to match the Chart.js style
- 837a549 Online documentation and samples using Netlify
Development
- 44d74cd Use the Chart.js shared ESLint config
- f623a6b Fix CodeClimate badge and disable CC ESLint plugin
- 900c729 Remove useless global function scope
- c2e5bcb Enhance .travis.yml formatting
- 2a848a4 Upgrade dev dependencies
Milestone: 1.0.0
Version 0.3.0
Version 0.2.0
Enhancements
- ae70554 Charts can now be contained in any scrollable containers, not only the window.
- 24b4db9 Add Bower support and register package to bower.io.
- Register package to npmjs.com.
Development
- d3757db Rename the plugin to
chartjs-plugin-deferred
based on this Slack discussion. - d5ef78a Dist files are now automatically deployed to tag by Travis for new releases.
- a12a737 Use same ESLint rules as Chart.js for consistency.
Version 0.1.0
Initial release, check out the README.md for details.