Skip to content

Releases: xieziyu/ngx-echarts

v19.0.0

02 Dec 06:17
Compare
Choose a tag to compare

What's Changed

  • Feat: Upgrade to angular 19
  • BREAKING CHANGES:
    • According to issue #443, we cannot import from echarts/index.js using Angular 19. Therefore, we need to perform a custom build and import everything required from echarts/core, echarts/charts, echarts/components, or other specific entry points.
    • provideEcharts is REMOVED.

Full Changelog: v18.0.0...v19.0.0

v18.0.0

25 May 02:39
6e98746
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.2.0...v18.0.0

v17.2.0

16 May 03:31
0feaca0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.1.0...v17.2.0

v17.1.0

10 Nov 02:35
4b53100
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.0.1...v17.1.0

v16.2.0

10 Nov 02:35
Compare
Choose a tag to compare

What's Changed

  • feat: support standalone directive

Full Changelog: v16.1.0...v16.2.0

v17.0.1

09 Nov 02:23
Compare
Choose a tag to compare

What's Changed

  • fix: missing chartLegendSelectChanged event emitter

Full Changelog: v17.0.0...v17.0.1

v17.0.0

09 Nov 02:05
33e7a1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v16.1.1...v17.0.0

v16.1.2

09 Nov 02:24
Compare
Choose a tag to compare

What's Changed

  • fix: missing chartLegendSelectChanged event emitter

Full Changelog: v17.0.0...v17.0.1

v16.1.1

12 Oct 02:56
02cf8c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v16.1.0...v16.1.1

v16.1.0

11 Oct 01:42
Compare
Choose a tag to compare

What's Changed

  • feat: add types to chartXXX EventEmitters. Support new events such as: 'selectchanged'