Vaadin Charts Versions Save

Vaadin Charts is a feature-rich interactive graph library that answers the data visualization needs of modern web applications

v6.3.4

1 year ago

Changes Since v6.3.3:

  • 750fabd chore: bump engine.io and socket.io (#597)
  • d10be42 chore: bump async from 2.6.3 to 2.6.4 (#596)
  • 9683b8b chore: bump minimist from 1.2.5 to 1.2.7 (#595)
  • e497e38 chore: bump mout from 1.2.3 to 1.2.4 (#594)
  • ab1a2a1 chore: add cvdlName metadata (#593)
  • d391997 chore: bump urijs from 1.19.10 to 1.19.11 (#591)
  • 41c10fe chore: bump urijs from 1.19.9 to 1.19.10 (#590)
  • 065580d chore: bump urijs from 1.19.8 to 1.19.9 (#589)
  • d5ab3fd chore: bump urijs from 1.19.7 to 1.19.8 (#588)
  • 9f642d6 chore: bump follow-redirects from 1.14.7 to 1.14.8 (#587)
  • 470124b chore: update dev dependencies to 3.2.0 stable
  • d0516c6 chore: add lockfiles to ensure consistent builds in CI (#586)

v6.3.3

2 years ago

Live Demo → API Documentation →

Changes Since v6.3.2:

  • 18bf975 chore: bump version

  • 4d5ae96 fix: reduce charts initialization time up to ~2x (#585)

  • 6d2f8b9 fix: reduce chart re-draws for update() (#584)

  • ca48f17 Revert "fix: force Highcharts to redraw when container's width changes (#580)" (#582)

v6.3.2

2 years ago

Live Demo → API Documentation →

Changes Since v6.3.1:

  • a42945e fix: force Highcharts to redraw when container's width changes (#580)

  • bbd8f11 chore: move CI builds from travis-ci.org to GitHub actions (#577)

  • f5a829c chore: update status badges in README [skip ci]

  • 95e7182 chore: disable issues and direct ppl to web-components repo [skip ci] (#576)

  • b5b4150 fix: update version, prevent magi issue [skip ci] (#559)

v8.0.2

3 years ago

v9.0.0-alpha1

3 years ago

API Documentation →

⚠️ Breaking Changes Since v8.x:

  • The component is updated to be based on Polymer 3
  • IE11 and legacy Edge are no longer supported

Changes Since v8.0.1:

  • f08d0d1 feat!: convert to Polymer 3, add events type definitions (#567)

  • 2627b4f fix: enable accessibility for charts (#560)

  • 2ac2dca chore: Bump node version in travis to 10.23 (#561)

v8.0.0

3 years ago

Live Demo → API Documentation →

Changes Since v7.0.0:

  • 0c40aca fix: change CVAL3 to CVDL4 (#555)

  • 2974577 chore(ci): Remove unused add-on (#490)

v7.0.0

3 years ago

Live Demo → API Documentation →

Changes Since v7.0.0-beta1:

  • 3e8a6a1 Bump dependencies

v7.0.0-beta1

3 years ago

Live Demo → API Documentation →

Changes Since v6.3.1:

  • d02aab9 Bump versions

  • ac856c8 docs: add JSDoc for attributes [skip ci] (#487)

  • a1c80d0 7.0.0-alpha8

  • 05cee4d Add modules and demos for xrange and bullet (#485)

    Part of #354 and #367

  • 655b5e8 7.0.0-alpha7

  • e37e0fa fix: bump highcharts version to 8.1.2 (#484)

  • 284c3ee style: change nbsp (#483)

  • d2f0c5f 7.0.0-alpha6

  • 910bece Add timeline support and demo to WC (#482)

    Part of vaadin/vaadin-charts-flow#353

  • 2028eed 7.0.0-alpha5

  • 1d7b0b5 Correct imports for Polymer 3 (#481)

  • 93161ed 7.0.0-alpha4

  • 8cbc6ea Add support for organization chart (#480)

    Part of vaadin/vaadin-charts-flow#352

  • 2a39f4c 7.0.0-alpha3

  • ecee150 Add static API to call Highcharts API (#478)

    Add test setting Highcharts global options

  • 25be9f4 7.0.0-alpha2

  • 658d4f2 feat: prepare for TS defs generation (#475)

  • 62658ca refactor: use multi property observers (#477)

  • cf35323 7.0.0-alpha1

  • 6c869df docs: cleanup and actualize JSDoc (#476)

  • 3f4b8d9 Update to highcharts 8.1 (#471)

    Update imported modules Update highcharts CSS Update exporting test to click correct menu item Prevent error with outdated workaround Add workaround for reported issue Remove workaround for fixed issues

v6.3.1

3 years ago

Live Demo → API Documentation →

Changes Since v6.3.0:

  • 507bb29 Make workaround for RTL issue null safe (#489)

    Fixes regression introduced by RTL workaround happening in 14.3 and 16 when disabling accessibility.

    Fixes vaadin/vaadin-charts-flow#378