@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 +15 -0
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/_es/Dialog.js +1 -1
- package/dist/packages/_es/ImagePreview.js +1 -1
- package/dist/packages/_es/Uploader.js +1 -1
- package/dist/smartips/web-types.json +2 -2
- package/dist/style.css +1 -1
- package/dist/styles/themes/default.scss +48 -48
- package/dist/styles/themes/jdb.scss +48 -48
- package/dist/styles/themes/jddkh.scss +48 -48
- package/dist/styles/themes/jdt.scss +48 -48
- package/dist/types/__VUE/cell/index.vue.d.ts +1 -1
- package/dist/types/__VUE/countup/index.vue.d.ts +2 -2
- package/dist/types/__VUE/input/index.vue.d.ts +1 -1
- package/dist/types/__VUE/inputnumber/index.vue.d.ts +1 -1
- package/dist/types/__VUE/picker/common.d.ts +1 -0
- package/dist/types/__VUE/rate/index.vue.d.ts +1 -1
- package/dist/types/__VUE/searchbar/index.vue.d.ts +2 -2
- package/dist/types/__VUE/textarea/index.vue.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/utils/util.d.ts +1 -1
- package/package.json +1 -1
- /package/dist/packages/_es/{interceptor-956b24fc.js → Interceptor-956b24fc.js} +0 -0
- /package/dist/types/utils/{interceptor.d.ts → Interceptor.d.ts} +0 -0
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`
|