@nutui/nutui 4.0.5-beta.2 → 4.0.6-beta.1

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,18 @@
1
+ ## v4.0.5
2
+
3
+ `2023-04-07`
4
+
5
+ NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
6
+ 本次社区贡献者 @gyt95 @wh-if
7
+
8
+ * :zap: feat(tabs): support vertical automatic scrolling (#2199) @gyt95
9
+ * :zap: feat(datepicker): 支持选择时分 #2167
10
+ * :bug: fix(checkbox): checkbox 减少时 group 内数据同步更新 (#2190) #2189 @wh-if
11
+ * :bug: fix(tabs): 修复最后一项展示不全的问题 #2214
12
+ * :bug: fix(tabs): 限制 tabs 导航滚动方向 #2208
13
+ * :bug: fix(input): 修复透传原生属性后 click 失效的问题
14
+ * :bug: fix(datepicker): 修复手动修改 modelValue 无效问题 #2205
15
+
1
16
  ## v4.0.4
2
17
 
3
18
  `2023-03-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.5-beta.2';
216
+ export const version = '4.0.6-beta.1';
217
217
  export default {
218
218
  install,
219
219
  version