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

docs: release 0.15.0 #827

Merged
merged 2 commits into from
May 20, 2022
Merged

docs: release 0.15.0 #827

merged 2 commits into from
May 20, 2022

Conversation

PengYYYYY
Copy link
Collaborator

🤔 这个 PR 的性质是?

  • 版本发布

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

版本发布

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@github-actions
Copy link
Contributor

(删除此行代表确认该日志): 修改并确认日志后删除这一行,机器人会提交到 本 PR 的 CHANGELOG.md 文件中

🌈 0.15.0 2022-05-20

🚀 Features

  • Form: 支持 help 配置的表单项说明内容与错误提示同时展示,未配置 help 时不再默认占位 @HQ-Lin (#792)
  • Table: 树形结构,支持默认展开全部,tree.defaultExpandAllissue#776 @chaishi (#779)
  • Table: 树形结构,支持自由控制展开全部,或收起全部 expandAll() foldAll() @chaishi (#779)
  • Table: 树形结构,支持拖拽排序,调整同层级顺序 @chaishi (#779)
  • Table: 树形结构,支持在当前节点之前插入新节点 insertBefore @chaishi (#779)
  • Table: 树形结构,支持在当后节点之后插入新节点 insertAfter @chaishi (#779)
  • cascader: 增加 popupVisible, readonly, selectInputProps, onPopupVisibleChange 属性,具体描述查看文档 @PengYYYYY (#585)
  • tabs: 添加拖拽功能 @GitHub-Mr-Chen (#744)
  • Form: Form 支持 formControlledComponents 属性 (WIP) @k1nz (#782)
  • tabs: 添加拖拽功能 @GitHub-Mr-Chen (#744)

🐞 Bug Fixes

🚧 Others

@github-actions
Copy link
Contributor

完成

@github-actions
Copy link
Contributor

(删除此行代表确认该日志): 修改并确认日志后删除这一行,机器人会提交到 本 PR 的 CHANGELOG.md 文件中

🌈 0.15.0 2022-05-20

🚀 Features

🐞 Bug Fixes

🚧 Others

@github-actions
Copy link
Contributor

Size Change: 0 B

Total Size: 666 kB

Filename Size Change
./dist/tdesign.js 369 kB +1 B (0%)
./dist/tdesign.min.js 212 kB -1 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/tdesign.css 45 kB
./dist/tdesign.min.css 40 kB

@github-actions
Copy link
Contributor

github-actions bot commented May 20, 2022

🌈 0.15.0 2022-05-20

❗ Breaking Changes

  • Cascader: 基于select-input组件重构,文本过长省略使用原生 title 展示全文本,不再使用 tooltip @PengYYYYY (#585)

🚀 Features

  • Form: 支持 help 配置的表单项说明内容与错误提示同时展示,未配置 help 时不再默认占位 @HQ-Lin (#792)
  • Table: 树形结构,支持默认展开全部,tree.defaultExpandAllissue#776 @chaishi (#779)
  • Table: 树形结构,支持自由控制展开全部,或收起全部 expandAll() foldAll() @chaishi (#779)
  • Table: 树形结构,支持拖拽排序,调整同层级顺序 @chaishi (#779)
  • Table: 树形结构,支持在当后节点之后插入新节点 insertAfter @chaishi (#779)
  • Cascader: 增加 popupVisible, readonly, selectInputProps, onPopupVisibleChange 属性,具体描述查看文档 @PengYYYYY (#585)
  • nuxt: 修复在nuxt3中的适配问题,可参考案例 tdesign-vue-next-nuxt-starter @yixiaco (#726)
  • Form: 使用 CompositionAPI 重构 Form 组件 (issue #58) @k1nz (#782)
  • Form: Form 支持 formControlledComponents 属性 (WIP) @k1nz (#782)
  • Tabs: 添加拖拽功能 @GitHub-Mr-Chen (#744)
  • Anchor: 增加 demo 演示功能 @ontheroad1992 (#804)

🐞 Bug Fixes

  • Table: 修复在ssr环境中的兼容 @PengYYYYY (#723)
  • Transfer: 修复对 pagination 组件的引用报错 @PengYYYYY (#723)
  • Swiper: slot执行位置不对,导致vue警告 @btea (#783)
  • Steps: 修复 readonly 不起作用的问题 @k1nz (#756)
  • Slider: 修复slider组件onChange事件init阶段被意外触发问题 @ChrisLee0211 (#786)
  • Popup: 增加zIndex api @ikeq (#788)
  • Popup: 修复设置 destroyOnClose 后可能出现的异常抖动 @ikeq (#788)
  • Table: 拖拽排序,修复参数为 undefined 问题,issue#790 @chaishi (#779)
  • Table: 使用 header-affixed-top 时,异步下不能动态更新列 issue#787 @chaishi (#779)
  • Menu: 修复 expanded 不受控的问题 @LeeJim (#794)
  • Cascader: 修复第二级菜单点击后无法展示第三级菜单 (issue #725) @PengYYYYY (#585)
  • Cascader: 修复组件可以同时打开多个 (issue #577) @PengYYYYY (#585)
  • Cascader: 修复 filterable 不支持忽略大小写, 优化过滤状态交互 (issue #577) @PengYYYYY (#585)
  • CheckboxGroup: 修复响应式丢失的问题 @k1nz (#793)
  • Transfer: 异步赋值 checked 不生效 @btea (#800)
  • Menu: 修复 width 不生效的问题 @LeeJim (#807)
  • Menu: 修复暗色模式的 Popup @LeeJim (#816)
  • Menu: 修复 Popup 无法正常展示的问题 @LeeJim (#815)
  • Menu: 修复 expand-type 不生效的问题 @LeeJim (#817)
  • Form: 修复 number 规则校验不生效的问题 (issue #670) @k1nz (#782)
  • Form: 修复组件实例方法 setValidateMessage 缺失的问题 (issue #739) @k1nz (#782)
  • Form: 修复 FormItemshowErrorMessage 属性失效的问题 (issue #751) @k1nz (#782)
  • Form: 修复触发方式 blur 不生效的问题 (issue #573) @k1nz (#782)
  • Form: 修复传入的字段值为 undefined 的时候不会更新双向绑定值 (issue #801), (#784) @k1nz (#782)
  • Switch: 修复 disabled 状态下仍然可以点击 @k1nz (#782)
  • TreeSelect: 修复 placeholder 传入无效 @k1nz (#782)
  • ColorPicker: 使用common中的常量, 删除无用的代码, 样式BEM, 文档demo样式问题 @S-mohan (#819)

@PengYYYYY PengYYYYY merged commit 5223543 into develop May 20, 2022
@PengYYYYY PengYYYYY deleted the release/0.15.0 branch May 20, 2022 08:21
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.

1 participant