@@ -5,6 +5,62 @@ toc: false
5
5
spline : explain
6
6
---
7
7
8
+ ## 0.22.0 ` 2022-01-06 `
9
+
10
+ ### BREAKING CHANGES
11
+
12
+ * 重命名 ` Layout.Sider ` 组件为 ` Layout.Aside ` ([ f78d7f5] ( https://github.com/Tencent/tdesign-react/commit/f78d7f5f802ba788c9e904fed98932804fd5d1ab ) ) [ @HQ-Lin ] ( https://github.com/HQ-Lin )
13
+ * 同步组件最新 api & 改动 ` AvatarGroup ` 使用方式 ([ #100 ] ( https://github.com/Tencent/tdesign-react/issues/100 ) ) ([ b2f09eb] ( https://github.com/Tencent/tdesign-react/commit/b2f09ebb55e8716610e6ef9c5c8b9f8f561bf9d8 ) ) [ @HQ-Lin ] ( https://github.com/HQ-Lin )
14
+
15
+ ### Bug Fixes
16
+
17
+ * Tabs: 修复多层 ` menu ` 父菜单切换后子菜单定位失败的问题 ([ 81ddd05] ( https://github.com/Tencent/tdesign-react/pull/185/commits/81ddd057de7116bc4219d89664b279e8e03bd6c0 ) , closes [ #161 ] ( https://github.com/Tencent/tdesign-react/issues/161 ) ) [ @insekkei ] ( https://github.com/insekkei )
18
+ * Breadcrumb: 修复非 ` options ` ` 模式下,maxItemWidth ` 没有传给子组件 ` BreadcrumbItem ` 问题 ([ #111 ] ( https://github.com/Tencent/tdesign-react/issues/111 ) ) ([ 1e53110] ( https://github.com/Tencent/tdesign-react/commit/1e5311077555c97c592c64034dd589ef07c979a2 ) ), closes [ #107 ] ( https://github.com/Tencent/tdesign-react/issues/107 ) [ @Yilun-Sun ] ( https://github.com/Yilun-Sun )
19
+ * Progress: 修复环形进度条半径计算问题 ([ e3eae82] ( https://github.com/Tencent/tdesign-react/commit/e3eae8206f25c013ec5ea9dafb48f152cb3e757c ) ) [ @Yilun-Sun ] ( https://github.com/Yilun-Sun )
20
+ * DatePicker: 兼容初始值为非日期 ([ 9d8f6f7] ( https://github.com/Tencent/tdesign-react/commit/9d8f6f7f08a6dd1e06f983fef19f346b60e23bc5 ) ) [ @vision-yip ] ( https://github.com/vision-yip )
21
+ * Datepicker: 修复受控问题 ([ #180 ] ( https://github.com/Tencent/tdesign-react/issues/180 ) ) ([ dace63d] ( https://github.com/Tencent/tdesign-react/commit/dace63d3ef96a8cbdad1566079478d27b0c14176 ) )
22
+ * Select: 修复 ` disabled ` 属性无效 ([ #85 ] ( https://github.com/Tencent/tdesign-react/issues/85 ) ) ([ cc3418a] ( https://github.com/Tencent/tdesign-react/commit/cc3418a19d4d52ef6dd6a9ca858a5890265a2a31 ) ) [ @yaogengzhu ] ( https://github.com/yaogengzhu )
23
+ * Select: 修复点选问题 ([ #63 ] ( https://github.com/Tencent/tdesign-react/issues/63 ) ) ([ d126f34] ( https://github.com/Tencent/tdesign-react/commit/d126f34d0477544ee471c77f3e8f9178f7a3f418 ) ) [ @yaogengzhu ] ( https://github.com/yaogengzhu )
24
+ * Select: 修复远程搜索多选时所选值展示不全问题 ([ #139 ] ( https://github.com/Tencent/tdesign-react/issues/139 ) ) ([ 0a26aa6] ( https://github.com/Tencent/tdesign-react/commit/0a26aa698a2eb25988af4448af16b949f612c840 ) ) [ @yume316 ] ( https://github.com/yume316 )
25
+ * Select: add filterable attribute, the value of click the close button is not returned correctly ([ #61 ] ( https://github.com/Tencent/tdesign-react/issues/61 ) ) ([ d9fe70b] ( https://github.com/Tencent/tdesign-react/commit/d9fe70bcfdf62fb88d5e396dbd08527e14c04b17 ) ) [ @vision-yip ] ( https://github.com/vision-yip )
26
+ * Input: focus style ([ 01c40cf] ( https://github.com/Tencent/tdesign-react/commit/01c40cf735714d6dadd47db439d2f53709d6a096 ) ) [ @uyarn ] ( https://github.com/uyarn )
27
+ * Pagination: 修复更多按钮闪烁问题 ([ 301beff] ( https://github.com/Tencent/tdesign-react/commit/301beffc18003f1e471cd8422817ac11880c4095 ) ) [ @andyjxli ] ( https://github.com/andyjxli )
28
+ * Popup: 修复定位问题 ([ 7e91720] ( https://github.com/Tencent/tdesign-react/commit/7e9172044204dc54ae83dbd24f32d3d506a20a82 ) ) [ @andyjxli ] ( https://github.com/andyjxli )
29
+ * Popup: scroll height ([ 837112b] ( https://github.com/Tencent/tdesign-react/commit/837112bc87571b24cfb0f6d75ca14b18a7f6cba7 ) ) [ @uyarn ] ( https://github.com/uyarn )
30
+ * Popup: dynamic height ([ a6acaff] ( https://github.com/Tencent/tdesign-react/commit/a6acaff7e6b9e1a7d76d2f9af291c733bb1a2b4c ) ) [ @uyarn ] ( https://github.com/uyarn )
31
+ * Popup: fix popup wrong display logic when using hover mode ([ #75 ] ( https://github.com/Tencent/tdesign-react/issues/75 ) ) ([ 3145376] ( https://github.com/Tencent/tdesign-react/commit/31453762e6e0445d8943e981b4cb5b326d0f4131 ) ) [ @southorange1228 ] ( https://github.com/southorange1228 )
32
+ * Slider: fix slider style with vertical mode ([ #66 ] ( https://github.com/Tencent/tdesign-react/issues/66 ) ) ([ 5fc7808] ( https://github.com/Tencent/tdesign-react/commit/5fc78087e33206aabc2c8753331d6930d54e24fe ) ) [ @southorange1228 ] ( https://github.com/southorange1228 )
33
+ * Table: 修复固定表头不滚动时单元格右边线不对齐 ([ bdda8d4] ( https://github.com/Tencent/tdesign-react/commit/bdda8d4c4f7c4f58a55660578c2766be802969ac ) ) [ @yunfeic ] ( https://github.com/yunfeic )
34
+ * TimePicker: 修复 confirm 事件无效 ([ #79 ] ( https://github.com/Tencent/tdesign-react/issues/79 ) ) ([ 45bca64] ( https://github.com/Tencent/tdesign-react/commit/45bca64118a8537617aea4a267931bacb8e95bf9 ) ) [ @yaogengzhu ] ( https://github.com/yaogengzhu )
35
+ * Tooltip: 添加 theme 类型校验 ([ dd05af6] ( https://github.com/Tencent/tdesign-react/commit/dd05af6d284a86aa2f5c365c8c0a93ad0f76bf69 ) ) [ @Yilun-Sun ] ( https://github.com/Yilun-Sun )
36
+ * TreeSelect: 样式名 bem 规范 ([ #135 ] ( https://github.com/Tencent/tdesign-react/issues/135 ) ) ([ 28165b3] ( https://github.com/Tencent/tdesign-react/commit/28165b39460dcb2703db4faf3ee377056db4263c ) ) [ @HQ-Lin ] ( https://github.com/HQ-Lin )
37
+ * Demo: 修复 menu & tooltip 部分示例无效 ([ #62 ] ( https://github.com/Tencent/tdesign-react/issues/62 ) ) ([ 214bbc8] ( https://github.com/Tencent/tdesign-react/commit/214bbc8978b3a930ef74c1174421a9e35b8e1716 ) ) [ @southorange1228 ] ( https://github.com/southorange1228 )
38
+ * Demo: 统一 ` Tabs ` 示例内容 ([ bf3936a] ( https://github.com/Tencent/tdesign-react/commit/bf3936a8fa4d5ef8f2074a5d2c2cb8ffd1fe752c ) ) [ @xliudaxia ] ( https://github.com/xliudaxia )
39
+ * Demo: 优化 ` DatePicker ` 示例 ([ e2c7f3f] ( https://github.com/Tencent/tdesign-react/pull/104/commits/e2c7f3fc34d1be8578bb09ff7698e2ab74c234e6 ) ) [ @harrylu99 ] ( https://github.com/harrylu99 )
40
+ * Demo: 修复 ` Comment ` 示例问题 ([ #174 ] ( https://github.com/Tencent/tdesign-react/issues/174 ) ) ([ baf7a63] ( https://github.com/Tencent/tdesign-react/commit/baf7a6304b0e711481297cf65268bf06f361edf5 ) ) [ @Yilun-Sun ] ( https://github.com/Yilun-Sun )
41
+ * Site: 修复历史版本地址错误 ([ 54eff3b] ( https://github.com/Tencent/tdesign-react/commit/54eff3b120592665bfa6876dc385ff078703eac0 ) ) [ @HQ-Lin ] ( https://github.com/HQ-Lin )
42
+
43
+ ### Features
44
+
45
+ * Tree: 支持 ` disableCheck ` API ([ #129 ] ( https://github.com/Tencent/tdesign-react/issues/129 ) ) ([ 6e137f5] ( https://github.com/Tencent/tdesign-react/commit/6e137f5f12c6655ff77c0d24e6d848479db5e389 ) ), closes [ #97 ] ( https://github.com/Tencent/tdesign-react/issues/97 ) [ @Ruoleery ] ( https://github.com/Ruoleery )
46
+ * Button: 实现 ` content ` API & 完善单测 ([ 9c25ca5] ( https://github.com/Tencent/tdesign-react/commit/9c25ca5f3a114f3a344532440528adcaf0156d50 ) ) [ @haishancai ] ( https://github.com/haishancai )
47
+ * Calendar: 支持 ` onMonthChange ` API ([ #116 ] ( https://github.com/Tencent/tdesign-react/issues/116 ) ) ([ c44b5a3] ( https://github.com/Tencent/tdesign-react/commit/c44b5a3a901bc9d77358f05657185633b436307d ) ) [ @pengYYYYY ] ( https://github.com/pengYYYYY )
48
+ * Cascader: 优化内部 ` Input ` 宽度设置为 100% ([ 62c3c7d] ( https://github.com/Tencent/tdesign-react/commit/62c3c7dd3413d9347a0bb3f3ce6c1d8f60c847b4 ) ) [ @pengYYYYY ] ( https://github.com/pengYYYYY )
49
+ * Form: 优化 ` form ` 获取 ` formItem ` 实例逻辑 & 支持 ` FormItem ` 组件可被标签嵌套 ([ #188 ] ( https://github.com/Tencent/tdesign-react/issues/188 ) ) ([ bb123a1] ( https://github.com/Tencent/tdesign-react/commit/bb123a1b0468e9283228d1ba02ed6691111cbabe ) ) [ @HQ-Lin ] ( https://github.com/HQ-Lin )
50
+ * Form: 新增 ` onValuesChange ` 事件 ([ #121 ] ( https://github.com/Tencent/tdesign-react/issues/121 ) ) ([ 1b2b349] ( https://github.com/Tencent/tdesign-react/commit/1b2b349eab5d46c25b3a45dc1cf080dcf5b5ba50 ) ) [ @HQ-Lin ] ( https://github.com/HQ-Lin )
51
+ * Layout: 支持 ` direction ` api ([ 8448581] ( https://github.com/Tencent/tdesign-react/commit/84485811f5f7f99188fe8c9661a74570004c7571 ) ) [ @HQ-Lin ] ( https://github.com/HQ-Lin )
52
+ * Pagination: 调整 ` Input ` 为 ` InputNumber ` 组件 ([ #77 ] ( https://github.com/Tencent/tdesign-react/issues/77 ) ) ([ 0bee39f] ( https://github.com/Tencent/tdesign-react/commit/0bee39f14ade40627a2746739fffc91dc04caf71 ) ) [ @HQ-Lin ] ( https://github.com/HQ-Lin )
53
+ * Upload: 同步最新 API 改动 ([ b8c864b] ( https://github.com/Tencent/tdesign-react/pull/159/commits/b8c864b502d8d91f192902a6189eb70186e9b8da ) )
54
+ * Demo: 完善 ` Upload ` 自定义拖拽上传 demo ([ a9c620e] ( https://github.com/Tencent/tdesign-react/commit/a9c620e36530903989e076e15795412f7509db4b ) ) [ @teal-front ] ( https://github.com/teal-front )
55
+ * Demo: 完善 ` Upload ` 自定义上传 demo ([ eda0697] ( https://github.com/Tencent/tdesign-react/commit/eda0697823ed03e5b62b8dfc99ebdae672ecb16d ) ) [ @teal-front ] ( https://github.com/teal-front )
56
+ * Test: 生成单测覆盖率报告脚本更新,优化配置 ([ d0f0de4] ( https://github.com/Tencent/tdesign-react/commit/d0f0de4393109693efa8b528eff6d6c6bc2755cd ) ) [ @carolin913 ] ( https://github.com/carolin913 )
57
+ * Test: 新增e2e测试脚本,增加覆盖率报告生成脚本 ([ 8f456d5] ( https://github.com/Tencent/tdesign-react/commit/8f456d5ab40615e4a89c04d5e425672d715e0f9b ) ) [ @carolin913 ] ( https://github.com/carolin913 )
58
+ * Test: 新增 ` pagination ` 和 ` input ` 组件单测 ([ 4b32276] ( https://github.com/Tencent/tdesign-react/commit/4b32276954d5ab5c0631079c2d4c2b0893e27d88 ) ) [ @zhb19950914 ] ( https://github.com/zhb19950914 )
59
+ * Test: 新增 ssr 测试脚本支持,单组件测试支持 ([ 526c567] ( https://github.com/Tencent/tdesign-react/commit/526c5671a6c55d92b07dc98bd44a4ece80845c3d ) ) [ @carolin913 ] ( https://github.com/carolin913 )
60
+ * VsCode: add code spell checker to recommended extensions ([ d6420cb] ( https://github.com/Tencent/tdesign-react/commit/d6420cbdd0f95ec2924b133dfeac5aeb46538b00 ) ) [ @Yilun-Sun ] ( https://github.com/Yilun-Sun )
61
+ * Locale: improve the locale type to get better tips ([ 62818f8] ( https://github.com/Tencent/tdesign-react/commit/62818f8d4a50cecef15bd944bbbead0ed317d145 ) ) [ @iseekTo ] ( https://github.com/iseekTo )
62
+
63
+
8
64
## 0.21.0 ` 2021-12-23 `
9
65
10
66
@@ -39,7 +95,7 @@ spline: explain
39
95
### Features
40
96
41
97
* Avatar: 新增 Avatar 组件 ([ 018eea1] ( https://github.com/Tencent/tdesign-react/commit/018eea1234a6e73ab257f12758e8bef015a097b6 ) ) [ @zj2015262624 ] ( https://github.com/zj2015262624 )
42
- * Popup: 添加下拉动画 ([ 4c475fc] ( https://github.com/Tencent/tdesign-react/commit/4c475fcdcf39a5721d334cf340f8e50ae3326cbf ) ) [ @andyjxli ] ( https://github.com/andyjxli )
98
+ * Popup: 添加下拉动画 ([ 4c475fc] ( https://github.com/Tencent/tdesign-react/commit/4c475fcdcf39a5721d334cf340f8e50ae3326cbf ) ) [ @andyjxli ] ( https://github.com/andyjxli )
43
99
* Table: 合并行展开点击和onRowClick事件 ([ b2d1578] ( https://github.com/Tencent/tdesign-react/commit/b2d1578fb50cdaf75804cc2e46fcc4847267d3e0 ) ) [ @yunfeic ] ( https://github.com/yunfeic )
44
100
* Table: 支持行点击和鼠标事件 ([ d42e9a9] ( https://github.com/Tencent/tdesign-react/commit/d42e9aa7501d6fc326aae33c84c6395da33792e5 ) ) [ @yunfeic ] ( https://github.com/yunfeic )
45
101
* Upload: support customize request method ([ 5bc70be] ( https://github.com/Tencent/tdesign-react/commit/5bc70be02d2efaf1b724fdc530d03900fa886d8d ) ) [ @teal-front ] ( https://github.com/teal-front )
0 commit comments