Releases: VisActor/VRender
Releases · VisActor/VRender
v0.22.4
🐛 fix
- @visactor/vrender-core: fix pos issue with dynamic texture, optmize performance for dynamic texture
What's Changed
- [Auto Sync] Sync the code from branch main to branch develop after release 0.22.3 by @github-actions in #1761
- fix: fix pos issue with dynamic texture, optmize performance for dyna… by @neuqzxy in #1760
- [Auto changelog] changlog of v0.22.3 by @github-actions in #1762
- [Auto release] release 0.22.4 by @github-actions in #1763
Full Changelog: v0.22.3...v0.22.4
v0.22.3
🐛 fix
- @visactor/vrender-kits: roam zoom not work in mobile browser
- @visactor/vrender-core: fix issue with text edit include textAlign and bounds
What's Changed
- [Auto Sync] Sync the code from branch main to branch develop after release 0.22.2 by @github-actions in #1755
- [Auto changelog] changlog of v0.22.2 by @github-actions in #1756
- fix: roam zoom not work in mobile browser by @skie1997 in #1758
- fix: fix issue with text edit include textAlign and bounds by @neuqzxy in #1757
- [Auto release] release 0.22.3 by @github-actions in #1759
Full Changelog: v0.22.2...v0.22.3
v0.22.2
🆕 feat
- @visactor/vrender-components: add trigger array config to support pointerupoutside. close @VisActor/VChart#3734
- @visactor/vrender-kits: graphic support clipConfig attribute
- @visactor/vrender-core: graphic support clipConfig attribute
- @visactor/vrender-core: group support drawMode attribute
- @visactor/vrender-core: image support auto width height by rawImage wh
- @visactor/vrender: image support auto width height by rawImage wh
🐛 fix
- @visactor/vrender-core: fix refresh memory issue caused by event listener
- @visactor/vrender-core: fix issue with group setShadowBlendStyle not work on background
- @visactor/vrender-core: fix issue with image stroke style
- @visactor/vrender-core: issue where NAN appears during the text animation process, #1752
What's Changed
- [Auto Sync] Sync the code from branch main to branch develop after release 0.22.1 by @github-actions in #1740
- [Auto changelog] changlog of v0.22.1 by @github-actions in #1741
- feat: image support auto width height by rawImage wh by @neuqzxy in #1744
- Feat/clip config by @neuqzxy in #1745
- test: add memory test by @neuqzxy in #1746
- Fix/image stroke by @neuqzxy in #1747
- [Auto changelog] changlog of v0.21.16 by @github-actions in #1750
- Feat/draw mode by @neuqzxy in #1748
- fix: fix refresh memory issue caused by event listener by @neuqzxy in #1742
- feat: add trigger array config to support pointerupoutside. close @vi… by @skie1997 in #1743
- fix: fix issue with group setShadowBlendStyle not work on background by @neuqzxy in #1751
- fix: incorrect interpolate for text attribute by @xiaoluoHe in #1753
- [Auto release] release 0.22.2 by @github-actions in #1754
Full Changelog: v0.22.1...v0.22.2
v0.22.1
🆕 feat
- @visactor/vrender-components:
removeState
of graphic should support array or string - @visactor/vrender-kits: support dynamicTexture
- @visactor/vrender-kits:
removeState
of graphic should support array or string - @visactor/vrender-core: richtext support multi-breakline at the end of line
- @visactor/vrender-core: support dynamicTexture
- @visactor/vrender-core:
removeState
of graphic should support array or string - @visactor/vrender:
removeState
of graphic should support array or string
🐛 fix
- @visactor/vrender-components: datazoom and scrollbar realtime not work. fix@VisActor/VChart#3716
- @visactor/vrender-kits: datazoom error when spec is updating. fix@VisActor/VChart#3712
- @visactor/vrender-kits: fix the bug of dpr will not work when createWindowByCanvas in node env
- @visactor/vrender-core: fix issue with editing attribute when trigger focus manual
- @visactor/vrender-core: fix issue with multiline richtext lineHeight
- @visactor/vrender-core: fix issue with path parse, closed #1616
- @visactor/vrender-core: fix issue with richtext background overlap, fix issue with deFocus
- @visactor/vrender-core: clear richtext bounds while it is empty
What's Changed
- [Auto Sync] Sync the code from branch main to branch develop after release 0.22.0 by @github-actions in #1715
- [Auto changelog] changlog of v0.22.0 by @github-actions in #1716
- Fix/fix bug of creat window by canvas dpr by @xuefei1313 in #1720
- fix: fix issue with path parse, closed #1616 by @neuqzxy in #1718
- Fix/richtext editor branch by @neuqzxy in #1722
- Fix/richtext edit bounds by @neuqzxy in #1723
- fix: fix issue with editing attribute when trigger focus manual by @neuqzxy in #1725
- fix: clear richtext bounds while it is empty by @neuqzxy in #1717
- fix: fix issue with multiline richtext lineHeight by @neuqzxy in #1724
- fix: richtext support globalLineHeight support by @neuqzxy in #1721
- fix: datazoom and scrollbar error by @skie1997 in #1726
- feat: support dynamicTexture by @neuqzxy in #1732
- Feat/graphic remove state by @xile611 in #1735
- feat: richtext support multi-breakline at the end of line by @neuqzxy in #1734
- docs: update desc of graphics by @xile611 in #1728
- docs: add dynamic texture example by @neuqzxy in #1736
- docs: add dynamic texture example by @neuqzxy in #1737
- docs: add dynamic texture example by @neuqzxy in #1738
- [Auto release] release 0.22.1 by @github-actions in #1739
Full Changelog: v0.22.0...v0.22.1
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
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