Skip to content

Commit

Permalink
docs: generate changelog of release v0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neuqzxy committed Feb 24, 2025
1 parent 143ec08 commit 5afa952
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/assets/changelog/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# v0.22.2

2025-02-24


**🆕 New feature**

- **@visactor/vrender-components**: add trigger array config to support pointerupoutside. close @VisActor/VChart[#3734](https://github.com/VisActor/VRender/issues/3734)
- **@visactor/vrender-kits**: graphic support clipConfig attribute
- **@visactor/vrender-core**: graphic support clipConfig attribute
- **@visactor/vrender-core**: group support drawMode attribute
- **@visactor/vrender-core**: image support auto width height by rawImage wh
- **@visactor/vrender**: image support auto width height by rawImage wh

**🐛 Bug fix**

- **@visactor/vrender-core**: fix refresh memory issue caused by event listener
- **@visactor/vrender-core**: fix issue with group setShadowBlendStyle not work on background
- **@visactor/vrender-core**: fix issue with image stroke style
- **@visactor/vrender-core**: issue where NAN appears during the text animation process, [#1752](https://github.com/VisActor/VRender/issues/1752)



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

# v0.21.16

2025-02-21
Expand Down
25 changes: 25 additions & 0 deletions docs/assets/changelog/zh/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# v0.22.2

2025-02-24


**🆕 新增功能**

- **@visactor/vrender-components**: add trigger array config to support pointerupoutside. close @VisActor/VChart[#3734](https://github.com/VisActor/VRender/issues/3734)
- **@visactor/vrender-kits**: graphic support clipConfig attribute
- **@visactor/vrender-core**: graphic support clipConfig attribute
- **@visactor/vrender-core**: group support drawMode attribute
- **@visactor/vrender-core**: image support auto width height by rawImage wh
- **@visactor/vrender**: image support auto width height by rawImage wh

**🐛 功能修复**

- **@visactor/vrender-core**: fix refresh memory issue caused by event listener
- **@visactor/vrender-core**: fix issue with group setShadowBlendStyle not work on background
- **@visactor/vrender-core**: fix issue with image stroke style
- **@visactor/vrender-core**: issue where NAN appears during the text animation process, [#1752](https://github.com/VisActor/VRender/issues/1752)



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

# v0.21.16

2025-02-21
Expand Down

0 comments on commit 5afa952

Please sign in to comment.