Skip to content

Commit f596d3f

Browse files
PengYYYYYuyarngithub-actions[bot]
authored
docs: update version (#4487)
* docs: update version * chore: update common * chore: changelog's changes --------- Co-authored-by: Uyarn <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 58cbaed commit f596d3f

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ toc: false
55
docClass: timeline
66
---
77

8+
## 🌈 1.9.9 `2024-08-16`
9+
### 🚀 Features
10+
- `Borderless`: `RangeInput` `DateRangePicker` `TimeRangePicker` 支持无边框模式 @liweijie0812 ([#4442](https://github.com/Tencent/tdesign-vue-next/pull/4442))
11+
### 🐞 Bug Fixes
12+
- `Cascader`:
13+
- 修复点击清空按钮多次触发 `change` 事件的问题 @uyarn ([#4478](https://github.com/Tencent/tdesign-vue-next/pull/4478))
14+
- 修复在可过滤下输入值后未选中值时,点击清空按钮后错误选中选项的问题 @uyarn ([#4478](https://github.com/Tencent/tdesign-vue-next/pull/4478))
15+
- `Tabs`:
16+
- 修复`Tabs`组件在全局替换图标下,存在替换组件 `event` 事件导致移除操作异常的问题 @uyarn ([#4485](https://github.com/Tencent/tdesign-vue-next/pull/4485))
17+
- 修复 `t-tabs__bar``dialog` 中的尺寸问题 @RyouSY ([#4438](https://github.com/Tencent/tdesign-vue-next/pull/4438))
18+
- `Upload`: 修复部分图标不支持全局替换的问题 @uyarn ([#4434](https://github.com/Tencent/tdesign-vue-next/pull/4434))
19+
- `Dialog`: 修复 `cancelBtn``confirmBtn` 设置为`null` 的类型问题 @chouchouji ([#4439](https://github.com/Tencent/tdesign-vue-next/pull/4439))
20+
- `Tabs`: 修复 `t-tabs__bar``dialog` 中的尺寸问题 @RyouSY ([#4438](https://github.com/Tencent/tdesign-vue-next/pull/4438))
21+
- `Input`: 修复 `maxlength` 不准确问题 @novlan1 ([#4429](https://github.com/Tencent/tdesign-vue-next/pull/4429))
22+
- `TagInput`: 修复`tagProps` 没有作用到折叠的标签上的缺陷 @uyarn ([#4465](https://github.com/Tencent/tdesign-vue-next/pull/4465))
23+
- `Pagination`: 修复`pagination``pageSize`改变时`onChange`无法获取最新pageSize的问题 @1379255913 ([#4450](https://github.com/Tencent/tdesign-vue-next/pull/4450))
24+
- `RangeInput`: 清空图标不能正常显示 @betavs ([#4453](https://github.com/Tencent/tdesign-vue-next/pull/4453))
25+
- `Dropdown`: 修复由于没有动态计算导致使用方修改 `DropdownItem` 高度后计算位置错误的问题 @uyarn ([#4484](https://github.com/Tencent/tdesign-vue-next/pull/4484))
26+
- `Table`: 修复拖拽排序时,祖先节点内的顺序错误的问题 @uyarn ([common#1880](https://github.com/Tencent/tdesign-common/pull/1880))
27+
- `InputNumber`: 修复小数点精度计算,以 `0` 开头的计算边界逻辑缺失导致计算错误的问题 @uyarn ([common#1879](https://github.com/Tencent/tdesign-common/pull/1879))
28+
### 🚧 Others
29+
- `Progress`: TS类型改名 `StatusEnum`=>`ProgressStatus`,`ThemeEnum`=>`ProgressTheme` @liweijie0812 ([#4426](https://github.com/Tencent/tdesign-vue-next/pull/4426))
30+
- `RangeInput`: 增加`liveDemo` @liweijie0812 ([#4442](https://github.com/Tencent/tdesign-vue-next/pull/4442))
31+
32+
833
## 🌈 1.9.8 `2024-07-23`
934
### 🚀 Features
1035
- `Form`: 支持通过表单的`readonly`属性影响`TagInput`组件 @xiaojueshi ([#4370](https://github.com/Tencent/tdesign-vue-next/pull/4370))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-vue-next",
33
"purename": "tdesign",
4-
"version": "1.9.8",
4+
"version": "1.9.9",
55
"title": "tdesign-vue-next",
66
"description": "TDesign Component for vue-next",
77
"keywords": [

src/_common

Submodule _common updated 54 files

0 commit comments

Comments
 (0)