Releases: Tencent/tdesign-react
Releases · Tencent/tdesign-react
1.2.5
🚀 Features
steps
: 全局配置添加步骤条的已完成图标自定义 @Zzongke (#2491)Table
: 可筛选表格,onFilterChange
事件新增参数trigger: 'filter-change' | 'confirm' | 'reset' | 'clear'
,表示触发筛选条件变化的来源 @chaishi (#2492)Form
: trigger新增submit
选项 @honkinglin (#2507)ImageViewer
:onIndexChange
事件新增trigger
枚举值current
@chaishi (#2494)Image
:Upload
: 文案列表支持显示缩略图 @chaishi (#2494)Tree
:
🐞 Bug Fixes
GlobalConfig
: 修复切换多语言失效的问题 @uyarn (#2501)Table
:- 可筛选表格,修复
resetValue
在清空筛选时,未能重置到指定resetValue
值的问题 @chaishi (#2492) - 树形结构表格,修复 expandedTreeNodes.sync 和 @expanded-tree-nodes-change 使用 expandTreeNodeOnClick 时无效问题 tdesign-vue#2756 @chaishi (#2492)
- 单元格在编辑模式下,保存的时候对于链式的colKey处理错误,未能覆盖原来的值 @Empire-suy (#2493)
- 可编辑表格,修复多个可编辑表格同时存在时,校验互相影响问题 @chaishi (#2498)
- 单元格在编辑模式下,保存的时候对于链式的colKey处理错误,未能覆盖原来的值 @Empire-suy (#2493)
- 修复使用 list 传 props 且 destroyOnHide 为 false 下, 会丢失 panel 内容的问题 @lzy2014love (#2500)
- 可筛选表格,修复
TagInput
: 修复折叠展示选项尺寸大小问题 @uyarn (#2503)Tabs
: 修复使用 list 传 props 且 destroyOnHide 为 false 下, 会丢失 panel 内容的问题 @lzy2014love (#2500)menu
: 修复菜单expandType默认模式下menuitem传递onClick不触发的问题 @Zzongke (#2502)ImageViewer
: 修复无法通过visible
直接打开预览弹框问题 @chaishi (#2494)Tree
: 修复1.2.0版本后部分TreeNodeModel
的操作失效的异常 @uyarn
New Contributors
- @Empire-suy made their first contribution in #2493
- @lzy2014love made their first contribution in #2500
Full Changelog: 1.2.4...1.2.5
1.2.4
🌈 1.2.4 2023-08-31
🚀 Features
Table
: 树形结构,没有设置expandedTreeNodes
情况下,data 数据发生变化时,自动重置收起所有展开节点(如果希望保持展开节点,请使用属性expandedTreeNodes
控制,tdesign-vue#2735 @chaishi (#2470)
🐞 Bug Fixes
Watermark
: watermark组件,修改水印节点,都不影响水印展示 @tingtingcheng6 (#2459)Table
:Slider
: 修复初始值为0 时,label位置错误的缺陷 @Zzongke (#2477)Tree
: 支持store.children
调用getChildren方法 @uyarn (#2480)
New Contributors
- @tingtingcheng6 made their first contribution in #2459
- @binyellow made their first contribution in #2474
Full Changelog: 1.2.3...1.2.4
1.2.3
🌈 1.2.3 2023-08-24
🐞 Bug Fixes
Table
: 修复 usePrevious 报错 @honkinglin (#2464)ImageViewer
: 修复引入文件路径报错 @honkinglin (#2465)
Full Changelog: 1.2.2...1.2.3
1.2.2
🌈 1.2.2 2023-08-24
🚀 Features
🐞 Bug Fixes
taginput
: fix when entering Chinese, it will be blocked by the previous label @Zzongke (#2438)Table
:- 点击行展开/点击行选中,修复
expandOnRowClick
和selectOnRowClick
无法独立控制行点击执行交互问题 issue#3254 @chaishi (#2452) - 树形结构,修复组件实例方法 展开全部
expandAll
问题 @chaishi (#2453)
- 点击行展开/点击行选中,修复
TagInput
: 修复中文展示问题 @Zzongke (#2438)Form
: 修复FormList组件使用form setFieldsValue、reset异常 @nickcdon (#2406)
New Contributors
Full Changelog: 1.2.1...1.2.2
1.2.1
🌈 1.2.1 2023-08-16
🚀 Features
Anchor
: 新增getCurrentAnchor
支持自定义高亮锚点 @ontheroad1992 (#2436)Menu
: MenuItem onClick 事件增加value返回值 @dexterBo (#2441)Form
: FormItem 新增 valueFormat 函数支持格式化数据 @honkinglin (#2445)
🐞 Bug Fixes
Dialog
: 修复闪烁问题 @linjunc (#2435)Select
:Popconfirm
: invalid className and style props @betavs (#2420)DatePicker
: 修复 hover cell 造成不必要的渲染 @j10ccc (#2440)
New Contributors
- @dexterBo made their first contribution in #2441
- @j10ccc made their first contribution in #2440
- @linjunc made their first contribution in #2435
- @betavs made their first contribution in #2420
Full Changelog: 1.2.0...1.2.1
1.2.0
❗ Breaking Changes
Icon
: 新增 960 个图标;调整图标命名photo
为camera
,books
为bookmark
,stop-cirle-1
为stop-circle-stroke
;移除money-circle
图标,具体请查看图标页面 @uyarn (#2429)
🚀 Features
Table
:
🐞 Bug Fixes
Cascader
: 传入的 value 不在 options中时会直接报错 @peng-yin (#2414)menu
: 修复同一个MenuItem多次触发onChange的问题 @leezng (#2424)Drawer
: 抽屉组件在 visible 默认为 true 时,无法正常显示 @peng-yin (#2415)Table
:
New Contributors
Full Changelog: 1.1.17...1.2.0
1.1.17
1.1.16
🚀 Features
🐞 Bug Fixes
Table
:- 可编辑表格场景,支持设置
colKey
值为链式属性,如:a.b.c
@chaishi (#2381) - 树形结构表格,修复当
selectedRowKeys
中的值在 data 数据中不存在时报错问题,issue#2375 @chaishi (#2385)
- 可编辑表格场景,支持设置
Guide
: 修复设置step为 -1 时需要隐藏组件的功能 @uyarn (#2389)
New Contributors
- @chrislol98 made their first contribution in #2383
Full Changelog: 1.1.15...1.1.16
1.1.15
🚀 Features
DatePicker
: 优化关闭浮层后重置默认选中区域 @honkinglin (#2371)
🐞 Bug Fixes
Dialog
: 修复theme=danger
无效问题,issue#2364 @chaishi (#2365)Popconfirm
: 当confirmBtn/cancelBtn
值类型为Object
时未透传 @imp2002 (#2361)
New Contributors
Full Changelog: 1.1.14...1.1.15
1.1.14
🚀 Features
Tree
: 支持虚拟滚动 @uyarn (#2359)Table
: 树形结构,添加行层级类名,方便业务设置不同层级的样式 @chaishi (#2354)Radio
: 优化选项组换行情况 @ontheroad1992 (#2358)Upload
:- 新增组件实例方法,
uploadFilePercent
用于更新文件上传进度 @chaishi (#2353) theme=image
,支持使用fileListDisplay
自定义 UI 内容 @chaishi (#2353)theme=image
,支持点击名称打开新窗口访问图片,tdesign-vue#2338 @chaishi (#2353)- 拖拽上传场景,支持
accept
文件类型限制,tdesign-vue-next#3075 @chaishi (#2353)
- 新增组件实例方法,
🐞 Bug Fixes
Full Changelog: 1.1.13...1.1.14