diff --git a/CHANGELOG.md b/CHANGELOG.md index b1135c94fe..41fe37db71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## v4.3.6 + +`2024-04-19` + +Bug Fixes + +- sticky: fix typo in index.taro.vue (#3023) @lainbo +- type: fix warning of v-model in JetBrains IDE (#3029) @anyesu + +Refactors + +- move to script setup + - countdown, steps @subordon + - radio, grid @eiinu + +Other Changes + +- chore: 优化组件 provide/inject 使用 (#3027) @eiinu + ## v4.3.5 `2024-04-10` diff --git a/package.json b/package.json index c32d85761e..0ab0e6d248 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nutui/nutui", - "version": "4.3.5", + "version": "4.3.6", "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 b1135c94fe..41fe37db71 100644 --- a/publish/nutui-taro/CHANGELOG.md +++ b/publish/nutui-taro/CHANGELOG.md @@ -1,3 +1,22 @@ +## v4.3.6 + +`2024-04-19` + +Bug Fixes + +- sticky: fix typo in index.taro.vue (#3023) @lainbo +- type: fix warning of v-model in JetBrains IDE (#3029) @anyesu + +Refactors + +- move to script setup + - countdown, steps @subordon + - radio, grid @eiinu + +Other Changes + +- chore: 优化组件 provide/inject 使用 (#3027) @eiinu + ## v4.3.5 `2024-04-10` diff --git a/publish/nutui-taro/package.json b/publish/nutui-taro/package.json index c3a4aaa7ec..cc4b84a289 100644 --- a/publish/nutui-taro/package.json +++ b/publish/nutui-taro/package.json @@ -1,6 +1,6 @@ { "name": "@nutui/nutui-taro", - "version": "4.3.5", + "version": "4.3.6", "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 b1135c94fe..41fe37db71 100644 --- a/publish/nutui/CHANGELOG.md +++ b/publish/nutui/CHANGELOG.md @@ -1,3 +1,22 @@ +## v4.3.6 + +`2024-04-19` + +Bug Fixes + +- sticky: fix typo in index.taro.vue (#3023) @lainbo +- type: fix warning of v-model in JetBrains IDE (#3029) @anyesu + +Refactors + +- move to script setup + - countdown, steps @subordon + - radio, grid @eiinu + +Other Changes + +- chore: 优化组件 provide/inject 使用 (#3027) @eiinu + ## v4.3.5 `2024-04-10` diff --git a/publish/nutui/package.json b/publish/nutui/package.json index f4478408fb..e9ffc09e05 100644 --- a/publish/nutui/package.json +++ b/publish/nutui/package.json @@ -1,6 +1,6 @@ { "name": "@nutui/nutui", - "version": "4.3.5", + "version": "4.3.6", "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)", "main": "dist/nutui.umd.js", "module": "dist/nutui.es.js", diff --git a/src/packages/__VUE/countdown/doc.en-US.md b/src/packages/__VUE/countdown/doc.en-US.md index 9504089575..24d8f8aa3d 100644 --- a/src/packages/__VUE/countdown/doc.en-US.md +++ b/src/packages/__VUE/countdown/doc.en-US.md @@ -90,7 +90,7 @@ Paused and restarted the countdown with the `paused` attribute | pause | Count Down Pause | | reset | Count Down Reset | -### Types version +### Types v4.3.6 The component exports the following type definitions: diff --git a/src/packages/__VUE/countdown/doc.md b/src/packages/__VUE/countdown/doc.md index ddf0ea287f..3381242068 100644 --- a/src/packages/__VUE/countdown/doc.md +++ b/src/packages/__VUE/countdown/doc.md @@ -92,7 +92,7 @@ app.use(Countdown) | pause | 暂停倒计时 | | reset | 重设倒计时,若 `auto-start`为 `true`,重设后会自动开始倒计时 | -### 类型定义 version +### 类型定义 v4.3.6 组件导出以下类型定义: diff --git a/src/packages/__VUE/countdown/doc.taro.md b/src/packages/__VUE/countdown/doc.taro.md index 31b311ca8f..980beabe9f 100644 --- a/src/packages/__VUE/countdown/doc.taro.md +++ b/src/packages/__VUE/countdown/doc.taro.md @@ -92,7 +92,7 @@ app.use(Countdown) | pause | 暂停倒计时 | | reset | 重设倒计时,若 `auto-start`为 `true`,重设后会自动开始倒计时 | -### 类型定义 version +### 类型定义 v4.3.6 组件导出以下类型定义: diff --git a/src/packages/__VUE/grid/doc.en-US.md b/src/packages/__VUE/grid/doc.en-US.md index c7be1f2a60..627082b50a 100644 --- a/src/packages/__VUE/grid/doc.en-US.md +++ b/src/packages/__VUE/grid/doc.en-US.md @@ -77,7 +77,7 @@ app.use(GridItem) | --- | --- | --- | | click | Emitted when component is clicked | event: Event | -### Types version +### Types v4.3.6 The component exports the following type definitions: diff --git a/src/packages/__VUE/grid/doc.md b/src/packages/__VUE/grid/doc.md index ac97308822..5feb3bec4e 100644 --- a/src/packages/__VUE/grid/doc.md +++ b/src/packages/__VUE/grid/doc.md @@ -77,7 +77,7 @@ app.use(GridItem) | --- | --- | --- | | click | 点击格子时触发 | event: Event | -### 类型定义 version +### 类型定义 v4.3.6 组件导出以下类型定义: diff --git a/src/packages/__VUE/grid/doc.taro.md b/src/packages/__VUE/grid/doc.taro.md index 826e2b1517..67dd1520d3 100644 --- a/src/packages/__VUE/grid/doc.taro.md +++ b/src/packages/__VUE/grid/doc.taro.md @@ -77,7 +77,7 @@ app.use(GridItem) | --- | --- | --- | | click | 点击格子时触发 | event: Event | -### 类型定义 version +### 类型定义 v4.3.6 组件导出以下类型定义: diff --git a/src/packages/__VUE/radio/doc.en-US.md b/src/packages/__VUE/radio/doc.en-US.md index afe6a3cffd..94ebc30b18 100644 --- a/src/packages/__VUE/radio/doc.en-US.md +++ b/src/packages/__VUE/radio/doc.en-US.md @@ -94,7 +94,7 @@ Set the Radio size through `size`, which only takes effect when `shape` is `butt | --- | --- | --- | | change | Triggered when the value changes | Currently selected item value(label)【There is a value after setting `label`, which is empty by default】 | -### Types version +### Types v4.3.6 The component exports the following type definitions: diff --git a/src/packages/__VUE/radio/doc.md b/src/packages/__VUE/radio/doc.md index 865fee2fa0..df59f409b7 100644 --- a/src/packages/__VUE/radio/doc.md +++ b/src/packages/__VUE/radio/doc.md @@ -94,7 +94,7 @@ app.use(RadioGroup) | --- | --- | --- | | change | 值变化时触发 | 当前选中项值(label)【设置 label 后有值、默认为空】 | -### 类型定义 version +### 类型定义 v4.3.6 组件导出以下类型定义: diff --git a/src/packages/__VUE/radio/doc.taro.md b/src/packages/__VUE/radio/doc.taro.md index 9d62654719..8bbdfd46fd 100644 --- a/src/packages/__VUE/radio/doc.taro.md +++ b/src/packages/__VUE/radio/doc.taro.md @@ -94,7 +94,7 @@ app.use(RadioGroup) | --- | --- | --- | | change | 值变化时触发 | 当前选中项值(label)【设置 label 后有值、默认为空】 | -### 类型定义 version +### 类型定义 v4.3.6 组件导出以下类型定义: diff --git a/src/packages/__VUE/steps/doc.en-US.md b/src/packages/__VUE/steps/doc.en-US.md index b0eb9811db..36a99d8a01 100644 --- a/src/packages/__VUE/steps/doc.en-US.md +++ b/src/packages/__VUE/steps/doc.en-US.md @@ -70,7 +70,7 @@ app.use(Step) | content | Step content | | icon | Step icon | -### Types version +### Types v4.3.6 The component exports the following type definitions: diff --git a/src/packages/__VUE/steps/doc.md b/src/packages/__VUE/steps/doc.md index 6a5e7418cf..eb9494d675 100644 --- a/src/packages/__VUE/steps/doc.md +++ b/src/packages/__VUE/steps/doc.md @@ -70,7 +70,7 @@ app.use(Step) | content | 步骤内容 | | icon | 步骤图标 | -### 类型定义 version +### 类型定义 v4.3.6 组件导出以下类型定义: diff --git a/src/packages/__VUE/steps/doc.taro.md b/src/packages/__VUE/steps/doc.taro.md index a456738d48..71500a4bb5 100644 --- a/src/packages/__VUE/steps/doc.taro.md +++ b/src/packages/__VUE/steps/doc.taro.md @@ -70,7 +70,7 @@ app.use(Step) | content | 步骤内容 | | icon | 步骤图标 | -### 类型定义 version +### 类型定义 v4.3.6 组件导出以下类型定义: