@nutui/nutui 4.0.6-beta.3 → 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 +18 -0
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/rate/index.scss +0 -1
- package/dist/smartips/web-types.json +1 -1
- package/dist/style.css +1 -1
- package/dist/styles/themes/default.scss +42 -42
- package/dist/styles/themes/jdb.scss +42 -42
- package/dist/styles/themes/jddkh.scss +42 -42
- package/dist/styles/themes/jdt.scss +42 -42
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
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`
|