Releases: VisActor/VRender
Releases · VisActor/VRender
v0.15.0
🆕 feat
- @visactor/vrender-components: pie label line support smooth line
- @visactor/vrender: poptip support formatMethod
- @visactor/vrender: text limit ignore wordBreak, closed #389
- @visactor/vrender: enhance timeline funciton, closed #348
- @visactor/vrender: toCanvas api support viewBox params, closed #272
- @visactor/vrender: support html attribute plugin, closed #153
- @visactor/vrender: support ignoreBuf config, closed #374
- @visactor/vrender: support jsx describe, closed #320
- @visactor/vrender: symbol support more type and support svg format, closed #110 #313
🐛 fix
- @visactor/vrender-components: fix empty items error in axis component when label flush is true
- @visactor/vrender-components: pie chart labels are not drawn as expected when animation is turned on, #750
- @visactor/vrender-components: legend custom event should contain the nativeEvent object
- @visactor/vrender-components: overwrite function attribute for components
- @visactor/vrender: poptip fix width error and add maxWidthPercent
- @visactor/vrender: increase IntersectionObserver robustness in browser env
- @visactor/vrender: pass fontFamily in measureText
- @visactor/vrender: wrapText support wordBreak
🔨 refactor
- @visactor/vrender-components: seperate grid from axis, relate #327
⚡ perf
- @visactor/vrender: improve animate by skip render without window
What's Changed
- Sync 0.14.7 by @neuqzxy in #419
- feat: line support closePath attribute as another definition of linea… by @neuqzxy in #425
- Feat/poptip sync by @neuqzxy in #456
- feat: add scaleCenter by @neuqzxy in #452
- Chore/release scripts by @xile611 in #410
- Fix/rose chart label conflict with legend by @pairone in #453
- fix: increase the robustness of segments by @neuqzxy in #422
- [Auto release] release 0.14.8 by @github-actions in #460
Full Changelog: v0.14.8...v0.15.0
v0.14.8
🆕 feat
- @visactor/vrender: line support closePath attribute as another definition of linearClosed, closed #423
- @visactor/vrender: poptip support formatMethod
- @visactor/vrender: add scaleCenter attribute
🐛 fix
- @visactor/vrender-components: fix the bug of rose chart label conflict with legend, fixed the issue #453
- @visactor/vrender: increase the robustness of segments, closed #424
- @visactor/vrender-components: player visible error and rename events
What's Changed
- chore: fix the tsconfig of packages by @xile611 in #408
- fix/rose chart label layout by @pairone in #403
- fix: player visible error and rename events by @youngwinds in #367
- docs: add rush change log by @youngwinds in #415
- Fix/poptip merge by @neuqzxy in #413
- [Auto release] release 0.14.7 by @github-actions in #417
New Contributors
- @youngwinds made their first contribution in #367
Full Changelog: v0.14.6...v0.14.8
v0.14.7
🆕 feat
- @visactor/vrender-components: poptip support wrap
🐛 fix
- @visactor/vrender-components: rose chart label layout
- @visactor/vrender-components: fix the issue with poptip, closed #322
- @visactor/vrender: poptip fix width error and add maxWidthPercent
🔖 other
- @visactor/vrender-components: fix player visible error and rename event name
What's Changed
- Sync 0.14.5 by @neuqzxy in #365
- fix: increase robustness for wx compatibility by @neuqzxy in #385
- Fix/axis auto hide with flush by @kkxxkk2019 in #377
- refactor: change vglobal to application.global by @neuqzxy in #384
- Fix/set dpr by @neuqzxy in #383
- Feat/polygon label by @xiaoluoHe in #379
- fix: if angle is 0 or not set, ignore autoRotate adjust by @kkxxkk2019 in #393
- fix: fix the issue of area stroke, closed #392 by @neuqzxy in #394
- Fix/brush event by @skie1997 in #395
- [Auto release] release 0.14.6 by @github-actions in #398
Full Changelog: v0.14.5...v0.14.7
v0.14.6
🆕 feat
- @visactor/vrender-components: support simple polygon and point label
- component: support label overlapPadding for sparse display
- brush: add event release function
- brush: add event release function
🐛 fix
- @visactor/vrender-components: axis label's flush should handle before overlap
- @visactor/vrender: increase robustness for wx compatibility
- @visactor/vrender: fix the issue of area stroke, closed #392
- @visactor/vrender: stage support setDpr, closed #382
- @visactor/vrender: fix the circluar dependecies issue caused by importing global from index.js
What's Changed
- Sync 0.14.5 by @neuqzxy in #365
- fix: increase robustness for wx compatibility by @neuqzxy in #385
- Fix/axis auto hide with flush by @kkxxkk2019 in #377
- refactor: change vglobal to application.global by @neuqzxy in #384
- Fix/set dpr by @neuqzxy in #383
- Feat/polygon label by @xiaoluoHe in #379
- fix: if angle is 0 or not set, ignore autoRotate adjust by @kkxxkk2019 in #393
- fix: fix the issue of area stroke, closed #392 by @neuqzxy in #394
- Fix/brush event by @skie1997 in #395
- [Auto release] release 0.14.6 by @github-actions in #398
Full Changelog: v0.14.5...v0.14.6
v0.14.5
🆕 feat
- @visactor/vrender-components: config 'pickable: flase' as default
🐛 fix
- @visactor/vrender-components: fix the issue with poptip, closed #322
- @visactor/vrender-components: slider should handle the scenarios where max and min values are the same
- @visactor/vrender: fix _prePointTargetCache error in EventManager
- @visactor/vrender: fix the issue of * event invalidation when * and named event exist simultaneously
- @visactor/vrender: fix the outerBorder issue with false stroke, closed #342
- @visactor/vrender: fix the issue with outerborder gradient color, closed #343
What's Changed
- fix: targetCenterOffset repeated multiplication calculation by @pairone in #335
- Feat/ handle inverse color for no stroke and configuration stroke by @pairone in #333
- Sync 0.14.4 by @neuqzxy in #340
- fix: fix _prePointTargetCache error in EventManager by @Rui-Sun in #344
- docs: fix link url of readme by @xile611 in #341
- fix: fix the issue with poptip, closed #322 by @neuqzxy in #351
- fix: fix the outerBorder issue with false stroke, closed #342 by @neuqzxy in #350
- fix: fix the issue of * event invalidation when * and named event exi… by @neuqzxy in #349
- feat: config pickable: flase as default by @pairone in #346
- Fix/slider with same range by @kkxxkk2019 in #354
- fix: fix the issue with outerborder gradient color, closed #343 by @neuqzxy in #352
- [Auto release] release 0.14.5 by @github-actions in #356
Full Changelog: v0.14.4...v0.14.5
v0.14.4
🆕 feat
- @visactor/vrender-components: change labelLine of arc label from path mark to line mark to adapt to animation'
- @visactor/vrender-components: smartInvert support fillStrategy strokeStrategy
🐛 fix
- @visactor/vrender-components: user's align config should be first
- @visactor/vrender-components: label shoud omit automaticly when label's width exceeds item's width, relate VisActor/VChart#505
- @visactor/vrender: fix the issue with arc conical color after configuring cap, closed #455
- @visactor/vrender: fix wrapText line cut error
What's Changed
- Sync 0.14.2 by @neuqzxy in #311
- Feat/marker clip range by @skie1997 in #306
- feat: add legendItemAttributeUpdate event in legend by @Rui-Sun in #315
- feat/ change labelLine of arc label from path mark to line mark by @pairone in #310
- feat: remove duplicate code when deconflicting by @pairone in #325
- fix: fix wrapText line cut error by @Rui-Sun in #321
- Fix/components bugs: legend and axis bug (跟版 0.14.3) by @kkxxkk2019 in #316
- fix: fix the issue with arc conical color after configuring cap, clos… by @neuqzxy in #317
- Feat/smart invert fill stroke strategy by @pairone in #328
- Fix/axis label align by @kkxxkk2019 in #330
- Version release/0.13.13 by @neuqzxy in #336
- [Auto release] release 0.14.4 by @github-actions in #337
Full Changelog: v0.14.2...v0.14.4
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
verticalMinSize
andcontainerAlign
for line type axis,verticalMinSize
is used to set the minumum vertical size of axis, andcontainerAlign
is 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