|
1 | | -# v2.0.12 |
2 | | - |
3 | | -2025-12-25 |
4 | | - |
5 | 1 | # v2.0.12 |
6 | 2 |
|
7 | 3 | 2025-12-25 |
|
19 | 15 |
|
20 | 16 | **Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.11...v2.0.12 |
21 | 17 |
|
22 | | -[more detail about v2.0.12](https://github.com/VisActor/VChart/releases/tag/v2.0.12) |
23 | | - |
24 | | -[more detail about v2.0.12](https://github.com/VisActor/VChart/releases/tag/v2.0.12) |
25 | | - |
26 | | -# v2.0.11 |
27 | | - |
28 | | -2025-12-11 |
29 | | - |
| 18 | +[more detail about v2.0.12](https://github.com/VisActor/VChart/releases/tag/v2.0.12) |
| 19 | + |
| 20 | + |
| 21 | +# v2.0.11 |
| 22 | + |
| 23 | +2025-12-11 |
| 24 | + |
30 | 25 | # v2.0.11 |
31 | 26 |
|
32 | 27 | 2025-12-11 |
|
46 | 41 |
|
47 | 42 | **Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.10...v2.0.11 |
48 | 43 |
|
49 | | -[more detail about v2.0.11](https://github.com/VisActor/VChart/releases/tag/v2.0.11) |
50 | | - |
51 | | -[more detail about v2.0.11](https://github.com/VisActor/VChart/releases/tag/v2.0.11) |
52 | | - |
53 | | -# v2.0.10 |
54 | | - |
55 | | -2025-11-28 |
56 | | - |
57 | | - |
58 | | -**🆕 New Features** |
| 44 | +[more detail about v2.0.11](https://github.com/VisActor/VChart/releases/tag/v2.0.11) |
| 45 | + |
| 46 | +[more detail about v2.0.11](https://github.com/VisActor/VChart/releases/tag/v2.0.11) |
| 47 | + |
| 48 | +# v2.0.10 |
| 49 | + |
| 50 | +2025-11-28 |
| 51 | + |
| 52 | + |
| 53 | +**🆕 New Features** |
59 | 54 |
|
60 | 55 |
|
61 | 56 | * @visactor/vchart: Enhance boxplot features by @xile611 in https://github.com/VisActor/VChart/pull/4323 |
62 | 57 |
|
63 | | - |
64 | | -**🐛 Bug Fixes** |
| 58 | + |
| 59 | +**🐛 Bug Fixes** |
65 | 60 |
|
66 | 61 |
|
67 | 62 | * @visactor/vchart: Upgrade vrender dependency to fix rose chart issues by @xuefei1313 in https://github.com/VisActor/VChart/pull/4315 |
|
70 | 65 | * @visactor/vchart: Fix font family setting issue by @xuefei1313 in https://github.com/VisActor/VChart/pull/4324 |
71 | 66 | * @visactor/vchart: Fix issue with setDimensionIndex by @xuefei1313 in https://github.com/VisActor/VChart/pull/4291 |
72 | 67 |
|
73 | | - |
74 | | -**📖 Documentation** |
| 68 | + |
| 69 | +**📖 Documentation** |
75 | 70 |
|
76 | 71 |
|
77 | 72 | * @visactor/vchart: Add candlestick chart guide by @xuefei1313 in https://github.com/VisActor/VChart/pull/4310 |
|
80 | 75 | * @visactor/vchart: Add 3D registration content to guide by @xuefei1313 in https://github.com/VisActor/VChart/pull/4312 |
81 | 76 | * @visactor/vchart: Fix documentation for common chart option labelLayout by @xuefei1313 in https://github.com/VisActor/VChart/pull/4316 |
82 | 77 |
|
83 | | -**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.9...v2.0.10 |
84 | | - |
85 | | -[more detail about v2.0.10](https://github.com/VisActor/VChart/releases/tag/v2.0.10) |
86 | | - |
87 | | -# v2.0.9 |
88 | | - |
89 | | -2025-11-18 |
90 | | - |
91 | | - |
92 | | -**🆕 New Features** |
| 78 | +**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.9...v2.0.10 |
| 79 | + |
| 80 | +[more detail about v2.0.10](https://github.com/VisActor/VChart/releases/tag/v2.0.10) |
| 81 | + |
| 82 | +# v2.0.9 |
| 83 | + |
| 84 | +2025-11-18 |
| 85 | + |
| 86 | + |
| 87 | +**🆕 New Features** |
93 | 88 |
|
94 | 89 |
|
95 | 90 | * @visactor/react-vchart: Add export for registerChartResizeZoomPlugin by @xuefei1313 in https://github.com/VisActor/VChart/pull/4286 |
96 | 91 | * @visactor/vchart: Support effect animation by @purpose233 in https://github.com/VisActor/VChart/pull/4299 |
97 | 92 | * @visactor/vchart: Enhance datazoom and fix bugs by @skie1997 in https://github.com/VisActor/VChart/pull/4065 |
98 | 93 |
|
99 | | - |
100 | | -**🐛 Bug Fixes** |
| 94 | + |
| 95 | +**🐛 Bug Fixes** |
101 | 96 |
|
102 | 97 |
|
103 | 98 | * @visactor/vchart-extension: Fix the vchart-extension packaged artifacts contained an extra version by @xuefei1313 in https://github.com/VisActor/VChart/pull/4277 |
104 | 99 | * @visactor/vchart: Fix markline auto range by @xuefei1313 in https://github.com/VisActor/VChart/pull/4290 |
105 | 100 |
|
106 | | - |
107 | | -**📖 Documentation** |
| 101 | + |
| 102 | +**📖 Documentation** |
108 | 103 |
|
109 | 104 |
|
110 | 105 | * @visactor/vchart: Fix registerMorph error in example by @xuefei1313 in https://github.com/VisActor/VChart/pull/4285 |
111 | 106 | * @visactor/vchart: Add candlestick demo by @xuefei1313 in https://github.com/VisActor/VChart/pull/4297 |
112 | 107 |
|
113 | | -**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.7...v2.0.9 |
114 | | - |
115 | | -[more detail about v2.0.9](https://github.com/VisActor/VChart/releases/tag/v2.0.9) |
116 | | - |
117 | | -# v2.0.7 |
118 | | - |
119 | | -2025-11-03 |
120 | | - |
| 108 | +**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.7...v2.0.9 |
| 109 | + |
| 110 | +[more detail about v2.0.9](https://github.com/VisActor/VChart/releases/tag/v2.0.9) |
| 111 | + |
| 112 | +# v2.0.7 |
| 113 | + |
| 114 | +2025-11-03 |
| 115 | + |
121 | 116 | 🆕 New Features |
122 | 117 |
|
123 | 118 | @visactor/vchart: Support resize zoom chart plugin by @xuefei1313 in https://github.com/VisActor/VChart/pull/4241 |
|
137 | 132 |
|
138 | 133 |
|
139 | 134 |
|
140 | | - |
141 | | - |
142 | | -[more detail about v2.0.7](https://github.com/VisActor/VChart/releases/tag/v2.0.7) |
143 | | - |
144 | | -# v2.0.6 |
145 | | - |
146 | | -2025-10-14 |
147 | | - |
148 | | - |
149 | | -**What's Changed** |
| 135 | + |
| 136 | + |
| 137 | +[more detail about v2.0.7](https://github.com/VisActor/VChart/releases/tag/v2.0.7) |
| 138 | + |
| 139 | +# v2.0.6 |
| 140 | + |
| 141 | +2025-10-14 |
| 142 | + |
| 143 | + |
| 144 | +**What's Changed** |
150 | 145 |
|
151 | 146 | * fix: fix the issue of legend pager by @xuefei1313 in https://github.com/VisActor/VChart/pull/4212 |
152 | 147 | * Feat/support calc in formatter by @xuefei1313 in https://github.com/VisActor/VChart/pull/4211 |
|
157 | 152 | * feat: change vrender dependencies by @xuefei1313 in https://github.com/VisActor/VChart/pull/4224 |
158 | 153 |
|
159 | 154 |
|
160 | | -**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.5...v2.0.6 |
161 | | - |
162 | | -[more detail about v2.0.6](https://github.com/VisActor/VChart/releases/tag/v2.0.6) |
163 | | - |
164 | | -# v2.0.5 |
165 | | - |
166 | | -2025-09-19 |
167 | | - |
168 | | - |
169 | | - |
170 | | -[more detail about v2.0.5](https://github.com/VisActor/VChart/releases/tag/v2.0.5) |
171 | | - |
172 | | -# v2.0.2 |
173 | | - |
174 | | -2025-07-28 |
175 | | - |
176 | | - |
177 | | -**🆕 New feature** |
| 155 | +**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.5...v2.0.6 |
| 156 | + |
| 157 | +[more detail about v2.0.6](https://github.com/VisActor/VChart/releases/tag/v2.0.6) |
| 158 | + |
| 159 | +# v2.0.5 |
| 160 | + |
| 161 | +2025-09-19 |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | +[more detail about v2.0.5](https://github.com/VisActor/VChart/releases/tag/v2.0.5) |
| 166 | + |
| 167 | +# v2.0.2 |
| 168 | + |
| 169 | +2025-07-28 |
| 170 | + |
| 171 | + |
| 172 | +**🆕 New feature** |
178 | 173 |
|
179 | 174 | - **@visactor/vchart**: add the afterClearRect hook of render |
180 | 175 |
|
181 | | -**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.1...v2.0.2 |
182 | | - |
183 | | -[more detail about v2.0.2](https://github.com/VisActor/VChart/releases/tag/v2.0.2) |
184 | | - |
185 | | -# v2.0.1 |
186 | | - |
187 | | -2025-07-24 |
188 | | - |
189 | | - |
190 | | -**🆕 New feature** |
| 176 | +**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.1...v2.0.2 |
| 177 | + |
| 178 | +[more detail about v2.0.2](https://github.com/VisActor/VChart/releases/tag/v2.0.2) |
| 179 | + |
| 180 | +# v2.0.1 |
| 181 | + |
| 182 | +2025-07-24 |
| 183 | + |
| 184 | + |
| 185 | +**🆕 New feature** |
191 | 186 |
|
192 | 187 | - **@visactor/vchart**: add config to avoid brush state update. close [#4035](https://github.com/VisActor/VChart/issues/4035) |
193 | 188 | - **@visactor/vchart**: optimize datazoom animation effect |
194 | 189 | - **@visactor/vchart**: add the afterClearScreen hook of render |
195 | | - |
196 | | -**🐛 Bug fix** |
| 190 | + |
| 191 | +**🐛 Bug fix** |
197 | 192 |
|
198 | 193 | - **@visactor/vchart**: fix issue with 3d chart grid |
199 | 194 | - **@visactor/vchart**: tickData of axis should update when `sampling` is changed, fix [#4059](https://github.com/VisActor/VChart/issues/4059) |
|
204 | 199 | - **@visactor/vchart**: fix tooltip throw error when some tooltip processor is undefined, fix [#4044](https://github.com/VisActor/VChart/issues/4044) |
205 | 200 | - **@visactor/vchart**: fix `textAlign` not works in tooltip.style.titleLabel, fix [#4043](https://github.com/VisActor/VChart/issues/4043) |
206 | 201 |
|
207 | | - |
208 | | - |
209 | | -[more detail about v2.0.1](https://github.com/VisActor/VChart/releases/tag/v2.0.1) |
210 | | - |
| 202 | + |
| 203 | + |
| 204 | +[more detail about v2.0.1](https://github.com/VisActor/VChart/releases/tag/v2.0.1) |
| 205 | + |
211 | 206 | # v1.13.11 |
212 | 207 |
|
213 | 208 | 2025-05-29 |
|
1124 | 1119 |
|
1125 | 1120 | # 1.11.0-alpha.1 |
1126 | 1121 | - VChart支持HarmonyOS的StageTS架构 |
| 1122 | + |
0 commit comments