Skip to content

Releases: chartjs/chartjs-plugin-datalabels

Version 2.2.0

Choose a tag to compare

@simonbrunel simonbrunel released this 10 Dec 11:45

Essential Links

New Features

  • #348 Make the plugin compatible with Chart.js v4

Development

  • #355 Update actions versions
  • df33049 use GITHUB_TOKEN to upload release assets
  • 61e3890 remove release action DEBUG=api logs

Thanks to @kurkle, @LeeLenaleee and @simonbrunel.

Milestone: 2.2.0

Version 2.1.0

Choose a tag to compare

@simonbrunel simonbrunel released this 03 Aug 07:06

Essential Links

New Features

  • #271 Pass the chart event instance to listeners

Issues Fixed

  • #268 Remove unused and incorrect plugin hook param
  • #323 Fix drawing order when elements are skipped
  • #325 Fix defaults when the plugin is registered locally
  • #327 Use element width/height in fallback positioner

Documentation

  • #269 Remove install command for chart.js types
  • 91c37f5 Fix docs "Vue packages version mismatch" build error

Development

  • 15af95d Upgrade dependencies and package-lock.json format

Thanks to @kurkle, @LeeLenaleee, @simonbrunel and @stockiNail

Milestone: 2.1.0

Version 2.0.0

Choose a tag to compare

@simonbrunel simonbrunel released this 01 Jul 06:36

Version 2.x of this plugin is compatible with Chart.js v3+ (see #213)

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-rc.1

Version 2.0.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@simonbrunel simonbrunel released this 20 May 19:50

Version 2.x of this plugin is compatible with Chart.js v3+ (see #213)

If you still use Chart.js v2.x, please use version 1.x of this plugin.

Help us testing: npm install chartjs-plugin-datalabels@next

Essential Links

Breaking Changes

Read the migration guide before updating to this version.

Issues Fixed

Other Changes

Check beta releases for all changes since version 1.x:

Milestone: 2.0.0

Version 2.0.0-rc

Version 2.0.0-rc Pre-release
Pre-release

Choose a tag to compare

@simonbrunel simonbrunel released this 16 May 18:29

Version 2.x of this plugin is compatible with Chart.js v3+ (see #213)

If you still use Chart.js v2.x, please use version 1.x of this plugin.

Help us testing: npm install chartjs-plugin-datalabels@next

Essential Links

Breaking Changes

Read the migration guide before updating to this version.

Issues Fixed

  • f0b8ca1 Fix reading element values when display is 'auto' (#233)

Documentation

  • 9a49bce Update docs to work with Chart.js 3.x

Development

Other Changes

Check beta releases for all changes since version 1.x:

Milestone: 2.0.0

Version 1.0.0

Choose a tag to compare

@simonbrunel simonbrunel released this 13 Apr 06:47

Version 1.x of this plugin is the stable version compatible with Chart.js v2.

If you plan to use Chart.js v3, please use version 2.x of this plugin (see #213).

Essential Links

Breaking Changes

Read the migration guide before updating to this version.

Documentation

  • 345ca33 Refactor the docs theme and plugin in a separate repo
  • 9bc91c8 Update vuepress-theme-chartjs to version 0.2.0
  • 55fdaa8 Add vuepress-plugin-versions to the docs

Development

  • 182e75f Prevent reporting to CodeClimate if no token
  • f399dd9 Update npm dependencies

Other Changes

Check beta releases for all changes since version 0.x:

Milestone: 1.0.0

Version 2.0.0-beta.1

Version 2.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@simonbrunel simonbrunel released this 11 Mar 19:05

Version 2.x of this plugin is compatible with Chart.js v3+ (see #213)

If you still use Chart.js v2.x, please use version 1.x of this plugin.

Help us testing: npm install chartjs-plugin-datalabels@next

Essential Links

Breaking Changes

New Features

  • #222 Export plugin as an ESM compatible module

Thanks to @kurkle, @santam85, @sgratzl, @simonbrunel and @stockiNail

Milestone: 2.0.0

Version 1.0.0-beta.1

Version 1.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@simonbrunel simonbrunel released this 09 Mar 22:01

Version 1.x of this plugin is the stable version compatible with Chart.js v2.

If you plan to use Chart.js v3, please use version 2.x of this plugin (see #213).

Essential Links

Breaking Changes

Read the migration guide before updating to this version.

  • b5cd8aa Do not rely on any to extend the option context
  • 13daa47 Do not register the plugin automatically

Documentation

  • #178 Correct a misspelling in options.md
  • 202cc79 Move samples in docs and make them editable
  • d26db1b Fix Netlify links (.com -> .app)
  • d86926e Prevent the Chart config to be reactive
  • e3905c0 Move the samples context out of the Vuepress plugin

Development

  • #218 Migrate to chartjs-test-utils
  • #224 Add missing --auto-watch karma argument
  • 64cdb50 Speed up rollup builds by using output plugins
  • 6e97ae3 Get rid of Gulp in favor of npm scripts
  • e8fa4f3 Enable ESLint for TypeScript code
  • fd33c23 Use latest Chart.js ESLint config (tab -> space)
  • 7ea6c3a Update to Chart.js 2.9.4 and fix compatibility note
  • a8b51cb Migrate to GitHub Actions
  • 642abc0 8572a7b 8bfa38f Update npm dependencies
  • 3dc5d85 Build before generating the docs and packages
  • 45043ed 41fa35f Update copyright date and project contributors

Thanks to @RE-Butler, @kurkle and @simonbrunel

Milestone: 1.0.0

Version 0.7.0

Choose a tag to compare

@simonbrunel simonbrunel released this 08 Sep 09:40

New Features

  • e1347fc Implement multiple labels per data element (#63)

Issues Fixed

Documentation

Development

  • #123 Fix fixture tests with high pixel ratio
  • 207cb59 Disable ES6 features in source files (/src)
  • 451589a Enable linter for JS in HTML files (samples)
  • d85e750, de08e5b, 14a44c2 Upgrade dependencies

Milestone: 0.7.0

Version 0.6.0

Choose a tag to compare

@simonbrunel simonbrunel released this 14 Mar 14:11

New Features

Issues Fixed

  • #119 Fix hover interaction animations

Documentation

  • #116 Fix import module name in getting-started.md. Thanks @SvenSeemann
  • c563e1b Convert basic types to lowercase in the docs
  • ab06e11 Replace PNG logos by SVG

Development

  • e146199 Upgrade dependencies and remove src from npm
  • d951c1d Update to Chart.js 2.8 and adjust unit tests

Milestone: 0.6.0