Skip to content

Commit

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

* chore: formate tsconfig.json

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
PengYYYYY and github-actions[bot] authored Aug 15, 2023
1 parent dc28f74 commit 2114972
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ spline: explain
toc: false
docClass: timeline
---
## 🌈 1.5.1 `2023-08-15`
### 🐞 Bug Fixes
- `ImageViewer`: 修复图片浏览的全局配置无效([issue #3171](https://github.com/Tencent/tdesign-vue-next/issues/3171)) @sinbadmaster ([#3236](https://github.com/Tencent/tdesign-vue-next/pull/3236))
- `MenuItem`: 修复点击后的回调函数报错 @PengYYYYY ([#3237](https://github.com/Tencent/tdesign-vue-next/pull/3237))
### 🚧 Others
- `Affix`: 修复 `offsetBottom/offsetTop` 文档描述 @xiaosansiji ([#3233](https://github.com/Tencent/tdesign-vue-next/pull/3233))
- `Treeselect`: 修复 `keys` 文档描述 @xiaosansiji ([#3233](https://github.com/Tencent/tdesign-vue-next/pull/3233))
- chore: remove cross-env @btea ([#3235](https://github.com/Tencent/tdesign-vue-next/pull/3235))
## 🌈 1.5.0 `2023-08-15`

### ❗ 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-next",
"purename": "tdesign",
"version": "1.5.0",
"version": "1.5.1",
"title": "tdesign-vue-next",
"description": "TDesign Component for vue-next",
"keywords": [
Expand Down
19 changes: 13 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,18 @@
"jsx": "preserve",
"baseUrl": "./",
"paths": {
"@src/*": ["src/*"],
"tdesign-vue-next": ["src/*"],
"@common/*": ["src/_common/*"],
"@test/utils": ["test/utils"]
"@src/*": [
"src/*"
],
"tdesign-vue-next": [
"src/*"
],
"@common/*": [
"src/_common/*"
],
"@test/utils": [
"test/utils"
]
}
},
"include": [
Expand All @@ -37,7 +45,6 @@
"src/**/*.vue",
"scripts/rollup.config.js"
],

"exclude": [
"node_modules",
"src/_common",
Expand All @@ -49,4 +56,4 @@
"global.d.ts"
],
"compileOnSave": false
}
}

0 comments on commit 2114972

Please sign in to comment.