Skip to content

Releases: vaadin/charts

Vaadin Charts 4.3.4

04 Mar 14:12
bd52765
Compare
Choose a tag to compare

Charts 4.3.4 is a hotfix release that removes an unnecessary javax.annotation-api dependency from the add-on POM. This fixes builds against a Jakarta toolchain.

Charts 4.3.3 was a hotfix that fixed a Maven deployment issue.

Charts 4.3.2 contained several functional improvements; see the 4.3.2 changelog.

Full Changelog: 4.3.1...4.3.4

4.3.3

26 Feb 08:56
574aba1
Compare
Choose a tag to compare

This is a hotfix release to address a problem with Maven deployment of Charts.
All functional changes are present in version 4.3.2.

Full Changelog: 4.3.1...4.3.3

Vaadin Charts 4.3.2

21 Feb 09:46
1b053e0
Compare
Choose a tag to compare

What's Changed

  • chore: bump commons-fileupload from 1.3.3 to 1.5 in /chart-export-demo by @dependabot in #638
  • chore: bump jackson-databind from 2.9.10.8 to 2.15.2 in /addon by @Ansku in #639
  • chore: XML definition updates by @Ansku in #640
  • Updated headers and license information. by @Ansku in #642
  • chore: Update to use current snapshot and add-on repositories by @Ansku in #646
  • Widen the accepted color spec by @TatuLund in #645
  • chore: Fix image urls in demo app by @Ansku in #647
  • chore: Remove rest of the @generated use that was left in order to make the add-on jakarta compatible by @TatuLund in #652
  • chore: Fix failing screenshot tests by @thevaadinman in #651
  • chore: Update copyright year range for 2024 by @thevaadinman in #650
  • chore: bump dependency versions, add JDK11 profile by @thevaadinman in #649
  • chore: Re-word license files for evergreen VCL by @thevaadinman in #653

Full Changelog: 4.3.1...4.3.2

Charts 4.3.1

17 Jun 13:32
141d83d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...4.3.1

4.3.0 for Framework 8

06 Aug 12:48
0e595c3
Compare
Choose a tag to compare

Changes since 4.2.1

  • Fixes:
    • Serialize all String properties as sanitized HTML (#621)
    • Change listeners to implement SerializableEventListener (#614)
      Requires Vaadin 8.12.0 or newer

4.2.1 for Framework 8

22 Dec 18:17
403a0f9
Compare
Choose a tag to compare

Changes since 4.2.0

  • Add missing HasEnabled implementation to HighchartsWidget.java

4.2.0 for Framework 8

02 Jul 05:57
Compare
Choose a tag to compare

Changes since 4.1

  • Prevent exception when calling setSeries and addSeries in sequence (#576)
  • Add MouseEventDetails to LegendItemClickEvent (#578)

4.2.0.beta1 for Framework 8

17 Jun 11:15
Compare
Choose a tag to compare
Pre-release

Changes since 4.0

  • Prevent exception when calling setSeries and addSeries in sequence (#576)
  • Add MouseEventDetails to LegendItemClickEvent (#578)

Vaadin Charts for Vaadin Framework 8

03 Apr 13:49
5bb50e0
Compare
Choose a tag to compare
  • Updated Highcharts to 4.2.7 (#574)

Changes since 4.0

  • Updated vaadin to latest 8.x. Minimum version is now 8.4 (#572)
  • Implemented equals() and hashCode() in ChartType (#531)
  • Added zIndex API to series (#571)
  • Fixed error with duplicate points drilldown (#569)
  • Using now JSONParser.parseStrict when possible (#567)
  • Updated jackson-databind and commons-fileupload versions due to possible security vulnerabilities (#564)
  • Fixed javadoc generation (#556)
  • Fixed exception on axis extreme change events when chart has no data (#550)
  • Added Lang as option on Configuration (#548)
  • Fixed issue with plotband and plotline labels (#545)
    • Add workaround for plotband labels issues with modern browsers
    • Remove code duplicates in SplineWithPlotBandRemoveFunctionality
    • Add workaround for issue with plotlines
  • Remove unused test resources (#543)
  • Remove jquery and update demos (#539)
  • vaadin-charts-model module has been removed, model classes are now part of vaadin-charts module fixing OSGI and Java 9 compatibility, related to #327 and #487
  • #483: Fix AIOOB Exception with Chart with drilldown in TabSheet
  • #472 #508: allow setting Highcharts Global options
  • #504: Add support for milliseconds in DateTimeLabelFormats
  • #526 Prevent highcharts-more module to be injected more than once

Vaadin Charts for Vaadin Framework 8

25 Mar 11:53
Compare
Choose a tag to compare
Pre-release
  • Updated vaadin to latest 8.x. Minimum version is now 8.4 (#572)
  • Implemented equals() and hashCode() in ChartType (#531)
  • Added zIndex API to series (#571)
  • Fixed error with duplicate points drilldown (#569)
  • Using now JSONParser.parseStrict when possible (#567)
  • Updated jackson-databind and commons-fileupload versions due to possible security vulnerabilities (#564)
  • Fixed javadoc generation (#556)