Skip to content

Commit

Permalink
docs: generate changelog of release v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neuqzxy committed Feb 18, 2025
1 parent 8b0c793 commit 44960de
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/assets/changelog/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# v0.22.1

2025-02-18


**🆕 New feature**

- **@visactor/vrender-components**: `removeState` of graphic should support array or string
- **@visactor/vrender-kits**: support dynamicTexture
- **@visactor/vrender-kits**: `removeState` of graphic should support array or string
- **@visactor/vrender-core**: richtext support multi-breakline at the end of line
- **@visactor/vrender-core**: support dynamicTexture
- **@visactor/vrender-core**: `removeState` of graphic should support array or string
- **@visactor/vrender**: `removeState` of graphic should support array or string

**🐛 Bug fix**

- **@visactor/vrender-components**: datazoom and scrollbar realtime not work. fix@visactor/vchart[#3716](https://github.com/VisActor/VRender/issues/3716)
- **@visactor/vrender-kits**: datazoom error when spec is updating. fix@visactor/vchart[#3712](https://github.com/VisActor/VRender/issues/3712)
- **@visactor/vrender-kits**: fix the bug of dpr will not work when createWindowByCanvas in node env
- **@visactor/vrender-core**: fix issue with editing attribute when trigger focus manual
- **@visactor/vrender-core**: fix issue with multiline richtext lineHeight
- **@visactor/vrender-core**: fix issue with path parse, closed [#1616](https://github.com/VisActor/VRender/issues/1616)
- **@visactor/vrender-core**: fix issue with richtext background overlap, fix issue with deFocus
- **@visactor/vrender-core**: clear richtext bounds while it is empty



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

# v0.22.0

2025-02-08
Expand Down
30 changes: 30 additions & 0 deletions docs/assets/changelog/zh/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# v0.22.1

2025-02-18


**🆕 新增功能**

- **@visactor/vrender-components**: `removeState` of graphic should support array or string
- **@visactor/vrender-kits**: support dynamicTexture
- **@visactor/vrender-kits**: `removeState` of graphic should support array or string
- **@visactor/vrender-core**: richtext support multi-breakline at the end of line
- **@visactor/vrender-core**: support dynamicTexture
- **@visactor/vrender-core**: `removeState` of graphic should support array or string
- **@visactor/vrender**: `removeState` of graphic should support array or string

**🐛 功能修复**

- **@visactor/vrender-components**: datazoom and scrollbar realtime not work. fix@visactor/vchart[#3716](https://github.com/VisActor/VRender/issues/3716)
- **@visactor/vrender-kits**: datazoom error when spec is updating. fix@visactor/vchart[#3712](https://github.com/VisActor/VRender/issues/3712)
- **@visactor/vrender-kits**: fix the bug of dpr will not work when createWindowByCanvas in node env
- **@visactor/vrender-core**: fix issue with editing attribute when trigger focus manual
- **@visactor/vrender-core**: fix issue with multiline richtext lineHeight
- **@visactor/vrender-core**: fix issue with path parse, closed [#1616](https://github.com/VisActor/VRender/issues/1616)
- **@visactor/vrender-core**: fix issue with richtext background overlap, fix issue with deFocus
- **@visactor/vrender-core**: clear richtext bounds while it is empty



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

# v0.22.0

2025-02-08
Expand Down

0 comments on commit 44960de

Please sign in to comment.