Releases: nagix/chartjs-plugin-streaming
Releases · nagix/chartjs-plugin-streaming
v2.0.0
Breaking Changes
- Explicit plugin registration
- Change default options
- Remove
preservation
update option and add'quiet'
transition mode - Remove
'time'
scale override support
Enhancements
- Migrate to Chart.js 3.x
- Support chartjs-plugin-datalabels 2.x
- Support chartjs-plugin-annotations 1.x
- Support chartjs-plugin-zoom 1.x
- Support chartjs-chart-financial with Chart.js 3.x
- Enhance chartjs-plugin-annotation support
- Add
minDelay
,maxDelay
,minDuration
andmaxDuration
options for chartjs-plugin-zoom - Improve animations by synchronizing scrolling with rendering
- Support per-axis
frameRate
option - Improve ES module support
- Add TypeScript support
Infrastructure
- Use npm build scripts instead of gulp
- Add a tgz file to the release assets
- Migrate to GitHub Actions (#135)
- Lint markdown files and JS code in HTML
Documentation
- Migrate docs, tutorials and samples to VuePress
- Use Luxon in samples instead of Moment.js
- Update integration tutorials
- Add Japanese docs (#138)
v2.0.0-rc.1
v2.0.0-beta.3
- Improve animations by synchronizing scrolling with rendering
- Support Chart.js 3.3.0
- Support chartjs-plugin-zoom 1.0.0
- Enhance chartjs-plugin-annotation support
- Skip registration in the ES module and export the registerables array
- Fix the issue of the ES module build
- Fix the issue that a tooltip doesn't scroll correctly
- Migrate docs, tutorials and samples to VuePress
v1.9.0
v2.0.0-beta.2
- Fix React and Vue integration tutorials
- Use Luxon in samples instead of Moment.js
- Use npm build scripts instead of gulp
- Add ES module support
- Lint markdown files and JS code in HTML
- Add a tgz file to the release assets
v2.0.0-beta.1
- Migrate to Chart.js 3.x
- Support chartjs-plugin-datalabels 2.0.0-beta.1
- Support chartjs-plugin-annotations 1.0.1
- Support chartjs-plugin-zoom 1.0.0-beta.4
- Support chartjs-plugin-financial with Chart.js 3.x
- Remove
'time'
scale override support - Remove
preservation
update option - Add
'quiet'
transition mode - Add
minDelay
,maxDelay
,minDuration
andmaxDuration
options for chartjs-plugin-zoom
v1.8.0
- v1.8.0 supports Chart.js 2.8.0
- Support
ticks.reverse
scale option - Support
pointRotation
andborderSkipped
arrays - Support chartjs-plugin-datalabels 0.6.0
- Support chartjs-plugin-zoom 0.7.0
- Reduce the code size by removing the ported code from Chart.js
- Add a reverse sample