8000 Release v0.15.0 · VisActor/VRender · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 02:11
· 3153 commits to main since this release
0f1e76e

🆕 feat

  • @visactor/vrender-components: pie label line support smooth line
  • @visactor/vrender: poptip support formatMethod
  • @visactor/vrender: text limit ignore wordBreak, closed #389
  • @visactor/vrender: enhance timeline funciton, closed #348
  • @visactor/vrender: toCanvas api support viewBox params, closed #272
  • @visactor/vrender: support html attribute plugin, closed #153
  • @visactor/vrender: support ignoreBuf config, closed #374
  • @visactor/vrender: support jsx describe, closed #320
  • @visactor/vrender: symbol support more type and support svg format, closed #110 #313

🐛 fix

  • @visactor/vrender-components: fix empty items error in axis component when label flush is true
  • @visactor/vrender-components: pie chart labels are not drawn as expected when animation is turned on, #750
  • @visactor/vrender-components: legend custom event should contain the nativeEvent object
  • @visactor/vrender-components: overwrite function attribute for components
  • @visactor/vrender: poptip fix width error and add maxWidthPercent
  • @visactor/vrender: increase IntersectionObserver robustness in browser env
  • @visactor/vrender: pass fontFamily in measureText
  • @visactor/vrender: wrapText support wordBreak

🔨 refactor

  • @visactor/vrender-components: seperate grid from axis, relate #327

⚡ perf

  • @visactor/vrender: improve animate by skip render without window

What's Changed

Full Changelog: v0.14.8...v0.15.0

0