Skip to content

Commit cf0ebe5

Browse files
authored
Update CHANGELOG.md
1 parent 8da75e7 commit cf0ebe5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 1.0.0
2+
Initial release
3+
4+
Support for Chart.js v4
5+
6+
Noteworthy changes compared to [Chart.java](https://github.com/mdewilde/chart):
7+
* Changed the package to ``software.xdev.chartjs.model``
8+
* All charts (e.g. ``BarChart``, ``LineChart``, ...) are now inside the ``charts`` package
9+
* Breaking API changes due to compatibility with Chart.js v4; You may checkout the migration guides
10+
* [3.x Migration Guide](https://www.chartjs.org/docs/4.3.0/migration/v3-migration.html)
11+
* [4.x Migration Guide](https://www.chartjs.org/docs/4.3.0/migration/v4-migration.html)
12+
* JSON is no longer pretty printed by default due to performance reasons
13+
* Implemented integration tests

0 commit comments

Comments
 (0)