@nutui/nutui 4.0.7-beta.2 → 4.0.7
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 +16 -0
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/_es/Animate.js +9 -3
- package/dist/packages/_es/SideNavbar.js +7 -4
- package/dist/packages/_es/Tabs.js +3 -3
- package/dist/packages/_es/Toast.js +6 -4
- package/dist/packages/formitem/index.scss +1 -0
- package/dist/packages/tabs/index.scss +1 -1
- package/dist/smartips/web-types.json +10 -1
- package/dist/style.css +1 -1
- package/dist/styles/themes/default.scss +51 -51
- package/dist/styles/themes/jdb.scss +51 -51
- package/dist/styles/themes/jddkh.scss +51 -51
- package/dist/styles/themes/jdt.scss +51 -51
- package/dist/types/__VUE/addresslist/components/GeneralShell.vue.d.ts +1 -1
- package/dist/types/__VUE/addresslist/components/ItemContents.vue.d.ts +1 -1
- package/dist/types/__VUE/addresslist/index.vue.d.ts +1 -1
- package/dist/types/__VUE/animate/index.vue.d.ts +6 -0
- package/dist/types/__VUE/audiooperate/index.vue.d.ts +4 -4
- 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/image/index.vue.d.ts +1 -1
- 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/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/__VUE/toast/index.vue.d.ts +11 -4
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## v4.0.7
|
|
2
|
+
|
|
3
|
+
`2023-05-12`
|
|
4
|
+
|
|
5
|
+
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
|
|
6
|
+
本次社区贡献者 @ntnyq
|
|
7
|
+
|
|
8
|
+
* :zap: feat(animate): add duration property (#2280)
|
|
9
|
+
* :zap: feat(button): add formType for Taro H5 (#2288)
|
|
10
|
+
* :bug: fix(switch): inactiveValue 为非 falsy 值无法显示 (#2258)
|
|
11
|
+
* :bug: fix(tabs): tab-title active font-weight #2268
|
|
12
|
+
* :bug: fix(sidenavbar): style of async data (#2279)
|
|
13
|
+
* :bug: fix(addressList): failed to emit click-item (#2281)
|
|
14
|
+
* :bug: fix(form): reset min-width style for label-width (#2282)
|
|
15
|
+
* :bug: fix(tour): remove mask after close (#2283)
|
|
16
|
+
|
|
1
17
|
## v4.0.6
|
|
2
18
|
|
|
3
19
|
`2023-04-21`
|