@nutui/nutui 4.1.0-beta.6 → 4.1.0
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 +30 -0
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.js +2352 -2396
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/_es/Navbar.js +41 -88
- package/dist/packages/_es/Sticky.js +4 -0
- package/dist/packages/_es/Uploader.js +23 -16
- package/dist/packages/navbar/index.scss +1 -0
- package/dist/smartips/web-types.json +132 -6
- package/dist/style.css +1 -1
- package/dist/styles/themes/default.scss +50 -50
- package/dist/styles/themes/jdb.scss +50 -50
- package/dist/styles/themes/jddkh.scss +50 -50
- package/dist/styles/themes/jdt.scss +50 -50
- package/dist/types/__VUE/navbar/index.vue.d.ts +8 -5
- package/dist/types/__VUE/uploader/index.vue.d.ts +40 -4
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
## v4.1.0
|
|
2
|
+
|
|
3
|
+
NutUI 非常感谢您对开源事业做出的贡献!
|
|
4
|
+
本次社区贡献者 @thx125 @wenjuGao @subordon @yang1206 @aooiuu
|
|
5
|
+
|
|
6
|
+
`2023-07-14`
|
|
7
|
+
|
|
8
|
+
Features
|
|
9
|
+
|
|
10
|
+
- 新增 `@nutui/touch-emulator`
|
|
11
|
+
- 新增 `@nutui/playground`
|
|
12
|
+
- form: 支持异步返回的自定义校验文案 (#2380) @subordon
|
|
13
|
+
- cell: 新增 box-shdow 样式变量 (#2382)
|
|
14
|
+
- calendar: 支持透传 Popup 属性 (#2410)
|
|
15
|
+
- address: 新增 round 属性 (#2411)
|
|
16
|
+
|
|
17
|
+
Bug Fixes
|
|
18
|
+
|
|
19
|
+
- address: 修复4级地址不触发 onchange 事件 (#2389) @thx125
|
|
20
|
+
- avatar: 修复显示头像折叠元素有错误问题 (#2417) @thx125
|
|
21
|
+
- calendar: 修复平铺展示时丢失 ref 问题 (#2390) @wenjuGao
|
|
22
|
+
- signature: 修复 Taro H5 getRect 方法异常
|
|
23
|
+
- sticky: 重构组件,修复 sticky 失效问题 (#2393)
|
|
24
|
+
- form: 获取子节点方法增加兜底处理,修复 JSX 下报错问题
|
|
25
|
+
- imagepreview: replace var with const (#2423) @subordon
|
|
26
|
+
- uploader: 支持异步修改 file-list (#2421)
|
|
27
|
+
- textarea: docs 文档修改 (#2428) @aooiuu
|
|
28
|
+
- component class name typo (#2392) @yang1206
|
|
29
|
+
- fix case typo (#2429) @subordon
|
|
30
|
+
|
|
1
31
|
## v4.0.12
|
|
2
32
|
|
|
3
33
|
`2023-06-27`
|