Skip to content

Commit

Permalink
release: v4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Dec 22, 2023
1 parent a25114d commit ec23923
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v4.2.5

`2023-12-22`

Features

- watermark: 水印支持多行文字 (#2746), close #2742 @yi-boide
- tabs: 开启 title-scroll 时不再需要设置 name (#2789) @eiinu

Bug Fixes

- textarea: 修复 taro h5 下双向绑定失效的问题 (#2768), close #2767 @Moonofweisheng
- tabs: 修复 horizontal 方向占位元素宽度错误 (#2749) @yang1206
- ellipsis: 修复 taro 下文本省略失效 (#2791) @yi-boide
- tabs: 修复 iOS 下 smile 类型激活条展示问题 (#2774), close #2773 @eiinu
- tabbar: 修复 useTaroRect 报错问题 (#2775) @eiinu
- input-number: 修复 disabled 下未禁用点击问题 (#2783), close #2782 @eiinu

## v4.2.4

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

`2023-12-22`

Features

- watermark: 水印支持多行文字 (#2746), close #2742 @yi-boide
- tabs: 开启 title-scroll 时不再需要设置 name (#2789) @eiinu

Bug Fixes

- textarea: 修复 taro h5 下双向绑定失效的问题 (#2768), close #2767 @Moonofweisheng
- tabs: 修复 horizontal 方向占位元素宽度错误 (#2749) @yang1206
- ellipsis: 修复 taro 下文本省略失效 (#2791) @yi-boide
- tabs: 修复 iOS 下 smile 类型激活条展示问题 (#2774), close #2773 @eiinu
- tabbar: 修复 useTaroRect 报错问题 (#2775) @eiinu
- input-number: 修复 disabled 下未禁用点击问题 (#2783), close #2782 @eiinu

## v4.2.4

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

`2023-12-22`

Features

- watermark: 水印支持多行文字 (#2746), close #2742 @yi-boide
- tabs: 开启 title-scroll 时不再需要设置 name (#2789) @eiinu

Bug Fixes

- textarea: 修复 taro h5 下双向绑定失效的问题 (#2768), close #2767 @Moonofweisheng
- tabs: 修复 horizontal 方向占位元素宽度错误 (#2749) @yang1206
- ellipsis: 修复 taro 下文本省略失效 (#2791) @yi-boide
- tabs: 修复 iOS 下 smile 类型激活条展示问题 (#2774), close #2773 @eiinu
- tabbar: 修复 useTaroRect 报错问题 (#2775) @eiinu
- input-number: 修复 disabled 下未禁用点击问题 (#2783), close #2782 @eiinu

## v4.2.4

`2023-12-15`
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.2.4",
"version": "4.2.5",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down

0 comments on commit ec23923

Please sign in to comment.