|
1 | | -## 2.8.0 |
| 1 | +# 2.8.1 |
| 2 | +* Migrated deployment to _Sonatype Maven Central Portal_ [#155](https://github.com/xdev-software/standard-maven-template/issues/155) |
| 3 | + |
| 4 | +# 2.8.0 |
2 | 5 | * Synced ``TooltipOptions`` from ChartJS source code #330 |
3 | 6 |
|
4 | | -## 2.7.0 |
| 7 | +# 2.7.0 |
5 | 8 | * ``Title``: Make it possible to set custom padding and multi-line text #316 |
6 | 9 |
|
7 | | -## 2.6.0 |
| 10 | +# 2.6.0 |
8 | 11 | * Synced ``Doughnut/PieOptions`` from ChartJS source code #293 |
9 | 12 | * Synced ``GridLineConfiguration`` from ChartJS source code / improved Types for more options #289 |
10 | 13 | * Updated dependencies |
11 | 14 |
|
12 | | -## 2.5.0 |
| 15 | +# 2.5.0 |
13 | 16 | * Synced ``Legend`` from ChartJS source code #285 |
14 | 17 |
|
15 | | -## 2.4.0 |
| 18 | +# 2.4.0 |
16 | 19 | * PointStyle can also contain non-string constants #280 |
17 | 20 | * Use ``CoreInteractionOptions`` for ``Options#interaction`` and ``Options#hover`` #281 |
18 | 21 | * Updated dependencies |
19 | 22 |
|
20 | | -## 2.3.1 |
| 23 | +# 2.3.1 |
21 | 24 | * Synced ``LineOptions/DataSet`` ``stepped`` and ``tension`` with ChartJS source #262 |
22 | 25 | * Updated dependencies |
23 | 26 |
|
24 | | -## 2.3.0 |
| 27 | +# 2.3.0 |
25 | 28 | * Update available datasets fields from ChartJS source code #244 |
26 | 29 | * Removed deprecated code |
27 | 30 |
|
28 | | -## 2.2.0 |
| 31 | +# 2.2.0 |
29 | 32 | * Improve color handling #238 |
30 | 33 | * Change ``Color`` to ``RGBAColor`` as it only handles RGBA |
31 | 34 | * Change all occurrences of ``Color`` to ``Object`` so that other color models (e.g. HSLA or Hex) can be applied |
32 | 35 | * Created ``HSLAColor`` that can be used like ``RGBAColor`` |
33 | 36 |
|
34 | | -## 2.1.0 |
| 37 | +# 2.1.0 |
35 | 38 | * Charts no longer check if they are drawable #198 |
36 | 39 | * ChartJS behavior: If a chart can't be drawn it will render a empty canvas |
37 | 40 | * Deprecated methods: ``Chart#toJsonNative`` and ``Chart#isDrawable`` |
38 | 41 | * Make ``IndexAxis`` available in all options |
39 | 42 |
|
40 | | -## 2.0.2 |
| 43 | +# 2.0.2 |
41 | 44 | _Same as version 2.1.0 - Version was not incremented correctly_ |
42 | 45 |
|
43 | | -## 2.0.1 |
| 46 | +# 2.0.1 |
44 | 47 | * Restored ``DisplayFormats`` #186 |
45 | 48 |
|
46 | | -## 2.0.0 |
| 49 | +# 2.0.0 |
47 | 50 | * Scales have been reworked and are now nearly identical to the [types defined in ChartJS](https://github.com/chartjs/Chart.js/blob/v4.4.3/src/types/index.d.ts) |
48 | 51 | * The use of ``Color`` for various coloring related options is no longer required. |
49 | 52 | * It's now possible to use e.g. strings |
50 | 53 |
|
51 | | -## 1.5.0 |
| 54 | +# 1.5.0 |
52 | 55 | * Added ``JsonIgnore`` to certain fields to help prevent infinite loops #174 |
53 | 56 | * Corrected model for ``Title`` and ``Font`` #175 |
54 | 57 |
|
55 | | -## 1.4.1 |
| 58 | +# 1.4.1 |
56 | 59 | * Use ``Number`` instead of ``BigDecimal`` in some additional places #159 (@aripddev) |
57 | 60 |
|
58 | | -## 1.4.0 |
| 61 | +# 1.4.0 |
59 | 62 | * Simplify API by using ``Number`` instead of ``BigDecimal``, ``int`` and ``double`` for ``Datapoints`` #154 (@aripddev) |
60 | 63 |
|
61 | | -## 1.3.1 |
| 64 | +# 1.3.1 |
62 | 65 | * Add subtitle option #141 (@aripddev) |
63 | 66 | * Add ``PointStyle#rectRounded`` #143 (@aripddev) |
64 | 67 | * Add ``BubbleDataset#pointStyle`` #144 (@aripddev) |
65 | 68 | * ``reverse`` property should be on the ``Scale`` object #145 |
66 | 69 | * Added all available properties for ``Legend`` |
67 | 70 |
|
68 | | -## 1.3.0 |
| 71 | +# 1.3.0 |
69 | 72 | * Allows creation of mixed charts #128 |
70 | 73 | * New chart class: ``MixedChart`` |
71 | 74 | * Some classes have been renamed |
72 | 75 | * ``Data`` -> ``HomogeneousData`` |
73 | 76 | * ``AbstractChart`` -> ``HomogeneousChart`` |
74 | 77 | * Slim down test dependencies |
75 | 78 |
|
76 | | -## 1.2.0 |
| 79 | +# 1.2.0 |
77 | 80 | * Add TimeScale and TimeTicks to allow building linear time charts #90 (@astappiev) |
78 | 81 | * Add options for the [Zoom plugin](https://www.chartjs.org/chartjs-plugin-zoom/latest/) #117 (@astappiev) |
79 | 82 | * Updated dependencies |
80 | 83 |
|
81 | | -## 1.1.3 |
| 84 | +# 1.1.3 |
82 | 85 | * Add ``toJsonNative`` method which doesn't run the ``isDrawable`` check #91 |
83 | 86 |
|
84 | | -## 1.1.2 |
| 87 | +# 1.1.2 |
85 | 88 | * ⚠️ GroupId changed from ``com.xdev-software`` to ``software.xdev`` |
86 | 89 |
|
87 | | -## 1.1.1 |
| 90 | +# 1.1.1 |
88 | 91 | * ``AngleLines#lineWidth`` now uses ``BigDecimal`` #76 |
89 | 92 | * Updated dependencies |
90 | 93 |
|
91 | | -## 1.1.0 |
| 94 | +# 1.1.0 |
92 | 95 | * Added support for more [data structures](https://www.chartjs.org/docs/4.4.0/general/data-structures.html) inside ``Dataset#data`` |
93 | 96 | * ``Dataset#data`` can now contain ``Object``s |
94 | 97 |
|
95 | | -## 1.0.2 |
| 98 | +# 1.0.2 |
96 | 99 | * Support Java 11 |
97 | 100 | * Updated dependencies |
98 | 101 |
|
99 | | -## 1.0.1 |
| 102 | +# 1.0.1 |
100 | 103 | * Added support for [stacked bar chart with groups](https://www.chartjs.org/docs/4.4.0/samples/bar/stacked-groups.html) (@dlemaignent) |
101 | 104 |
|
102 | | -## 1.0.0 |
| 105 | +# 1.0.0 |
103 | 106 | Initial release |
104 | 107 |
|
105 | 108 | Support for Chart.js v4 |
|
0 commit comments