Releases: VisActor/VRender
Releases · VisActor/VRender
v0.20.16
🐛 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
- Chore/spec types by @xile611 in #1559
- fix: fix drawing issue when size is array by @neuqzxy in #1545
- fix: fix issue where not work when lineWidth is set to 0 by @neuqzxy in #1563
- feat: optimize shiftY by @xiaoluoHe in #1562
- fix: fix issue with string linear-gradient by @neuqzxy in #1534
- fix: fix issue with _debug_bounds by @neuqzxy in #1565
- feat: add params to global shiftY alogrithm by @xiaoluoHe in #1570
Full Changelog: v0.20.15...v0.20.16
v0.20.15
🆕 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
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
🆕 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
- fix: fix the issue of the legend scrollbar being clipped when positio… by @xiaoluoHe in #1542
- Fix/press bug by @xile611 in #1539
- feat: support auto refresh plugin by @neuqzxy in #1540
- Feat/discrete sroll pager by @xiaoluoHe in #1544
- Fix/smart invert of gradient by @xile611 in #1546
- Fix/text clip by @neuqzxy in #1543
Full Changelog: v0.20.12...v0.20.13
v0.20.12
What's Changed
Full Changelog: v0.20.11...v0.20.12
v0.20.11
🐛 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
🆕 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
- Fix/cancel first visible length check by @xiaoluoHe in #1501
- fix: fix label overlap boundary judgment issue by @xiaoluoHe in #1503
- fix: fix the accuracy issue of number matching, closed #1488 by @neuqzxy in #1504
- feat: support fillStrokeOrder, closed #1505 by @neuqzxy in #1508
- feat: label global overlap layout by @xiaoluoHe in #1477
- fix: fix issue with parse m where multi pos follow, closed #1490 by @neuqzxy in #1506
Full Changelog: v0.20.9...v0.20.10
v0.20.9
🆕 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
🐛 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
🆕 feat
- @visactor/vrender-components: legend support roam scroll. close@VisActor/VChart#3254