Releases: VisActor/VRender
Releases · VisActor/VRender
v0.19.24
🆕 feat
- @visactor/vrender-components: support polygon of circle-axis
- @visactor/vrender-core: support polygon of circle-axis
- @visactor/vrender-core: support rect corner array with array stroke
- @visactor/vrender: support polygon of circle-axis
🐛 fix
- @visactor/vrender-components: fix wrong stroke style is applied to area
- @visactor/vrender-components: improve slightly the accuracy of the pager size calculation, related #3045
- @visactor/vrender-components: fix issue with timeline appearAnimate opacity attr prevented by next animate
- @visactor/vrender-kits: fix wrong stroke style is applied to area
- @visactor/vrender-core: fix wrong stroke style is applied to area
- @visactor/vrender-core: fix issue with baseOpacity equal to 0
- @visactor/vrender-core: fix edge and corner stroke in createRectPath()
- @visactor/vrender-core: fix issue with shadow group matrix
- @visactor/vrender-core: fix issue with disableAutoWrapLine
- @visactor/vrender-core: fix richtext icon pick range #1362
- @visactor/vrender-core: fix issue with richtext attribute update
- @visactor/vrender: fix wrong stroke style is applied to area
What's Changed
- [Auto Sync] Sync the code from branch main to branch develop after release 0.19.23 by @github-actions in #1347
- [Auto changelog] changlog of v0.19.22 by @github-actions in #1350
- [Auto changelog] changlog of v0.19.23 by @github-actions in #1351
- fix: fix issue with baseOpacity equal to 0 by @neuqzxy in #1356
- feat: support rect corner array with array stroke by @neuqzxy in #1355
- Fix/pager size estimation by @xiaoluoHe in #1357
- fix: fix richtext icon pick range #1362 by @Rui-Sun in #1363
- fix: support left and right stroke array with corner radius by @neuqzxy in #1361
- fix: fix issue with timeline appearAnimate opacity attr prevented by … by @neuqzxy in #1352
- fix: fix issue with richtext update by @neuqzxy in #1369
- Fix/area render cache style by @xile611 in #1367
- fix: fix issue with shadow group matrix by @neuqzxy in #1370
- fix: fix edge and corner stroke in createRectPath() by @Rui-Sun in #1371
- fix: fix issue with disableAutoWrapLine by @neuqzxy in #1372
- Feat/circle axis polygon by @xile611 in #1365
- [Auto release] release 0.19.24 by @github-actions in #1373
Full Changelog: v0.19.23...v0.19.24
v0.19.23
🐛 fix
- @visactor/vrender-core: fix picker of shadow root group
What's Changed
Full Changelog: v0.19.22...v0.19.23
v0.19.22
🆕 feat
- @visactor/vrender-components: support react and html of indicator
- @visactor/vrender-components: support timeline component
- @visactor/vrender-core: shadow graphic support pick group
🐛 fix
- @visactor/vrender-components: fix issue with indicator autolimit
- @visactor/vrender-core: fix issue with Event class in harmony event
What's Changed
- Feat/timeline enhance by @neuqzxy in #1337
- [Auto changelog] changlog of v0.19.21 by @github-actions in #1338
- Feat/indicator react by @xile611 in #1329
- feat: shadow graphic support pick group by @neuqzxy in #1342
- Fix/event harmony by @neuqzxy in #1339
- [Auto release] release 0.19.22 by @github-actions in #1343
Full Changelog: v0.19.21...v0.19.22
v0.19.21
🆕 feat
- @visactor/vrender-components: label line support custom path. feat @VisActor/VChart#3000
What's Changed
Full Changelog: v0.19.20...v0.19.21
v0.19.20
🆕 feat
- @visactor/vrender-core: support array cornerRadius, closed #1322
- @visactor/vrender-core: support catmull-rom and catmull-rom-closed curve, closed #1320
- @visactor/vrender: support array cornerRadius, closed #1322
What's Changed
- feat: support array cornerRadius, closed #1322 by @neuqzxy in #1323
- Feat/catmull rom by @neuqzxy in #1324
Full Changelog: v0.19.19...v0.19.20
v0.19.19
🆕 feat
- @visactor/vrender-components: marker label support custom shape. close @Visactor/VChart#2959
- @visactor/vrender-core: marker label support custom shape. close @Visactor/VChart#2959
🐛 fix
- @visactor/vrender-components: in vertical layout, if only one line can be displayed, the layout will be directly based on the width of the legend item itself
- @visactor/vrender-components: markpoint target size compute error. fix@VisActor/VChart#2766
- @visactor/vrender-core: fixed the problem that the bounds calculation of line mark is wrong when the defiend of some points is false
What's Changed
- Fix/line bounds in defiend by @xuefei1313 in #1306
- [Auto changelog] changlog of v0.19.18 by @github-actions in #1304
- [Auto Sync] Sync the code from branch main to branch develop after release 0.19.18 by @github-actions in #1303
- Fix/issue 1302 by @kkxxkk2019 in #1311
- Fix/mark point target size by @skie1997 in #1313
- Feat/marker label custom shape by @skie1997 in #1314
- [Auto release] release 0.19.19 by @github-actions in #1315
Full Changelog: v0.19.18...v0.19.19
v0.19.18
🐛 fix
- @visactor/vrender-core: support react 17 in react attributes
What's Changed
Full Changelog: v0.19.17...v0.19.18
v0.19.17
What's Changed
- [Auto release] release 0.19.17 by @github-actions in #1295
Full Changelog: v0.19.16...v0.19.17
v0.19.16
🐛 fix
- @visactor/vrender-components: fix the issue where the arc label is still truncated despite setting
ellipsis: false
- @visactor/vrender-components: fix syncState of label when re-render stage
- @visactor/vrender-core: fix syncState of label when re-render stage
- @visactor/vrender-core: fix issue with setAttribute while play with startAt
What's Changed
- fix: fix issue with setAttribute while play with startAt by @neuqzxy in #1292
- Fix/label sync state by @xile611 in #1288
- Fix/arc label without ellipsis by @xiaoluoHe in #1291
Full Changelog: v0.19.15...v0.19.16
v0.19.15
🆕 feat
- @visactor/vrender-core: support
clip
effect for new points in tagPointsUpdate animation
🐛 fix
- @visactor/vrender-core: fix issue with area clip direction
- @visactor/vrender-core: get default end props
What's Changed
- Fix/end porps by @purpose233 in #1283
- Feat/clip tag poinst update by @xiaoluoHe in #1284
- fix: fix issue with area clip direction by @neuqzxy in #1285
Full Changelog: v0.19.14...v0.19.15