Releases: VisActor/VRender
Releases · VisActor/VRender
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
v0.20.6
🆕 feat
- @visactor/vrender-components: support obb text bounds to enhance autoHide effect
- @visactor/vrender-core: support obb bounds in text graphic
🐛 fix
- @visactor/vrender-components: fix limit width of arc label when has customized align offset
- @visactor/vrender-components: fix error of
alternateColor
- @visactor/vrender-components: outside label should not apply
smartInvert
- @visactor/vrender-components: fix
boundsPadding
of legend focus icon - @visactor/vrender-core: fix customPath of arc
- @visactor/vrender-core: fix issue with interactive graphic while parent was removed
- @visactor/vrender-core: line segment update animation result error
What's Changed
- [Auto Sync] Sync the code from branch main to branch develop after release 0.20.5 by @github-actions in #1454
- [Auto changelog] changlog of v0.20.5 by @github-actions in #1455
- Fix/segment update error by @xiaoluoHe in #1457
- fix: fix issue with interactive graphic while parent was removed by @neuqzxy in #1467
- Fix/arc morphing by @xile611 in #1460
- Feat: axis label autoHide support obb bounds by @xiaoluoHe in #1462
- Fix/grid alternate color by @xile611 in #1465
- Fix/arc label limit width by @xile611 in #1468
- Fix/legend bounds padding by @xile611 in #1469
- Fix/label ousite inverse by @xile611 in #1461
- [Auto release] release 0.20.6 by @github-actions in #1471
Full Changelog: v0.20.5...v0.20.6
v0.20.5
🆕 feat
- @visactor/vrender-core: poptip suppport multiline text, closed #1444
- @visactor/vrender-core: fix issue with richtext width on disableAutoWrapLine mode, support clip attr
🐛 fix
- @visactor/vrender-components: update parameters
- @visactor/vrender-components: fix maxLineWidth of arc label
- @visactor/vrender-components: fix
textStyle
of data-zoom - @visactor/vrender-core: fix error of
bounds-contex
when usearcTo
in customShape - @visactor/vrender-core: fix path string of arc, fix #1434
- @visactor/vrender-core: fix error of morphing animation in
multiToOneMorph
, fix #1439 - @visactor/vrender: add disableFill box color in checkbox and radio #1437
v0.20.4
🆕 feat
- @visactor/vrender-core: pauseRender support pass count
🐛 fix
- @visactor/vrender-components: fix the issue where labels are not drawn when the linelabel animation is enabled.
- @visactor/vrender-core: add updateHoverIconState in richtext
What's Changed
- feat: pauseRender support pass count by @neuqzxy in #1430
- fix: add updateHoverIconState in richtext by @Rui-Sun in #1408
- fix: linelabel animiation error when picker is not initialized by @xiaoluoHe in #1436
Full Changelog: v0.20.3...v0.20.4
v0.20.3
🆕 feat
- @visactor/vrender-components: add
alignOffset
in arc-label,line2MinLength
support customized callback - @visactor/vrender-components: support axis
breaks
for line axis - @visactor/vrender-components: support
autoWrap
in line axis label - @visactor/vrender-components: label component supports disable specific state animation
🐛 fix
- @visactor/vrender-components: tag padding not work when label is rich text. fix@VisActor/VChart#3151
- @visactor/vrender-core: fix error of updateAABBbounds when morphing
- @visactor/vrender-core: tag padding not work when label is rich text. fix@VisActor/VChart#3151
What's Changed
- Fix/radar label by @xile611 in #1410
- fix: fix error of interpolate when use rgba color by @xile611 in #1413
- Fix/interactive layer memory by @neuqzxy in #1418
- [Auto release] release 0.20.2 by @github-actions in #1419
- [Auto Sync] Sync the code from branch main to branch develop after release 0.20.2 by @github-actions in #1420
- chore: enlarge bugserver trigger intercal by @Rui-Sun in #1421
- Feat/label disable specific animation by @xiaoluoHe in #1417
- Fix/tag rect by @skie1997 in #1415
- Feat/axis label auto wrap by @xiaoluoHe in #1409
- Fix/morphing error by @xile611 in #1422
- Fix/x axis first label limit by @xiaoluoHe in #1426
- Feat/arc label align by @xile611 in #1423
- Feat/axis break by @kkxxkk2019 in #1394
- fix: fix issue with interactive layer dirty bounds by @neuqzxy in #1427
- [Auto release] release 0.20.3 by @github-actions in #1429
Full Changelog: v0.20.1...v0.20.3
v0.20.1
🆕 feat
- @visactor/vrender-components: support position
inside-center
of arc label - @visactor/vrender-components: add necessary APIs to player component
- @visactor/vrender-components: support line segments update animation in TagPointsUpdate custom animation
🐛 fix
- @visactor/vrender-components: fix textAlign of label when set different angle
- @visactor/vrender-components: indicator stop tooltip interaction. fix@VisActor/VChart#3123
- @visactor/vrender-components: segment line will cause incorrect label position
- @visactor/vrender-components: fix issue with poptip memory while stage is released
- @visactor/vrender-core: fix issue with poptip release
- @visactor/vrender-core: fix issue with animate zero duration
- @visactor/vrender-core: fix textAlign of label when set different angle
- @visactor/vrender-core: fix memory leak problem in ResourceLoader
- @visactor/vrender-core: fix issue with richtext edit plugin while defucus out of text
⚡ perf
- @visactor/vrender-components: optimize the performance of label component
What's Changed
- [Auto Sync] Sync the code from branch main to branch develop after release 0.20.0 by @github-actions in #1383
- [Auto changelog] changlog of v0.20.0 by @github-actions in #1384
- feat: add APIs to player component by @xiaoluoHe in #1385
- fix: fix issue with richtext edit plugin while defucus out of text by @neuqzxy in #1386
- fix: indicator stop tooltip interaction. fix@VisActor/VChart#3122 by @skie1997 in #1392
- feat: support line segments update animation by @xiaoluoHe in #1390
- Fix/line label support segements by @xiaoluoHe in #1393
- Fix/axis label angle by @xile611 in #1396
- fix: fix issue with event menory by @neuqzxy in #1397
- fix: fix issue with poptip memory while stage is released by @neuqzxy in #1387
- Perf/merge performance in label by @xiaoluoHe in #1402
- Feat/arc inside center label by @xiaoluoHe in #1398
- fix: fix issue with poptip release by @neuqzxy in #1403
- feat: add tag document by @neuqzxy in #1388
- fix: fix tag state update by @Rui-Sun in #1382
- feat: add tag en doc by @neuqzxy in #1405
- fix: fix memory leak problem in ResourceLoader by @Rui-Sun in #1404
- fix: fix issue with animate zero duration by @neuqzxy in #1401
- [Auto release] release 0.20.1 by @github-actions in #1406
Full Changelog: v0.20.0...v0.20.1
v0.20.0
🐛 fix
- @visactor/vrender-components: arc label line color should follow arc mark by default, related #3067
- @visactor/vrender-components: fix bug of auto-render when remove some graphics
- @visactor/vrender-components: set container pick false to allow tooltip interactive
- @visactor/vrender-components: fix issue with timeline animate duration compute
- @visactor/vrender-components: optimize triangle symbols
- @visactor/react-vrender-utils: fix bug of auto-render when remove some graphics
- @visactor/react-vrender-utils: optimize triangle symbols
- @visactor/react-vrender: fix bug of auto-render when remove some graphics
- @visactor/react-vrender: optimize triangle symbols
- @visactor/vrender-kits: fix bug of auto-render when remove some graphics
- @visactor/vrender-kits: optimize triangle symbols
- @visactor/vrender-core: fix bug of auto-render when remove some graphics
- @visactor/vrender-core: optimize triangle symbols
- @visactor/vrender: fix bug of auto-render when remove some graphics
- @visactor/vrender: optimize triangle symbols
🔨 refactor
- @visactor/vrender-components: optimize cornerRadius parse of arc
- @visactor/react-vrender-utils: optimize cornerRadius parse of arc
- @visactor/react-vrender: optimize cornerRadius parse of arc
- @visactor/vrender-kits: optimize cornerRadius parse of arc
- @visactor/vrender-core: optimize cornerRadius parse of arc
- @visactor/vrender-core: remove polyfill from reflect-metadata
- @visactor/vrender: optimize cornerRadius parse of arc
What's Changed
- Refactor/optimize bundle size by @xile611 in #1265
- refactor: use
getContextFont
andisPointInLine
of vutils by @xile611 in #1310 - Size/optimize vrender components by @xile611 in #1274
- Refactor/reduce ticker by @xile611 in #1332
- Refactor/built in symbols by @xile611 in #1340
- refactor: optimize cornerRadius parse of arc by @xile611 in #1348
- Fix/auto render when remove by @xile611 in #1354
- Refactor/update aab bounds by @xile611 in #1331
- refactor: remove polyfill from reflect-metadata by @neuqzxy in #1366
- [Auto Sync] Sync the code from branch main to branch develop after release 0.19.24 by @github-actions in #1374
- [Auto changelog] changlog of v0.19.24 by @github-actions in #1376
- feat: set width limit in arc richtext labels by @xiaoluoHe in #1358
- fix: fix issue with timeline animate duration compute by @neuqzxy in #1375
- feat: update vutils/vscale version to support custom callback in tick… by @666haiwen in #1378
- Fix/axis container pickable by @skie1997 in #1379
- Sync/develop 0.19.24 by @xile611 in #1380
- [Auto release] release 0.20.0 by @github-actions in #1381
New Contributors
- @666haiwen made their first contribution in #1378
Full Changelog: v0.19.24...v0.20.0