Chartjs Plugin Datalabels Versions Save

Chart.js plugin to display labels on data elements

v2.2.0

1 year ago

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

v2.1.0

1 year ago

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

v2.0.0

2 years ago

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.

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

v2.0.0-rc.1

2 years ago

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

Breaking Changes

Read the migration guide before updating to this version.

Issues Fixed

  • 0870ebe Fix missing ESM build in npm package(#246)

Other Changes

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

Milestone: 2.0.0

v2.0.0-rc

3 years ago

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

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

  • 02adbb8 f0b8ca1 Update Chart.js version to 3.2.1

Other Changes

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

Milestone: 2.0.0

v1.0.0

3 years ago

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).

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

v2.0.0-beta.1

3 years ago

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

Breaking Changes

  • #203, #214, #220, #222 Migrate to Chart.js v3.0.0-beta.13

New Features

  • #222 Export plugin as an ESM compatible module

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

Milestone: 2.0.0

v1.0.0-beta.1

3 years ago

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).

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 8bfa38f9 Update npm dependencies
  • 3dc5d85 Build before generating the docs and packages
  • 45043ed 41fa35fc Update copyright date and project contributors

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

Milestone: 1.0.0

v0.7.0

4 years ago

New Features

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

Issues Fixed

  • 92771df Fix TS default export of the plugin instance (#130)
  • 9bd22fa Fix dataset ordering issues (#126, #140)

Documentation

  • 14a44c2b Upgrade to VuePress 1.x

Development

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

Milestone: 0.7.0

v0.6.0

5 years ago

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