Skip to content

Commit

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

---------

Co-authored-by: Uyarn <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 23, 2024
1 parent 82764dd commit 7f1171a
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ toc: false
docClass: timeline
---

## 🌈 1.9.8 `2024-07-23`
### 🚀 Features
- `Form`: 支持通过表单的`readonly`属性影响`TagInput`组件 @xiaojueshi ([#4370](https://github.com/Tencent/tdesign-vue-next/pull/4370))
- `Icon`: 新增有序列表图标 `list-numbered`,优化`lock-off`的绘制路径 @double-deng ([#4378](https://github.com/Tencent/tdesign-vue-next/pull/4378))
- `TreeSelect`: `valueDisplay` 回调整个节点信息,用于输入框的回调展示 @uyarn ([#4389](https://github.com/Tencent/tdesign-vue-next/pull/4389))
- `Dropdown`: 新增`panelTopContent``panelBottomContent` API 的实现 @uyarn ([#4388](https://github.com/Tencent/tdesign-vue-next/pull/4388))
- `ImageViewer`: 新增 `attach` API,支持自定义 `ImageViewer` 的挂载节点 @josonyang ([#4405](https://github.com/Tencent/tdesign-vue-next/pull/4405))
- `Tree`: 使用 `getTreeData` 获取树结构,支持 `children``true` 的情况 @josonyang ([#4405](https://github.com/Tencent/tdesign-vue-next/pull/4405))
- `DatePicker`: 新增 `needConfirm` API,支持日期时间选择器不需要点击确认按钮保存选择时间 @Cat1007 ([#4411](https://github.com/Tencent/tdesign-vue-next/pull/4411))
### 🐞 Bug Fixes
- `DateRangePicker`: @liweijie0812
- 修复在`Form`表单处于禁用时,禁用不生效的问题 ([#4380](https://github.com/Tencent/tdesign-vue-next/pull/4380))
- 修复 `label` 样式异常的问题 ([common#1845](https://github.com/Tencent/tdesign-common/pull/1845))
- `TagInput`: 修复 `Form` 组件 `disabled` 属性无法影响到 `TagInput` 组件 @xiaojueshi ([#4353](https://github.com/Tencent/tdesign-vue-next/pull/4353))
- `Icon`: 修复图标`chart-column`的命名错误问题 @uyarn ([#4378](https://github.com/Tencent/tdesign-vue-next/pull/4378))
- `Input`: 修复禁用状态下仍可以切换明文密文的问题 @jby0107 ([#4387](https://github.com/Tencent/tdesign-vue-next/pull/4387))
- `Avatar`: 修复`max`属性在多层嵌套下不生效的问题 @1379255913 ([#4326](https://github.com/Tencent/tdesign-vue-next/pull/4326))
- `Table`: 修复 `thClassName` 不支持函数和数组使用的缺陷 @theBestVayne ([#4406](https://github.com/Tencent/tdesign-vue-next/pull/4406))
- `Breadcrumb`: 修复`_blank`配置打开两次新 `Tab` 页的缺陷 @uyarn ([#4421](https://github.com/Tencent/tdesign-vue-next/pull/4421))
- `Notification`: 修复部分节点前缀没有跟随`classPrefix`变化的问题 @uyarn ([#4421](https://github.com/Tencent/tdesign-vue-next/pull/4421))
### 🚧 Others
- `Table`: 修复文档关于`footerAffixedBottom` API的文案错误 @Tsuj100 ([#4384](https://github.com/Tencent/tdesign-vue-next/pull/4384))

## 🌈 1.9.7 `2024-06-28`
### 🚀 Features
- `Tree`:
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-next",
"purename": "tdesign",
"version": "1.9.7",
"version": "1.9.8",
"title": "tdesign-vue-next",
"description": "TDesign Component for vue-next",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/_common
Submodule _common updated 42 files
+1 −1 docs/mobile/_design/Footer.md
+1 −1 docs/mobile/_design/Loading.md
+1 −1 docs/mobile/_design/PullDownRefresh.md
+37 −0 docs/mobile/api/progress.en-US.md
+17 −12 docs/mobile/api/progress.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
+30 −0 js/progress/const.ts
+0 −2 style/mobile/components/_index.less
+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
+174 −68 style/mobile/components/progress/_index.less
+40 −30 style/mobile/components/progress/_var.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
+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
+1 −1 style/web/components/range-input/_index.less
+16 −15 style/web/components/slider/_index.less
5 changes: 3 additions & 2 deletions src/breadcrumb/breadcrumb-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,14 @@ export default defineComponent({
}
};
const bindEvent = (e: MouseEvent) => {
if (!props.disabled)
if (!props.disabled) {
e.preventDefault();
if (props.target === '_blank') {
props.href ? window.open(props.href) : window.open(props.to as string);
} else {
e.preventDefault();
handleClick();
}
}
};

return () => {
Expand Down
2 changes: 1 addition & 1 deletion src/notification/notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default defineComponent({
) : (
<InfoCircleFilledIcon class={`${classPrefix.value}-is-${props.theme}`} />
);
iconContent = <div class={`t-notification__icon`}>{iconType}</div>;
iconContent = <div class={`${classPrefix.value}-notification__icon`}>{iconType}</div>;
}
return iconContent;
};
Expand Down

0 comments on commit 7f1171a

Please sign in to comment.