Skip to content

Releases: chartjs/chartjs-plugin-deferred

Version 2.0.0

24 Apr 16:53
Compare
Choose a tag to compare

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

09 Feb 07:55
Compare
Choose a tag to compare
Version 2.0.0-beta.1 Pre-release
Pre-release

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.

  • #21 Migrate to Chart.js v3 (#15)
  • #24 Do not register the plugin automatically

New Features

  • #22 Add TypeScript declaration files
  • 75be707 Export plugin as an ESM compatible module

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

28 Feb 12:50
Compare
Choose a tag to compare

Issues Fixed

  • #14 Ensure chart.ctx exists during deferred updates (#13, #16)

Development

  • 72ea639 Add package-lock.json and update minor dependencies
  • f8752ec Update copyright to include all contributors
  • 7109776 Fix Netlify links (.com -> .app)

Thanks to @BR0kEN-

Milestone: 1.0.2

Version 1.0.1

21 Mar 12:21
Compare
Choose a tag to compare

Issues Fixed

Documentation

  • d6539ba Fixed displaying samples on big screens

Milestone: 1.0.1

Version 1.0.0

11 Jan 18:44
Compare
Choose a tag to compare

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 via Chart.defaults.global.plugins.deferred.

Documentation

Development

Milestone: 1.0.0

Version 0.3.0

30 Apr 09:30
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

New Features

  • #2 Generate UMD dist files (compatible for example with Aurelia)

Issues Fixed

  • #4 Stop watching when chart is destroyed

Development

Version 0.2.0

23 Oct 17:15
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

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

15 Jun 21:03
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

Initial release, check out the README.md for details.