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

chore: publish 0.35.0 #868

Closed
wants to merge 1 commit into from
Closed

chore: publish 0.35.0 #868

wants to merge 1 commit into from

Conversation

honkinglin
Copy link
Collaborator

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • fix(组件名称): 处理问题或特性描述 ...

  • 本条 PR 不需要纳入 Changelog

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

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

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

@github-actions
Copy link
Contributor

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

🌈 0.35.0 2022-06-10

🚀 Features

  • table: 树形结构,支持默认展开全部,以及自由控制展开全部或收起全部 @chaishi (#842)
  • table: 树形结构,支持空数据插入新节点、当前数据之前插入新节点、当前数据之后插入新节点、获取树形结构等方法 @chaishi (#842)
  • table: 树形结构,支持自定义树形结构展开收起图标 @chaishi (#842)
  • table: 树形结构,支持拖拽调整同层级顺序 @chaishi (#842)
  • table: 拖拽排序事件,新增参数 data 和 newData,分别表示变更前后的数据 @chaishi (#842)
  • table: 过滤功能,Input 输入框支持 Enter 键触发确认搜索 @chaishi (#842)
  • table: 排序功能,支持隐藏排序图标文本提示 hideSortTips @chaishi (#842)
  • table: 新增可编辑单元格功能 @chaishi (#842)
  • textarea: allowinputovermax支持超出字数限制可以输入 @carolin913 (#838)
  • DatePicker: 优化 datepicker 组件 & 重构 DatePickerPanel、DateRangePanel 逻辑 @HQ-Lin (#858)

🐞 Bug Fixes

🚧 Others

  • test(card): add card component unit tests @weikee94 (#839)
  • fix: useControlled 支持运行时确定受控属性默认值 @HQ-Lin (#844)
  • fix(Menuitem): fix menuItem onclick is not work when active @leosxie (#848)
  • fix(input-number): trigger onChange twice when clicking reduce button @moecasts (#857)
  • [CollapsePanel]箭头样式优化 @samhou1988 (#851)
  • fix: 修复 drawer cancelBtn 传入字符串无效 @HQ-Lin (#860)
  • fix: 调整组件class 名为排序第一个 @HQ-Lin (#864)
  • chore: 新增无样式干扰环境页面 @HQ-Lin (#863)
  • feat: update common @HQ-Lin (#867)
  • feat:优化dialog定位问题导致子节点的 fixed 属性定位失效 @huoyuhao (#776)
  • fix(Menuitem): fix menuItem onclick is not work when active @leosxie (#848)
  • fix(input-number): trigger onChange twice when clicking reduce button @moecasts (#857)
  • feat:优化dialog定位问题导致子节点的 fixed 属性定位失效 @huoyuhao (#776)

@github-actions
Copy link
Contributor

完成

@github-actions
Copy link
Contributor

Size Change: 0 B

Total Size: 783 kB

Filename Size Change
./dist/tdesign.js 470 kB +1 B (0%)
./dist/tdesign.min.js 227 kB -1 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/tdesign.css 45.7 kB
./dist/tdesign.min.css 40.7 kB

@honkinglin honkinglin closed this Jun 10, 2022
@honkinglin honkinglin deleted the release/0.35.0 branch June 10, 2022 07:53
@github-actions
Copy link
Contributor

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

🌈 0.35.0 2022-06-10

🚀 Features

  • table: 树形结构,支持默认展开全部,以及自由控制展开全部或收起全部 @chaishi (#842)
  • table: 树形结构,支持空数据插入新节点、当前数据之前插入新节点、当前数据之后插入新节点、获取树形结构等方法 @chaishi (#842)
  • table: 树形结构,支持自定义树形结构展开收起图标 @chaishi (#842)
  • table: 树形结构,支持拖拽调整同层级顺序 @chaishi (#842)
  • table: 拖拽排序事件,新增参数 data 和 newData,分别表示变更前后的数据 @chaishi (#842)
  • table: 过滤功能,Input 输入框支持 Enter 键触发确认搜索 @chaishi (#842)
  • table: 排序功能,支持隐藏排序图标文本提示 hideSortTips @chaishi (#842)
  • table: 新增可编辑单元格功能 @chaishi (#842)
  • textarea: allowinputovermax支持超出字数限制可以输入 @carolin913 (#838)
  • DatePicker: 优化 datepicker 组件 & 重构 DatePickerPanel、DateRangePanel 逻辑 @HQ-Lin (#858)

🐞 Bug Fixes

🚧 Others

  • test(card): add card component unit tests @weikee94 (#839)
  • fix: useControlled 支持运行时确定受控属性默认值 @HQ-Lin (#844)
  • fix(Menuitem): fix menuItem onclick is not work when active @leosxie (#848)
  • fix(input-number): trigger onChange twice when clicking reduce button @moecasts (#857)
  • [CollapsePanel]箭头样式优化 @samhou1988 (#851)
  • fix: 修复 drawer cancelBtn 传入字符串无效 @HQ-Lin (#860)
  • fix: 调整组件class 名为排序第一个 @HQ-Lin (#864)
  • chore: 新增无样式干扰环境页面 @HQ-Lin (#863)
  • feat: update common @HQ-Lin (#867)
  • feat:优化dialog定位问题导致子节点的 fixed 属性定位失效 @huoyuhao (#776)
  • fix(Menuitem): fix menuItem onclick is not work when active @leosxie (#848)
  • fix(input-number): trigger onChange twice when clicking reduce button @moecasts (#857)
  • feat:优化dialog定位问题导致子节点的 fixed 属性定位失效 @huoyuhao (#776)

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