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

Releases: VisActor/VRender

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 10000 : 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

v0.14.7

31 Aug 11:09
f72ed34
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: poptip support wrap

🐛 fix

  • @visactor/vrender-components: rose chart label layout
  • @visactor/vrender-components: fix the issue with poptip, closed #322
  • @visactor/vrender: poptip fix width error and add maxWidthPercent

🔖 other

  • @visactor/vrender-components: fix player visible error and rename event name

What's Changed

Full Changelog: v0.14.5...v0.14.7

v0.14.6

30 Aug 02:36
f72ed34
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: support simple polygon and point label
  • component: support label overlapPadding for sparse display
  • brush: add event release function
  • brush: add event release function

🐛 fix

  • @visactor/vrender-components: axis label's flush should handle before overlap
  • @visactor/vrender: increase robustness for wx compatibility
  • @visactor/vrender: fix the issue of area stroke, closed #392
  • @visactor/vrender: stage support setDpr, closed #382
  • @visactor/vrender: fix the circluar dependecies issue caused by importing global from index.js

What's Changed

Full Changelog: v0.14.5...v0.14.6

v0.14.5

23 Aug 12:21
05c769e
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: config 'pickable: flase' as default

🐛 fix

  • @visactor/vrender-components: fix the issue with poptip, closed #322
  • @visactor/vrender-components: slider should handle the scenarios where max and min values are the same
  • @visactor/vrender: fix _prePointTargetCache error in EventManager
  • @visactor/vrender: fix the issue of * event invalidation when * and named event exist simultaneously
  • @visactor/vrender: fix the outerBorder issue with false stroke, closed #342
  • @visactor/vrender: fix the issue with outerborder gradient color, closed #343

What's Changed

  • fix: targetCenterOffset repeated multiplication calculation by @pairone in #335
  • Feat/ handle inverse color for no stroke and configuration stroke by @pairone in #333
  • Sync 0.14.4 by @neuqzxy in #340
  • fix: fix _prePointTargetCache error in EventManager by @Rui-Sun in #344
  • docs: fix link url of readme by @xile611 in #341
  • fix: fix the issue with poptip, closed #322 by @neuqzxy in #351
  • fix: fix the outerBorder issue with false stroke, closed #342 by @neuqzxy in #350
  • fix: fix the issue of * event invalidation when * and named event exi… by @neuqzxy in #349
  • feat: config pickable: flase as default by @pairone in #346
  • Fix/slider with same range by @kkxxkk2019 in #354
  • fix: fix the issue with outerborder gradient color, closed #343 by @neuqzxy in #352
  • [Auto release] release 0.14.5 by @github-actions in #356

Full Changelog: v0.14.4...v0.14.5

0