@nutui/nutui 4.3.12 → 4.3.13
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/README.md +1 -0
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.js +1 -1
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/tabs/index.scss +1 -1
- package/dist/smartips/web-types.json +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
- ## v4.3.13
|
|
2
|
+
|
|
3
|
+
`2024-09-14`
|
|
4
|
+
|
|
5
|
+
Bug Fixes
|
|
6
|
+
|
|
7
|
+
- fix(avatarcrppoer): undefined @Alex-huxiyang
|
|
8
|
+
- fix: sass warning @ice909
|
|
9
|
+
|
|
10
|
+
Features
|
|
11
|
+
|
|
12
|
+
- feat(uploader): support beforeUpload in taro @Alex-huxiyang
|
|
13
|
+
|
|
14
|
+
Other Changes
|
|
15
|
+
|
|
16
|
+
- chore: bump taro to v3.6.34 @Alex-huxiyang
|
|
17
|
+
- chore: add common-intellisense to Community Ecosystem @Simon-He95
|
|
18
|
+
|
|
1
19
|
- ## v4.3.12
|
|
2
20
|
|
|
3
21
|
`2024-08-02`
|
package/README.md
CHANGED
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
| --- | --- |
|
|
107
107
|
| [nutui-uniapp](https://github.com/nutui-uniapp/nutui-uniapp) | 基于 NutUI 4.x 版本开发的 uni-app 组件库 |
|
|
108
108
|
| [jwaterwater/uni-nutui](https://github.com/jwaterwater/uni-nutui) | 基于 NutUI 3.x 版本开发的 uni-app 组件库 |
|
|
109
|
+
| [common-intellisense](https://github.com/Simon-He95/common-intellisense) | 提供 NutUI 4.x 版本智能提示的 vscode 插件 |
|
|
109
110
|
|
|
110
111
|
## 项目状态
|
|
111
112
|
|
package/dist/nutui.es.js
CHANGED
package/dist/nutui.js
CHANGED
|
@@ -15726,7 +15726,7 @@ function x2(e) {
|
|
|
15726
15726
|
n.install ? e.use(n) : n.name && e.component(n.name, n);
|
|
15727
15727
|
});
|
|
15728
15728
|
}
|
|
15729
|
-
const e3 = "4.3.
|
|
15729
|
+
const e3 = "4.3.13", a3 = { install: x2, version: e3 };
|
|
15730
15730
|
export {
|
|
15731
15731
|
o1 as ActionSheet,
|
|
15732
15732
|
hv as Address,
|