@nutui/nutui 4.0.3 → 4.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## v4.0.4
2
+
3
+ `2023-03-24`
4
+
5
+ NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
6
+ 本次社区贡献者 @ntnyq @hlbj105
7
+
8
+ * :zap: feat(picker): 支持透传 picker-view 属性 #2142 #2143 #2161 @eiinu
9
+ * :bug: fix(tabbar): taro remove href props @Drjingfubo
10
+ * :bug: fix: make peer dep optional (#2182) @ntnyq
11
+ * :bug: fix(elevator): 修复 iOS 上错误滑动到底部的问题 #2149 @eiinu
12
+ * :bug: fix(pullRefresh): 修复 @refresh 回调两次的问题 (#2153) @hlbj105
13
+ * :bug: fix(input): 修复 input 校验格式化错误 #2178 (#2193) @eiinu
14
+ * :bug: fix(tabs): 修复京东小程序下 tab 栏布局错误 @eiinu
15
+ * :bug: fix(dialog): 标题暗黑模式适配修复 @eiinu
16
+
1
17
  ## v4.0.3
2
18
 
3
19
  `2023-03-10`
package/dist/nutui.es.js CHANGED
@@ -213,7 +213,7 @@ export function install(app) {
213
213
  }
214
214
  });
215
215
  }
216
- export const version = '4.0.3';
216
+ export const version = '4.0.4';
217
217
  export default {
218
218
  install,
219
219
  version