Skip to content

Releases: ecomfe/vue-echarts

v6.5.5

13 Jun 12:46
87d4811
Compare
Choose a tag to compare
  • Removed the custom element registration enhancement for strict CSP builds so that they won't contain new Function.

v6.5.4

08 Feb 08:36
b86280e
Compare
Choose a tag to compare
  • Cleaned up the console.log call sneaked in by mistake.

v6.5.3

08 Feb 08:36
6159c7d
Compare
Choose a tag to compare
  • Fixed default behavior for notMerge option (#691).

v6.5.2

28 Jan 15:53
5f7f9c0
Compare
Choose a tag to compare
  • Added dist/csp/* to support strict CSP with extracted CSS file.

v6.5.1

09 Jan 05:01
Compare
Choose a tag to compare
  • Fixed types for mouse events.

v6.5.0

02 Jan 15:53
0edfb39
Compare
Choose a tag to compare
  • Use more precise typings for all event params.
  • Updated peer deps for echarts to ^5.4.1.

v6.4.1

01 Jan 15:53
58e7b13
Compare
Choose a tag to compare
  • Improve typings for mouse event params.

v6.4.0

29 Dec 10:16
0a4601b
Compare
Choose a tag to compare
  • Delay the disposal of the ECharts instance to the moment the element is disconnected from the DOM if possible (#433).

v6.3.3

18 Dec 18:04
Compare
Choose a tag to compare
  • Make autoresize work for grid layout by default (#675).

v6.3.2

18 Dec 11:42
0bb1839
Compare
Choose a tag to compare
  • Added basic types for events (only event names).