Skip to content

Releases: haster/java-chartjs

Version 2.3.0

04 Oct 11:22
Compare
Choose a tag to compare

#20 Adds callbacks for all events on the legend.

Version 2.2.0

02 Oct 09:32
Compare
Choose a tag to compare
  • Ability to configure callback hooks in legends: #24
  • Support for stacked bar charts: #25

Version 2.1.1

02 Oct 09:31
Compare
Choose a tag to compare

This release disabled CSS injection to comply with strict CSP's.

Version 2.1.0

02 Oct 09:30
Compare
Choose a tag to compare

This minor release upgraded ChartJs to 2.9.3 and MomentJs to 2.27.0, as well as upgraded other dependencies.

Version 2.0.1

20 Dec 10:16
Compare
Choose a tag to compare

This patch release contains an upgrade of various maven dependencies via an upgrade of crashdata-parent.

Version 2.0.0

11 Aug 11:28
Compare
Choose a tag to compare

This release upgrades the project to Java 11 and turns it into a full JPMS module. This necessitated some package-level changes, meaning our public API changed, thus requiring a new major version.

Features

  • #19 Upgrade to java 11 and make java module system (jigsaw) compliant
    The public API changed due to some classes moving packages and some package-renames.
    java-chartjs-data and java-chartjs-serialization are full JPMS modules now
    java-chartjs-wicket can't be turned into a full module due to some dependencies not being far enough along so has only a module name for now.
  • #21 Add test module that actually renders graph and tests via selenium
    Expanded the tests of the wicket submodule to also use selenium in combination with htmlunit for front end tests.
    It's a pretty basic test now but this can be expanded upon to create more intricate tests as needed.