Releases: VisActor/VRender
Releases · VisActor/VRender
Release list
v0.21.16
🐛 fix
- @visactor/vrender-core: fix refresh memory issue caused by event listener
v0.21.15
🐛 fix
- @visactor/vrender-components: datazoom and scrollbar realtime not work. fix@VisActor/VChart#3716
What's Changed
Full Changelog: v0.21.14...v0.21.15
v0.22.0
🆕 feat
- @visactor/vrender-components: enhance poptip to support vstory
- @visactor/vrender-components: support weather-box component
- @visactor/vrender-core: support backgroundScale, offsetXY
- @visactor/vrender-core: background support backgroundKeepAspectRatio
- @visactor/vrender-core: enhance rect cornerType
- @visactor/vrender-core: support backgroundClip
🐛 fix
- @visactor/vrender-core: fix issue with insertAfter and insertBefore
- @visactor/vrender-core: fix drawing issue when size is array
What's Changed
- feat: backgroundKeepAspectRatio by @neuqzxy in #1700
- feat: add change log by @neuqzxy in #1701
- feat: support stopPropagation while text edit by @neuqzxy in #1705
- Fix/shadow offset by @neuqzxy in #1706
- Feat/get all format support out attr by @neuqzxy in #1707
- Merge develop by @neuqzxy in #1708
- feat: upgrade vutil to 0.19.4 by @neuqzxy in #1710
- [Auto changelog] changlog of v0.21.14 by @github-actions in #1712
- [Auto Sync] Sync the code from branch main to branch develop after release 0.21.14 by @github-actions in #1713
- Dev/0.22.0 by @neuqzxy in #1693
- [Auto release] release 0.22.0 by @github-actions in #1714
Full Changelog: v0.21.14...v0.22.0
v0.21.14
What's Changed
- [Auto Sync] Sync the code from branch main to branch develop after release 0.21.13 by @github-actions in #1704
- feat: upgrade vutil to 0.19.4 by @neuqzxy in #1709
- [Auto release] release 0.21.14 by @github-actions in #1711
Full Changelog: v0.21.13...v0.21.14
v0.21.13
🐛 fix
- @visactor/vrender-core: fix issue with metrics setter
What's Changed
- [Auto Sync] Sync the code from branch main to branch develop after release 0.21.12 by @github-actions in #1698
- [Auto changelog] changlog of v0.21.12 by @github-actions in #1699
- fix: fix issue with metrics setter by @neuqzxy in #1702
- [Auto release] release 0.21.13 by @github-actions in #1703
Full Changelog: v0.21.12...v0.21.13
v0.21.12
🆕 feat
- @visactor/vrender-components: add instance to the callback of label
- @visactor/vrender-core: add instance to the callback of label
🐛 fix
- @visactor/vrender-components: fix layout of title when not set height
- @visactor/vrender-kits: fix issue with inversify error when nobind
- @visactor/vrender-core: fix issue with inversify error when nobind
- @visactor/vrender-core: fix the issue where the final text of the label increase count animation is incorrect
- @visactor/vrender-core: fix layout of title when not set height
- @visactor/vrender: fix issue with inversify error when nobind
What's Changed
- [Auto Sync] Sync the code from branch main to branch develop after release 0.21.11 by @github-actions in #1684
- fix: fix the issue where the final text of the label increase count … by @xiaoluoHe in #1685
- Fix/title vertical align by @xile611 in #1687
- Feat/label callback params by @xile611 in #1692
- fix: fix issue with inversify error when nobind by @neuqzxy in #1695
- [Auto release] release 0.21.12 by @github-actions in #1697
Full Changelog: v0.21.11...v0.21.12
v0.21.11
🐛 fix
- @visactor/vrender-core: fix issue with area connect type
What's Changed
- [Auto Sync] Sync the code from branch main to branch develop after release 0.21.9 by @github-actions in #1675
- fix: marker area support more position by @skie1997 in #1677
- fix: fix issue with duplicate getContext in wx env by @neuqzxy in #1676
- feat: add poptip option config by @neuqzxy in #1656
- [Auto release] release 0.21.10 by @github-actions in #1678
- [Auto Sync] Sync the code from branch main to branch develop after release 0.21.10 by @github-actions in #1679
- fix: fix issue with area connect type by @neuqzxy in #1681
- [Auto release] release 0.21.11 by @github-actions in #1683
Full Changelog: v0.21.10...v0.21.11
v0.21.10
🐛 fix
- @visactor/vrender-components: marker area support more position
- @visactor/vrender-kits: fix issue with duplicate getContext in wx env
What's Changed
- Merge develop by @neuqzxy in #1499
- Fix/visible bounds by @neuqzxy in #1480
- Merge develop by @neuqzxy in #1502
- feat: add gifImage in vrender-components by @Rui-Sun in #1551
- [Auto Sync] Sync the code from branch main to branch develop after release 0.21.8 by @github-actions in #1666
- fix: fix drawShape function in gif-image render by @Rui-Sun in #1668
- docs: add comments for graphic by @xile611 in #1664
- Fix: duplicated label by @xiaoluoHe in #1667
- fix: fix issue with animate error when graphic.stage is null by @neuqzxy in #1659
- fix: fix issue with measureText in lynx env by @neuqzxy in #1672
- feat: change effect for connectedType, closed #1660 by @neuqzxy in #1673
- docs: update comments by @xile611 in #1669
- [Auto release] release 0.21.9 by @github-actions in #1674
Full Changelog: v0.21.8...v0.21.10
v0.21.9
🆕 feat
- @visactor/vrender-components: add GifImage component
- @visactor/vrender-core: change effect for connectedType, closed #1660
🐛 fix
- @visactor/vrender-components: fix duplicate label issue after custom filtering with label dataFilter
- @visactor/vrender-kits: fix drawShape function in gif-image render
- @visactor/vrender-core: fix issue with animate error when graphic.stage is null
What's Changed
- Merge develop by @neuqzxy in #1499
- Fix/visible bounds by @neuqzxy in #1480
- Merge develop by @neuqzxy in #1502
- feat: add gifImage in vrender-components by @Rui-Sun in #1551
- [Auto Sync] Sync the code from branch main to branch develop after release 0.21.8 by @github-actions in #1666
- fix: fix drawShape function in gif-image render by @Rui-Sun in #1668
- docs: add comments for graphic by @xile611 in #1664
- Fix: duplicated label by @xiaoluoHe in #1667
- fix: fix issue with animate error when graphic.stage is null by @neuqzxy in #1659
- fix: fix issue with measureText in lynx env by @neuqzxy in #1672
- feat: change effect for connectedType, closed #1660 by @neuqzxy in #1673
- docs: update comments by @xile611 in #1669
- [Auto release] release 0.21.9 by @github-actions in #1674
Full Changelog: v0.21.8...v0.21.9
v0.21.2
🆕 feat
- @visactor/vrender-components: support 'inside-middle' position for line-data label
🐛 fix
- @visactor/vrender-core: fix issue with shadow-root transform
Full Changelog: v0.21.1...v0.21.2