Skip to content

Releases: VisActor/VRender

v0.21.13

06 Feb 09:29
4abf58a
Compare
Choose a tag to compare

🐛 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

05 Feb 07:21
461fedb
Compare
Choose a tag to compare

🆕 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

15 Jan 13:22
ef2e8ba
Compare
Choose a tag to compare

🐛 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

15 Jan 07:04
adad6c5
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vrender-components: marker area support more position
  • @visactor/vrender-kits: fix issue with duplicate getContext in wx env

What's Changed

Full Changelog: v0.21.8...v0.21.10

v0.21.9

13 Jan 08:53
adad6c5
Compare
Choose a tag to compare

🆕 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

Full Changelog: v0.21.8...v0.21.9

v0.21.2

15 Jan 02:24
adad6c5
Compare
Choose a tag to compare

🆕 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

v0.21.8

07 Jan 01:28
39b6192
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender-core: add isImageAnonymous in global

🐛 fix

  • @visactor/vrender-components: handle the additional logic of 3d arc label layout
  • @visactor/vrender-components: fix layout of title component

What's Changed

  • [Auto Sync] Sync the code from branch main to branch develop after release 0.21.7 by @github-actions in #1653
  • [Auto changelog] changlog of v0.21.7 by @github-actions in #1654
  • Fix: 3d arc label by @xiaoluoHe in #1655
  • feat: add isImageAnonymous in global by @Rui-Sun in #1663
  • Fix/title layout by @xile611 in #1658
  • [Auto release] release 0.21.8 by @github-actions in #1665

Full Changelog: v0.21.7...v0.21.8

v0.21.7

25 Dec 08:31
fb5a22c
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender-components: support polygon sector crosshair for non-smooth angle axis
  • @visactor/vrender-components: add switch component

🐛 fix

  • @visactor/vrender-components: upgrade vutils to 0.19.3
  • @visactor/react-vrender-utils: upgrade vutils to 0.19.3
  • @visactor/react-vrender: upgrade vutils to 0.19.3
  • @visactor/vrender-kits: upgrade vutils to 0.19.3
  • @visactor/vrender-core: upgrade vutils to 0.19.3
  • @visactor/vrender: upgrade vutils to 0.19.3

🔖 other

  • @visactor/vrender-components: Revert "fix: fix the bug of axis pickable"

This reverts commit 55637a8.

What's Changed

  • [Auto Sync] Sync the code from branch main to branch develop after release 0.21.6 by @github-actions in #1648
  • Feat: polygon sector crosshair by @xiaoluoHe in #1639
  • Fix/revert axis pickable by @xuefei1313 in #1651
  • [Auto changelog] changlog of v0.21.6 by @github-actions in #1649
  • Fix/upgrade vutils 0.19.3 by @xile611 in #1650
  • feat: add switch component by @Rui-Sun in #1567
  • [Auto release] release 0.21.7 by @github-actions in #1652

Full Changelog: v0.21.6...v0.21.7

v0.21.6

25 Dec 02:39
6f4b959
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vrender-components: add onBeforeAttributeUpdate in base-component
  • @visactor/vrender-components: fix the bug of axis pickable
  • @visactor/vrender-core: fix issue with stroke clip

What's Changed

  • [Auto Sync] Sync the code from branch main to branch develop after release 0.21.5 by @github-actions in #1643
  • [Auto changelog] changlog of v0.21.5 by @github-actions in #1644
  • Fix/fix bug of axis pick by @xuefei1313 in #1645
  • fix: add onBeforeAttributeUpdate in base-component by @Rui-Sun in #1621
  • fix: fix issue with stroke clip by @neuqzxy in #1646
  • [Auto release] release 0.21.6 by @github-actions in #1647

Full Changelog: v0.21.5...v0.21.6

v0.21.5

24 Dec 09:06
059e1ea
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vrender-core: fix issue with image background stroke, closed #1640

What's Changed

  • [Auto Sync] Sync the code from branch main to branch develop after release 0.21.4 by @github-actions in #1637
  • [Auto changelog] changlog of v0.21.4 by @github-actions in #1638
  • feat: store axis label related data by @xiaoluoHe in #1634
  • fix: fix issue with image background stroke by @neuqzxy in #1641
  • [Auto release] release 0.21.5 by @github-actions in #1642

Full Changelog: v0.21.4...v0.21.5