Releases: VisActor/VRender
Releases · VisActor/VRender
Release list
v0.14.3
🐛 fix
- @visactor/vrender: fix wrapText line cut error
v0.14.2
v0.14.1
🐛 fix
- @visactor/vrender: fix the error of text bounds in safari env, closed #294
What's Changed
- Sync 0.14.0 by @neuqzxy in #299
- Fix/text bottom baseline by @neuqzxy in #297
- fix: rightArc label position offset by @pairone in #300
- fix: fix the error of text bounds in safari env, closed #294 by @neuqzxy in #301
- chore: upgrade dependence by @neuqzxy in #302
- chore: upgrade dependence by @neuqzxy in #303
- [Auto release] release 0.14.1 by @github-actions in #304
Full Changelog: v0.14.0...v0.14.1
v0.14.0
🆕 feat
- @visactor/vrender-components: arc label sink
- @visactor/vrender-components: modify arcLabel position
- component: label component support avoidMarks
- component: label component support custom layout and dataFilter
- @visactor/vrender-components: add
verticalMinSizeandcontainerAlignfor line type axis,verticalMinSizeis used to set the minumum vertical size of axis, andcontainerAlignis to set the all labels's alignment in axis container, support VisActor/VChart#380 - @visactor/vrender: add connect type to line and area
- @visactor/vrender: support flex layout
- @visactor/vrender: support animate-bind event
- @visactor/vrender: support text word-break
- @visactor/vrender: support for vertical layout of text graphic
🐛 fix
- @visactor/vrender-components: the axis label's textAlign and textBaseline should auto adjust when angle is set, releate VisActor/VChart#439
- @visactor/vrender-components: panel only works for line axis
- @visactor/vrender-components: line axis states should set default value
- @visactor/vrender-components: fix the issue of using interactive layer in only on canvas env
- @visactor/vrender: fix the issue of area stroke with texture
- @visactor/vrender: fix the issue of using interactive layer in only on canvas env
🔨 refactor
- @visactor/vrender-components: rename global and window to vglobal and vwindow
- @visactor/vrender: rename global and window to vglobal and vwindow
What's Changed
- feat: support vertical text layout by @neuqzxy in #245
- feat: add basic logic of connect line and area, closed #109 by @neuqzxy in #239
- Dev/0.14.0 sync main by @neuqzxy in #259
- feat: set default and invilid connectType to none, closed #109 by @neuqzxy in #261
- feat: label component support avoidMarks by @xiaoluoHe in #262
- feat: support flex layout, closed #152 by @neuqzxy in #263
- feat: support text word-break, closed #235 by @neuqzxy in #267
- feat: support animate-bind event, closed #264 by @neuqzxy in #269
- fix: fix the issue of line connect, closed #109 by @neuqzxy in #271
- fix: fix the issue of area connect, closed #274 by @neuqzxy in #276
- Sync/main by @kkxxkk2019 in #280
- Feat/add brush operate type by @skie1997 in #278
- Fix/axis label auto limit by @kkxxkk2019 in #281
- fix: fix the issue of text bounding box height, closed #257 by @neuqzxy in #284
- [Auto release] release 0.13.9 by @github-actions in #285
- Sync 0.13.10 by @neuqzxy in #287
- Refactor/global window rename by @neuqzxy in #277
- feat(brush): add sizeThreshold setting by @skie1997 in #286
- [Auto release] release 0.13.9 by @github-actions in #289
- Merge pull request #289 from VisActor/release/0.13.11 by @neuqzxy in #290
- Feat/containerAlign for line axis by @kkxxkk2019 in #268
- Dev/0.14.0 by @neuqzxy in #291
- fix: fix the error of raf in miniapp env by @neuqzxy in #296
- Feat/arc label by @pairone in #216
- [Auto release] release 0.14.0 by @github-actions in #298
Full Changelog: v0.13.5...v0.14.0
v0.13.9
🐛 fix
- components: overlap bitmap test will intercept invalid range, fix #265
- @visactor/vrender: fix the issue of text bounding box height
What's Changed
- Sync 0.13.7 by @neuqzxy in #243
- fix: support no referenceNode in insertBefore() and insertAfter() by @Rui-Sun in #244
- Fix/segment symbol auto rotate by @skie1997 in #241
- Fix/marker format by @skie1997 in #240
- Refactor/label clampforce timing by @xiaoluoHe in #229
- [Auto release] release 0.13.7 by @github-actions in #253
- Sync 0.13.8 by @neuqzxy in #254
- chore: update README logo to adapt dark mode by @zamhown in #255
- perf: enhance the effect of requestAnimationFrame in miniapp, closed … by @neuqzxy in #252
- fix(components): overlap bitmap test will intercept invalid range met… by @xiaoluoHe in #273
- [Auto release] release 0.13.9 by @github-actions in #279
Full Changelog: v0.13.6...v0.13.9
v0.13.8
🆕 feat
- component: label component support custom layout and dataFilter
🐛 fix
- marker: formatMethod logic should not in vrender
- marker: formatMethod logic should not in vrender
- marker: segement support autoRotate setting
- marker: formatMethod logic should not in vrender
⚡ perf
- @visactor/vrender: enhance the effect of requestAnimationFrame in miniapp
🔧 chore
- @visactor/vrender-components: trigger publish alpha version
What's Changed
- Sync 0.13.7 by @neuqzxy in #243
- fix: support no referenceNode in insertBefore() and insertAfter() by @Rui-Sun in #244
- Fix/segment symbol auto rotate by @skie1997 in #241
- Fix/marker format by @skie1997 in #240
- Refactor/label clampforce timing by @xiaoluoHe in #229
- [Auto release] release 0.13.7 by @github-actions in #253
- Sync 0.13.8 by @neuqzxy in #254
- chore: update README logo to adapt dark mode by @zamhown in #255
- perf: enhance the effect of requestAnimationFrame in miniapp, closed … by @neuqzxy in #252
- fix(components): overlap bitmap test will intercept invalid range met… by @xiaoluoHe in #273
- [Auto release] release 0.13.9 by @github-actions in #279
Full Changelog: v0.13.6...v0.13.8
v0.13.7
🆕 feat
- chore: trigger publish
🐛 fix
- legend: when discrete legend's item's width does not exceed maxWidth, it should use its own width, fix:VisActor/VChart#300
- marker: segement support autoRotate setting
What's Changed
- Sync 0.13.7 by @neuqzxy in #243
- fix: support no referenceNode in insertBefore() and insertAfter() by @Rui-Sun in #244
- Fix/segment symbol auto rotate by @skie1997 in #241
- Fix/marker format by @skie1997 in #240
- Refactor/label clampforce timing by @xiaoluoHe in #229
- [Auto release] release 0.13.7 by @github-actions in #253
- Sync 0.13.8 by @neuqzxy in #254
- chore: update README logo to adapt dark mode by @zamhown in #255
- perf: enhance the effect of requestAnimationFrame in miniapp, closed … by @neuqzxy in #252
- fix(components): overlap bitmap test will intercept invalid range met… by @xiaoluoHe in #273
- [Auto release] release 0.13.9 by @github-actions in #279
Full Changelog: v0.13.6...v0.13.7
v0.13.5
🆕 feat
- component: label component support custom layout and dataFilter
🐛 fix
- @visactor/vrender-components: fix the issue of using interactive layer in only on canvas env
- @visactor/vrender: fix the issue of area stroke with texture
- @visactor/vrender: fix the issue of using interactive layer in only on canvas env
v0.13.6
🐛 fix
- @visactor/vrender: fix the issue of arc bounds while outerRadius is smaller than innerRadius
- @visactor/vrender: fix the issue when the segment points is empty
🔖 other
- @visactor/vrender-components: Merge pull request #225 from VisActor/sync-0.13.5
Sync 0.13.5
- @visactor/vrender: fix(wrapText): fix wrapText clip caculate error
What's Changed
- Sync 0.13.4 by @neuqzxy in #215
- fix: fix the issue of using interactive layer in only on canvas env, … by @neuqzxy in #218
- feat: label support custom layout function by @xiaoluoHe in #191
- fix: fix the issue related to text bounds, closed #211 by @neuqzxy in #212
- fix: fix the issue of area stroke with texture by @neuqzxy in #221
- Revert "feat: label support custom layout function" by @kkxxkk2019 in #224
- [Auto release] release 0.13.5 by @github-actions in #222
- Sync 0.13.5 by @kkxxkk2019 in #225
- [Auto release] release 0.13.6 by @github-actions in #226
- Sync 0.13.6 by @neuqzxy in #231
- Fix/data zoom callback and marker formatMethod by @skie1997 in #223
- fix wrapText clip caculate error by @Rui-Sun in #238
- fix: fix the issue of arc bounds while outerRadius is smaller than in… by @neuqzxy in #234
- fix: fix the issue when the segment points is empty, closed #230 by @neuqzxy in #236
- Fix/discrete legend item max width by @kkxxkk2019 in #227
- [Auto release] release 0.13.6 by @github-actions in #242
Full Changelog: v0.13.4...v0.13.6
v0.13.4
🔖 other
- @visactor/vrender: ci: align bugserver config to vchart
What's Changed
- Sync 0.13.2 by @neuqzxy in #197
- Feat/component state style enhancement by @kkxxkk2019 in #193
- fix: fix the issue related to load image in lynx env, closed #196 by @neuqzxy in #198
- Fix/poptip enhance by @neuqzxy in #199
- Fix/data zoom by @skie1997 in #202
- Fix/axis label auto limit by @kkxxkk2019 in #201
- fix(vrender-components): fix the issue of maxLineWidth's value is neg… by @kkxxkk2019 in #203
- fix: fix the issue related to canvas position and enhance poptip over… by @neuqzxy in #204
- Feat/export wrap canvas by @neuqzxy in #205
- [Auto release] release 0.13.3 by @github-actions in #206
- Sync 0.13.3 by @neuqzxy in #209
- Fix/data zoom by @skie1997 in #210
- chore: add change file to publish vrender by @neuqzxy in #213
- ci: align bugserver config to vchart by @neuqzxy in #208
- [Auto release] release 0.13.4 by @github-actions in #214
Full Changelog: v0.13.2...v0.13.4