Skip to content

Commit

Permalink
release: v4.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed May 13, 2024
1 parent 733a0aa commit ab54e7e
Show file tree
Hide file tree
Showing 15 changed files with 63 additions and 12 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v4.3.8

`2024-05-13`

Bug Fixes

- countdown: emit paused (#3062) @eiinu
- sticky: 修复滚动事件的监听方式 (#3072) @eiinu

Refactors

- overlay, watermark, badge: move to script setup @eiinu

Other Changes

- searchbar: update unit test (#3070) @eiinu

## v4.3.7

`2024-05-07`
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.7",
"version": "4.3.8",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
17 changes: 17 additions & 0 deletions publish/nutui-taro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v4.3.8

`2024-05-13`

Bug Fixes

- countdown: emit paused (#3062) @eiinu
- sticky: 修复滚动事件的监听方式 (#3072) @eiinu

Refactors

- overlay, watermark, badge: move to script setup @eiinu

Other Changes

- searchbar: update unit test (#3070) @eiinu

## v4.3.7

`2024-05-07`
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.7",
"version": "4.3.8",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
17 changes: 17 additions & 0 deletions publish/nutui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v4.3.8

`2024-05-13`

Bug Fixes

- countdown: emit paused (#3062) @eiinu
- sticky: 修复滚动事件的监听方式 (#3072) @eiinu

Refactors

- overlay, watermark, badge: move to script setup @eiinu

Other Changes

- searchbar: update unit test (#3070) @eiinu

## v4.3.7

`2024-05-07`
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.7",
"version": "4.3.8",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/badge/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ app.use(Badge)
| default | Default slot |
| icon | Icon slot |

### Types version
### Types v4.3.8

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/badge/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ app.use(Badge)
| default | 徽标包裹的子元素 |
| icon | 徽标自定义 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/badge/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ app.use(Badge)
| default | 徽标包裹的子元素 |
| icon | 徽标自定义 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/overlay/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Set `close on click override` to control whether the click mask is closed. If it
| --- | --- |
| default | Embedded Mask Content Customization |

### Types version
### Types v4.3.8

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/overlay/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ app.use(Overlay)
| --- | --- |
| default | 内嵌遮罩内容自定义 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/overlay/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ app.use(Overlay)
| --- | --- |
| default | 内嵌遮罩内容自定义 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/watermark/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The content attribute is passed into a string array, showing a multi-line waterm
| full-page | Overwrite entire page | boolean | `true` |
| font-family | Watermark text font family | string | `PingFang SC` |

### Types version
### Types v4.3.8

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/watermark/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ app.use(Watermark)
| full-page | 是否覆盖整个页面 | boolean | `true` |
| font-family | 水印文字字体 | string | `PingFang SC` |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/watermark/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ app.use(Watermark)
| full-page | 是否覆盖整个页面 | boolean | `true` |
| font-family | 水印文字字体 | string | `PingFang SC` |

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

组件导出以下类型定义:

Expand Down

0 comments on commit ab54e7e

Please sign in to comment.