Skip to content

Releases: ecomfe/vue-echarts

v7.0.3

19 Aug 15:42
b7852ab
Compare
Choose a tag to compare
  • Fixed type for autoresize (again).

v7.0.2

13 Aug 07:34
f56b83a
Compare
Choose a tag to compare
  • Fixed style injection regression (#805).

v7.0.1

03 Aug 23:39
beec263
Compare
Choose a tag to compare
  • Fixed type for autoresize.

v7.0.0

03 Aug 08:20
4f3a6ac
Compare
Choose a tag to compare

Other prerelease changes:

  • Fixed types for events.

v7.0.0-beta.0

24 Jul 10:33
Compare
Choose a tag to compare
v7.0.0-beta.0 Pre-release
Pre-release
  • Upgraded to ESM.
  • Removed the postinstall script.
  • API remains the same.

Breaking changes

  • Peer deps for echarts is upgraded to ^5.5.1.
  • Dropped support for browsers without ResizeObserver. Can work with resize-observer-polyfill.
  • Dropped support for Vue < 2.7.
  • Dropped CJS outputs.
  • Dropped extra wrapper element so that you should no longer set padding on the component root.
  • For strict CSP usage, vue-echarts/csp should now be used as the entry point and vue-echarts/csp/style.css should be included manually.

v6.7.3

04 Jun 15:12
16f3f4b
Compare
Choose a tag to compare
  • Fixed that padding on the component root doesn't work.

v6.7.2

07 May 09:44
e651d32
Compare
Choose a tag to compare
  • Fixed that charts inside <keep-alive> failed to display after activation.

v6.7.1

23 Apr 11:51
Compare
Choose a tag to compare
  • Fixed that native events won't actually trigger.

v6.7.0

22 Apr 13:16
185940a
Compare
Choose a tag to compare
  • Added supports for native DOM events binding with the native: prefix.

v6.6.10

22 Apr 13:09
34defec
Compare
Choose a tag to compare
  • Fixed that autoresize doesn't work when reducing the height or the root element.