Skip to content

Commit 34286e6

Browse files
authored
chore: publish v1.0.0-rc.1 (#925)
* chore: publish v1.0.0-rc.1 * docs: update changelog
1 parent bd7529c commit 34286e6

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ toc: false
55
spline: explain
66
---
77

8+
## 🌈 1.0.0-rc.1 `2023-07-04`
9+
### ❗ Breaking Changes
10+
- `Loading`: 移除`progress` 属性 @anlyyao ([#918](https://github.com/Tencent/tdesign-mobile-vue/pull/918))
11+
### 🚀 Features
12+
- `Popover`: 新增 `closeOnClickOutside` 属性 @anlyyao ([#916](https://github.com/Tencent/tdesign-mobile-vue/pull/916))
13+
- `Loading`: `indicator` 属性新增 `Slot / Function`类型,支持自定义指示符 @anlyyao ([#918](https://github.com/Tencent/tdesign-mobile-vue/pull/918))
14+
- `Cascader`: `options` 支持支持异步数据 @ccccpj ([#917](https://github.com/Tencent/tdesign-mobile-vue/pull/917))
15+
- `DropdownMenu`: 新增 `direction` 属性 @ccccpj ([#878](https://github.com/Tencent/tdesign-mobile-vue/pull/878))
16+
### 🐞 Bug Fixes
17+
- `Stepper`: 修复精度缺失问题 @anlyyao ([#906](https://github.com/Tencent/tdesign-mobile-vue/pull/906))
18+
- `Popup`: 修复 `visible-change` 事件参数错误 @anlyyao ([#920](https://github.com/Tencent/tdesign-mobile-vue/pull/920))
19+
- `NavBar`: 修复 `fixed=true` 时样式错误 @anlyyao ([#1494](https://github.com/Tencent/tdesign-common/pull/1494))
20+
### 🚧 Others
21+
- `Docs`: 新增支持英文站点 @anlyyao ([#914](https://github.com/Tencent/tdesign-mobile-vue/pull/914))
22+
823
## 🌈 1.0.0-rc `2023-06-27`
924
### ❗ Breaking Changes
1025
- `Divider`: 调整 DOM,移除 lineColor 废弃属性 @LeeJim ([#896](https://github.com/Tencent/tdesign-mobile-vue/pull/896))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-mobile-vue",
33
"purename": "tdesign",
4-
"version": "1.0.0-rc",
4+
"version": "1.0.0-rc.1",
55
"description": "tdesign-mobile-vue",
66
"author": "TDesign Group",
77
"homepage": "https://tdesign.tencent.com/mobile-vue/",
@@ -188,4 +188,4 @@
188188
"prettier --write"
189189
]
190190
}
191-
}
191+
}

0 commit comments

Comments
 (0)