Skip to content

Releases: VisActor/VRender

v0.13.3

25 Jul 07:57
37a5e53
Compare
Choose a tag to compare

🆕 feat

  • vrender-components: discreate legend's item's state style supports function
  • vrender-components: axis label, tick and subTick's state style supports function
  • @visactor/vrender: export wrap canvas and context

🐛 fix

  • @visactor/vrender-components: fix the issue of maxLineWidth's value is negative
  • @visactor/vrender: fix the issue related to load image in lynx env

What's Changed

Full Changelog: v0.13.0...v0.13.3

v0.13.2

24 Jul 11:36
37a5e53
Compare
Choose a tag to compare

🐛 fix

  • vrender-components: fix the calculation of axis title offset
  • vrender-components: fix the issue of bounds when labelContainer is empty
  • @visactor/vrender: fix the poptip not work due to mount and unmount issue

What's Changed

Full Changelog: v0.13.0...v0.13.2

v0.13.1

21 Jul 03:10
6e43f73
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vrender-components: fix the offset of axis title
  • @visactor/vrender: fix the error of drawing arc background
  • @visactor/vrender: fix the error caused by reflect-metadata in react env
  • @visactor/vrender: fix the bounds issue caused by fontWeight

What's Changed

Full Changelog: v0.12.3...v0.13.1

v0.13.0

19 Jul 09:21
6e43f73
Compare
Choose a tag to compare

🆕 feat

  • axis: support custom method for autohide
  • @visactor/vrender-components: tooltip supports rich text which can wrap
  • axis: support dataFilter property for tick and label's data filter
  • axis: add anti-overlapping logic for cartesian axis labels
  • @visactor/vrender-components: support poptip component and plugin
  • @visactor/vrender: new api to measure rich text bounds
  • @visactor/vrender: add stopAnimates() to IGraphic
  • @visactor/vrender: area support stroke
  • @visactor/vrender: support interactive layer
  • @visactor/vrender: support createCanvasNG in lynx env
  • @visactor/vrender: support wx env
  • @visactor/vrender: support interactive contribution

🐛 fix

  • legend: compact the undefiend scene when use Object.keys
  • @visactor/vrender: add compatibility on createPattern

What's Changed

Full Changelog: v0.12.3...v0.13.0

v0.12.3

12 Jul 12:54
67fb500
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vrender: fix the issue of arc background do not work
  • @visactor/vrender: fix the issue of warning while call insertIntoKeepIdx

🔖 other

  • @visactor/vrender: new api to measure rich text bounds

What's Changed

Full Changelog: v0.12.2...v0.12.3

v0.12.2

11 Jul 13:37
5a6c944
Compare
Choose a tag to compare

🐛 fix

  • components: fix a layout issue when legend item is larger than maxWidth
  • components: adjust the drawing level of grid and subGrid
  • @visactor/vrender-components: set the pickMode of pager handler to imprecise to improve the click in mobile
  • @visactor/vrender: fix the issue of false warn
  • @visactor/vrender: fix the error of setLineDash in lynx

🔧 chore

  • @visactor/vrender-components: remove gl-matrix

What's Changed

Full Changelog: v0.12.1...v0.12.2

v0.12.1

07 Jul 09:18
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vrender: text support scaleIn3d in 3d mode

🐛 fix

  • @visactor/vrender-components: check label inside in smartInvert

🔖 other

  • @visactor/vrender: fix the bug of view3dtransform caused by undefined beta

Full Changelog: https://github.com/VisActor/VRender/commits/v0.12.1

v0.12.0

06 Jul 09:22
ab66544
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vrender-components: tooltip should not throw error when title not exist
  • @visactor/vrender: tooltip should not throw error when title not exist

🔨 refactor

  • @visactor/vrender-components: refactor interfaces and types of typescript
  • @visactor/react-vrender-utils: refactor interfaces and types of typescript
  • @visactor/react-vrender: refactor interfaces and types of typescript
  • @visactor/vrender-kits: refactor interfaces and types of typescript
  • @visactor/vrender: refactor interfaces and types of typescript

🔖 other

  • @visactor/vrender: fix the bug where repeat attribute doesn't work in image
  • @visactor/vrender: fix the bug in arc bounds
  • @visactor/vrender: fix the bug of stroke bounds
  • @visactor/vrender: fix the bug in FadeInPlus
  • @visactor/vrender: fix the bug of rendering pyramid3d graphic
  • @visactor/vrender: fix the bug of releasing in node env
  • @visactor/vrender: fix the bug of pick path
  • @visactor/vrender: support sine and expo ease

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.12.0

v0.11.1

28 Jun 03:19
f34aa2a
Compare
Choose a tag to compare

🔖 other

  • @visactor/vrender: optimize the performance of drawing conical-gradient

What's Changed

  • fix: fix the bug of merge textHeight by @neuqzxy in #87
  • fix: wheel event issue by @xiaoluoHe in #92
  • [Auto release] release 0.11.1 by @github-actions in #93

Full Changelog: v0.11.0...v0.11.1

v0.11.0

27 Jun 03:39
d239f6b
Compare
Choose a tag to compare

🔖 other

  • @visactor/vrender-components: fix the position offset of the tooltip content shape
  • @visactor/vrender-components: update vUtils version
  • @visactor/vrender-components: rename all of the borderRadius to cornerRadius
  • @visactor/react-vrender-utils: update vUtils version
  • @visactor/react-vrender: update vUtils version
  • @visactor/vrender-kits: update vUtils version
  • @visactor/vrender: fix the bug of arc in 3d mode
  • @visactor/vrender: fix the bug of gradient-color caused by bounds and offsetXY
  • @visactor/vrender: fix the bug of gradient color while the x1 in color is zero caused by ||
  • @visactor/vrender: fix the bug of dpr in node env
  • @visactor/vrender: fix the error of options3d default value
  • @visactor/vrender: fix the bug of rect cornerRadius on left top
  • @visactor/vrender: update vUtils version
  • @visactor/vrender: move enableView3dTransform into options3d
  • @visactor/vrender: rename all of the borderRadius to cornerRadius

What's Changed

  • fix: fix the error of options3d default value by @neuqzxy in #62
  • fix: fix the bug of gradient color while the x1 in color is zero caus… by @neuqzxy in #63
  • feat: move enableView3dTransform into options3d by @neuqzxy in #64
  • feat: update vUtils version by @neuqzxy in #65
  • fix: tooltip shape position by @zamhown in #66
  • perf: optimize the performance of setAttributes, closed #26 by @neuqzxy in #68
  • Feat/border radius rename by @neuqzxy in #67
  • Pre release/0.11.0 alpha.1 by @neuqzxy in #72
  • fix: fix the dpr in node env by @neuqzxy in #74
  • fix: fix the bug of gradient-color caused by bounds and offsetXY by @neuqzxy in #75
  • chore: edit the exports config by @neuqzxy in #76
  • Ci/update ci by @neuqzxy in #77
  • fix: fix the bug of rect cornerRadius on left top by @neuqzxy in #78
  • Fix/3d arc by @neuqzxy in #79
  • build: prelease version 0.11.0-alpha.2 by @neuqzxy in #80
  • feat: textBaseline do not affecte lineHeight by @Rui-Sun in #73
  • Revert "feat: textBaseline do not affecte lineHeight" by @neuqzxy in #81
  • Feat/text line height by @Rui-Sun in #82
  • fix: fix the type error by @kkxxkk2019 in #83
  • test: add demo by @neuqzxy in #84
  • [Auto release] release 0.11.0 by @github-actions in #85

New Contributors

Full Changelog: v0.10.1...v0.11.0