Skip to content

Releases: VisActor/VRender

v0.20.14

13 Nov 08:11
c202905
Compare
Choose a tag to compare

What's Changed

  • fix: incorrect default hover trigger of discrete legend by @xiaoluoHe in #1550

Full Changelog: v0.20.13...v0.20.14

v0.20.13

13 Nov 07:13
ad5e99f
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: support custom event trigger in discrete legend
  • @visactor/vrender-components: support scrollMask in scroll type discrete legend
  • @visactor/vrender-core: support auto refresh plugin

🐛 fix

  • @visactor/vrender-components: fix the issue of the legend scrollbar being clipped when positioned left or right
  • @visactor/vrender-components: fix smartInvert of gradient bar
  • @visactor/vrender-kits: fix trigger of press in mobile
  • @visactor/vrender-core: fix issue with text clip
  • @visactor/vrender: fix trigger of press in mobile

🔨 refactor

  • @visactor/vrender-components: optimize the scroll effect of discrete legend

What's Changed

Full Changelog: v0.20.12...v0.20.13

v0.20.12

31 Oct 08:24
68cdfd3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.11...v0.20.12

v0.20.11

31 Oct 02:35
681c548
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vrender-components: optimize limit length calculation for line axis label autoWrap
  • @visactor/vrender-components: fix bounds of circle axis
  • @visactor/vrender-components: last page is empty in legend. fix@VisActor/VChart#3344
  • @visactor/vrender-core: fix group fill gradient #1518
  • @visactor/vrender-core: annotate the Ramer Douglas Peucker algorithm in point optimization

What's Changed

  • [Auto Sync] Sync the code from branch main to branch develop after release 0.20.10 by @github-actions in #1510
  • [Auto changelog] changlog of v0.20.10 by @github-actions in #1514
  • perf: optimize autoLimit when the label of x-axis is rotated by @xile611 in #1513
  • Fix: autowrap limit length by @xiaoluoHe in #1515
  • Fix/circle axis size by @xile611 in #1516
  • Fix/legend empty page by @skie1997 in #1525
  • fix: fix group fill gradient #1518 by @Rui-Sun in #1520
  • fix: 注释掉点优化中的Ramer-Douglas-Peucker算法 by @neuqzxy in #1512
  • [Auto release] release 0.20.11 by @github-actions in #1526

Full Changelog: v0.20.10...v0.20.11

v0.20.10

25 Oct 08:12
4531e5d
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender-core: support fillStrokeOrder, closed #1505

🐛 fix

  • @visactor/vrender-core: fix issue with parse m where multi pos follow, closed #1490
  • @visactor/vrender-core: fix the accuracy issue of number matching, closed #1488

What's Changed

Full Changelog: v0.20.9...v0.20.10

v0.20.9

15 Oct 08:17
7279e29
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: support axis label firstVisible in autoHide and linear axis sampling
  • @visactor/vrender-components: add interactInvertType for smartInvert
  • @visactor/vrender-core: text support keep-all, closed #1466

🐛 fix

  • @visactor/vrender-components: fix smartInvert when outsideEnable is true
  • @visactor/vrender-components: fix max width of arc label in left
  • @visactor/vrender-components: fix pager.space of discrete legend
  • @visactor/vrender-components: fix smart invert when only has intercet width base mark
  • @visactor/vrender-components: fix legend.item.label.space when has value
  • @visactor/vrender-components: legend scroll critical value leads last page not render. fix@VisActor/VChart#3172
  • @visactor/vrender-kits: fix max width of arc label in left
  • @visactor/vrender-core: fix max width of arc label in left

What's Changed

  • [Auto Sync] Sync the code from branch main to branch develop after release 0.20.8 by @github-actions in #1483
  • [Auto changelog] changlog of v0.20.8 by @github-actions in #1484
  • fix: legend scroll critical value leads last page not render. fix@Vis… by @skie1997 in #1485
  • Fix/arc label left text by @xile611 in #1482
  • Fix/label smart invert by @xile611 in #1487
  • Fix/discrete legend pager space by @xile611 in #1486
  • feat: support label firstVisible in autoHide and linear axis sampling by @xiaoluoHe in #1470
  • feat: add interactInvertType for smartInvert by @xile611 in #1489
  • Fix/legend item space by @xile611 in #1495
  • Fix/smart invert outside enable by @xile611 in #1496
  • feat: text support keep-all, closed #1466 by @neuqzxy in #1494
  • [Auto release] release 0.20.9 by @github-actions in #1497

Full Changelog: v0.20.8...v0.20.9

v0.20.8

30 Sep 03:17
271ffaa
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vrender-core: fix line bounds with defined false, closed #1463

What's Changed

  • [Auto Sync] Sync the code from branch main to branch develop after release 0.20.7 by @github-actions in #1475
  • [Auto changelog] changlog of v0.20.7 by @github-actions in #1476
  • fix: vscreen extreme case error by @skie1997 in #1479
  • fix: fix line bounds with defined false, closed #1463 by @neuqzxy in #1478
  • [Auto release] release 0.20.8 by @github-actions in #1481

Full Changelog: v0.20.7...v0.20.8

v0.20.7

27 Sep 06:10
2a51b68
Compare
Choose a tag to compare

🆕 feat

v0.20.6

26 Sep 11:36
9bff861
Compare
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
Compare
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