Skip to content

Commit

Permalink
chore: release 1.7.7 version change (#2998)
Browse files Browse the repository at this point in the history
* chore: release 1.7.7 version change

* chore: sync common

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
carolin913 and github-actions[bot] authored Jul 18, 2024
1 parent 6ead456 commit d37cffd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ toc: false
spline: explain
---

## 🌈 1.7.7 `2024-07-18`
### 🚀 Features
- `Icon`: 新增有序列表图标 `list-numbered`,优化`lock-off`的绘制路径 @
DOUBLE-DENG ([icon#9f4acfd](https://github.com/Tencent/tdesign-icons/commit/9f4acfdda58f84f9bca71a22f033e27127dd26db))
- `Breadcrumb`: `BreadcrumbItem`增加`tooltipProps`扩展,方便定制内置的`tooltip`的相关属性 @carolin913 ([#2990](https://github.com/Tencent/tdesign-react/pull/2990))
- `Imageviewer`: 新增 `attach` API,支持自定义 ImageViewer 的挂载节点 @HaixingOoO ([#2995](https://github.com/Tencent/tdesign-react/pull/2995))
- `Drawer`: 新增 `onSizeDragEnd` API,用于需要拖拽缩放回调的场景 @NWYLZW ([#2975](https://github.com/Tencent/tdesign-react/pull/2975))

### 🐞 Bug Fixes
- `Icon`: 修复图标`chart-column`的命名错误问题 @uyarn ([#2979](https://github.com/Tencent/tdesign-react/pull/2979))
- `Input`: 修复禁用状态下仍可以切换明文密文的问题 @uyarn ([#2991](https://github.com/Tencent/tdesign-react/pull/2991))
- `Table`: @uyarn
- 修复只存在一列可拖拽的表格缩小时的样式异常问题 ([#2994](https://github.com/Tencent/tdesign-react/pull/2994))
- 修复部分场景下向前缩放时的报错的问题([#2994](https://github.com/Tencent/tdesign-react/pull/2994))
- 修复空数据下展示内容没有居中展示的问题 ([#2996](https://github.com/Tencent/tdesign-react/pull/2996))
### 🚧 Others
- docs(Checkbox): 优化`Checkbox`文档内容 @Heising ([common#1835](https://github.com/Tencent/tdesign-common/pull/1835))


## 🌈 1.7.6 `2024-06-27`
### 🚀 Features
- `Tabs`: 支持通过滚轮或者触摸板进行滚动操作,新增 `scrollPosition` API,支持配置选中滑块滚动最终停留位置 @oljc ([#2954](https://github.com/Tencent/tdesign-react/pull/2954))
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-react",
"purename": "tdesign",
"version": "1.7.6",
"version": "1.7.7",
"description": "TDesign Component for React",
"title": "tdesign-react",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/_common
Submodule _common updated 36 files
+1 −1 docs/mobile/_design/Footer.md
+1 −1 docs/mobile/_design/Loading.md
+1 −1 docs/mobile/_design/PullDownRefresh.md
+1 −1 docs/mobile/design/footer.md
+1 −1 docs/mobile/design/loading.md
+1 −1 docs/mobile/design/pull-down-refresh.md
+68 −0 docs/web/_design/聊天 Chat.md
+15 −0 docs/web/api/chat-action.md
+60 −0 docs/web/api/chat-ai.md
+21 −0 docs/web/api/chat-content.md
+19 −0 docs/web/api/chat-input.md
+38 −0 docs/web/api/chat-item.md
+36 −0 docs/web/api/chat.md
+1 −1 docs/web/api/checkbox.en-US.md
+1 −1 docs/web/api/checkbox.md
+1 −1 style/mobile/components/badge/v2/_index.less
+1 −1 style/mobile/components/cascader/_index.less
+1 −1 style/mobile/components/collapse/_index.less
+3 −3 style/mobile/components/image-viewer/_index.less
+1 −7 style/mobile/components/image-viewer/v2/_index.less
+1 −1 style/mobile/components/pull-down-refresh/_index.less
+1 −1 style/mobile/components/pull-down-refresh/v2/_index.less
+5 −0 style/mobile/components/rate/v2/_index.less
+3 −3 style/mobile/components/slider/_index.less
+3 −3 style/mobile/components/table/_index.less
+7 −0 style/web/_plugin.less
+4 −2 style/web/components/avatar/_index.less
+10 −0 style/web/components/chat/_doc.less
+386 −0 style/web/components/chat/_index.less
+0 −0 style/web/components/chat/_mixin.less
+57 −0 style/web/components/chat/_var.less
+108 −0 style/web/components/chat/atom-one-dark.less
+11 −0 style/web/components/collapse/_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 d37cffd

Please sign in to comment.