Skip to content

Releases: VisActor/VRender

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

v0.14.4

21 Aug 02:23
61d2fb9
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: change labelLine of arc label from path mark to line mark to adapt to animation'
  • @visactor/vrender-components: smartInvert support fillStrategy strokeStrategy

🐛 fix

  • @visactor/vrender-components: user's align config should be first
  • @visactor/vrender-components: label shoud omit automaticly when label's width exceeds item's width, relate VisActor/VChart#505
  • @visactor/vrender: fix the issue with arc conical color after configuring cap, closed #455
  • @visactor/vrender: fix wrapText line cut error

What's Changed

  • Sync 0.14.2 by @neuqzxy in #311
  • Feat/marker clip range by @skie1997 in #306
  • feat: add legendItemAttributeUpdate event in legend by @Rui-Sun in #315
  • feat/ change labelLine of arc label from path mark to line mark by @pairone in #310
  • feat: remove duplicate code when deconflicting by @pairone in #325
  • fix: fix wrapText line cut error by @Rui-Sun in #321
  • Fix/components bugs: legend and axis bug (跟版 0.14.3) by @kkxxkk2019 in #316
  • fix: fix the issue with arc conical color after configuring cap, clos… by @neuqzxy in #317
  • Feat/smart invert fill stroke strategy by @pairone in #328
  • Fix/axis label align by @kkxxkk2019 in #330
  • Version release/0.13.13 by @neuqzxy in #336
  • [Auto release] release 0.14.4 by @github-actions in #337

Full Changelog: v0.14.2...v0.14.4

v0.14.3

18 Aug 08:52
47fe31b
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vrender: fix wrapText line cut error

v0.14.2

14 Aug 02:42
47fe31b
Compare
Choose a tag to compare

🔧 chore

  • @visactor/vrender: set target to es2016

What's Changed

  • chore: set target to es2016 by @neuqzxy in #308
  • Feat/arc label resize cannot update label line by @pairone in #305
  • [Auto release] release 0.14.2 by @github-actions in #309

Full Changelog: v0.14.1...v0.14.2

v0.14.1

10 Aug 13:09
4bfea19
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vrender: fix the error of text bounds in safari env, closed #294

What's Changed

Full Changelog: v0.14.0...v0.14.1

v0.14.0

10 Aug 08:08
fb9392d
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: arc label sink
  • @visactor/vrender-components: modify arcLabel position
  • component: label component support avoidMarks
  • component: label component support custom layout and dataFilter
  • @visactor/vrender-components: add verticalMinSize and containerAlign for line type axis, verticalMinSize is used to set the minumum vertical size of axis, and containerAlign is to set the all labels's alignment in axis container, support VisActor/VChart#380
  • @visactor/vrender: add connect type to line and area
  • @visactor/vrender: support flex layout
  • @visactor/vrender: support animate-bind event
  • @visactor/vrender: support text word-break
  • @visactor/vrender: support for vertical layout of text graphic

🐛 fix

  • @visactor/vrender-components: the axis label's textAlign and textBaseline should auto adjust when angle is set, releate VisActor/VChart#439
  • @visactor/vrender-components: panel only works for line axis
  • @visactor/vrender-components: line axis states should set default value
  • @visactor/vrender-components: fix the issue of using interactive layer in only on canvas env
  • @visactor/vrender: fix the issue of area stroke with texture
  • @visactor/vrender: fix the issue of using interactive layer in only on canvas env

🔨 refactor

  • @visactor/vrender-components: rename global and window to vglobal and vwindow
  • @visactor/vrender: rename global and window to vglobal and vwindow

What's Changed

Full Changelog: v0.13.5...v0.14.0

v0.13.9

09 Aug 08:02
4e30423
Compare
Choose a tag to compare

🐛 fix

  • components: overlap bitmap test will intercept invalid range, fix #265
  • @visactor/vrender: fix the issue of text bounding box height

What's Changed

  • Sync 0.13.7 by @neuqzxy in #243
  • fix: support no referenceNode in insertBefore() and insertAfter() by @Rui-Sun in #244
  • Fix/segment symbol auto rotate by @skie1997 in #241
  • Fix/marker format by @skie1997 in #240
  • Refactor/label clampforce timing by @xiaoluoHe in #229
  • [Auto release] release 0.13.7 by @github-actions in #253
  • Sync 0.13.8 by @neuqzxy in #254
  • chore: update README logo to adapt dark mode by @zamhown in #255
  • perf: enhance the effect of requestAnimationFrame in miniapp, closed … by @neuqzxy in #252
  • fix(components): overlap bitmap test will intercept invalid range met… by @xiaoluoHe in #273
  • [Auto release] release 0.13.9 by @github-actions in #279

Full Changelog: v0.13.6...v0.13.9

v0.13.8

09 Aug 08:02
4e30423
Compare
Choose a tag to compare

🆕 feat

  • component: label component support custom layout and dataFilter

🐛 fix

  • marker: formatMethod logic should not in vrender
  • marker: formatMethod logic should not in vrender
  • marker: segement support autoRotate setting
  • marker: formatMethod logic should not in vrender

⚡ perf

  • @visactor/vrender: enhance the effect of requestAnimationFrame in miniapp

🔧 chore

  • @visactor/vrender-components: trigger publish alpha version

What's Changed

  • Sync 0.13.7 by @neuqzxy in #243
  • fix: support no referenceNode in insertBefore() and insertAfter() by @Rui-Sun in #244
  • Fix/segment symbol auto rotate by @skie1997 in #241
  • Fix/marker format by @skie1997 in #240
  • Refactor/label clampforce timing by @xiaoluoHe in #229
  • [Auto release] release 0.13.7 by @github-actions in #253
  • Sync 0.13.8 by @neuqzxy in #254
  • chore: update README logo to adapt dark mode by @zamhown in #255
  • perf: enhance the effect of requestAnimationFrame in miniapp, closed … by @neuqzxy in #252
  • fix(components): overlap bitmap test will intercept invalid range met… by @xiaoluoHe in #273
  • [Auto release] release 0.13.9 by @github-actions in #279

Full Changelog: v0.13.6...v0.13.8