Releases: ecomfe/vue-echarts
Releases · ecomfe/vue-echarts
v6.5.5
- Removed the custom element registration enhancement for strict CSP builds so that they won't contain
new Function
.
v6.5.4
- Cleaned up the
console.log
call sneaked in by mistake.
v6.5.3
- Fixed default behavior for
notMerge
option (#691).
v6.5.2
- Added
dist/csp/*
to support strict CSP with extracted CSS file.
v6.5.1
- Fixed types for mouse events.
v6.5.0
- Use more precise typings for all event params.
- Updated peer deps for
echarts
to ^5.4.1
.
v6.4.1
- Improve typings for mouse event params.
v6.4.0
- Delay the disposal of the ECharts instance to the moment the element is disconnected from the DOM if possible (#433).
v6.3.3
- Make autoresize work for grid layout by default (#675).
v6.3.2
- Added basic types for events (only event names).