UNPKG

47.1 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6# [5.6.0](https://github.com/antvis/f2/compare/v5.5.2...v5.6.0) (2024-09-19)
7
8
9### Bug Fixes
10
11* 修改注入版本插件 ([#1999](https://github.com/antvis/f2/issues/1999)) ([0d9fe7d](https://github.com/antvis/f2/commit/0d9fe7d813c286d6d37fad5407546677cf8fadb6))
12
13
14### Features
15
16* export version ([#1996](https://github.com/antvis/f2/issues/1996)) ([787abb2](https://github.com/antvis/f2/commit/787abb2898cd6f19bcbfef089e7fc7497195990f))
17* 增加阶梯图 ([#1998](https://github.com/antvis/f2/issues/1998)) ([e0ccc98](https://github.com/antvis/f2/commit/e0ccc98950985196d406141cc51bfbb5e8168a37))
18
19
20
21
22
23## [5.5.2](https://github.com/antvis/f2/compare/v5.5.1...v5.5.2) (2024-07-10)
24
25**Note:** Version bump only for package @antv/f2
26
27
28
29
30
31## [5.5.1](https://github.com/antvis/f2/compare/v5.5.0...v5.5.1) (2024-06-14)
32
33
34### Bug Fixes
35
36* stack scale ([#1978](https://github.com/antvis/f2/issues/1978)) ([441795b](https://github.com/antvis/f2/commit/441795bd06ed3a54550d4263d59b884e30596297))
37
38
39
40
41
42# [5.5.0](https://github.com/antvis/f2/compare/v5.4.5...v5.5.0) (2024-05-30)
43
44
45### Bug Fixes
46
47* size支持px ([#1975](https://github.com/antvis/f2/issues/1975)) ([6973421](https://github.com/antvis/f2/commit/697342122bb9dfd301cb45afa21c32a98c9c5817))
48
49
50### Features
51
52* 增加Pictorial组件 ([#1974](https://github.com/antvis/f2/issues/1974)) ([24f5944](https://github.com/antvis/f2/commit/24f59447282d4895a3553a12daca8df879b94e11))
53* **guide:** 增加 PolylineGuide ([#1960](https://github.com/antvis/f2/issues/1960)) ([6680534](https://github.com/antvis/f2/commit/66805340d9bbf36b11f03c31733f5bc5191f3eb4))
54* image、tag、rect guide 补充字段 ([#1962](https://github.com/antvis/f2/issues/1962)) ([ad38d32](https://github.com/antvis/f2/commit/ad38d32042ea8eb06742e32e1a596733e2178239))
55
56
57
58
59
60## [5.4.5](https://github.com/antvis/f2/compare/v5.4.4...v5.4.5) (2024-03-28)
61
62
63### Bug Fixes
64
65* tooltip tips 透出 record 参数 ([#1947](https://github.com/antvis/f2/issues/1947)) ([177fdc6](https://github.com/antvis/f2/commit/177fdc684a1c8f7b731fb1f449b1ee8902861806))
66
67
68
69
70
71## [5.4.4](https://github.com/antvis/f2/compare/v5.4.3...v5.4.4) (2024-03-22)
72
73
74### Bug Fixes
75
76* guide超出范围不显示 ([#1944](https://github.com/antvis/f2/issues/1944)) ([b2bee66](https://github.com/antvis/f2/commit/b2bee665bf222b7e9673acd62809cd2869626749))
77
78
79
80
81
82## [5.4.3](https://github.com/antvis/f2/compare/v5.4.2...v5.4.3) (2024-03-21)
83
84
85### Bug Fixes
86
87* guide 超出范围不显示 ([#1941](https://github.com/antvis/f2/issues/1941)) ([2ffcc5d](https://github.com/antvis/f2/commit/2ffcc5d59c51a3898f9f407a2903ef6a6cf996f3))
88
89
90
91
92
93## [5.4.2](https://github.com/antvis/f2/compare/v5.4.1...v5.4.2) (2024-03-11)
94
95
96### Bug Fixes
97
98* player guide visible ([#1936](https://github.com/antvis/f2/issues/1936)) ([a9c767b](https://github.com/antvis/f2/commit/a9c767b0ab8768a2fdf4fa0415a5808b9a60f50e))
99
100
101
102
103
104## [5.4.1](https://github.com/antvis/f2/compare/v5.4.0...v5.4.1) (2024-03-06)
105
106
107### Bug Fixes
108
109* 优化 withGuide ts 定义 ([#1934](https://github.com/antvis/f2/issues/1934)) ([524b506](https://github.com/antvis/f2/commit/524b506a882140ce4221099db625ed5c458e01f9)), closes [#1890](https://github.com/antvis/f2/issues/1890) [#1890](https://github.com/antvis/f2/issues/1890)
110
111
112
113
114
115# [5.4.0](https://github.com/antvis/f2/compare/v5.3.0...v5.4.0) (2024-02-26)
116
117
118### Features
119
120* selection 增加 onChange ([#1931](https://github.com/antvis/f2/issues/1931)) ([ca9bd0b](https://github.com/antvis/f2/commit/ca9bd0bc5f42df11c44a39bc472d838fd52d6f93))
121
122
123
124
125
126# [5.3.0](https://github.com/antvis/f2/compare/v5.2.2...v5.3.0) (2024-02-21)
127
128
129### Bug Fixes
130
131* transposed为false时饼图交互 ([#1923](https://github.com/antvis/f2/issues/1923)) ([dbfb0ed](https://github.com/antvis/f2/commit/dbfb0ed72563d5575046ba878f785b8c14d782b4))
132
133
134### Features
135
136* scroll bar 样式支持可配置 ([#1900](https://github.com/antvis/f2/issues/1900)) ([2e84a26](https://github.com/antvis/f2/commit/2e84a266bbb333fccc44ee1704066a723547c5bd))
137
138
139
140
141
142## [5.2.2](https://github.com/antvis/f2/compare/v5.2.1...v5.2.2) (2024-01-05)
143
144
145### Bug Fixes
146
147* 蜡烛图切换销毁scrollbar时移除对应事件 ([#1920](https://github.com/antvis/f2/issues/1920)) ([0a6e7e1](https://github.com/antvis/f2/commit/0a6e7e1f9ff75e0fbcbf628ae13402ab50730d04))
148
149
150
151
152
153## [5.2.1](https://github.com/antvis/f2/compare/v5.2.0...v5.2.1) (2024-01-03)
154
155
156### Bug Fixes
157
158* **Axis:** 坐标轴文本超界自动对齐 ([#1918](https://github.com/antvis/f2/issues/1918)) ([7bb11e3](https://github.com/antvis/f2/commit/7bb11e335660072730cf6a2d62b97f74afd98028))
159* **candlestick:** 蜡烛图开盘价收盘价一致时,颜色用上个交易日的比较 ([#1917](https://github.com/antvis/f2/issues/1917)) ([2446f22](https://github.com/antvis/f2/commit/2446f2280181353ed56bd9fc8e79b6a1d1460a8a))
160* 快扫动画进行中时,修改数据,图表显示异常 ([#1916](https://github.com/antvis/f2/issues/1916)) ([095ce5f](https://github.com/antvis/f2/commit/095ce5fff5e16a3bcc9045dee3d4b94b4920e443))
161
162
163
164
165
166# [5.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02)
167
168
169### Bug Fixes
170
171* legend resize ([#1912](https://github.com/antvis/f2/issues/1912)) ([8d57a2c](https://github.com/antvis/f2/commit/8d57a2ce8fb3ad67a9f6b5934021585d8ec6a85c))
172
173
174### Features
175
176* tooltip自动换行 ([#1911](https://github.com/antvis/f2/issues/1911)) ([2aaa51f](https://github.com/antvis/f2/commit/2aaa51f69594a79738806b0d2534abad327e935f))
177
178
179
180
181
182# [5.1.0](https://github.com/antvis/f2/compare/v5.0.39...v5.1.0) (2023-12-28)
183
184
185### Bug Fixes
186
187* 修复 ci 报错 ([#1899](https://github.com/antvis/f2/issues/1899)) ([5f017cd](https://github.com/antvis/f2/commit/5f017cd5cc29894a5bd10ed6cc250cd0ab6888b1))
188
189
190### Features
191
192* 坐标轴支持自定义宽高 ([#1906](https://github.com/antvis/f2/issues/1906)) ([d20ca53](https://github.com/antvis/f2/commit/d20ca5329465a6f33db200864b46a8f739ccbe01))
193
194
195
196
197
198## [5.0.39](https://github.com/antvis/f2/compare/v5.0.38...v5.0.39) (2023-11-27)
199
200
201### Bug Fixes
202
203* dodge 平移 scale 不更新 ([#1897](https://github.com/antvis/f2/issues/1897)) ([49b3a72](https://github.com/antvis/f2/commit/49b3a72bb163da59072bf8d99cf44853021839c3))
204
205
206
207
208
209## [5.0.38](https://github.com/antvis/f2/compare/v5.0.37...v5.0.38) (2023-11-26)
210
211
212### Bug Fixes
213
214* 修复 dodge 平移显示问题 ([#1895](https://github.com/antvis/f2/issues/1895)) ([07ea4fe](https://github.com/antvis/f2/commit/07ea4fe2bb53f76cdea2db6bc7908f6a6c491f2e))
215
216
217
218
219
220## [5.0.37](https://github.com/antvis/f2/compare/v5.0.36...v5.0.37) (2023-11-24)
221
222
223### Bug Fixes
224
225* 修复 tickLine 位置不更新 ([#1893](https://github.com/antvis/f2/issues/1893)) ([d14d0bf](https://github.com/antvis/f2/commit/d14d0bf670982403779015aa80103171d0dfec52))
226
227
228
229
230
231## [5.0.36](https://github.com/antvis/f2/compare/v5.0.35...v5.0.36) (2023-11-23)
232
233
234### Bug Fixes
235
236* swipe 支撑单向快扫 ([#1891](https://github.com/antvis/f2/issues/1891)) ([95a2c50](https://github.com/antvis/f2/commit/95a2c50d6d5097e6d458f8b225fd4596aaac5480))
237
238
239
240
241
242## [5.0.35](https://github.com/antvis/f2/compare/v5.0.34...v5.0.35) (2023-11-22)
243
244
245### Bug Fixes
246
247* 临时修复 dodge 的平移问题 ([#1888](https://github.com/antvis/f2/issues/1888)) ([0a5dd90](https://github.com/antvis/f2/commit/0a5dd9050ef106b1ec218b5cd9285d551d6a6998))
248
249
250
251
252
253## [5.0.34](https://github.com/antvis/f2/compare/v5.0.33...v5.0.34) (2023-11-02)
254
255
256### Bug Fixes
257
258* **geometry:** 修复 record 存在 NaN 时,sort 顺序不对 ([#1878](https://github.com/antvis/f2/issues/1878)) ([7b03b0c](https://github.com/antvis/f2/commit/7b03b0c8108d7e3c4a9dc3194d4f97c83975d3ac))
259
260
261
262
263
264## [5.0.33](https://github.com/antvis/f2/compare/v5.0.32...v5.0.33) (2023-10-24)
265
266
267### Bug Fixes
268
269* **Area:** 修复面积图 x 为空时,图形不绘制 Closed [#1867](https://github.com/antvis/f2/issues/1867) ([#1868](https://github.com/antvis/f2/issues/1868)) ([5b8da58](https://github.com/antvis/f2/commit/5b8da58f416942b2c7d5e4032958ccb7cc7efa69))
270* pielabel event callback ([#1857](https://github.com/antvis/f2/issues/1857)) ([4b22fe5](https://github.com/antvis/f2/commit/4b22fe5cb6250a63dfd741edd6c8f369d4b01f6b))
271* 修复chart未清除缓存的组件的问题 ([#1856](https://github.com/antvis/f2/issues/1856)) ([9216d2b](https://github.com/antvis/f2/commit/9216d2b5900c49a0645a8bab097e8fc9ffa3f824))
272
273
274
275
276
277## 5.0.32 (2023-09-07)
278
279**Note:** Version bump only for package @antv/f2
280
281
282
283
284
285## [5.0.31](https://github.com/antvis/f2/compare/v5.0.30...v5.0.31) (2023-09-05)
286
287
288### Bug Fixes
289
290* 修复 smooth 时,line 和 area 线条不一致。Closed: [#1835](https://github.com/antvis/f2/issues/1835) ([#1836](https://github.com/antvis/f2/issues/1836)) ([2b39b0c](https://github.com/antvis/f2/commit/2b39b0c3c31d9e34c8baefbe69e322a443a608bf))
291
292
293
294
295
296## 5.0.30 (2023-08-28)
297
298**Note:** Version bump only for package @antv/f2
299
300
301
302
303
304## 5.0.29 (2023-07-21)
305
306**Note:** Version bump only for package @antv/f2
307
308
309
310
311
312## 5.0.28 (2023-07-18)
313
314
315### Bug Fixes
316
317* fix axis style && tooltip ([#1513](https://github.com/antvis/f2/issues/1513)) ([42458a7](https://github.com/antvis/f2/commit/42458a704f9801730bc764f953e4c083d9795588))
318* 对叠图最大值有问题,当adjust={{type: 'stack'}}时 & 修复官网条形图&进度条报错 ([#1558](https://github.com/antvis/f2/issues/1558)) ([ac696b1](https://github.com/antvis/f2/commit/ac696b1baba15d6e27c566a8d1a61883781005b7))
319* [@jsx](https://github.com/jsx)ImportSource 模式不报错 ([#1409](https://github.com/antvis/f2/issues/1409)) ([393d8f1](https://github.com/antvis/f2/commit/393d8f143f78be66e15bbee86e39e3d94ce2258c))
320* add player test & fix click test ([#1746](https://github.com/antvis/f2/issues/1746)) ([96a59d7](https://github.com/antvis/f2/commit/96a59d7da4b316e9ac2623bf036b49729319a658))
321* adjust scale range ([#1317](https://github.com/antvis/f2/issues/1317)) ([bc04790](https://github.com/antvis/f2/commit/bc04790d05f7021a2677e8b7a47d25c4b85d17f1))
322* animation clip 支持 function 创建 ([#1514](https://github.com/antvis/f2/issues/1514)) ([98410c8](https://github.com/antvis/f2/commit/98410c83d4810da203b435fb92e9d0f875f46da4))
323* area point 没透传 animation ([#1365](https://github.com/antvis/f2/issues/1365)) ([8af4614](https://github.com/antvis/f2/commit/8af461412307c12eff9f9f7648531221a625248d))
324* attr 实例化时不判断数据相关的特征 ([#1243](https://github.com/antvis/f2/issues/1243)) ([d94db4f](https://github.com/antvis/f2/commit/d94db4f12715c53e0152d40764ef4eef58def457))
325* attr映射逻辑优化 ([#1261](https://github.com/antvis/f2/issues/1261)) ([7662cc7](https://github.com/antvis/f2/commit/7662cc7d49ad405e427c8d248a6d2fdba9965f13))
326* axis 案例补充 ([#1250](https://github.com/antvis/f2/issues/1250)) ([0e456c9](https://github.com/antvis/f2/commit/0e456c9056b413c427a251ca5205f4ad9ebcd602))
327* cancelable=false 时空白区域点击不消失 ([#1390](https://github.com/antvis/f2/issues/1390)) ([aaefcb8](https://github.com/antvis/f2/commit/aaefcb8effb72787b9326257834d2235ce82f99e))
328* clip bug & symbol 不定义 ([#1669](https://github.com/antvis/f2/issues/1669)) ([5714682](https://github.com/antvis/f2/commit/5714682b980c956a222e2472db614ade588045cf))
329* Component Render 返回类型 ([#1340](https://github.com/antvis/f2/issues/1340)) ([2263c89](https://github.com/antvis/f2/commit/2263c89a30cb0e9a535e7d22f19219fdf3325ae6))
330* coord range 左边界 ([#1771](https://github.com/antvis/f2/issues/1771)) ([bdc44ed](https://github.com/antvis/f2/commit/bdc44ed343a92afc382f81db5e53846d0082b862))
331* destroy 组件不再触发 setState 更新 ([#1587](https://github.com/antvis/f2/issues/1587)) ([5adfe8b](https://github.com/antvis/f2/commit/5adfe8bc215f179b30038768b4cd8ccd0937ee68))
332* fix event ([#1523](https://github.com/antvis/f2/issues/1523)) ([67d7a9f](https://github.com/antvis/f2/commit/67d7a9fd2fa30e1c96545c1a0b8e9701e39316ef))
333* fix SupportPx type ([#1566](https://github.com/antvis/f2/issues/1566)) ([643f5dd](https://github.com/antvis/f2/commit/643f5dd7f0304937b2f276dae2e4a3d0826f413b))
334* fragment 类型标签 ([#1422](https://github.com/antvis/f2/issues/1422)) ([28bcc8d](https://github.com/antvis/f2/commit/28bcc8d4351b1a9634e2f5fed6f2d2324f0aa60d))
335* guide records 数据映射逻辑修改 ([#1308](https://github.com/antvis/f2/issues/1308)) ([3749bc1](https://github.com/antvis/f2/commit/3749bc11c47f36632a8c81b3f5f52eb96089d869))
336* interval animation ([#1690](https://github.com/antvis/f2/issues/1690)) ([4dd8e7b](https://github.com/antvis/f2/commit/4dd8e7beb19de235040b5c82498718ffbc1a81c3))
337* interval style ([#1320](https://github.com/antvis/f2/issues/1320)) ([9520876](https://github.com/antvis/f2/commit/95208767555671e77509c0229423f96d51be94e8))
338* interval 默认动画调整 ([#1482](https://github.com/antvis/f2/issues/1482)) ([6bb1c68](https://github.com/antvis/f2/commit/6bb1c6876dc3c9d8fb273e04b02a44661183f764))
339* itemWidth 改成同步设置 ([#1481](https://github.com/antvis/f2/issues/1481)) ([4784fd8](https://github.com/antvis/f2/commit/4784fd89d37e445d394e8350a3a51279bdac3049))
340* label 为 null 时,图形更小 ([#1443](https://github.com/antvis/f2/issues/1443)) ([966906c](https://github.com/antvis/f2/commit/966906c426dcd3f1e736907d90164e9ead9411d1))
341* legend color 与实际渲染颜色不一致 ([#1783](https://github.com/antvis/f2/issues/1783)) ([c922b7b](https://github.com/antvis/f2/commit/c922b7b3eacb0367a98090e43e34b73c77e4d43b))
342* legend 无用参数删除 ([#1483](https://github.com/antvis/f2/issues/1483)) ([1fb6990](https://github.com/antvis/f2/commit/1fb69908dd3a29b1fdc604f9e50d800214afa608))
343* line points 不存在origin ([#1248](https://github.com/antvis/f2/issues/1248)) ([8ae49c2](https://github.com/antvis/f2/commit/8ae49c290e659bccd5595e14f3bbaf4773a913f3))
344* **line:** 修复设置 line 宽度无效 ([#1338](https://github.com/antvis/f2/issues/1338)) ([79621d1](https://github.com/antvis/f2/commit/79621d1773d6834514dcb034b63dab6062b0a4d1))
345* **line:** 修复雷达图的 records 起点数据重复,导致 tooltip 展示重复 ([#1439](https://github.com/antvis/f2/issues/1439)) ([4a344c8](https://github.com/antvis/f2/commit/4a344c8ecf986825ac0d214fe9109493de334ea8))
346* **line:** 数据为空时,图表更新渲染失败 ([#1565](https://github.com/antvis/f2/issues/1565)) ([d5eeee7](https://github.com/antvis/f2/commit/d5eeee7c561cfeb79e3f76d9febe43f89fbedc32))
347* lint warning ([#1244](https://github.com/antvis/f2/issues/1244)) ([1911553](https://github.com/antvis/f2/commit/1911553a0eb83445fb0c859de912a1f4f15d1c1b))
348* lottie options ([#1673](https://github.com/antvis/f2/issues/1673)) ([7a1ab9a](https://github.com/antvis/f2/commit/7a1ab9ae0830a3589f8fc4868034eff7f0e51f2a))
349* pie label 显示优化 ([#1414](https://github.com/antvis/f2/issues/1414)) ([08f1f8d](https://github.com/antvis/f2/commit/08f1f8d3ad329975edae784b11fbc454b6f99e42))
350* radar tootip value=0 ([#1769](https://github.com/antvis/f2/issues/1769)) ([0f6ec64](https://github.com/antvis/f2/commit/0f6ec64dcf6dcae297e87bf180151fcc7ceebb0a))
351* revert legend setItems ([#1442](https://github.com/antvis/f2/issues/1442)) ([18809ec](https://github.com/antvis/f2/commit/18809ecf3eeb08719b8ded391ac41fb050697deb))
352* selection change & legend click & style ([#1639](https://github.com/antvis/f2/issues/1639)) ([323ebd4](https://github.com/antvis/f2/commit/323ebd4db038dd7d5b7aba4e01f7a330f782da21))
353* setState 后,callback 队列没有清空 ([#1451](https://github.com/antvis/f2/issues/1451)) ([50803e4](https://github.com/antvis/f2/commit/50803e4325a6e1136009cfb60d8c8c5ad8268f89))
354* tag guide ([ffc6bd9](https://github.com/antvis/f2/commit/ffc6bd9432d049364747c7643e3234e8bc149998))
355* tagGuide 小三角形计算逻辑 ([#1524](https://github.com/antvis/f2/issues/1524)) ([de1889b](https://github.com/antvis/f2/commit/de1889b1629203508448f5f860b51ddad699bb59))
356* tagGuide 箭头颜色 ([#1394](https://github.com/antvis/f2/issues/1394)) ([b0bb14e](https://github.com/antvis/f2/commit/b0bb14e8f6b0af93ae9752ccc7d966468b371081))
357* tickline 不生效 & theme 不生效 ([#1677](https://github.com/antvis/f2/issues/1677)) ([49e7f78](https://github.com/antvis/f2/commit/49e7f78633466adc720e1682caf03536bdbb2ef9))
358* tickStyle传入基础类型报错 ([#1292](https://github.com/antvis/f2/issues/1292)) ([fddc32b](https://github.com/antvis/f2/commit/fddc32b4e8e0421beeb83171c36f27e79683ff1f))
359* tooltip alias 配置 Closed: [#1412](https://github.com/antvis/f2/issues/1412) ([#1413](https://github.com/antvis/f2/issues/1413)) ([75eccf0](https://github.com/antvis/f2/commit/75eccf0bd93f1338d4ad5c4fffbf1747eb8ba0db))
360* tooltip arrow position ([#1736](https://github.com/antvis/f2/issues/1736)) ([16e9cf6](https://github.com/antvis/f2/commit/16e9cf6fe0e28bd4538bbd88a1b4ae93f659f3ac))
361* tooltip 在 geometry 之前显示时,位置不对 ([#1429](https://github.com/antvis/f2/issues/1429)) ([d6f6f61](https://github.com/antvis/f2/commit/d6f6f6147fd6a8d670f94527bd311816e5d78deb))
362* tooltip 支持滑出画布外面 ([#1435](https://github.com/antvis/f2/issues/1435)) ([ae0d4c9](https://github.com/antvis/f2/commit/ae0d4c9c8421d7ae688a4008370ffefd76005193))
363* tooltip 顶部被截断了 ([#1346](https://github.com/antvis/f2/issues/1346)) ([9d35df7](https://github.com/antvis/f2/commit/9d35df7f63748bf2c552b0f50f0a0d14b4d42988))
364* **tooltip:** 修复update时位置不更新及事件未解绑 ([#1474](https://github.com/antvis/f2/issues/1474)) ([74c66c1](https://github.com/antvis/f2/commit/74c66c1a84f2b731d8df4d8c42e99098595ebfc3))
365* **tooltip:** 修复更新数据时, tooltip 默认展示不更新 ([#1403](https://github.com/antvis/f2/issues/1403)) ([12d1d54](https://github.com/antvis/f2/commit/12d1d5496c96a9e13b6a1cf2fdd3151d0fb3299f))
366* tootip 右边界 ([#1753](https://github.com/antvis/f2/issues/1753)) ([f0930bd](https://github.com/antvis/f2/commit/f0930bd61a79ad15e0885e7aa907a2bf1eb5c791))
367* transposed Interval ([#1366](https://github.com/antvis/f2/issues/1366)) ([7fa5363](https://github.com/antvis/f2/commit/7fa5363b70314ac5e8b1a84473a53e095ad3b914))
368* 事件挂载gesture属性上 & 补充圆角单测 ([#1525](https://github.com/antvis/f2/issues/1525)) ([22ebb87](https://github.com/antvis/f2/commit/22ebb87e443323898af00942ff9333ae14541e5c))
369* 事件范围 ([#1756](https://github.com/antvis/f2/issues/1756)) ([0304f0d](https://github.com/antvis/f2/commit/0304f0d5220f11cb1aecefda82e2a993532f0c57))
370* 修复 attr 和 scale 不一样的情况 ([#1316](https://github.com/antvis/f2/issues/1316)) ([62d9ef8](https://github.com/antvis/f2/commit/62d9ef868887143bc6bd54d4145b50c9e77327bf))
371* 修复 axis rerender 不更新布局和 labelOffset 报错 ([#1293](https://github.com/antvis/f2/issues/1293)) ([f08bea2](https://github.com/antvis/f2/commit/f08bea2bf58a4a1cce11f3043d3507160e7c54d3))
372* 修复 chart filter 的逻辑 ([#1349](https://github.com/antvis/f2/issues/1349)) ([c8c5cc5](https://github.com/antvis/f2/commit/c8c5cc532fb2e2d85d4bf935394e1a1123c28b30))
373* 修复 chart 的 ts 类型报错 ([#1795](https://github.com/antvis/f2/issues/1795)) ([1460bc6](https://github.com/antvis/f2/commit/1460bc628a15f61ffe31dc5058a228d492e7db0c))
374* 修复 ci ([#1741](https://github.com/antvis/f2/issues/1741)) ([5e395b4](https://github.com/antvis/f2/commit/5e395b4abfec734d9677d5a53b2d6b9da9b6e6de))
375* 修复 coord & chart 部分逻辑,修复 guide & tooltip 布局 ([#1664](https://github.com/antvis/f2/issues/1664)) ([165503f](https://github.com/antvis/f2/commit/165503fcc7ac28d86f56473a0292bbf9b2b7007e))
376* 修复 eslint any 的 warning ([#1347](https://github.com/antvis/f2/issues/1347)) ([5242f5a](https://github.com/antvis/f2/commit/5242f5ac16e8e8d8df2cd11adf185a37e6ac4995))
377* 修复 f2 和 react 同时使用时,shape 标签类型提示报错 ([#1407](https://github.com/antvis/f2/issues/1407)) ([c7e5705](https://github.com/antvis/f2/commit/c7e5705392a0cc63b04515f3bd47b7190eef8b76))
378* 修复 fecha 的依赖问题 ([#1648](https://github.com/antvis/f2/issues/1648)) ([fdf22dc](https://github.com/antvis/f2/commit/fdf22dcd786e39a055d9515f4595cff6e44407f8))
379* 修复 fragment 的报错 ([#1657](https://github.com/antvis/f2/issues/1657)) ([6271699](https://github.com/antvis/f2/commit/6271699dcffc1d27c1c941fe3baa0fb5c3f0de17))
380* 修复 g textBaseline 变化导致 ci 报错 ([#1759](https://github.com/antvis/f2/issues/1759)) ([6369623](https://github.com/antvis/f2/commit/636962331b7369806b99287c9c79f36c59e5dde7))
381* 修复 geometry.getSnapRecords ([#1253](https://github.com/antvis/f2/issues/1253)) ([be9f18d](https://github.com/antvis/f2/commit/be9f18d0c865446ece9f56f109d91d140ff7275c))
382* 修复 image 绘制的层级问题. Closed [#1489](https://github.com/antvis/f2/issues/1489) ([#1490](https://github.com/antvis/f2/issues/1490)) ([5549c5d](https://github.com/antvis/f2/commit/5549c5d96667d985aaecd5e0585762324c7f3a98))
383* 修复 jsx runtime 入口的引用路径 ([#1695](https://github.com/antvis/f2/issues/1695)) ([736aee0](https://github.com/antvis/f2/commit/736aee07084f1fe5753e81f4a2f1bbb15d42e700))
384* 修复 legend maxWidth 计算错误问题 ([#1314](https://github.com/antvis/f2/issues/1314)) ([8921949](https://github.com/antvis/f2/commit/8921949210803d6b92dd72e1a72b8dfc338dc694))
385* 修复 line rerender 报错 和 guide 不能点击的问题 ([#1294](https://github.com/antvis/f2/issues/1294)) ([54482af](https://github.com/antvis/f2/commit/54482afd2e4402cc24ad0ae9e501c048d1dac1ff))
386* 修复 line y 轴字段数据为 array 绘制不正确 ([#1780](https://github.com/antvis/f2/issues/1780)) ([5c0e6ea](https://github.com/antvis/f2/commit/5c0e6ea36528995cf747dedd0d4347209594bebc))
387* 修复 line 图形变化 ([#1506](https://github.com/antvis/f2/issues/1506)) ([60f2a88](https://github.com/antvis/f2/commit/60f2a887bb34a45d4b6489749408a83b22a8f057))
388* 修复 line 空数组时报错 ([#1359](https://github.com/antvis/f2/issues/1359)) ([c0b7e8b](https://github.com/antvis/f2/commit/c0b7e8bcbde3abd43ef110eb01e4a9719c0a3c0e))
389* 修复 linear 数据顺序问题导致 getSnapRecords 获取异常 ([#1571](https://github.com/antvis/f2/issues/1571)) ([2d299e0](https://github.com/antvis/f2/commit/2d299e0e0bf2de40dccb16e6d8305cede197b8b3))
390* 修复 lint 的 warnings ([#1724](https://github.com/antvis/f2/issues/1724)) ([9f73318](https://github.com/antvis/f2/commit/9f7331883c8ecc56c83c13175133560c238667f1))
391* 修复 pan pinch 事件交互的 case ([#1667](https://github.com/antvis/f2/issues/1667)) ([963595e](https://github.com/antvis/f2/commit/963595ea95f647bbc50af6e59493f3df3edc301b))
392* 修复 pattern 纹理的单测与示例 ([#1594](https://github.com/antvis/f2/issues/1594)) ([f7303d5](https://github.com/antvis/f2/commit/f7303d5e114edb9c5d241fdb5c5a14e8657a9eac))
393* 修复 point 的 shape 类型不生效 ([#1361](https://github.com/antvis/f2/issues/1361)) ([8ae41cd](https://github.com/antvis/f2/commit/8ae41cd3c683350526c57c0bb43b4bd86c6b5ed9))
394* 修复 point 默认 size 不生效 ([#1358](https://github.com/antvis/f2/issues/1358)) ([75afc32](https://github.com/antvis/f2/commit/75afc320c7797b3cd320f5b40e2f7ffd56708fa5))
395* 修复 react theme 取不到的问题 ([#1650](https://github.com/antvis/f2/issues/1650)) ([ef95569](https://github.com/antvis/f2/commit/ef95569fc6437c4531bae467a474e282590df64f))
396* 修复 react 工程的报错 ([#1645](https://github.com/antvis/f2/issues/1645)) ([4418bf3](https://github.com/antvis/f2/commit/4418bf3984d5d65a84de65722effe5e44a0361d4))
397* 修复 rect radius 存在 0 的情况 ([#1485](https://github.com/antvis/f2/issues/1485)) ([3068c55](https://github.com/antvis/f2/commit/3068c552c00fb581a655d136c94e17efdac91b02))
398* 修复 tag && px2hd && gauge ([#1515](https://github.com/antvis/f2/issues/1515)) ([120ad9f](https://github.com/antvis/f2/commit/120ad9febdfea60c3cc2d95a35a104accca13108))
399* 修复 tooltip 在坐标系边界情况时,获取 record 不准确的问题 ([#1448](https://github.com/antvis/f2/issues/1448)) ([4c67a88](https://github.com/antvis/f2/commit/4c67a88ee878121b5adf3849baa221499a1be79a))
400* 修复 tooltip 数据更新时,defaultItem 为 空的报错. Closed [#1487](https://github.com/antvis/f2/issues/1487) ([#1488](https://github.com/antvis/f2/issues/1488)) ([050d5cf](https://github.com/antvis/f2/commit/050d5cf435ccb127df77ed6968bbd5abc59adc63))
401* 修复 tooltip 的位置错误 ([#1751](https://github.com/antvis/f2/issues/1751)) ([af67a24](https://github.com/antvis/f2/commit/af67a245221d22aaf3ef3514ac55f056ed79b71f))
402* 修复 tooltip 的显示位置和分类名称 ([#1350](https://github.com/antvis/f2/issues/1350)) ([996635d](https://github.com/antvis/f2/commit/996635d4d3725ecf6de1450a78032e82ad88f3c7))
403* 修复 treemap 的类型定义和事件 ([#1697](https://github.com/antvis/f2/issues/1697)) ([709741a](https://github.com/antvis/f2/commit/709741a8f07ba255c8a1091f9e5ea8d3f0d02c9f))
404* 修复 ts 报错 ([b7babf4](https://github.com/antvis/f2/commit/b7babf4d00ad87b2ddb10624ac8e671263600dfa))
405* 修复 ts 类型 ([#1634](https://github.com/antvis/f2/issues/1634)) ([7e7097a](https://github.com/antvis/f2/commit/7e7097aef8af85e0b771810494a1e006c28d2ed2))
406* 修复 ts 类型 ([#1655](https://github.com/antvis/f2/issues/1655)) ([6777821](https://github.com/antvis/f2/commit/67778211863830fa73489aa3d2c9bea4e7433c95))
407* 修复 TS 类型报错 ([#1251](https://github.com/antvis/f2/issues/1251)) ([65fad70](https://github.com/antvis/f2/commit/65fad7040f98c1e58d414cab27a42a881ba40301)), closes [#1207](https://github.com/antvis/f2/issues/1207) [#1231](https://github.com/antvis/f2/issues/1231)
408* 修复 umd 构建循环依赖的 warning ([#1703](https://github.com/antvis/f2/issues/1703)) ([d0c548b](https://github.com/antvis/f2/commit/d0c548b9c94b9397499a6e79ed7d7f55fd153da5))
409* 修复canvas.destroy报错 ([#1264](https://github.com/antvis/f2/issues/1264)) ([23eec82](https://github.com/antvis/f2/commit/23eec82de6389532e748314a44c3b7792f3bc3d5))
410* 修复cat类型时guide record计算错误问题 ([#1381](https://github.com/antvis/f2/issues/1381)) ([c9d86a6](https://github.com/antvis/f2/commit/c9d86a650ee031460fd5a3b812e41695f7f20c8e))
411* 修复click的x,y & 增加花瓣图demo ([#1530](https://github.com/antvis/f2/issues/1530)) ([628022f](https://github.com/antvis/f2/commit/628022fb1c9b7bd3edf1ba6c7f33e0a42a08c10f))
412* 修复legend 显示问题和点击筛选 ([#1341](https://github.com/antvis/f2/issues/1341)) ([4c101d1](https://github.com/antvis/f2/commit/4c101d1da0919ae6797b1234f23a481cc8fda4ed))
413* 修复Tooltip辅助标签配置不生效问题 ([#1812](https://github.com/antvis/f2/issues/1812)) ([0d8090f](https://github.com/antvis/f2/commit/0d8090f93ee3ab22c7a8f6e9195486f27335a0c0))
414* 修复update时, coord 位置不对 ([#1257](https://github.com/antvis/f2/issues/1257)) ([b9753a2](https://github.com/antvis/f2/commit/b9753a2c96e258914f146b59a27bf33a5919e9f0))
415* 修复update逻辑下 mapping 的问题 && 手势交互的bug ([#1278](https://github.com/antvis/f2/issues/1278)) ([5ae3168](https://github.com/antvis/f2/commit/5ae3168aa1bb327bed0d7f7b118ca81a7ecd98b9))
416* 修复一些 ts 报错 ([#1689](https://github.com/antvis/f2/issues/1689)) ([5e6b757](https://github.com/antvis/f2/commit/5e6b757bfb9aea33ac57b1cf09d9911c8f280d2d))
417* 修复一些 ts 类型定义 ([#1660](https://github.com/antvis/f2/issues/1660)) ([4ca5417](https://github.com/antvis/f2/commit/4ca54179286e71d7d79930c98d062e0d19950231))
418* 修复分组 tooltip 的显示问题 ([#1345](https://github.com/antvis/f2/issues/1345)) ([84686bb](https://github.com/antvis/f2/commit/84686bb34d6f0f29088a12412e65fc09b57fd076))
419* 修复单测 ([#1698](https://github.com/antvis/f2/issues/1698)) ([eb58f5a](https://github.com/antvis/f2/commit/eb58f5a16e592d15f81dcfaf6e7efd762deb02c7))
420* 修复单测文件 ts 类型报错 ([#1420](https://github.com/antvis/f2/issues/1420)) ([355f3ec](https://github.com/antvis/f2/commit/355f3ec512e42f9272c72c16e345b97712478c48))
421* 修复宽高改变的情况 ([#1507](https://github.com/antvis/f2/issues/1507)) ([51f312e](https://github.com/antvis/f2/commit/51f312ea4dbe23ae6f9bf7e04bf84318a54caf3d))
422* 修复小程序缩放后点图位置显示不正确。Closed [#1520](https://github.com/antvis/f2/issues/1520) ([#1521](https://github.com/antvis/f2/issues/1521)) ([3ca6caa](https://github.com/antvis/f2/commit/3ca6caab687066f23d7f81352c497ee548ea1031))
423* 修复引用 @antv/f2 ts 类型报错 Closed: [#1406](https://github.com/antvis/f2/issues/1406) ([#1411](https://github.com/antvis/f2/issues/1411)) ([4ea5304](https://github.com/antvis/f2/commit/4ea5304056db3068cf7b089b06217247a885e78b))
424* 修复手势多次的重复渲染 ([#1793](https://github.com/antvis/f2/issues/1793)) ([b8c85c9](https://github.com/antvis/f2/commit/b8c85c946fd1af4b4e5152cda0c2a4d2d3fa484b))
425* 修复折线的默认宽度和官网demo的报错 ([#1357](https://github.com/antvis/f2/issues/1357)) ([bc571bf](https://github.com/antvis/f2/commit/bc571bf37ad3cd17f11e178c821b4d0d97b24cc8))
426* 修复支付宝小程序 d3 模块的编译报错 ([#1516](https://github.com/antvis/f2/issues/1516)) ([87c3773](https://github.com/antvis/f2/commit/87c3773d4b7220312e3419f69fc8caa389741e1b))
427* 修复横屏展示 ([#1486](https://github.com/antvis/f2/issues/1486)) ([a55ffd1](https://github.com/antvis/f2/commit/a55ffd1411c57c669c0fb377df0374daad609832))
428* 修复第1个子组件为空的报错 ([#1379](https://github.com/antvis/f2/issues/1379)) ([254262a](https://github.com/antvis/f2/commit/254262ad8576ae6e0c6050c14ed7aeb2016f29b8))
429* 修复默认字体设置不生效 ([#1307](https://github.com/antvis/f2/issues/1307)) ([901850a](https://github.com/antvis/f2/commit/901850abcccb372e8aff26bf7ba2bcd67177c24c))
430* 修改 coord 的布局调整逻辑 ([#1344](https://github.com/antvis/f2/issues/1344)) ([f3c6b1d](https://github.com/antvis/f2/commit/f3c6b1d7804047f9780f5ddd15efe9099d3d4748))
431* 修改 FEngine layout 的命名 ([#1647](https://github.com/antvis/f2/issues/1647)) ([ec28248](https://github.com/antvis/f2/commit/ec28248666a1c7a972d6d19c49ec595ebff38da7))
432* 修改版本依赖 & pattern & vis包体积工具 ([#1609](https://github.com/antvis/f2/issues/1609)) ([950b65c](https://github.com/antvis/f2/commit/950b65c403851b08186366e47254014665578a0a))
433* 升级 adjust。Closed: [#1494](https://github.com/antvis/f2/issues/1494) ([#1496](https://github.com/antvis/f2/issues/1496)) ([a2fba6e](https://github.com/antvis/f2/commit/a2fba6e7665f3200ea1143cfb54f54a05b037d5b))
434* 图例更新 ([#1436](https://github.com/antvis/f2/issues/1436)) ([eaeacee](https://github.com/antvis/f2/commit/eaeacee2dd375736cf96139e803ac8ff4b80121d))
435* 完善 Legend ([#1283](https://github.com/antvis/f2/issues/1283)) ([8c87ca0](https://github.com/antvis/f2/commit/8c87ca00881db0248fa897f729e56b2ad91302ed))
436* 完善JSX.Element type的类型 ([#1259](https://github.com/antvis/f2/issues/1259)) ([0b1ce24](https://github.com/antvis/f2/commit/0b1ce24c5aa81b82ff352e38936ac70fb5a6057f))
437* 官网 demo riddle 打开时报错 ([#1419](https://github.com/antvis/f2/issues/1419)) ([998eddc](https://github.com/antvis/f2/commit/998eddcad13ef4fb132a3337cbf0a69e147adcef))
438* 导出 gauge hoc ([#1393](https://github.com/antvis/f2/issues/1393)) ([7ec0c8a](https://github.com/antvis/f2/commit/7ec0c8a4d3d6e114bd45ead52021262fe8ae6696))
439* 导出类型 ([#1356](https://github.com/antvis/f2/issues/1356)) ([f2e668f](https://github.com/antvis/f2/commit/f2e668f941e0fba263296ed0da0038d142fb4829))
440* 异步问题调整 & 去掉 Graphic 依赖 ([#1573](https://github.com/antvis/f2/issues/1573)) ([91a14ed](https://github.com/antvis/f2/commit/91a14ed9afc04483de0c81318eb5bb99d652b33c))
441* 支持图形clip ([#1395](https://github.com/antvis/f2/issues/1395)) ([010c18f](https://github.com/antvis/f2/commit/010c18f9cafc550d116e62f4d6507a0f4cea173a))
442* 数据对象中存在 x,y 等关键字段 ([#1688](https://github.com/antvis/f2/issues/1688)) ([b6414ad](https://github.com/antvis/f2/commit/b6414adfdfa91de303211217e6125cc1791cd94f))
443* 添加主题设置 ([#1635](https://github.com/antvis/f2/issues/1635)) ([3020593](https://github.com/antvis/f2/commit/30205935bc24c07b1f52da7cee2c7f894b910912))
444* 统一imageguide为style ([#1694](https://github.com/antvis/f2/issues/1694)) ([b2b34c1](https://github.com/antvis/f2/commit/b2b34c1b12e597aff5e20a4dc425de8591e4c990))
445* 自定义px2hd。 Closed [#1462](https://github.com/antvis/f2/issues/1462) ([#1467](https://github.com/antvis/f2/issues/1467)) ([76f886a](https://github.com/antvis/f2/commit/76f886a558cd1788ef5f9982cb80ee9c3e2b352a))
446* 调整Geometry里面scale的更新顺序 ([#1452](https://github.com/antvis/f2/issues/1452)) ([7ef9e86](https://github.com/antvis/f2/commit/7ef9e869c555884d23abe97bfb6e56b439aba035))
447* 调整timeline,去掉canvas 对 timeline 的依赖 ([#1301](https://github.com/antvis/f2/issues/1301)) ([e2a1266](https://github.com/antvis/f2/commit/e2a1266f29f7fa954e786d1043b41ee3e9677648))
448* 雷达面积图坐标不一致问题 ([#1273](https://github.com/antvis/f2/issues/1273)) ([831b48e](https://github.com/antvis/f2/commit/831b48e03f10e219899c794bde6c8d3c193110e7))
449* 非线性映射 callback 回调支持 origin 入参 ([#1782](https://github.com/antvis/f2/issues/1782)) ([e9dbbcc](https://github.com/antvis/f2/commit/e9dbbcc4fccdc05d97fcc4d92e232601006ac8d2))
450* 饼图scale适配调整 ([#1274](https://github.com/antvis/f2/issues/1274)) ([d4df362](https://github.com/antvis/f2/commit/d4df3621ecffe6f1c83f3060bd7d24f09b7b36c9))
451* 饼图的动画配置不生效 ([#1385](https://github.com/antvis/f2/issues/1385)) ([094edd7](https://github.com/antvis/f2/commit/094edd7280593a1075c150a8cd57420e31ce71e8))
452* 默认选中变化时不更新 ([#1408](https://github.com/antvis/f2/issues/1408)) ([a6e1276](https://github.com/antvis/f2/commit/a6e1276d7da0347657650381d0c19f0cb01a1da6))
453
454
455### Features
456
457* add style func && fix lottie xy ([#1693](https://github.com/antvis/f2/issues/1693)) ([5e22591](https://github.com/antvis/f2/commit/5e2259167a1f7b901fbd8a9665a259783ac9b75d))
458* migrate-dumi-theme-antv ([#1651](https://github.com/antvis/f2/issues/1651)) ([7a758ed](https://github.com/antvis/f2/commit/7a758eda3c51c53cf87213f0f3ddfba2439535eb))
459* add adjust & scale ([#1626](https://github.com/antvis/f2/issues/1626)) ([44cb0ef](https://github.com/antvis/f2/commit/44cb0ef97247b2070a39ae689cc767c3f8b0aa0c))
460* add axis symbol ([#1666](https://github.com/antvis/f2/issues/1666)) ([5546a0a](https://github.com/antvis/f2/commit/5546a0a52ff16e5e8032dc17b70329dd0fe50485))
461* add lottie guide ([#1642](https://github.com/antvis/f2/issues/1642)) ([db273a0](https://github.com/antvis/f2/commit/db273a0b76172cefb6b1b80b76755ac1335bd813))
462* add TagGuide ([#1363](https://github.com/antvis/f2/issues/1363)) ([a558e0f](https://github.com/antvis/f2/commit/a558e0f38159587a41a89c8e659ebee27e0278bb))
463* area chart support smooth shape ([#1275](https://github.com/antvis/f2/issues/1275)) ([593b323](https://github.com/antvis/f2/commit/593b32327cfd28b8fef4d839aace81762d2da702))
464* **axis:** axis label 回调 align 不生效 ([#1332](https://github.com/antvis/f2/issues/1332)) ([b78bdfd](https://github.com/antvis/f2/commit/b78bdfdcea6a2a2d62f5f55b58b3efd2a4e3b217))
465* **axis:** label 回调函数第3个参数修改为ticks ([#1336](https://github.com/antvis/f2/issues/1336)) ([8fea790](https://github.com/antvis/f2/commit/8fea7902dec14105773a7f0dd6c5b110bc4dd529))
466* axis的label和grid支持Function配置 ([#1252](https://github.com/antvis/f2/issues/1252)) ([29b066c](https://github.com/antvis/f2/commit/29b066c2ac7b0df7e302bde9572eb3e1c38b9047))
467* canvas 支持传入 createImage。 Closed [#1462](https://github.com/antvis/f2/issues/1462) ([#1468](https://github.com/antvis/f2/issues/1468)) ([68ed467](https://github.com/antvis/f2/commit/68ed467b5cb07b67e9c259476da60245970faabd))
468* chart update ([#1739](https://github.com/antvis/f2/issues/1739)) ([ca29507](https://github.com/antvis/f2/commit/ca29507f0c4be588457ab2c6937589b206aa2cc1))
469* chart update ([#1739](https://github.com/antvis/f2/issues/1739)) ([#1745](https://github.com/antvis/f2/issues/1745)) ([2ec22dd](https://github.com/antvis/f2/commit/2ec22ddf7013be41ccc2b37adf327f14c8208c24))
470* clip 支持函数方式创建 ([#1500](https://github.com/antvis/f2/issues/1500)) ([abcd513](https://github.com/antvis/f2/commit/abcd5136d5665fdf258175f01fbda8433f78e5a2))
471* component 支持外部定义的 props 类型传入 ([#1685](https://github.com/antvis/f2/issues/1685)) ([7a90906](https://github.com/antvis/f2/commit/7a90906c50da33b1b78922bab99700ccefbda3cf))
472* custom clip ([#1569](https://github.com/antvis/f2/issues/1569)) ([bc070ff](https://github.com/antvis/f2/commit/bc070ffac8b85af6325839ee9b0806353181cbb8))
473* f2 新增 umd 构建包 ([#1295](https://github.com/antvis/f2/issues/1295)) ([e0d4bab](https://github.com/antvis/f2/commit/e0d4bab729dc90c04a26273e6c6d1d5dd173e24b))
474* gauge 支持 view 的 props ts 类型扩展 ([#1728](https://github.com/antvis/f2/issues/1728)) ([328aa7e](https://github.com/antvis/f2/commit/328aa7e23c9ddbcd6d1144227164c7d2ee6d093e))
475* geometry 透出 getAttr 方法 ([#1364](https://github.com/antvis/f2/issues/1364)) ([6bb9ce9](https://github.com/antvis/f2/commit/6bb9ce9fd047d64fad3fa779f3b2fc5f07ec1691))
476* getSnapshot支持饼图 ([#1380](https://github.com/antvis/f2/issues/1380)) ([c3a0a04](https://github.com/antvis/f2/commit/c3a0a045f199afd0e49c21a994a4dd7c8751bba8))
477* guide offset 支持 px 单位 ([#1434](https://github.com/antvis/f2/issues/1434)) ([e389ec2](https://github.com/antvis/f2/commit/e389ec2febc5ead3c7b2679a6e61d7428bb09b5d))
478* Guide 支持动画callback配置 ([#1370](https://github.com/antvis/f2/issues/1370)) ([8939785](https://github.com/antvis/f2/commit/8939785bbca09d9f2fa41c0bbe4066f13219028a))
479* Interval Label ([#1277](https://github.com/antvis/f2/issues/1277)) ([704e1a0](https://github.com/antvis/f2/commit/704e1a05b6716e67cedd983f09bb2412dae8a3e8))
480* interval 支持传入函数 ([#1582](https://github.com/antvis/f2/issues/1582)) ([2c15d8a](https://github.com/antvis/f2/commit/2c15d8a5bf09016f3a76e3c35cc0ff536fbe8bfb))
481* legend 增加 clickable 配置 ([#1433](https://github.com/antvis/f2/issues/1433)) ([5abaa87](https://github.com/antvis/f2/commit/5abaa8710e99aec1cebb294857752092a14b6379))
482* legend 支持 nameStyle 和 valueStyle ([#1387](https://github.com/antvis/f2/issues/1387)) ([eb24656](https://github.com/antvis/f2/commit/eb246560c99d6a9b6bad200f02f7062b79503e06))
483* Legend 支持 onClick 回调. Closed [#1511](https://github.com/antvis/f2/issues/1511) ([#1512](https://github.com/antvis/f2/issues/1512)) ([20589b4](https://github.com/antvis/f2/commit/20589b49775d8f069def3e6dedf41b7660cbfc9a))
484* mapping 传入全部映射数据 ([#1559](https://github.com/antvis/f2/issues/1559)) ([d4a3a5b](https://github.com/antvis/f2/commit/d4a3a5b7e8eb849cf02fa8227d599307259d899c))
485* merge master ([#1681](https://github.com/antvis/f2/issues/1681)) ([1a20463](https://github.com/antvis/f2/commit/1a20463dc288d3ad36b09f7f03a43303d99c6618))
486* pielabel sidePadding ([#1455](https://github.com/antvis/f2/issues/1455)) ([bec4860](https://github.com/antvis/f2/commit/bec48609dc5e2cd464d12c70e26b264f58944902))
487* React 组件增加 onError 事件透出 ([#1499](https://github.com/antvis/f2/issues/1499)) ([9343523](https://github.com/antvis/f2/commit/9343523c06bcfcd7dd688d8f526604bdc279815b))
488* test 支持 snapshot 对比 ([#1310](https://github.com/antvis/f2/issues/1310)) ([e161d7a](https://github.com/antvis/f2/commit/e161d7a47f919bd140e8faea43d1abf8dc70fcc6))
489* tooltip onChange event ([#1313](https://github.com/antvis/f2/issues/1313)) ([735e1e7](https://github.com/antvis/f2/commit/735e1e7e7270a2182e185fa14401a317cdc648a3))
490* tooltip polar crosshair ([#1447](https://github.com/antvis/f2/issues/1447)) ([0786f94](https://github.com/antvis/f2/commit/0786f94a293a45d277dcced8740f7a104889d4d0))
491* tooltip 功能完善 ([#1302](https://github.com/antvis/f2/issues/1302)) ([1719c53](https://github.com/antvis/f2/commit/1719c530ea9dc421f772ffeb175c9422991e793f))
492* tooltip 增加轴辅助信息 ([#1306](https://github.com/antvis/f2/issues/1306)) ([8cc1c1d](https://github.com/antvis/f2/commit/8cc1c1d310004c70edf923093c70ee86e0b25317))
493* tooltip 支持自定义文本内容 ([#1557](https://github.com/antvis/f2/issues/1557)) ([7406ce7](https://github.com/antvis/f2/commit/7406ce7814855fa4841b8a4c7d4f54b1246c9361))
494* **tooltip:** 调整snap和辅助线渲染顺序,并使得snap可自动设置填充色 ([#1459](https://github.com/antvis/f2/issues/1459)) ([46fb275](https://github.com/antvis/f2/commit/46fb275b21dc28f417fce665396e2e2bc0abd2c8))
495* **tooltip:** 默认展示 tooltip ([#1328](https://github.com/antvis/f2/issues/1328)) ([e9bed58](https://github.com/antvis/f2/commit/e9bed58e02b5f9b320d39f1012e752e1bfb26b10))
496* treemap selection ([#1791](https://github.com/antvis/f2/issues/1791)) ([c1fc8c1](https://github.com/antvis/f2/commit/c1fc8c1144769ca8689de8aade37a6fc255c57fe))
497* treemap 支持 props 的扩展和定义 ([#1727](https://github.com/antvis/f2/issues/1727)) ([4b6c88c](https://github.com/antvis/f2/commit/4b6c88c82bc0f95570e4843671a12e02dedf8079))
498* umd 构建透出 global.FEngine ([#1671](https://github.com/antvis/f2/issues/1671)) ([fe64989](https://github.com/antvis/f2/commit/fe649897e7190409a82fcb95b907ad5d3369d8a3))
499* 事件监听在chart上 ([#1731](https://github.com/antvis/f2/issues/1731)) ([9032819](https://github.com/antvis/f2/commit/903281917526be326e51643acc7abd9afb97bc0b))
500* 优化官网文档 ([#1704](https://github.com/antvis/f2/issues/1704)) ([4ba351c](https://github.com/antvis/f2/commit/4ba351c8f3f5e86609a3c27d4f14c08c36d3ec03))
501* 修复treemap坐标 & 增加theme space接口 ([#1723](https://github.com/antvis/f2/issues/1723)) ([d695095](https://github.com/antvis/f2/commit/d6950952b37914c5b5dafbe7d38411d47d2963a9))
502* 修改tooltip & zoom事件监听 ([#1720](https://github.com/antvis/f2/issues/1720)) ([00c082b](https://github.com/antvis/f2/commit/00c082b4a6e712e62ae62a0bab81e76fac7ee735))
503* 修改仪表盘并添加demo ([#1392](https://github.com/antvis/f2/issues/1392)) ([24d4b69](https://github.com/antvis/f2/commit/24d4b69ab7c658e42280d3c9fe45f8efeb5b0ef7))
504* 图形选中支持自定义事件 ([#1397](https://github.com/antvis/f2/issues/1397)) ([6381fa8](https://github.com/antvis/f2/commit/6381fa8537bd9ac20f978af873a45bb86320f656))
505* 增加 tslint 并 fix ([#1233](https://github.com/antvis/f2/issues/1233)) ([8517780](https://github.com/antvis/f2/commit/85177803c7344b8bdb33a60d0d6d8de76b9223cd))
506* 大部分绘制能力对接完成 ([#1502](https://github.com/antvis/f2/issues/1502)) ([3486d70](https://github.com/antvis/f2/commit/3486d703c40f82c03798657a59df98875f93b5ae))
507* 完善 axis 类型定义 ([#1242](https://github.com/antvis/f2/issues/1242)) ([e51071a](https://github.com/antvis/f2/commit/e51071aa80e069719ff7e828d1a756489da13d7a))
508* 完善 ts 定义 ([#1238](https://github.com/antvis/f2/issues/1238)) ([6c49bb9](https://github.com/antvis/f2/commit/6c49bb922941803fb9bf7a58705b3763f1288266))
509* 完备 ts 定义 ([#1276](https://github.com/antvis/f2/issues/1276)) ([15e6168](https://github.com/antvis/f2/commit/15e6168c893f0e5d0f75b5c569c0496e4c063312))
510* 导出renderShape ([#1362](https://github.com/antvis/f2/issues/1362)) ([bcb9407](https://github.com/antvis/f2/commit/bcb94079027de6b87312247fd86f4e585113980f))
511* 小程序支持 click 事件 ([#1399](https://github.com/antvis/f2/issues/1399)) ([43142e0](https://github.com/antvis/f2/commit/43142e0274af70cf95380146857d01fec3df4397))
512* 接入g-lite && 去掉jsx ([#1614](https://github.com/antvis/f2/issues/1614)) ([9232d8e](https://github.com/antvis/f2/commit/9232d8e972be5e7453134bea8566c9d3b703cdac))
513* 支持 Interval 和 TextGuide 的 animation 透传 ([#1255](https://github.com/antvis/f2/issues/1255)) ([05abb88](https://github.com/antvis/f2/commit/05abb8876832434624fb883d3bfd188f4cdc2536))
514* 支持 tooltip snap 定位点 ([#1267](https://github.com/antvis/f2/issues/1267)) ([0be233c](https://github.com/antvis/f2/commit/0be233c9fa0e9b3c17cc22be1ea5c5cce21e625f)), closes [#1207](https://github.com/antvis/f2/issues/1207) [#1231](https://github.com/antvis/f2/issues/1231)
515* 支持微信小程序 ([#1321](https://github.com/antvis/f2/issues/1321)) ([70edcf7](https://github.com/antvis/f2/commit/70edcf7fc4788d14d515bb54235988d2e48d566d))
516* 支持支付宝小程序 ([#1300](https://github.com/antvis/f2/issues/1300)) ([534359d](https://github.com/antvis/f2/commit/534359d008e8944c3eb5affc86dfa12b89d5f0a4))
517* 数据元素 marker 背景色支持自定义 ([#1560](https://github.com/antvis/f2/issues/1560)) ([c7c4f7d](https://github.com/antvis/f2/commit/c7c4f7d6e4481a65765142e6532ce3eddd8cc3cf))
518* 新增 Gauge 的 ts 类型定义 ([#1659](https://github.com/antvis/f2/issues/1659)) ([ee433b4](https://github.com/antvis/f2/commit/ee433b4a73098fef72e7ee07cb95a0baea159b4f))
519* 新增 sizeZoom 支持按数据维度设置显示比例 ([#1781](https://github.com/antvis/f2/issues/1781)) ([560c5eb](https://github.com/antvis/f2/commit/560c5ebcb394773ed1189be2b4c343e1ef645ab4))
520* 添加 geometry 的点击选中 ([#1383](https://github.com/antvis/f2/issues/1383)) ([2247ebe](https://github.com/antvis/f2/commit/2247ebe3787cada923fce278e6b9f2d3f3c1a6c8))
521* 添加 K 线图 ([#1810](https://github.com/antvis/f2/issues/1810)) ([97618f4](https://github.com/antvis/f2/commit/97618f4ac981079e30cf84213178058bdca32f36))
522* 添加主干的文件构建 action ([#1730](https://github.com/antvis/f2/issues/1730)) ([75ab2d7](https://github.com/antvis/f2/commit/75ab2d7413c41d17831e9791076333fffb1dbb45))
523* 直接 export 出 FEngine ([#1672](https://github.com/antvis/f2/issues/1672)) ([32b8a9e](https://github.com/antvis/f2/commit/32b8a9e07b81fcb3efd095b66c960b34a0e959e8))
524* 补充 engine 的类型定义 ([#1258](https://github.com/antvis/f2/issues/1258)) ([8e6b8ef](https://github.com/antvis/f2/commit/8e6b8ef5e9e65f640303242e3e1a386ef14ae8f2))
525* 补充 line 类型定义 ([#1249](https://github.com/antvis/f2/issues/1249)) ([d8aa3ae](https://github.com/antvis/f2/commit/d8aa3ae66033eb4474f6fd8586aaa9ac82ca1d3c))
526* 补全element props ts 类型 ([#1282](https://github.com/antvis/f2/issues/1282)) ([12cc7f8](https://github.com/antvis/f2/commit/12cc7f8512ff27db288e5d6185e6de9d826c77e9))
527* 调整sunburst & guide & pie事件 ([#1726](https://github.com/antvis/f2/issues/1726)) ([fe76372](https://github.com/antvis/f2/commit/fe763727000f047eafa745e169cf803da4a9af5f))
528* 雷达图、漏斗图 demo 补充 ([#1237](https://github.com/antvis/f2/issues/1237)) ([9264e65](https://github.com/antvis/f2/commit/9264e650ffc6de026844c4a50e26a86089fdd495))
529* 雷达图添加 grid 类型配置 ([#1432](https://github.com/antvis/f2/issues/1432)) ([08dbbb7](https://github.com/antvis/f2/commit/08dbbb737e33254510c4787367f5f05943900331))
530* 饼图入场动画 ([#1400](https://github.com/antvis/f2/issues/1400)) ([9450d4d](https://github.com/antvis/f2/commit/9450d4d471f913e0d4f017c044f275f7f7a8186d))
531
532
533
534
535
536## 5.0.27 (2023-06-27)
537
538**Note:** Version bump only for package @antv/f2