Skip to content

Releases: VisActor/VRender

v0.20.6

26 Sep 11:36
9bff861

Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: support obb text bounds to enhance autoHide effect
  • @visactor/vrender-core: support obb bounds in text graphic

🐛 fix

  • @visactor/vrender-components: fix limit width of arc label when has customized align offset
  • @visactor/vrender-components: fix error of alternateColor
  • @visactor/vrender-components: outside label should not apply smartInvert
  • @visactor/vrender-components: fix boundsPadding of legend focus icon
  • @visactor/vrender-core: fix customPath of arc
  • @visactor/vrender-core: fix issue with interactive graphic while parent was removed
  • @visactor/vrender-core: line segment update animation result error

What's Changed

  • [Auto Sync] Sync the code from branch main to branch develop after release 0.20.5 by @github-actions in #1454
  • [Auto changelog] changlog of v0.20.5 by @github-actions in #1455
  • Fix/segment update error by @xiaoluoHe in #1457
  • fix: fix issue with interactive graphic while parent was removed by @neuqzxy in #1467
  • Fix/arc morphing by @xile611 in #1460
  • Feat: axis label autoHide support obb bounds by @xiaoluoHe in #1462
  • Fix/grid alternate color by @xile611 in #1465
  • Fix/arc label limit width by @xile611 in #1468
  • Fix/legend bounds padding by @xile611 in #1469
  • Fix/label ousite inverse by @xile611 in #1461
  • [Auto release] release 0.20.6 by @github-actions in #1471

Full Changelog: v0.20.5...v0.20.6

v0.20.5

20 Sep 11:17
627572a

Choose a tag to compare

🆕 feat

  • @visactor/vrender-core: poptip suppport multiline text, closed #1444
  • @visactor/vrender-core: fix issue with richtext width on disableAutoWrapLine mode, support clip attr

🐛 fix

  • @visactor/vrender-components: update parameters
  • @visactor/vrender-components: fix maxLineWidth of arc label
  • @visactor/vrender-components: fix textStyle of data-zoom
  • @visactor/vrender-core: fix error of bounds-contex when use arcTo in customShape
  • @visactor/vrender-core: fix path string of arc, fix #1434
  • @visactor/vrender-core: fix error of morphing animation in multiToOneMorph, fix #1439
  • @visactor/vrender: add disableFill box color in checkbox and radio #1437

v0.20.4

12 Sep 09:52
86f9475

Choose a tag to compare

🆕 feat

  • @visactor/vrender-core: pauseRender support pass count

🐛 fix

  • @visactor/vrender-components: fix the issue where labels are not drawn when the linelabel animation is enabled.
  • @visactor/vrender-core: add updateHoverIconState in richtext

What's Changed

  • feat: pauseRender support pass count by @neuqzxy in #1430
  • fix: add updateHoverIconState in richtext by @Rui-Sun in #1408
  • fix: linelabel animiation error when picker is not initialized by @xiaoluoHe in #1436

Full Changelog: v0.20.3...v0.20.4

v0.20.3

09 Sep 02:26
62ebfab

Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: add alignOffset in arc-label, line2MinLength support customized callback
  • @visactor/vrender-components: support axis breaks for line axis
  • @visactor/vrender-components: support autoWrap in line axis label
  • @visactor/vrender-components: label component supports disable specific state animation

🐛 fix

  • @visactor/vrender-components: tag padding not work when label is rich text. fix@VisActor/VChart#3151
  • @visactor/vrender-core: fix error of updateAABBbounds when morphing
  • @visactor/vrender-core: tag padding not work when label is rich text. fix@VisActor/VChart#3151

What's Changed

Full Changelog: v0.20.1...v0.20.3

v0.20.1

03 Sep 08:58
e94a425

Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: support position inside-center of arc label
  • @visactor/vrender-components: add necessary APIs to player component
  • @visactor/vrender-components: support line segments update animation in TagPointsUpdate custom animation

🐛 fix

  • @visactor/vrender-components: fix textAlign of label when set different angle
  • @visactor/vrender-components: indicator stop tooltip interaction. fix@VisActor/VChart#3123
  • @visactor/vrender-components: segment line will cause incorrect label position
  • @visactor/vrender-components: fix issue with poptip memory while stage is released
  • @visactor/vrender-core: fix issue with poptip release
  • @visactor/vrender-core: fix issue with animate zero duration
  • @visactor/vrender-core: fix textAlign of label when set different angle
  • @visactor/vrender-core: fix memory leak problem in ResourceLoader
  • @visactor/vrender-core: fix issue with richtext edit plugin while defucus out of text

⚡ perf

  • @visactor/vrender-components: optimize the performance of label component

What's Changed

Full Changelog: v0.20.0...v0.20.1

v0.20.0

16 Aug 06:31
435b86e

Choose a tag to compare

🐛 fix

  • @visactor/vrender-components: arc label line color should follow arc mark by default, related #3067
  • @visactor/vrender-components: fix bug of auto-render when remove some graphics
  • @visactor/vrender-components: set container pick false to allow tooltip interactive
  • @visactor/vrender-components: fix issue with timeline animate duration compute
  • @visactor/vrender-components: optimize triangle symbols
  • @visactor/react-vrender-utils: fix bug of auto-render when remove some graphics
  • @visactor/react-vrender-utils: optimize triangle symbols
  • @visactor/react-vrender: fix bug of auto-render when remove some graphics
  • @visactor/react-vrender: optimize triangle symbols
  • @visactor/vrender-kits: fix bug of auto-render when remove some graphics
  • @visactor/vrender-kits: optimize triangle symbols
  • @visactor/vrender-core: fix bug of auto-render when remove some graphics
  • @visactor/vrender-core: optimize triangle symbols
  • @visactor/vrender: fix bug of auto-render when remove some graphics
  • @visactor/vrender: optimize triangle symbols

