Skip to content

Releases: ambit-tsai/echarts-for-vue

v1.4.1

08 Jun 13:00
9628cf6
Compare
Choose a tag to compare

fix: "this.$data" is undefined in Vue 3

v1.4.0

26 May 14:06
9a09a44
Compare
Choose a tag to compare

feat: make "initTheme" and "initOpts" reactive

v1.3.0

04 May 07:01
5bb9c06
Compare
Choose a tag to compare

feat: deep watch prop "option"
feat: add event "resize"
refactor: refactor with typescript

v1.1.1

20 Jan 08:31
9d99d13
Compare
Choose a tag to compare

fix: call setOption after rendering

v1.0.2

16 Dec 02:12
7a3bfeb
Compare
Choose a tag to compare

update usage

v1.0.1

09 Oct 15:17
f553905
Compare
Choose a tag to compare
  1. make autoResize to be reactive
  2. fix some bugs

v1.0.0

27 Sep 07:11
3124d17
Compare
Choose a tag to compare
  1. Support for Vue 3 and 2;
  2. Provide pure function API;
  3. Test in Vite and Webpack;