Skip to content

Commit

Permalink
chore: release 1.9.8 (#3234)
Browse files Browse the repository at this point in the history
* chore: release 1.9.8

* chore: update common

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
uyarn and github-actions[bot] authored Jul 11, 2024
1 parent 416a367 commit fdad21d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ toc: false
docClass: timeline
---

## 🌈 1.9.8 `2024-07-11`
### 🚀 Features
- `Icon`: 新增有序列表图标 `list-numbered`,优化`lock-off`图标的绘制路径 @DOUBLE-DENG ([icon#9f4acfd](https://github.com/Tencent/tdesign-icons/commit/9f4acfdda58f84f9bca71a22f033e27127dd26db))
### 🐞 Bug Fixes
- `Icon`: 修复图标`chart-column`的命名错误问题,如果使用旧错误命名请注意 @uyarn ([#3229](https://github.com/Tencent/tdesign-vue/pull/3229))
- `Tree`: 修复树形组件错误过滤 `value``0` 的节点的问题 @uyarn ([#3233](https://github.com/Tencent/tdesign-vue/pull/3233))
- `Input`: 修复禁用状态下仍可以切换明文密文的问题 @jby0107 ([#3230](https://github.com/Tencent/tdesign-vue/pull/3230))
- `Input`: 修复禁用状态下超出问题文字长度异常的问题 @uyarn ([common#1831](https://github.com/Tencent/tdesign-common/pull/1831))
- `Menu`: 修复样式文件多余的空格导致部分场景打包异常的问题 @liweijie0812 ([common#1828](https://github.com/Tencent/tdesign-common/pull/1828))

## 🌈 1.9.7 `2024-06-28`
### 🐞 Bug Fixes
- `Dialog`: 修复 `Dialog` 组件在 `SSR` 环境下的使用问题 @qqw78901 ([#3219](https://github.com/Tencent/tdesign-vue/pull/3219))
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": "1.9.7",
"version": "1.9.8",
"description": "tdesign-vue",
"title": "tdesign-vue",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/_common
Submodule _common updated 36 files
+17 −0 docs/mobile/api_v2/col.en-US.md
+17 −0 docs/mobile/api_v2/col.md
+4 −0 docs/mobile/api_v2/image-viewer.en-US.md
+4 −0 docs/mobile/api_v2/image-viewer.md
+12 −0 docs/mobile/api_v2/loading.en-US.md
+12 −0 docs/mobile/api_v2/loading.md
+13 −0 docs/web/api/descriptions.en-US.md
+13 −0 docs/web/api/descriptions.md
+6 −0 docs/web/api/image-viewer.en-US.md
+6 −0 docs/web/api/image-viewer.md
+79 −0 js/drawer/utils.ts
+1 −1 js/input-number/number.ts
+1 −1 style/mobile/components/badge/v2/_index.less
+1 −1 style/mobile/components/cascader/_index.less
+11 −0 style/mobile/components/col/v2/_index.less
+11 −0 style/mobile/components/col/v2/_mixin.less
+3 −3 style/mobile/components/image-viewer/_index.less
+1 −7 style/mobile/components/image-viewer/v2/_index.less
+36 −0 style/mobile/components/loading/_index.less
+2 −0 style/mobile/components/loading/_var.less
+1 −1 style/mobile/components/pull-down-refresh/_index.less
+1 −1 style/mobile/components/pull-down-refresh/v2/_index.less
+8 −0 style/mobile/components/row/v2/_index.less
+2 −2 style/mobile/components/side-bar/v2/_index.less
+9 −2 style/mobile/components/side-bar/v2/_var.less
+3 −3 style/mobile/components/table/_index.less
+6 −0 style/mobile/components/tree-select/_index.less
+4 −0 style/mobile/components/tree-select/_var.less
+7 −0 style/web/_plugin.less
+4 −2 style/web/components/avatar/_index.less
+1 −0 style/web/components/cascader/_index.less
+11 −0 style/web/components/collapse/_index.less
+4 −0 style/web/components/descriptions/_index.less
+1 −0 style/web/components/input/_mixin.less
+2 −6 style/web/components/menu/_index.less
+16 −15 style/web/components/slider/_index.less

0 comments on commit fdad21d

Please sign in to comment.