Skip to content

Releases: VisActor/VRender

v0.20.16

25 Nov 07:14
f331e64
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vrender-core: fix issue with _debug_bounds
  • @visactor/vrender-core: fix issue with string linear-gradient
  • @visactor/vrender-core: fix issue where not work when lineWidth is set to 0
  • @visactor/vrender-core: fix drawing issue when size is array

What's Changed

Full Changelog: v0.20.15...v0.20.16

v0.20.15

21 Nov 03:39
130915e
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender-core: support keepStrokeScale

🐛 fix

  • @visactor/vrender-kits: fix press in andiord

What's Changed

  • [Auto Sync] Sync the code from branch main to branch develop after release 0.20.14 by @github-actions in #1553
  • [Auto changelog] changlog of v0.20.14 by @github-actions in #1554
  • Fix/press in android by @xile611 in #1557
  • feat: support keepStrokeScale by @neuqzxy in #1555
  • [Auto release] release 0.20.15 by @github-actions in #1558

Full Changelog: v0.20.14...v0.20.15

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