Skip to content

Commit

Permalink
Merge pull request #1547 from VisActor/release/0.20.13
Browse files Browse the repository at this point in the history
[Auto release] release 0.20.13
  • Loading branch information
xile611 authored Nov 13, 2024
2 parents 68cdfd3 + 6c78255 commit ad5e99f
Show file tree
Hide file tree
Showing 72 changed files with 691 additions and 159 deletions.
26 changes: 13 additions & 13 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.20.12","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.20.13","nextBump":"patch"}]
31 changes: 31 additions & 0 deletions docs/assets/changelog/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# v0.20.12

2024-10-31


**What's Changed**

* feat: upgrade vutils to ~0.18.18 by @neuqzxy in https://github.com/VisActor/VRender/pull/1528


**Full Changelog**: https://github.com/VisActor/VRender/compare/v0.20.11...v0.20.12

[more detail about v0.20.12](https://github.com/VisActor/VRender/releases/tag/v0.20.12)

# v0.20.11

2024-10-31


**🐛 Bug fix**

- **@visactor/vrender-components**: optimize limit length calculation for line axis label autoWrap
- **@visactor/vrender-components**: fix bounds of circle axis
- **@visactor/vrender-components**: last page is empty in legend. fix@VisActor/VChart[#3344](https://github.com/VisActor/VRender/issues/3344)
- **@visactor/vrender-core**: fix group fill gradient [#1518](https://github.com/VisActor/VRender/issues/1518)
- **@visactor/vrender-core**: annotate the Ramer Douglas Peucker algorithm in point optimization



[more detail about v0.20.11](https://github.com/VisActor/VRender/releases/tag/v0.20.11)

# v0.20.10

2024-10-25
Expand Down
31 changes: 31 additions & 0 deletions docs/assets/changelog/zh/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# v0.20.12

2024-10-31


**What's Changed**

* feat: upgrade vutils to ~0.18.18 by @neuqzxy in https://github.com/VisActor/VRender/pull/1528


**Full Changelog**: https://github.com/VisActor/VRender/compare/v0.20.11...v0.20.12

[更多详情请查看 v0.20.12](https://github.com/VisActor/VRender/releases/tag/v0.20.12)

# v0.20.11

2024-10-31


**🐛 功能修复**

- **@visactor/vrender-components**: optimize limit length calculation for line axis label autoWrap
- **@visactor/vrender-components**: fix bounds of circle axis
- **@visactor/vrender-components**: last page is empty in legend. fix@VisActor/VChart[#3344](https://github.com/VisActor/VRender/issues/3344)
- **@visactor/vrender-core**: fix group fill gradient [#1518](https://github.com/VisActor/VRender/issues/1518)
- **@visactor/vrender-core**: annotate the Ramer Douglas Peucker algorithm in point optimization



[更多详情请查看 v0.20.11](https://github.com/VisActor/VRender/releases/tag/v0.20.11)

# v0.20.10

2024-10-25
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/en/demo/helicopter.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-text
title: text helicopter
keywords: helicopter
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/helicopter01.gif
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/helicopter01.gif
---

# helicopter demo
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/en/graphic-arc/basic-arc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-arc
title: basic-arc
keywords: arc
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/base-arc.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/base-arc.png
---

# arc graphic
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/en/graphic-arc/fan.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-arc
title: fan
keywords: arc
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/fan.gif
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/fan.gif
---

# arc fan
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/en/graphic-area/basic-area.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-area
title: basic-area
keywords: area
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/area.jpeg
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/area.jpeg
---

# area graphic
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/en/graphic-circle/basic-circle.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-circle
title: basic-circle
keywords: circle
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/circle-base.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/circle-base.png
---

# circle graphic
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/en/graphic-circle/circle-gradient.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-circle
title: circle-gradient
keywords: circle
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/circle-gradient.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/circle-gradient.png
---

# circle graphic
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/en/graphic-glyph/basic-glyph.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-glyph
title: basic-glyph
keywords: glyph
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/glyph-basic.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/glyph-basic.png
---

# glyph graphic
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/en/graphic-line/basic-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-line
title: basic-line
keywords: line
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/line-basic.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/line-basic.png
---

# line graphic
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/en/graphic-path/basic-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-path
title: basic-path
keywords: path
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/path-basic.jpeg
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/path-basic.jpeg
---

# path graphic
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/en/graphic-rect/basic-rect.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-rect
title: basic-rect
keywords: rect
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/rect-basic.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/rect-basic.png
---

# rect graphic
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/en/graphic-rect/morphing-animate.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-rect
title: morphing-animate
keywords: morphing-rect
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/morphing.gif
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/morphing.gif
---

# rect graphic
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/en/graphic-richtext/basic-richtext.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-richtext
title: basic-richtext
keywords: richtext
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/richtext-basic1.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/richtext-basic1.png
---

# richtext graphic
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/en/graphic-symbol/basic-symbol.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-symbol
title: basic-symbol
keywords: symbol
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/symbol-basic.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/symbol-basic.png
---

# symbol graphic
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/en/graphic-symbol/symbol-wave.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-symbol
title: symbol-wave
keywords: symbol
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/wave01.gif
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/wave01.gif
---

# symbol wave
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/en/graphic-text/basic-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-text
title: basic-text
keywords: text
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/text-basic.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/text-basic.png
---

# text graphic
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/en/graphic-text/text-blend.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-text
title: text-blend
keywords: text
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/text-blend.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/text-blend.png
---

# text graphic
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/zh/demo/helicopter.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-text
title: 文字直升机
keywords: helicopter
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/helicopter01.gif
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/helicopter01.gif
---

# 直升机 demo
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/zh/graphic-arc/basic-arc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-arc
title: basic-arc
keywords: arc
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/base-arc.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/base-arc.png
---

# arc 图元
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/zh/graphic-arc/fan.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-arc
title: 扇子
keywords: arc
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/fan.gif
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/fan.gif
---

# arc 扇子
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/zh/graphic-area/basic-area.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-area
title: basic-area
keywords: area
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/area.jpeg
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/area.jpeg
---

# area 图元
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/zh/graphic-circle/basic-circle.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-circle
title: basic-circle
keywords: circle
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/circle-base.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/circle-base.png
---

# circle 图元
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/zh/graphic-circle/circle-gradient.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-circle
title: circle-gradient
keywords: circle
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/circle-gradient.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/circle-gradient.png
---

# circle 图元
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/zh/graphic-glyph/basic-glyph.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-glyph
title: basic-glyph
keywords: glyph
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/glyph-basic.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/glyph-basic.png
---

# glyph 图元
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/zh/graphic-line/basic-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-line
title: basic-line
keywords: line
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/line-basic.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/line-basic.png
---

# line 图元
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/zh/graphic-path/basic-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-path
title: basic-path
keywords: path
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/path-basic.jpeg
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/path-basic.jpeg
---

# path 图元
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/zh/graphic-rect/basic-rect.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-rect
title: basic-rect
keywords: rect
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/rect-basic.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/rect-basic.png
---

# rect 图元
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/zh/graphic-rect/morphing-animate.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-rect
title: morphing-animate
keywords: morphing-rect
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/morphing.gif
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/morphing.gif
---

# rect 图元
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/zh/graphic-richtext/basic-richtext.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: graphic-richtext
title: basic-richtext
keywords: richtext
order: 1-0
cover: http://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/richtext-basic1.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vrender/richtext-basic1.png
---

# richtext 图元
Expand Down
Loading

0 comments on commit ad5e99f

Please sign in to comment.