Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: release 1.6.5 #2774

Merged
merged 2 commits into from
Sep 6, 2023
Merged

feat: release 1.6.5 #2774

merged 2 commits into from
Sep 6, 2023

Conversation

xiaosansiji
Copy link
Collaborator

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 5, 2023

🌈 1.6.5 2023-09-05

🚀 Features

  • Table: @chaishi
    • 可筛选表格,onFilterChange 事件新增参数 trigger: 'filter-change' | 'confirm' | 'reset' | 'clear',表示触发筛选条件变化的来源 (#2767)
    • 可筛选表格,支持使用 filter.label 单独定义晒选项别名,可以和 title 标题不一样 (#2771)
  • Dialog: @chaishi (#2769)
    • 支持使用 confirmLoading 控制确认按钮加载状态
    • 组件实例函数新增 confirmDialog.setConfirmLoading(true)confirmDialog.update({ confirmLoading: true }),用于设置确认按钮加载状态
  • Watermark: 水印组件文字新增 fontFamily 属性 @LadyChatterleyLover (common#1580)
  • GlobalConfig: 全局配置中,步骤条组件添加已完成状态自定义功能 @Zzongke (common#1579)

🐞 Bug Fixes

  • Table: @chaishi (#2767)
    • 树形结构,修复 v1.6.4 中 tree.defaultExpandAll 失效问题 @chaishi (#2752)
    • 树形结构表格,修复 expandedTreeNodes.sync@expanded-tree-nodes-change 使用 expandTreeNodeOnClick 时无效问题 issue#2756
    • 可筛选表格,修复 resetValue 在清空筛选时,未能重置到指定 resetValue 值的问题
    • 可筛选表格,修复单选筛选器触发两次 onFilterChange 事件问题,issues#2746
    • 拖拽排序表格,修复添加 lazyLoad 懒加载属性后,拖拽排序功能失效问题
    • 可筛选表格,修复晒选项的值为 false 时,筛选图标未能高亮问题 (#2771)
    • 可筛选表格,解决 title 使用函数或插槽定义时,过滤结果行文本显示问题,issue#3303
  • Form: 修复调用form组件暴露的reset方法后未定义nameform-item也被一同加入清除 @Zz-ZzzZ (#2760)
  • Checkbox: 修复同时有多个 CheckGroup 时,选中值显示异常问题,issue#2761 @chaishi (#2768)
  • Image: @chaishi (#2770)
    • 修复 fallback 在第一次加载失败后无效问题
    • 修复图片预览出现两个预览按钮问题
  • Dialog: 修复组件如果初始默认显示, 按 esc 关不掉的问题 @Zhanjiachun (#2708)
  • Loading: 修复Plugin在部分场景下设置 false 入参时重新创建实例的问题 @uyarn (#2778)
  • Autocomplete: 修复错误的移除事件监听时机 @uyarn (#2777)
  • Table: 修复固定表头/尾错误的移除事件监听时机 @uyarn (#2777)
  • Popup: 修复产物中 env 环境的问题 @uyarn (#2776)
  • Select: 修复多选且开启reserveKeyword的场景下删除 input 中的内容时,会删除已选项的缺陷 @uyarn (#2779)

@github-actions
Copy link
Contributor

github-actions bot commented Sep 5, 2023

完成

@github-actions
Copy link
Contributor

github-actions bot commented Sep 5, 2023

Size Change: 0 B

Total Size: 979 kB

ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.93 kB
./dist/tdesign.css 51.3 kB
./dist/tdesign.js 568 kB
./dist/tdesign.min.css 46.5 kB
./dist/tdesign.min.js 311 kB

@xiaosansiji xiaosansiji merged commit 10ac3e6 into develop Sep 6, 2023
@xiaosansiji xiaosansiji deleted the release/1.6.5 branch September 6, 2023 03:03
uyarn pushed a commit that referenced this pull request Sep 22, 2023
* feat: release 1.6.5

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
chaishi added a commit that referenced this pull request Sep 22, 2023
* fix(table): tree.defaultExpandAll (#2752)

* Fix0817 (#2708)

* fix: 弹窗组件如果初始默认显示, 按esc关不掉问题修复 (#2608)

* fix: 弹窗组件如果初始默认显示, 按esc关不掉问题修复 (#2608)

* fix: 弹窗组件如果初始默认显示, 按esc关不掉问题修复 (#2608)

* fix: 弹窗组件如果初始默认显示, 按esc关不掉问题修复 (#2608)

* fix: 弹窗组件如果初始默认显示, 按esc关不掉问题修复 (#2608)

* fix(checkbox): multitple checkbox-group exist at the page (#2768)

* fix(checkbox): multitple checkboxgroup

* fix(table): unique key

* feat(table): fix resetValue does not work on clear filter;

* fix(form): fix reset form error (#2760)

Co-authored-by: zhangjiancheng <zhangjiancheng@aibaoxian.com>

* feat(table): fix false value can not highlight filter icon; support filter.label (#2771)

* fix(table): support filter value which is false can highlight filter icon

* feat(table): support filter.label

* docs(table): update demove

* fix(table): title is a function

* fix: lint error

* fix(image): dulplicate preview icon (#2770)

* fix(image): dulplicate preview icon

* fix(image): fix preview url

* fix(table): lint error

* test: update snapshots

* feat(dialog): confirmLoading (#2769)

* feat(dialog): confirmLoading

* test: update snapshots

* fix(popup): clear queued open action caused by accident (#2747)

* Revert "fix(popup): clear queued open action caused by accident (#2747)" (#2775)

This reverts commit e1a1f95.

* fix: fix bundle content (#2776)

* fix: fix remove listener hook (#2777)

* fix(loading): fix loading false create instance again (#2778)

* fix(Select): fix delete exist option when delete input value (#2779)

* feat: release 1.6.5 (#2774)

* feat: release 1.6.5

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix(checkbox): group dynamic (#2793)

* fix(table): multiple editable table (#2787)

* fix(table): multiple editable table

* docs(dialog): demo

* chore: release 1.6.6 (#2795)

* chore: 1.6.6

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat(treeselect): support panel content API (#2797)

* fix: useResizeObserver (#2806)

* chore: update README (#2808)

* feat(table): support group columns (#2810)

* feat(table): column controller

* test(table): update snapshots

* fix(table): props.locale

* fix: lint error

* fix: lint error

* fix(dialog): Dialog component support confirmLoading (#2814)

* fix(dialog): confirmLoading

* docs(dialog): remove docs

* feat(card): replace title span with div (#2812)

* feat(card): replace title span with div

* feat(card): replace title span with div

* chore: release 1.6.7 (#2817)

* chore: release 1.6.7

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: release 1.6.7-naruto

* chore: release 1.6.7-naruto

---------

Co-authored-by: sheepluo <yaoyanhuoyi@qq.com>
Co-authored-by: Zhanjiachun <49758402+Zhanjiachun@users.noreply.github.com>
Co-authored-by: Zz-ZzzZ <48228016+Zz-ZzzZ@users.noreply.github.com>
Co-authored-by: zhangjiancheng <zhangjiancheng@aibaoxian.com>
Co-authored-by: ikeq <ikeq@foxmail.com>
Co-authored-by: azhe <xiaosansiji@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants