Skip to content

Latest commit

History

History
154 lines (65 loc) 路 5.13 KB

CHANGELOG.md

File metadata and controls

154 lines (65 loc) 路 5.13 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.3.0 (2021-04-20)

Features

  • add custom-elements loader config (6ddef4e)

Bug Fixes

  • use globalThis.ApexChart for correct types (2d6a791), closes #6

2.2.1 (2021-03-30)

2.2.0 (2021-02-21)

Features

  • add toolbar/stacked/stacktype options (455d8a2)

Bug Fixes

2.1.2 (2021-02-21)

2.1.1 (2019-10-19)

Bug Fixes

  • fix optionsChanged watch and add more types (39bd5ba)

2.1.0 (2019-08-27)

Features

  • bump deps and fix ts settings (da6ad1d)

2.0.0 (2019-06-30)

Features

BREAKING CHANGES

  • Upgrading to stencil@one is a breaking change.

1.1.1 (2019-04-05)

Bug Fixes

  • Revert "Append chart to host element" (3efd39f)

1.1.0 (2019-04-05)

Bug Fixes

  • Refactor rendering order (675934b)

Features

  • add updateOptions method (1beabec)
  • Expose ApexCharts on window (1c350f3)

1.0.1 (2019-04-04)

Bug Fixes

  • Append chart to host element (3cf4aed)

1.0.0 (2019-04-03)

Bug Fixes

  • Set display:block on apex-chart element (4f56e38)

Features

BREAKING CHANGES

  • Adds shadow dom code - probably breaks older browsers.

0.0.4 (2019-03-25)

Bug Fixes

  • Bump apexcharts dep to fix Edge issues (dd03371)

0.0.3 (2019-03-18)

0.0.2 (2019-03-18)

Bug Fixes

  • Add repository to package.json (3434722)
  • Update urls in README to apexcharts (d67b74b)
  • Use absolute URL for logo in README (720baa6), closes #1

0.0.1 (2019-03-18)

Bug Fixes

Features

  • Add some public props (2a13fe9)
  • Added initial implementation (5e5f60f)
  • Watch options/series for changes (7637278)