Skip to content

Commit

Permalink
Merge branch 'docs/changelog-0.35.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosansiji committed Feb 18, 2022
2 parents 1d2e2bb + 3ca5519 commit 2a7e870
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,36 @@ toc: false
docClass: timeline
---

## 0.35.0 `2022-02-18`
### BREAKING CHANGES
* Menu: 移除冗余事件 `onCollapsed`[pr #428](https://github.com/Tencent/tdesign-vue/pull/428)[@LeeJim](https://github.com/LeeJim)

### Bug Fixes

* Progress:
- 修复环状进度条小于 5% 时渲染错误的问题,[issue #412](https://github.com/Tencent/tdesign-vue/issues/412)[@uyarn](https://github.com/uyarn)[@huanyue2019](https://github.com/huanyue2019)
- 修复环形进度条不可更改未完成轨道颜色的问题,[issue #368](https://github.com/Tencent/tdesign-vue/issues/368)[@byq1213](https://github.com/byq1213)
* Drawer: 修复 `keydown`相关事未触发的问题,[issue #381](https://github.com/Tencent/tdesign-vue/pull/381)[@uyarn](https://github.com/uyarn)
* Form: 修复 `preventSubmitDefault` 无法阻止表单默认提交行为的问题,[issue #400](https://github.com/Tencent/tdesign-vue/issues/400)[@dellyoung](https://github.com/dellyoung)
* Menu: [@LeeJim](https://github.com/LeeJim)
- 修复 `expandType` 没有动态变化的问题,[issue #396](https://github.com/Tencent/tdesign-vue/pull/396)
- 修复浅色模式下 Menu 文件颜色异常的问题,[issue #394](https://github.com/Tencent/tdesign-vue/pull/394)
* Skeleton: 修复 `rowCol` 设置列数失效的问题,
* Table: 修复固定列宽值为 `string` 时展示偏移的问题 [pr #421](https://github.com/Tencent/tdesign-vue/pull/421)[@Yilun-Sun](https://github.com/Yilun-Sun)
* Textarea: 修复 `value` 未定义时字数统计展示异常的问题,[issue #387](https://github.com/Tencent/tdesign-vue/issues/387)[@huangpiqiao](https://github.com/huangpiqiao)
* TimePicker: 修复部分鼠标滚动选择出现偏差的问题,[issue #107](https://github.com/Tencent/tdesign-vue/issues/107)[@uyarn](https://github.com/uyarn)

### Features
* Form: 表单项值类型为数组时,FormRule 的 `max``min` 可以校验数组长度,[issue #301](https://github.com/Tencent/tdesign-react/issues/301)[@dellyoung](https://github.com/dellyoung)
* Popup: [pr #358](https://github.com/Tencent/tdesign-vue/pull/358)[@ikeq](https://github.com/ikeq)
- 支持嵌套使用
- 去除额外 reference 包裹元素
- 弹窗展开动画优化
- `overlayStyle` 类型为 Function 时,增加 `popupElement` 作为第二个参数,表示浮层元素 DOM 节点
- 新增 `onScroll` 属性,响应下拉选项滚动事件
* Slider: 默认提示主题更改为暗色,[pr #424](https://github.com/Tencent/tdesign-vue/pull/424)[@LuckyWinty](https://github.com/LuckyWinty)
* Table: 支持使用 `columnController` 属性自定义设置需要展示的列,[pr #423](https://github.com/Tencent/tdesign-vue/pull/423)[@LeeJim](https://github.com/LeeJim)

## 0.34.0 `2022-01-27`

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tdesign-vue",
"purename": "tdesign",
"version": "0.34.0",
"version": "0.35.0",
"description": "tdesign-vue",
"title": "tdesign-vue",
"keywords": [
Expand Down

0 comments on commit 2a7e870

Please sign in to comment.