Releases: vaadin/charts
Releases · vaadin/charts
Vaadin Charts 4.3.4
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
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
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
What's Changed
- fix: Do not sanitize plain strings and do not strip table tags by @TatuLund in #633
- chore: Update link for javadoc in demo by @alvarezguille in #623
- Bump vaadin version 8.14.1 by @alvarezguille in #627
- Bump jackson-databind from 2.9.10.7 to 2.9.10.8 in /addon by @dependabot in #629
Full Changelog: 4.3.0...4.3.1
4.3.0 for Framework 8
4.2.1 for Framework 8
Changes since 4.2.0
- Add missing
HasEnabled
implementation to HighchartsWidget.java
4.2.0 for Framework 8
4.2.0.beta1 for Framework 8
Vaadin Charts for Vaadin Framework 8
- 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
andcommons-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 ofvaadin-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
- 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
andcommons-fileupload
versions due to possible security vulnerabilities (#564) - Fixed javadoc generation (#556)