@nutui/nutui 4.0.6-beta.2 → 4.0.6

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,21 @@
1
+ ## v4.0.6
2
+
3
+ `2023-04-21`
4
+
5
+ NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
6
+ 本次社区贡献者 @kingyang @blue0728
7
+
8
+ * :zap: feat(input): add focus, blur, select ref (#2250)
9
+ * :bug: fix(input): 传入 class 被忽略问题 #2242 (#2243) @kingyang
10
+ * :bug: fix(Menu): 修复 MenuItem class 设置无效问题 (#2236) @blue0728
11
+ * :bug: fix(datepicker): 修复小程序下 v-model 修改异常问题
12
+ * :bug: fix(checkbox): fix toggle all demo #2237
13
+ * :bug: fix(rate): 修复定位方式导致的异常空白高度问题 (#2255)
14
+ * :bug: fix(picker): 修复平铺模式下溢出省略失效问题 (#2247)
15
+ * :bug: fix(dialog): remove hidden class after close #2211 (#2241)
16
+ * :rocket: chore: upgrade Taro to 3.6.2+
17
+ * :rocket: chore: move yarn to pnpm for Taro Demo
18
+
1
19
  ## v4.0.5
2
20
 
3
21
  `2023-04-07`
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.6-beta.2';
216
+ export const version = '4.0.6';
217
217
  export default {
218
218
  install,
219
219
  version