Skip to content

Releases: VisActor/VRender

v0.14.3

Choose a tag to compare

@github-actions github-actions released this 18 Aug 08:52
47fe31b

🐛 fix

  • @visactor/vrender: fix wrapText line cut error

v0.14.2

Choose a tag to compare

@github-actions github-actions released this 14 Aug 02:42
47fe31b

🔧 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

Choose a tag to compare

@github-actions github-actions released this 10 Aug 13:09
4bfea19

🐛 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

Choose a tag to compare

@github-actions github-actions released this 10 Aug 08:08
fb9392d

🆕 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

Choose a tag to compare

@github-actions github-actions released this 09 Aug 08:02
4e30423

🐛 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

Choose a tag to compare

@github-actions github-actions released this 09 Aug 08:02
4e30423

🆕 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

v0.13.7

Choose a tag to compare

@github-actions github-actions released this 09 Aug 08:01
4e30423

🆕 feat

  • chore: trigger publish

🐛 fix

  • legend: when discrete legend's item's width does not exceed maxWidth, it should use its own width, fix:VisActor/VChart#300
  • marker: segement support autoRotate setting

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.7

v0.13.5

Choose a tag to compare

@github-actions github-actions released this 09 Aug 08:03
4e30423

🆕 feat

  • component: label component support custom layout and dataFilter

🐛 fix

  • @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

v0.13.6

Choose a tag to compare

@github-actions github-actions released this 02 Aug 08:14
23e1aad

🐛 fix

  • @visactor/vrender: fix the issue of arc bounds while outerRadius is smaller than innerRadius
  • @visactor/vrender: fix the issue when the segment points is empty

🔖 other

  • @visactor/vrender-components: Merge pull request #225 from VisActor/sync-0.13.5

Sync 0.13.5

  • @visactor/vrender: fix(wrapText): fix wrapText clip caculate error

What's Changed

  • Sync 0.13.4 by @neuqzxy in #215
  • fix: fix the issue of using interactive layer in only on canvas env, … by @neuqzxy in #218
  • feat: label support custom layout function by @xiaoluoHe in #191
  • fix: fix the issue related to text bounds, closed #211 by @neuqzxy in #212
  • fix: fix the issue of area stroke with texture by @neuqzxy in #221
  • Revert "feat: label support custom layout function" by @kkxxkk2019 in #224
  • [Auto release] release 0.13.5 by @github-actions in #222
  • Sync 0.13.5 by @kkxxkk2019 in #225
  • [Auto release] release 0.13.6 by @github-actions in #226
  • Sync 0.13.6 by @neuqzxy in #231
  • Fix/data zoom callback and marker formatMethod by @skie1997 in #223
  • fix wrapText clip caculate error by @Rui-Sun in #238
  • fix: fix the issue of arc bounds while outerRadius is smaller than in… by @neuqzxy in #234
  • fix: fix the issue when the segment points is empty, closed #230 by @neuqzxy in #236
  • Fix/discrete legend item max width by @kkxxkk2019 in #227
  • [Auto release] release 0.13.6 by @github-actions in #242

Full Changelog: v0.13.4...v0.13.6

v0.13.4

Choose a tag to compare

@github-actions github-actions released this 25 Jul 13:47
191612f

🔖 other

  • @visactor/vrender: ci: align bugserver config to vchart

What's Changed

Full Changelog: v0.13.2...v0.13.4