Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
flsion committed Mar 15, 2024
1 parent 4268927 commit faf3ce8
Show file tree
Hide file tree
Showing 17 changed files with 134 additions and 19 deletions.
1 change: 1 addition & 0 deletions packages/arco-vue-scripts/src/scripts/changelog/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const componentList = [
'overflow-list',
'scrollbar',
'watermark',
'color-picker',
];

export const isValidComponent = (component: string) => {
Expand Down
15 changes: 15 additions & 0 deletions packages/web-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
changelog: true
```
## 2.55.0
`2024-03-15`

### 🆕 Feature

- **tree-select:** Added `input-value` related properties ([#3024](https://github.com/arco-design/arco-design-vue/pull/3024))
- **tree:** The `title` slot has a new `title` parameter ([#3024](https://github.com/arco-design/arco-design-vue/pull/3024))
- **color-picker:** add color-picker component ([#2958](https://github.com/arco-design/arco-design-vue/pull/2958))

### 💅 Style

- **tabs:** fix transition animation for tab title ([#3008](https://github.com/arco-design/arco-design-vue/pull/3008))


## 2.54.6

`2024-03-01`
Expand Down
15 changes: 15 additions & 0 deletions packages/web-vue/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
changelog: true
```
## 2.55.0
`2024-03-15`

### 🆕 新增功能

- **tree-select:** 新增 `input-value` 相关属性 ([#3024](https://github.com/arco-design/arco-design-vue/pull/3024))
- **tree:** `title` 插槽新增 `title` 参数 ([#3024](https://github.com/arco-design/arco-design-vue/pull/3024))
- **color-picker:** 新增颜色选择器 ([#2958](https://github.com/arco-design/arco-design-vue/pull/2958))

### 💅 样式更新

- **tabs:** 修复 title 过渡动画效果 ([#3008](https://github.com/arco-design/arco-design-vue/pull/3008))


## 2.54.6

`2024-03-01`
Expand Down
12 changes: 12 additions & 0 deletions packages/web-vue/components/color-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
```yaml
changelog: true
```
## 2.55.0
`2024-03-15`

### 🆕 Feature

- add color-picker component ([#2958](https://github.com/arco-design/arco-design-vue/pull/2958))

12 changes: 12 additions & 0 deletions packages/web-vue/components/color-picker/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
```yaml
changelog: true
```
## 2.55.0
`2024-03-15`

### 🆕 新增功能

- 新增颜色选择器 ([#2958](https://github.com/arco-design/arco-design-vue/pull/2958))

Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ exports[`<color-picker> demo: render [only-panel] correctly 1`] = `
<div class=\\"arco-color-picker-group-wrapper\\">
<div class=\\"arco-input-group arco-color-picker-input-group\\"><span class=\\"arco-input-wrapper arco-color-picker-input-hex\\"><span class=\\"arco-input-prefix\\">#</span><input class=\\"arco-input arco-input-size-mini\\" type=\\"text\\">
<!---->
<!----></span><span class=\\"arco-input-wrapper arco-input-number arco-input-number-mode-embed arco-input-number-size-mini arco-color-picker-input-alpha\\"><!----><input class=\\"arco-input arco-input-size-mini\\" type=\\"text\\" role=\\"spinbutton\\" aria-valuemax=\\"100\\" aria-valuemin=\\"0\\" aria-valuenow=\\"100\\"><!----><span class=\\"arco-input-suffix\\"><!---->%<div class=\\"arco-input-number-step\\"><button class=\\"arco-input-number-step-button arco-input-number-step-button-disabled\\" type=\\"button\\" tabindex=\\"-1\\" disabled=\\"\\"><svg viewBox=\\"0 0 48 48\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\" stroke=\\"currentColor\\" class=\\"arco-icon arco-icon-up\\" stroke-width=\\"4\\" stroke-linecap=\\"butt\\" stroke-linejoin=\\"miter\\"><path d=\\"M39.6 30.557 24.043 15 8.487 30.557\\"></path></svg></button><button class=\\"arco-input-number-step-button\\" type=\\"button\\" tabindex=\\"-1\\"><svg viewBox=\\"0 0 48 48\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\" stroke=\\"currentColor\\" class=\\"arco-icon arco-icon-down\\" stroke-width=\\"4\\" stroke-linecap=\\"butt\\" stroke-linejoin=\\"miter\\"><path d=\\"M39.6 17.443 24.043 33 8.487 17.443\\"></path></svg></button></div><!----></span></span>
<!----></span><span class=\\"arco-input-wrapper arco-input-number arco-input-number-mode-embed arco-input-number-size-mini arco-color-picker-input-alpha\\"><!----><input class=\\"arco-input arco-input-size-mini\\" type=\\"text\\" role=\\"spinbutton\\" aria-valuemax=\\"100\\" aria-valuemin=\\"0\\" aria-valuenow=\\"100\\"><!----><span class=\\"arco-input-suffix\\"><!----><div class=\\"arco-input-number-suffix\\">%</div><div class=\\"arco-input-number-step\\"><button class=\\"arco-input-number-step-button arco-input-number-step-button-disabled\\" type=\\"button\\" tabindex=\\"-1\\" disabled=\\"\\"><svg viewBox=\\"0 0 48 48\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\" stroke=\\"currentColor\\" class=\\"arco-icon arco-icon-up\\" stroke-width=\\"4\\" stroke-linecap=\\"butt\\" stroke-linejoin=\\"miter\\"><path d=\\"M39.6 30.557 24.043 15 8.487 30.557\\"></path></svg></button><button class=\\"arco-input-number-step-button\\" type=\\"button\\" tabindex=\\"-1\\"><svg viewBox=\\"0 0 48 48\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\" stroke=\\"currentColor\\" class=\\"arco-icon arco-icon-down\\" stroke-width=\\"4\\" stroke-linecap=\\"butt\\" stroke-linejoin=\\"miter\\"><path d=\\"M39.6 17.443 24.043 33 8.487 17.443\\"></path></svg></button></div><!----></span></span>
</div>
</div>
</div>
Expand Down Expand Up @@ -205,7 +205,7 @@ exports[`<color-picker> demo: render [only-panel] correctly 1`] = `
<div class=\\"arco-color-picker-group-wrapper\\">
<div class=\\"arco-input-group arco-color-picker-input-group\\"><span class=\\"arco-input-wrapper arco-input-disabled arco-color-picker-input-hex\\"><span class=\\"arco-input-prefix\\">#</span><input class=\\"arco-input arco-input-size-mini\\" type=\\"text\\" disabled=\\"\\">
<!---->
<!----></span><span class=\\"arco-input-wrapper arco-input-disabled arco-input-number arco-input-number-mode-embed arco-input-number-size-mini arco-color-picker-input-alpha\\"><!----><input class=\\"arco-input arco-input-size-mini\\" type=\\"text\\" disabled=\\"\\" role=\\"spinbutton\\" aria-valuemax=\\"100\\" aria-valuemin=\\"0\\" aria-valuenow=\\"100\\"><!----><span class=\\"arco-input-suffix\\"><!---->%<div class=\\"arco-input-number-step\\"><button class=\\"arco-input-number-step-button arco-input-number-step-button-disabled\\" type=\\"button\\" tabindex=\\"-1\\" disabled=\\"\\"><svg viewBox=\\"0 0 48 48\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\" stroke=\\"currentColor\\" class=\\"arco-icon arco-icon-up\\" stroke-width=\\"4\\" stroke-linecap=\\"butt\\" stroke-linejoin=\\"miter\\"><path d=\\"M39.6 30.557 24.043 15 8.487 30.557\\"></path></svg></button><button class=\\"arco-input-number-step-button arco-input-number-step-button-disabled\\" type=\\"button\\" tabindex=\\"-1\\" disabled=\\"\\"><svg viewBox=\\"0 0 48 48\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\" stroke=\\"currentColor\\" class=\\"arco-icon arco-icon-down\\" stroke-width=\\"4\\" stroke-linecap=\\"butt\\" stroke-linejoin=\\"miter\\"><path d=\\"M39.6 17.443 24.043 33 8.487 17.443\\"></path></svg></button></div><!----></span></span>
<!----></span><span class=\\"arco-input-wrapper arco-input-disabled arco-input-number arco-input-number-mode-embed arco-input-number-size-mini arco-color-picker-input-alpha\\"><!----><input class=\\"arco-input arco-input-size-mini\\" type=\\"text\\" disabled=\\"\\" role=\\"spinbutton\\" aria-valuemax=\\"100\\" aria-valuemin=\\"0\\" aria-valuenow=\\"100\\"><!----><span class=\\"arco-input-suffix\\"><!----><div class=\\"arco-input-number-suffix\\">%</div><div class=\\"arco-input-number-step\\"><button class=\\"arco-input-number-step-button arco-input-number-step-button-disabled\\" type=\\"button\\" tabindex=\\"-1\\" disabled=\\"\\"><svg viewBox=\\"0 0 48 48\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\" stroke=\\"currentColor\\" class=\\"arco-icon arco-icon-up\\" stroke-width=\\"4\\" stroke-linecap=\\"butt\\" stroke-linejoin=\\"miter\\"><path d=\\"M39.6 30.557 24.043 15 8.487 30.557\\"></path></svg></button><button class=\\"arco-input-number-step-button arco-input-number-step-button-disabled\\" type=\\"button\\" tabindex=\\"-1\\" disabled=\\"\\"><svg viewBox=\\"0 0 48 48\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\" stroke=\\"currentColor\\" class=\\"arco-icon arco-icon-down\\" stroke-width=\\"4\\" stroke-linecap=\\"butt\\" stroke-linejoin=\\"miter\\"><path d=\\"M39.6 17.443 24.043 33 8.487 17.443\\"></path></svg></button></div><!----></span></span>
</div>
</div>
</div>
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.55.0
`2024-03-15`

### 💅 Style

- fix transition animation for tab title ([#3008](https://github.com/arco-design/arco-design-vue/pull/3008))


## 2.45.1

`2023-04-14`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/tabs/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.55.0
`2024-03-15`

### 💅 样式更新

- 修复 title 过渡动画效果 ([#3008](https://github.com/arco-design/arco-design-vue/pull/3008))


## 2.45.1

`2023-04-14`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/tree-select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.55.0
`2024-03-15`

### 🆕 Feature

- Added `input-value` related properties ([#3024](https://github.com/arco-design/arco-design-vue/pull/3024))


## 2.49.1

`2023-07-24`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/tree-select/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.55.0
`2024-03-15`

### 🆕 新增功能

- 新增 `input-value` 相关属性 ([#3024](https://github.com/arco-design/arco-design-vue/pull/3024))


## 2.49.1

`2023-07-24`
Expand Down
17 changes: 10 additions & 7 deletions packages/web-vue/components/tree-select/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,17 @@ description: The tree structure data can be selected.
|scrollbar|Whether to enable virtual scroll bar|`boolean \| ScrollbarProps`|`true`|2.39.0|
|show-header-on-empty|Whether to display the header in the empty state|`boolean`|`false`||
|show-footer-on-empty|Whether to display the footer in the empty state|`boolean`|`false`||
|input-value **(v-model)**|The value of the input|`string`|`-`|2.55.0|
|default-input-value|The default value of the input (uncontrolled mode)|`string`|`''`|2.55.0|
### `<tree-select>` Events

|Event Name|Description|Parameters|
|---|---|---|
|change|Trigger when the value changes|value: `string \| number \| LabelValue \| Array<string \| number> \| LabelValue[] \| undefined`|
|popup-visible-change|Triggered when the status of the drop-down box changes|visible: `boolean`|
|search|Triggered when the search value changes|searchKey: `string`|
|clear|Triggered when clear is clicked|-|
|Event Name|Description|Parameters|version|
|---|---|---|:---|
|change|Trigger when the value changes|value: `string \| number \| LabelValue \| Array<string \| number> \| LabelValue[] \| undefined`||
|popup-visible-change|Triggered when the status of the drop-down box changes|visible: `boolean`||
|search|Triggered when the search value changes|searchKey: `string`||
|clear|Triggered when clear is clicked|-||
|input-value-change|Triggered when the value of the input changes|inputValue: `string`|2.55.0|
### `<tree-select>` Slots

|Slot Name|Description|Parameters|version|
Expand All @@ -100,7 +103,7 @@ description: The tree structure data can be selected.
|empty|Custom empty data display|-||
|footer|The footer of the drop-down box|-||
|tree-slot-extra|Render additional node content of the tree component|-||
|tree-slot-title|Custom the node title of the tree component|-||
|tree-slot-title|Custom the node title of the tree component|title: `string`||
|tree-slot-icon|Custom node icon for the tree component|node: `TreeNodeData`|2.18.0|
|tree-slot-switcher-icon|Custom switcher icon for the tree component|-||

Expand Down
17 changes: 10 additions & 7 deletions packages/web-vue/components/tree-select/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,17 @@ description: 可以对树形结构数据进行选择。
|scrollbar|是否开启虚拟滚动条|`boolean \| ScrollbarProps`|`true`|2.39.0|
|show-header-on-empty|空状态时是否显示header|`boolean`|`false`||
|show-footer-on-empty|空状态时是否显示footer|`boolean`|`false`||
|input-value **(v-model)**|输入框的值|`string`|`-`|2.55.0|
|default-input-value|输入框的默认值(非受控模式)|`string`|`''`|2.55.0|
### `<tree-select>` Events

|事件名|描述|参数|
|---|---|---|
|change|值改变时触发|value: `string \| number \| LabelValue \| Array<string \| number> \| LabelValue[] \| undefined`|
|popup-visible-change|下拉框显示状态改变时触发|visible: `boolean`|
|search|搜索值变化时触发|searchKey: `string`|
|clear|点击清除时触发|-|
|事件名|描述|参数|版本|
|---|---|---|:---|
|change|值改变时触发|value: `string \| number \| LabelValue \| Array<string \| number> \| LabelValue[] \| undefined`||
|popup-visible-change|下拉框显示状态改变时触发|visible: `boolean`||
|search|搜索值变化时触发|searchKey: `string`||
|clear|点击清除时触发|-||
|input-value-change|输入框的值发生改变时触发|inputValue: `string`|2.55.0|
### `<tree-select>` Slots

|插槽名|描述|参数|版本|
Expand All @@ -98,7 +101,7 @@ description: 可以对树形结构数据进行选择。
|empty|定制空数据展示|-||
|footer|自定义下拉框页脚|-||
|tree-slot-extra|定制 tree 组件的渲染额外节点内容|-||
|tree-slot-title|定制 tree 组件的节点标题|-||
|tree-slot-title|定制 tree 组件的节点标题|title: `string`||
|tree-slot-icon|定制 tree 组件的节点图标|node: `TreeNodeData`|2.18.0|
|tree-slot-switcher-icon|定制 tree 组件的 switcher 图标|-||

Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/tree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.55.0
`2024-03-15`

### 🆕 Feature

- The `title` slot has a new `title` parameter ([#3024](https://github.com/arco-design/arco-design-vue/pull/3024))


## 2.54.6

`2024-03-01`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/tree/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.55.0
`2024-03-15`

### 🆕 新增功能

- `title` 插槽新增 `title` 参数 ([#3024](https://github.com/arco-design/arco-design-vue/pull/3024))


## 2.54.6

`2024-03-01`
Expand Down
2 changes: 1 addition & 1 deletion packages/web-vue/components/tree/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ description: For content with many levels, such as folders, catalogs, and organi

|Slot Name|Description|Parameters|version|
|---|---|---|:---|
|title|Title|-||
|title|Title|title: `string`||
|extra|Render additional node content|-||
|drag-icon|Custom drag icon|node: `TreeNodeData`||
|loading-icon|Custom loading icon|-||
Expand Down
2 changes: 1 addition & 1 deletion packages/web-vue/components/tree/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ description: 对于文件夹、分类目录、组织架构等层级较多的内

|插槽名|描述|参数|版本|
|---|:---:|---|:---|
|title|标题|-||
|title|标题|title: `string`||
|extra|渲染额外的节点内容|-||
|drag-icon|定制 drag 图标|node: `TreeNodeData`||
|loading-icon|定制 loading 图标|-||
Expand Down
2 changes: 1 addition & 1 deletion packages/web-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arco-design/web-vue",
"version": "2.54.6",
"version": "2.55.0",
"description": "Arco Design Vue 2.0: A Vue.js 3 UI Library",
"keywords": [
"arco",
Expand Down

0 comments on commit faf3ce8

Please sign in to comment.