Files
boc/landvex-admin-v2/node_modules/chartjs-node-canvas/CHANGELOG.md
T
Bernt 6989a98d75 feat: Passwordless cross-device authentication
- Arkitektur: docs/auth/passwordless-architecture.md
- Backend: iom/quixzoom-auth-service/ (FastAPI + Redis)
- Webb: quixzoom-market-pages/se/login/ (QR-kod + polling)
- App: iom/quixzoom-app/src/features/auth/ (push + deep links)

Flöde: QR-kod → app-godkännande → webb-inloggad
2026-07-07 07:11:50 +00:00

26 lines
565 B
Markdown

# Changelog
## 5.0.0
Migrated to support chart.js v4.x.x, dropped support for 3.x.x
Upgraded to canvas v3.x.x
WIP support for animated charts, exporting to GIF.
## 4.0.0
Migrated to support chart.js v3.x.x, dropped support for 2.x.x
Removed the legacy API.
## 3.2.0
Another deploy for minor versions.
## 3.1.1
Added back legacy API to address a wrong version being deployed. See [#60](https://github.com/SeanSobey/ChartjsNodeCanvas/issues/60).
## 3.0.0
Rewrote `ChartJSNodeCanvas` API, the constructor and plugins in particular.