@nutui/nutui 4.0.3-beta.2 → 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,46 @@
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
+
17
+ ## v4.0.3
18
+
19
+ `2023-03-10`
20
+
21
+ NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
22
+ 本次社区贡献者 @daofeng-1998 @n0liu @blachworld
23
+
24
+ * :zap: feat(tabs): add props swipeable 支持手势滑动切换,优化小程序端切换动画 #1984 #1828 @richard1015
25
+ * :zap: feat(noticebar): 增加横向滚动结束时回调事件 (#2135) @daofeng-1998
26
+ * :zap: upd(overlay): 优化组件closeOnClickOverlay属性功能 @szg2008
27
+ * :zap: chore: 移除 canvas 依赖,替换为 jest-canvas-mock (#2160) @eiinu
28
+ * :bug: fix(input): taro input type=number 类型问题修复 (#2171) @lkjh3214
29
+ * :bug: fix(list): demo样式修复 @szg2008
30
+ * :bug: fix(price): add new prop strike-through @Drjingfubo
31
+ * :bug: fix(navbar): change placeholder style @Drjingfubo
32
+ * :bug: fix(usetarorect): method modification import @Drjingfubo
33
+ * :bug: fix(tabs): web env bug @richard1015
34
+ * :bug: fix(tabs): clear log @richard1015
35
+ * :bug: fix: list 虚拟列表 列表少渲染一个item (#2152) @blachworld
36
+ * :bug: fix(input): 修复支付宝小程序 idcard 类型输入问题 @eiinu
37
+ * :bug: fix: 修复 popup 中嵌套 input 高度为 0 的问题 #2144 @eiinu
38
+ * :bug: fix(configprovider): v4 移除字体图标相关功能 #2165 (#2166) @eiinu
39
+ * :bug: fix: input、textarea 原生标签增加透传属性 @eiinu
40
+ * :bug: fix: 修复 resolver 导入问题 #2157 @eiinu
41
+ * :bug: fix: menu 闪动问题处理 @Ymm0008
42
+ * 📖 docs: tabs数量多,滚动操作 doc 更新 (#2158) @n0liu
43
+
1
44
  ## v4.0.2
2
45
 
3
46
  `2023-02-24`
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-beta.2';
216
+ export const version = '4.0.4';
217
217
  export default {
218
218
  install,
219
219
  version