🔨 refactor

  • @visactor/vrender-components: optimize cornerRadius parse of arc
  • @visactor/react-vrender-utils: optimize cornerRadius parse of arc
  • @visactor/react-vrender: optimize cornerRadius parse of arc
  • @visactor/vrender-kits: optimize cornerRadius parse of arc
  • @visactor/vrender-core: optimize cornerRadius parse of arc
  • @visactor/vrender-core: remove polyfill from reflect-metadata
  • @visactor/vrender: optimize cornerRadius parse of arc

What's Changed

  • Refactor/optimize bundle size by @xile611 in #1265
  • refactor: use getContextFont and isPointInLine of vutils by @xile611 in #1310
  • Size/optimize vrender components by @xile611 in #1274
  • Refactor/reduce ticker by @xile611 in #1332
  • Refactor/built in symbols by @xile611 in #1340
  • refactor: optimize cornerRadius parse of arc by @xile611 in #1348
  • Fix/auto render when remove by @xile611 in #1354
  • Refactor/update aab bounds by @xile611 in #1331
  • refactor: remove polyfill from reflect-metadata by @neuqzxy in #1366
  • [Auto Sync] Sync the code from branch main to branch develop after release 0.19.24 by @github-actions in #1374
  • [Auto changelog] changlog of v0.19.24 by @github-actions in #1376
  • feat: set width limit in arc richtext labels by @xiaoluoHe in #1358
  • fix: fix issue with timeline animate duration compute by @neuqzxy in #1375
  • feat: update vutils/vscale version to support custom callback in tick… by @666haiwen in #1378
  • Fix/axis container pickable by @skie1997 in #1379
  • Sync/develop 0.19.24 by @xile611 in #1380
  • [Auto release] release 0.20.0 by @github-actions in #1381

New Contributors

Full Changelog: v0.19.24...v0.20.0

v0.19.24

14 Aug 03:23
68334f0

Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: support polygon of circle-axis
  • @visactor/vrender-core: support polygon of circle-axis
  • @visactor/vrender-core: support rect corner array with array stroke
  • @visactor/vrender: support polygon of circle-axis

🐛 fix

  • @visactor/vrender-components: fix wrong stroke style is applied to area
  • @visactor/vrender-components: improve slightly the accuracy of the pager size calculation, related #3045
  • @visactor/vrender-components: fix issue with timeline appearAnimate opacity attr prevented by next animate
  • @visactor/vrender-kits: fix wrong stroke style is applied to area
  • @visactor/vrender-core: fix wrong stroke style is applied to area
  • @visactor/vrender-core: fix issue with baseOpacity equal to 0
  • @visactor/vrender-core: fix edge and corner stroke in createRectPath()
  • @visactor/vrender-core: fix issue with shadow group matrix
  • @visactor/vrender-core: fix issue with disableAutoWrapLine
  • @visactor/vrender-core: fix richtext icon pick range #1362
  • @visactor/vrender-core: fix issue with richtext attribute update
  • @visactor/vrender: fix wrong stroke style is applied to area

What's Changed

  • [Auto Sync] Sync the code from branch main to branch develop after release 0.19.23 by @github-actions in #1347
  • [Auto changelog] changlog of v0.19.22 by @github-actions in #1350
  • [Auto changelog] changlog of v0.19.23 by @github-actions in #1351
  • fix: fix issue with baseOpacity equal to 0 by @neuqzxy in #1356
  • feat: support rect corner array with array stroke by @neuqzxy in #1355
  • Fix/pager size estimation by @xiaoluoHe in #1357
  • fix: fix richtext icon pick range #1362 by @Rui-Sun in #1363
  • fix: support left and right stroke array with corner radius by @neuqzxy in #1361
  • fix: fix issue with timeline appearAnimate opacity attr prevented by … by @neuqzxy in #1352
  • fix: fix issue with richtext update by @neuqzxy in #1369
  • Fix/area render cache style by @xile611 in #1367
  • fix: fix issue with shadow group matrix by @neuqzxy in #1370
  • fix: fix edge and corner stroke in createRectPath() by @Rui-Sun in #1371
  • fix: fix issue with disableAutoWrapLine by @neuqzxy in #1372
  • Feat/circle axis polygon by @xile611 in #1365
  • [Auto release] release 0.19.24 by @github-actions in #1373

Full Changelog: v0.19.23...v0.19.24

v0.19.23

06 Aug 09:04
ad69c81

Choose a tag to compare

🐛 fix

  • @visactor/vrender-core: fix picker of shadow root group

What's Changed

Full Changelog: v0.19.22...v0.19.23

v0.19.22

06 Aug 09:03
431c227

Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: support react and html of indicator
  • @visactor/vrender-components: support timeline component
  • @visactor/vrender-core: shadow graphic support pick group

🐛 fix

  • @visactor/vrender-components: fix issue with indicator autolimit
  • @visactor/vrender-core: fix issue with Event class in harmony event

What's Changed

  • Feat/timeline enhance by @neuqzxy in #1337
  • [Auto changelog] changlog of v0.19.21 by @github-actions in #1338
  • Feat/indicator react by @xile611 in #1329
  • feat: shadow graphic support pick group by @neuqzxy in #1342
  • Fix/event harmony by @neuqzxy in #1339
  • [Auto release] release 0.19.22 by @github-actions in #1343

Full Changelog: v0.19.21...v0.19.22

v0.19.21

05 Aug 04:11
8ea9242

Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: label line support custom path. feat @VisActor/VChart#3000

What's Changed

Full Changelog: v0.19.20...v0.19.21