Skip to content

Releases: appreciated/apexcharts-flow

v25.0.1

23 Mar 20:54
8bbad58

Choose a tag to compare

Fix "@webcomponents/shadycss" dependency bug (#207)

* Add support for Vaadin 25+

* Ensure unique groups and IDs for synchronised charts

* Workaround fix for too much recursion error related to ApexCharts.js issue https://github.com/apexcharts/apexcharts.js/issues/5148

* Add the "@webcomponents/shadycss" as an NPM package so it is correctly propagated to the project that is using the library.

---------

Co-authored-by: Alexander <[email protected]>

v25.0.0

21 Mar 13:30

Choose a tag to compare

Updated publish.yml: upgraded actions and dependencies (JDK 21, check…

v24.0.2

28 Jul 19:01

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v24.0.1...v24.0.2

v24.0.1 - Vaadin 24

02 Jun 21:41

Choose a tag to compare

Updated publish.yml

v24.0.0 - Vaadin 24

13 Feb 23:49

Choose a tag to compare

v23.0.1 - Vaadin 23

14 Feb 13:10
c27f20d

Choose a tag to compare

Fix Typescript errors (#156)

* Valid Typescript

v23.0.0 - Vaadin 23

10 Nov 18:42
be772b8

Choose a tag to compare

Breaking Changes

  • Refactor enums to be uppercase and include @jsonvalue for correct serialization (#142)

Changes & Bugfixes

  • Upgrade Vaadin dependency to 23 LTS (#138)
  • Migrate from PolymerTemplate to LitTemplate (#138)
  • Include Jandex plugin for Bean Discovery in Quarkus (#138)
  • Add Toolbar.Export Object (#137) Thanks @lelmix
  • Set minimum required jdk11 (#139) Thanks @mrgreywater
  • Bump Vaadin to 23.2.0 & Project to 2.0.0-beta14 #141)
  • Fix onecolor & ShadyCSS (#141) Thanks @TFyre and @Artur-
  • Increase build speed by removing maven-clean-plugin. Its not required to delete node_modules with every clean build (#143)
  • Versioning is now streamlined with the respecting Vaadin platform version (The ApexCharts addon with the version 23 was build with Vaadin 23).

Available from: https://vaadin.com/directory/component/apexchartsjs

v2.0.0-beta13

14 Nov 11:30

Choose a tag to compare

  • Updated Vaadin version to 14.7.5
  • Updated to apexcharts.js version to 3.30.0
  • Added support for options.chart.zoom.autoScaleYaxis option (#123)
  • Add parameter xaxis/labels/dateTimeUTC (#128)
  • Added support for multiple Y axis (#119)
  • Added TickPlacement Option to XAxis (#125)

v2.0.0-beta12

04 Jun 13:56

Choose a tag to compare

New features

  • listen for events on the JS side
  • add custom tooltips
  • updated Apexcharts to version 3.26.3

Issues closed

v2.0.0-beta11

20 Feb 10:49
60782cc

Choose a tag to compare

fix: theme settings (#100)