Releases: VisActor/VRender
Releases · VisActor/VRender
v0.21.7
🆕 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
🐛 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
🐛 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
v0.21.4
🐛 fix
- @visactor/vrender-kits: fix issue with gesture emitEvent when gesture is released
What's Changed
- [Auto changelog] changlog of v0.21.3 by @github-actions in #1632
- [Auto Sync] Sync the code from branch main to branch develop after release 0.21.3 by @github-actions in #1633
- fix: fix issue with gesture emitEvent when gesture is released by @neuqzxy in #1635
- [Auto release] release 0.21.4 by @github-actions in #1636
Full Changelog: v0.21.3...v0.21.4
v0.21.3
🆕 feat
- @visactor/vrender-components: optimization legend layout in isHorizontal
- @visactor/vrender-kits: support loadFont
- @visactor/vrender-core: support loadFont
- @visactor/vrender-core: support penetrateEventList
🐛 fix
- @visactor/vrender-components: axis break should filter ticks when set
tickStep
- @visactor/vrender-components: obb autoHide should support autoHideSeparation(without rotate)
- @visactor/vrender-components: label overlapPadding not work correctly
- @visactor/vrender-components: optimize the performance of ticks in time-scale
- @visactor/vrender-core: fix issue with image stroke and background
- @visactor/vrender-core: fix issue with html when include interactive layer
- @visactor/vrender-core: fix issue with richtext not support setShadowBlendStyle
- @visactor/vrender-core: optimize the performance of ticks in time-scale
What's Changed
- [Auto Sync] Sync the code from branch main to branch develop after release 0.21.1 by @github-actions in #1602
- [Auto changelog] changlog of v0.21.0 by @github-actions in #1604
- [Auto changelog] changlog of v0.21.1 by @github-actions in #1605
- fix: global shiftY sort by initialY by @xiaoluoHe in #1610
- feat: support inside-middle position for line-data label by @xiaoluoHe in #1608
- fix: fix issue with shadow-root transform by @neuqzxy in #1612
- [Auto release] release 0.21.2 by @github-actions in #1613
- [Auto Sync] Sync the code from branch main to branch develop after release 0.21.2 by @github-actions in #1614
- Fix/obb auto hide support separation (no rotate) by @xiaoluoHe in #1619
- [WIP] fix: obb auto hide support separation (considering angle) by @xiaoluoHe in #1618
- fix: fix missing type of GraphicAttributeMap by @xiaoluoHe in #1620
- Feat/discrete legend layout about multi line text by @xuefei1313 in #1622
- Fix/axis break step tick by @xile611 in #1623
- fix: overlapPadding not work in shiftY by @xiaoluoHe in #1624
- Perf/optimize tick data by @xile611 in #1630
- fix: fix issue with html when include interactive layer by @neuqzxy in #1626
- feat: support penetrateEventList by @neuqzxy in #1625
- Feat/load font by @neuqzxy in #1627
- fix: fix issue with richtext not support setShadowBlendStyle by @neuqzxy in #1628
- Fix/image background stroke by @neuqzxy in #1629
- [Auto release] release 0.21.3 by @github-actions in #1631
Full Changelog: v0.21.0...v0.21.3
v0.21.1
🆕 feat
- @visactor/vrender-components: support
restorePosition
in position/bound label overlap strategy - @visactor/vrender-components: support vertex point of marker area label. close @VisActor/VChart#3442
🐛 fix
- @visactor/vrender-components: end symbol angle when arc line in markpoint. fix @VisActor/VChart#3427
- @visactor/vrender-components: fix issue with scroll-plugin
- @visactor/vrender-core: fix issue with insertAfter and insertBefore
- @visactor/vrender-core: fix the issue when line is configured to connect, closed #3238
- @visactor/vrender-core: fix issue with richtext setAttribute, closed #1578
- @visactor/vrender-core: fix issue with richtext default font
What's Changed
- [Auto Sync] Sync the code from branch main to branch develop after release 0.21.0 by @github-actions in #1581
- Docs/document update by @neuqzxy in #1582
- Docs/document update by @neuqzxy in #1583
- docs: fix docs livedemo issue by @neuqzxy in #1584
- docs: improve document content by @neuqzxy in #1585
- fix: fix the issue when line is configured to connect, closed #3238 by @neuqzxy in #1588
- fix: fix issue with richtext setAttribute, closed #1578 by @neuqzxy in #1587
- fix: end symbol angle when arc line in markpoint. fix @VisActor/VChar… by @skie1997 in #1586
- feat: support vertex point of marker area label. close @VisActor/VCha… by @skie1997 in #1589
- docs: add vrender contributing docs by @neuqzxy in #1590
- Feat/label strategy restore position by @xiaoluoHe in #1596
- fix: fix issue with insertAfter and insertBefore by @neuqzxy in #1574
- fix: fix issue with richtext default font by @neuqzxy in #1598
- chore: update macOS-12 to macOS-13 in workflow by @xile611 in #1599
- feat: optimize shiftY by @xiaoluoHe in #1597
- feat: upgrade vutils to 0.19.2 by @neuqzxy in #1600
- fix: fix issue with scroll-plugin by @neuqzxy in #1593
- fix: fix product name references in Getting_Started.md by @Aluomolo in #1595
- [Auto release] release 0.21.1 by @github-actions in #1601
New Contributors
Full Changelog: v0.21.0...v0.21.1
v0.21.0
🆕 feat
- @visactor/vrender-components: support label overlap for inside arc labels
- @visactor/vrender-core: use ascend and decent to make measure more accurate
- @visactor/vrender-core: sync animated attribute while call render func, closed #1416
🐛 fix
- @visactor/vrender-core: smooth out stuttering effects when multiple TagPointsUpdate instances execute concurrently
- @visactor/vrender-core: fix issue with dirtyBounds incorrectly while set visible
What's Changed
- [Auto Sync] Sync the code from branch main to branch develop after release 0.21.0 by @github-actions in #1581
- Docs/document update by @neuqzxy in #1582
- Docs/document update by @neuqzxy in #1583
- docs: fix docs livedemo issue by @neuqzxy in #1584
- docs: improve document content by @neuqzxy in #1585
- fix: fix the issue when line is configured to connect, closed #3238 by @neuqzxy in #1588
- fix: fix issue with richtext setAttribute, closed #1578 by @neuqzxy in #1587
- fix: end symbol angle when arc line in markpoint. fix @VisActor/VChar… by @skie1997 in #1586
- feat: support vertex point of marker area label. close @VisActor/VCha… by @skie1997 in #1589
- docs: add vrender contributing docs by @neuqzxy in #1590
- Feat/label strategy restore position by @xiaoluoHe in #1596
- fix: fix issue with insertAfter and insertBefore by @neuqzxy in #1574
- fix: fix issue with richtext default font by @neuqzxy in #1598
- chore: update macOS-12 to macOS-13 in workflow by @xile611 in #1599
- feat: optimize shiftY by @xiaoluoHe in #1597
- feat: upgrade vutils to 0.19.2 by @neuqzxy in #1600
- fix: fix issue with scroll-plugin by @neuqzxy in #1593
- fix: fix product name references in Getting_Started.md by @Aluomolo in #1595
- [Auto release] release 0.21.1 by @github-actions in #1601
New Contributors
Full Changelog: v0.20.17...v0.21.0
v0.20.18
🆕 feat
- @visactor/vrender-components: support
restorePosition
in position/bound label overlap strategy
What's Changed
- fix: fix issue with _debug_bounds by @neuqzxy in #1565
- feat: add params to global shiftY alogrithm by @xiaoluoHe in #1570
- [Auto changelog] changlog of v0.20.15 by @github-actions in #1568
Full Changelog: v0.20.17...v0.20.18
v0.20.17
🆕 feat
- @visactor/vrender-components: support vertex point of marker area label. close @VisActor/VChart#3442
🐛 fix
- @visactor/vrender-components: end symbol angle when arc line in markpoint. fix @VisActor/VChart#3427
- @visactor/vrender-core: fix the issue when line is configured to connect, closed #3238
- @visactor/vrender-core: fix issue with richtext setAttribute, closed #1578
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