From 534229a398dabe0e00278f77f383f8c6aa53c137 Mon Sep 17 00:00:00 2001 From: oasis-cloud Date: Tue, 28 May 2024 17:33:17 +0800 Subject: [PATCH] chore(release): v2.6.7 --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- src/packages/configprovider/types.ts | 1 - 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab61a7074e..b7898a4656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v2.6.7 +`2024-05-28` + + +* :sparkles: feat: 签名组件增加当没有签名或已清空的情况下的参数暴露 (#2288) @xiaoyatong +* :bug: fix: ActionSheet 增加安全区处理 (#2286) @xiaoyatong +* :bug: fix(actionsheet): 去掉无意义的 padding,popup 已不再暴露 (#2285) @xiaoyatong + + # v2.6.6 `2024-05-24` diff --git a/package.json b/package.json index b07ab76b7f..ce21997894 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@nutui/nutui-react-taro", - "version": "2.6.6", + "name": "@nutui/nutui-react", + "version": "2.6.7", "style": "dist/style.css", "main": "dist/nutui.react.umd.js", "module": "dist/esm/nutui-react.es.js", diff --git a/src/packages/configprovider/types.ts b/src/packages/configprovider/types.ts index 6404d38435..30e90aeeea 100644 --- a/src/packages/configprovider/types.ts +++ b/src/packages/configprovider/types.ts @@ -219,7 +219,6 @@ export type NutCSSVariables = | 'nutuiInputnumberIconSize' | 'nutuiInputnumberDisabledColor' | 'nutuiActionsheetBackgroundColor' - | 'nutuiActionsheetPadding' | 'nutuiActionsheetBorderColor' | 'nutuiActionsheetBorderRadius' | 'nutuiActionsheetItemTextAlign'