diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c4171b07f..daab9108e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +- ## v4.3.13 + +`2024-09-14` + +Bug Fixes + +- fix(avatarcrppoer): undefined @Alex-huxiyang +- fix: sass warning @ice909 + +Features + +- feat(uploader): support beforeUpload in taro @Alex-huxiyang + +Other Changes + +- chore: bump taro to v3.6.34 @Alex-huxiyang +- chore: add common-intellisense to Community Ecosystem @Simon-He95 + - ## v4.3.12 `2024-08-02` diff --git a/package.json b/package.json index f636b031a8..7f3580a109 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nutui/nutui", - "version": "4.3.12", + "version": "4.3.13", "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)", "main": "dist/nutui.umd.js", "module": "dist/nutui.es.js", diff --git a/publish/nutui-taro/CHANGELOG.md b/publish/nutui-taro/CHANGELOG.md index 0c4171b07f..daab9108e3 100644 --- a/publish/nutui-taro/CHANGELOG.md +++ b/publish/nutui-taro/CHANGELOG.md @@ -1,3 +1,21 @@ +- ## v4.3.13 + +`2024-09-14` + +Bug Fixes + +- fix(avatarcrppoer): undefined @Alex-huxiyang +- fix: sass warning @ice909 + +Features + +- feat(uploader): support beforeUpload in taro @Alex-huxiyang + +Other Changes + +- chore: bump taro to v3.6.34 @Alex-huxiyang +- chore: add common-intellisense to Community Ecosystem @Simon-He95 + - ## v4.3.12 `2024-08-02` diff --git a/publish/nutui-taro/README.md b/publish/nutui-taro/README.md index 3a697a8501..9c8f21892a 100644 --- a/publish/nutui-taro/README.md +++ b/publish/nutui-taro/README.md @@ -106,6 +106,7 @@ | --- | --- | | [nutui-uniapp](https://github.com/nutui-uniapp/nutui-uniapp) | 基于 NutUI 4.x 版本开发的 uni-app 组件库 | | [jwaterwater/uni-nutui](https://github.com/jwaterwater/uni-nutui) | 基于 NutUI 3.x 版本开发的 uni-app 组件库 | +| [common-intellisense](https://github.com/Simon-He95/common-intellisense) | 提供 NutUI 4.x 版本智能提示的 vscode 插件 | ## 项目状态 diff --git a/publish/nutui-taro/package.json b/publish/nutui-taro/package.json index fc57628eb9..ff418f48cf 100644 --- a/publish/nutui-taro/package.json +++ b/publish/nutui-taro/package.json @@ -1,6 +1,6 @@ { "name": "@nutui/nutui-taro", - "version": "4.3.12", + "version": "4.3.13", "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)", "main": "dist/nutui.umd.js", "module": "dist/nutui.es.js", diff --git a/publish/nutui/CHANGELOG.md b/publish/nutui/CHANGELOG.md index 0c4171b07f..daab9108e3 100644 --- a/publish/nutui/CHANGELOG.md +++ b/publish/nutui/CHANGELOG.md @@ -1,3 +1,21 @@ +- ## v4.3.13 + +`2024-09-14` + +Bug Fixes + +- fix(avatarcrppoer): undefined @Alex-huxiyang +- fix: sass warning @ice909 + +Features + +- feat(uploader): support beforeUpload in taro @Alex-huxiyang + +Other Changes + +- chore: bump taro to v3.6.34 @Alex-huxiyang +- chore: add common-intellisense to Community Ecosystem @Simon-He95 + - ## v4.3.12 `2024-08-02` diff --git a/publish/nutui/README.md b/publish/nutui/README.md index 3a697a8501..9c8f21892a 100644 --- a/publish/nutui/README.md +++ b/publish/nutui/README.md @@ -106,6 +106,7 @@ | --- | --- | | [nutui-uniapp](https://github.com/nutui-uniapp/nutui-uniapp) | 基于 NutUI 4.x 版本开发的 uni-app 组件库 | | [jwaterwater/uni-nutui](https://github.com/jwaterwater/uni-nutui) | 基于 NutUI 3.x 版本开发的 uni-app 组件库 | +| [common-intellisense](https://github.com/Simon-He95/common-intellisense) | 提供 NutUI 4.x 版本智能提示的 vscode 插件 | ## 项目状态 diff --git a/publish/nutui/package.json b/publish/nutui/package.json index 6f25491400..70673ffe8b 100644 --- a/publish/nutui/package.json +++ b/publish/nutui/package.json @@ -1,6 +1,6 @@ { "name": "@nutui/nutui", - "version": "4.3.12", + "version": "4.3.13", "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)", "main": "dist/nutui.umd.js", "module": "dist/nutui.es.js",