Skip to content

Commit

Permalink
release: v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Feb 29, 2024
1 parent 577a381 commit 338d6d0
Show file tree
Hide file tree
Showing 15 changed files with 74 additions and 13 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v4.3.1

`2024-02-29`

Features

- form: 新增禁用(disabled)属性 (#2690) @yi-boide

Bug Fixes

- picker: className option (#2926) @eiinu

Refactors

- form: move to script setup (#2923), close #2677 @eiinu
- collapse: move to script setup (#2907) @eiinu

Reverts

- fix(textarea, taro): 修复 h5 下双向绑定失效的问题 (#2768) (#2935), close #2930

## v4.3.0

`2024-02-05`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui",
"version": "4.3.0",
"version": "4.3.1",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
21 changes: 21 additions & 0 deletions publish/nutui-taro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v4.3.1

`2024-02-29`

Features

- form: 新增禁用(disabled)属性 (#2690) @yi-boide

Bug Fixes

- picker: className option (#2926) @eiinu

Refactors

- form: move to script setup (#2923), close #2677 @eiinu
- collapse: move to script setup (#2907) @eiinu

Reverts

- fix(textarea, taro): 修复 h5 下双向绑定失效的问题 (#2768) (#2935), close #2930

## v4.3.0

`2024-02-05`
Expand Down
2 changes: 1 addition & 1 deletion publish/nutui-taro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

## 特性

* 🚀 70+ 高质量组件,覆盖移动端主流场景
* 🚀 80+ 高质量组件,覆盖移动端主流场景
* 💪 支持一套代码同时开发 H5+多端小程序
* 📖 基于京东APP 10.0 视觉规范
* 🍭 支持按需引用
Expand Down
2 changes: 1 addition & 1 deletion publish/nutui-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-taro",
"version": "4.3.0",
"version": "4.3.1",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
21 changes: 21 additions & 0 deletions publish/nutui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v4.3.1

`2024-02-29`

Features

- form: 新增禁用(disabled)属性 (#2690) @yi-boide

Bug Fixes

- picker: className option (#2926) @eiinu

Refactors

- form: move to script setup (#2923), close #2677 @eiinu
- collapse: move to script setup (#2907) @eiinu

Reverts

- fix(textarea, taro): 修复 h5 下双向绑定失效的问题 (#2768) (#2935), close #2930

## v4.3.0

`2024-02-05`
Expand Down
2 changes: 1 addition & 1 deletion publish/nutui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

## 特性

* 🚀 70+ 高质量组件,覆盖移动端主流场景
* 🚀 80+ 高质量组件,覆盖移动端主流场景
* 💪 支持一套代码同时开发 H5+多端小程序
* 📖 基于京东APP 10.0 视觉规范
* 🍭 支持按需引用
Expand Down
2 changes: 1 addition & 1 deletion publish/nutui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui",
"version": "4.3.0",
"version": "4.3.1",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/collapse/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Set a custom icon through the `slots.icon` or `props.icon` property.
| --- | --- | --- |
| change | Triggered when switching panels | `(modelValue, currName, status)` |

### Types version
### Types v4.3.1

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/collapse/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ CollapseItem 组件必须设置 name 属性作为唯一标识符。
| --- | --- | --- |
| change | 切换面板时触发 | `(modelValue, currName, status)` |

### 类型定义 version
### 类型定义 v4.3.1

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/collapse/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ CollapseItem 组件必须设置 name 属性作为唯一标识符。
| --- | --- | --- |
| change | 切换面板时触发 | `(modelValue, currName, status)` |

### 类型定义 version
### 类型定义 v4.3.1

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/form/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Use [ref](https://vuejs.org/guide/essentials/template-refs.html#template-refs) t
| reset | Clear verification results | - | - |
| validate | Active trigger verification is used to trigger when the user customizes the scene, such as blur and change events | Same as FormItem prop value | - |

### Types version
### Types v4.3.1

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/form/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ app.use(FormItem);
| reset | 清空校验结果 | - | - |
| validate | 用户主动触发校验,用于用户自定义场景时触发,例如 `blur``change` 事件 |`FormItem prop` 值,不传值会校验全部 `Rule` | - |

### 类型定义 version
### 类型定义 v4.3.1

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/form/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ app.use(FormItem);
| reset | 清空校验结果 | - | - |
| validate | 用户主动触发校验,用于用户自定义场景时触发,例如 `blur``change` 事件 |`FormItem prop` 值,不传值会校验全部 `Rule` | - |

### 类型定义 version
### 类型定义 v4.3.1

组件导出以下类型定义:

Expand Down
2 changes: 0 additions & 2 deletions src/packages/__VUE/notify/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ const onClick = () => {
| class-name | Custom class name | string \| number | `1 ` |
| position | custom position, optional values are `top` `bottom` `left` `right` `center` | string | `top` |

> Component call is supported after version 'v3.1.20'.
### Events

| Event | Description | Arguments |
Expand Down

0 comments on commit 338d6d0

Please sign in to comment.