We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34db460 commit 0249387Copy full SHA for 0249387
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+#### 0.8.25 (2022-01-28)
2
+
3
+##### Bug Fixes
4
5
+- **annotation:** 修复 html 组件 html 参数为 数字、空字符串 以及 特殊字符时出现的报错问题 ([#265](https://github.com/antvis/component/pull/265)) ([34db4609](https://github.com/antvis/component/commit/34db46094c1b3211e6e27e9600cf416acf734444))
6
+- **trend:** trend height 过大 ([#266](https://github.com/antvis/component/pull/266)) ([9a60c279](https://github.com/antvis/component/commit/9a60c279c5d8cb61ef1f230121003de598e38011))
7
8
#### 0.8.24 (2022-01-18)
9
10
##### New Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@antv/component",
- "version": "0.8.24",
+ "version": "0.8.25",
"description": "The component module for antv",
"author": "https://github.com/orgs/antvis/people",
"license": "MIT",
0 commit comments