Skip to content

Commit d02315b

Browse files
committed
OSSRH → Sonatype Maven Central Portal
See xdev-software/standard-maven-template#155
1 parent 14bcd79 commit d02315b

File tree

1 file changed

+28
-25
lines changed

1 file changed

+28
-25
lines changed

CHANGELOG.md

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,105 +1,108 @@
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
25
* Synced ``TooltipOptions`` from ChartJS source code #330
36

4-
## 2.7.0
7+
# 2.7.0
58
* ``Title``: Make it possible to set custom padding and multi-line text #316
69

7-
## 2.6.0
10+
# 2.6.0
811
* Synced ``Doughnut/PieOptions`` from ChartJS source code #293
912
* Synced ``GridLineConfiguration`` from ChartJS source code / improved Types for more options #289
1013
* Updated dependencies
1114

12-
## 2.5.0
15+
# 2.5.0
1316
* Synced ``Legend`` from ChartJS source code #285
1417

15-
## 2.4.0
18+
# 2.4.0
1619
* PointStyle can also contain non-string constants #280
1720
* Use ``CoreInteractionOptions`` for ``Options#interaction`` and ``Options#hover`` #281
1821
* Updated dependencies
1922

20-
## 2.3.1
23+
# 2.3.1
2124
* Synced ``LineOptions/DataSet`` ``stepped`` and ``tension`` with ChartJS source #262
2225
* Updated dependencies
2326

24-
## 2.3.0
27+
# 2.3.0
2528
* Update available datasets fields from ChartJS source code #244
2629
* Removed deprecated code
2730

28-
## 2.2.0
31+
# 2.2.0
2932
* Improve color handling #238
3033
* Change ``Color`` to ``RGBAColor`` as it only handles RGBA
3134
* Change all occurrences of ``Color`` to ``Object`` so that other color models (e.g. HSLA or Hex) can be applied
3235
* Created ``HSLAColor`` that can be used like ``RGBAColor``
3336

34-
## 2.1.0
37+
# 2.1.0
3538
* Charts no longer check if they are drawable #198
3639
* ChartJS behavior: If a chart can't be drawn it will render a empty canvas
3740
* Deprecated methods: ``Chart#toJsonNative`` and ``Chart#isDrawable``
3841
* Make ``IndexAxis`` available in all options
3942

40-
## 2.0.2
43+
# 2.0.2
4144
_Same as version 2.1.0 - Version was not incremented correctly_
4245

43-
## 2.0.1
46+
# 2.0.1
4447
* Restored ``DisplayFormats`` #186
4548

46-
## 2.0.0
49+
# 2.0.0
4750
* 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)
4851
* The use of ``Color`` for various coloring related options is no longer required.
4952
* It's now possible to use e.g. strings
5053

51-
## 1.5.0
54+
# 1.5.0
5255
* Added ``JsonIgnore`` to certain fields to help prevent infinite loops #174
5356
* Corrected model for ``Title`` and ``Font`` #175
5457

55-
## 1.4.1
58+
# 1.4.1
5659
* Use ``Number`` instead of ``BigDecimal`` in some additional places #159 (@aripddev)
5760

58-
## 1.4.0
61+
# 1.4.0
5962
* Simplify API by using ``Number`` instead of ``BigDecimal``, ``int`` and ``double`` for ``Datapoints`` #154 (@aripddev)
6063

61-
## 1.3.1
64+
# 1.3.1
6265
* Add subtitle option #141 (@aripddev)
6366
* Add ``PointStyle#rectRounded`` #143 (@aripddev)
6467
* Add ``BubbleDataset#pointStyle`` #144 (@aripddev)
6568
* ``reverse`` property should be on the ``Scale`` object #145
6669
* Added all available properties for ``Legend``
6770

68-
## 1.3.0
71+
# 1.3.0
6972
* Allows creation of mixed charts #128
7073
* New chart class: ``MixedChart``
7174
* Some classes have been renamed
7275
* ``Data`` -> ``HomogeneousData``
7376
* ``AbstractChart`` -> ``HomogeneousChart``
7477
* Slim down test dependencies
7578

76-
## 1.2.0
79+
# 1.2.0
7780
* Add TimeScale and TimeTicks to allow building linear time charts #90 (@astappiev)
7881
* Add options for the [Zoom plugin](https://www.chartjs.org/chartjs-plugin-zoom/latest/) #117 (@astappiev)
7982
* Updated dependencies
8083

81-
## 1.1.3
84+
# 1.1.3
8285
* Add ``toJsonNative`` method which doesn't run the ``isDrawable`` check #91
8386

84-
## 1.1.2
87+
# 1.1.2
8588
* ⚠️ GroupId changed from ``com.xdev-software`` to ``software.xdev``
8689

87-
## 1.1.1
90+
# 1.1.1
8891
* ``AngleLines#lineWidth`` now uses ``BigDecimal`` #76
8992
* Updated dependencies
9093

91-
## 1.1.0
94+
# 1.1.0
9295
* Added support for more [data structures](https://www.chartjs.org/docs/4.4.0/general/data-structures.html) inside ``Dataset#data``
9396
* ``Dataset#data`` can now contain ``Object``s
9497

95-
## 1.0.2
98+
# 1.0.2
9699
* Support Java 11
97100
* Updated dependencies
98101

99-
## 1.0.1
102+
# 1.0.1
100103
* Added support for [stacked bar chart with groups](https://www.chartjs.org/docs/4.4.0/samples/bar/stacked-groups.html) (@dlemaignent)
101104

102-
## 1.0.0
105+
# 1.0.0
103106
Initial release
104107

105108
Support for Chart.js v4

0 commit comments

Comments
 (0)