Skip to content

Releases: VisActor/VRender

v0.16.2

10 Oct 12:33
ace3a30
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: add checkbox component
  • @visactor/vrender-components: provide disableActiveEffect api to support users to close the interactive effect of components
  • @visactor/vrender-components: add getArea() getLine() and getLabel() method for markLine markArea component
  • @visactor/vrender-core: provide disableActiveEffect api to support users to close the interactive effect of components

🐛 fix

  • @visactor/vrender-components: fix event not remove as expected due to capture, closed #570
  • @visactor/vrender-core: fix pattern blur issue, closed #567

🔨 refactor

  • @visactor/vrender-components: use polygon to replace line to support cornerRadius

What's Changed

New Contributors

Full Changelog: v0.16.1...v0.16.2

v0.16.1

10 Oct 08:05
b043b6e
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: support syncState in label component

🐛 fix

  • @visactor/vrender-components: fix the issue of dataFilter result in incorrect arc label layout
  • @visactor/vrender-components: fix the problem of drag events not being consumed in the component
  • @visactor/vrender-kits: fix flex issue, closed, fix node dpr issue, closed #554, closed #555
  • @visactor/vrender-kits: fix reinit env issue
  • @visactor/vrender-core: fix the currentStates when use clearStates()
  • @visactor/vrender-core: fix the problem of stopPropagation not work
  • @visactor/vrender-core: fix flex issue, closed, fix node dpr issue, closed #554, closed #555
  • @visactor/vrender: fix reinit env issue

What's Changed

Full Changelog: v0.16.0...v0.16.1

v0.16.0

28 Sep 07:55
0eae8d1
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: support scrollbar, closed #529
  • @visactor/vrender-core: add globalCompositeOperation, closed #540
  • @visactor/vrender-core: support interactive config, closed #446
  • @visactor/vrender-core: support scrollbar, closed #529
  • @visactor/vrender: text support verticalMode, closed #503

🔨 refactor

  • @visactor/vrender: minify color code, closed #438, closed #396
  • @visactor/vrender: minify graphic code, closed #443
  • @visactor/vrender: rewrite reflect-metadata to minify code, closed #442
  • @visactor/vrender: rewrite inversify-lite, closed #476

What's Changed

Full Changelog: v0.15.5...v0.16.0

v0.15.5

27 Sep 09:51
a9f4fcc
Compare
Choose a tag to compare

What's Changed

  • feat: arc label supports new position inside-inner and inside-outer by @zamhown in #542

Full Changelog: v0.15.3...v0.15.5

v0.15.4

25 Sep 03:27
cafc8f8
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: add outsideEnable config of smartInvert

🐛 fix

  • @visactor/vrender: fix shadow bounds error while have outerborder
  • @visactor/vrender: fix string anchor issue

Full Changelog: v0.15.3...v0.15.4

v0.15.3

21 Sep 02:23
cafc8f8
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: emit change events of data-zoom
  • @visactor/vrender-components: brush support attributes: trigger, udpateTrigger, endTrigger, resetTrigger, hasMask
  • @visactor/vrender: appendChild add highPerformance params
  • @visactor/vrender: add _debug_bounds attribute to draw bounds, closed #500
  • @visactor/vrender: text support verticalMode, closed #503
  • @visactor/vrender: emit change events of data-zoom
  • @visactor/vrender: brush support attributes: trigger, udpateTrigger, endTrigger, resetTrigger, hasMask

🐛 fix

  • @visactor/vrender-components: label not show when dataFilter
  • label: fix the issue of invalid position in overlap strategy might throw error
  • @visactor/vrender: custom animate solve validattr issue
  • @visactor/vrender: fix arc stroke issue
  • @visactor/vrender: fix release graphic don't remove html issue, closed #502

What's Changed

Full Changelog: v0.15.2...v0.15.3

v0.15.2

14 Sep 10:13
7170374
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender: export no work animate attr, closed #483
  • @visactor/vrender: polygon support closePath, closed #482

🐛 fix

  • @visactor/vrender: fix arc stroke error, closed #481
  • @visactor/vrender: fix the line closed issue, closed #487
  • @visactor/vrender: fix the typo issue in wx env

What's Changed

Full Changelog: v0.15.1...v0.15.2

v0.15.1

13 Sep 03:00
318ad78
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: support label.autoRange for markLine and markPoint components
  • @visactor/vrender-components: segment and markLine component supports multiple segment draw
  • @visactor/vrender-components: add clipInRange property to control whether do the clip for mark component, and rename clipRange to limitRect

🐛 fix

  • @visactor/vrender-components: roseChart inner labels are unclear, #884
  • @visactor/vrender-components: the layout of the inner label when the pie chart has a center offset

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.15.1

v0.15.0

13 Sep 02:11
0f1e76e
Compare
Choose a tag to compare

🆕 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

v0.14.8

07 Sep 12:08
1c21a2a
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender: line support closePath attribute as another definition of linearClosed, closed #423
  • @visactor/vrender: poptip support formatMethod
  • @visactor/vrender: add scaleCenter attribute

🐛 fix

  • @visactor/vrender-components: fix the bug of rose chart label conflict with legend, fixed the issue #453
  • @visactor/vrender: increase the robustness of segments, closed #424
  • @visactor/vrender-components: player visible error and rename events

What's Changed

New Contributors

Full Changelog: v0.14.6...v0.14.8