Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
flsion committed Aug 22, 2024
1 parent 3cfbef2 commit ca33925
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/web-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.56.1
`2024-08-22`

### 🆕 Feature

- **select:** add `tagNowrap` prop ([#3270](https://github.com/arco-design/arco-design-vue/pull/3270))


## 2.56.0

`2024-07-26`
Expand Down
9 changes: 9 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,15 @@
changelog: true
```
## 2.56.1
`2024-08-22`

### 🆕 新增功能

- **select:** 增加 `tagNowrap` 选项 ([#3270](https://github.com/arco-design/arco-design-vue/pull/3270))


## 2.56.0

`2024-07-26`
Expand Down
1 change: 1 addition & 0 deletions packages/web-vue/components/cascader/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ description: Refers to the use of multi-level classification to separate the opt
|fallback|Options that do not exist in custom values|`boolean\| (( value: \| string \| number \| Record<string, unknown> \| (string \| number \| Record<string, unknown>)[] ) => string)`|`true`|2.29.0|
|expand-child|whether to expand the submenu|`boolean`|`false`|2.29.0|
|virtual-list-props|Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)|`VirtualListProps`|`-`|2.49.0|
|tag-nowrap|Tag content does not wrap|`boolean`|`false`|2.56.1|
### `<cascader>` Events

|Event Name|Description|Parameters|
Expand Down
1 change: 1 addition & 0 deletions packages/web-vue/components/cascader/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ description: 指在选择器选项数量较多时,采用多级分类的方式
|fallback|自定义不存在选项的值的展示|`boolean\| (( value: \| string \| number \| Record<string, unknown> \| (string \| number \| Record<string, unknown>)[] ) => string)`|`true`|2.29.0|
|expand-child|是否展开子菜单|`boolean`|`false`|2.29.0|
|virtual-list-props|传递虚拟列表属性,传入此参数以开启虚拟滚动 [VirtualListProps](#VirtualListProps)|`VirtualListProps`|`-`|2.49.0|
|tag-nowrap|标签内容不换行|`boolean`|`false`|2.56.1|
### `<cascader>` Events

|事件名|描述|参数|
Expand Down
1 change: 1 addition & 0 deletions packages/web-vue/components/input-tag/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ description: Used to enter the label.
|format-tag|Format tag content|`(data: TagData) => string`|`-`||
|unique-value|Whether to create only unique values|`boolean`|`false`|2.15.0|
|field-names|Customize fields in `TagData`|`InputTagFieldNames`|`-`|2.22.0|
|tag-nowrap|Tag content does not wrap|`boolean`|`false`|2.56.1|
### `<input-tag>` Events

|Event Name|Description|Parameters|
Expand Down
1 change: 1 addition & 0 deletions packages/web-vue/components/input-tag/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ description: 用来输入标签。
|format-tag|格式化标签内容|`(data: TagData) => string`|`-`||
|unique-value|是否仅创建唯一的值|`boolean`|`false`|2.15.0|
|field-names|自定义 `TagData` 中的字段|`InputTagFieldNames`|`-`|2.22.0|
|tag-nowrap|标签内容不换行|`boolean`|`false`|2.56.1|
### `<input-tag>` Events

|事件名|描述|参数|
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.56.1
`2024-08-22`

### 🆕 Feature

- add `tagNowrap` prop ([#3270](https://github.com/arco-design/arco-design-vue/pull/3270))


## 2.54.2

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

### 🆕 新增功能

- 增加 `tagNowrap` 选项 ([#3270](https://github.com/arco-design/arco-design-vue/pull/3270))


## 2.54.2

`2024-01-11`
Expand Down
1 change: 1 addition & 0 deletions packages/web-vue/components/select/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ description: When users need to select one or more from a group of similar data,
|scrollbar|Whether to enable virtual scroll bar|`boolean \| ScrollbarProps`|`true`|2.38.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`||
|tag-nowrap|Tag content does not wrap|`boolean`|`false`|2.56.1|
### `<select>` Events

|Event Name|Description|Parameters|version|
Expand Down
1 change: 1 addition & 0 deletions packages/web-vue/components/select/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ description: 当用户需要从一组同类数据中选择一个或多个时,
|scrollbar|是否开启虚拟滚动条|`boolean \| ScrollbarProps`|`true`|2.38.0|
|show-header-on-empty|空状态时是否显示header|`boolean`|`false`||
|show-footer-on-empty|空状态时是否显示footer|`boolean`|`false`||
|tag-nowrap|标签内容不换行|`boolean`|`false`|2.56.1|
### `<select>` Events

|事件名|描述|参数|版本|
Expand Down
1 change: 1 addition & 0 deletions packages/web-vue/components/tag/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ description: Used for the selection, screening and classification of information
|checkable|Whether the tag can be checked|`boolean`|`false`||
|checked **(v-model)**|Whether the tag is checked (available when the tag is checkable)|`boolean`|`-`||
|default-checked|Whether the tag is checked by default (available when the tag is checkable)|`boolean`|`true`||
|nowrap|Tag content does not wrap|`boolean`|`false`|2.56.1|
### `<tag>` Events

|Event Name|Description|Parameters|
Expand Down
1 change: 1 addition & 0 deletions packages/web-vue/components/tag/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ description: 用于信息的选择、筛选、分类。用户通过标签进行
|checkable|标签是否可选中|`boolean`|`false`||
|checked **(v-model)**|标签是否选中(标签可选中时可用)|`boolean`|`-`||
|default-checked|标签默认选中状态(标签可选中时可用)|`boolean`|`true`||
|nowrap|标签内容不换行|`boolean`|`false`|2.56.1|
### `<tag>` Events

|事件名|描述|参数|
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.56.0",
"version": "2.56.1",
"description": "Arco Design Vue 2.0: A Vue.js 3 UI Library",
"keywords": [
"arco",
Expand Down

0 comments on commit ca33925

Please sign in to comment.