Skip to content

Commit

Permalink
release: v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Mar 24, 2023
1 parent 5e5f1a0 commit f6a688e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v4.0.4

`2023-03-24`

NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
本次社区贡献者 @ntnyq @hlbj105

* :zap: feat(picker): 支持透传 picker-view 属性 #2142 #2143 #2161 @eiinu
* :bug: fix(tabbar): taro remove href props @Drjingfubo
* :bug: fix: make peer dep optional (#2182) @ntnyq
* :bug: fix(elevator): 修复 iOS 上错误滑动到底部的问题 #2149 @eiinu
* :bug: fix(pullRefresh): 修复 @refresh 回调两次的问题 (#2153) @hlbj105
* :bug: fix(input): 修复 input 校验格式化错误 #2178 (#2193) @eiinu
* :bug: fix(tabs): 修复京东小程序下 tab 栏布局错误 @eiinu
* :bug: fix(dialog): 标题暗黑模式适配修复 @eiinu

## v4.0.3

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

0 comments on commit f6a688e

Please sign in to comment.