Skip to content

Commit

Permalink
chore(release): v2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed May 28, 2024
1 parent 9e39617 commit 534229a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/packages/configprovider/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ export type NutCSSVariables =
| 'nutuiInputnumberIconSize'
| 'nutuiInputnumberDisabledColor'
| 'nutuiActionsheetBackgroundColor'
| 'nutuiActionsheetPadding'
| 'nutuiActionsheetBorderColor'
| 'nutuiActionsheetBorderRadius'
| 'nutuiActionsheetItemTextAlign'
Expand Down

0 comments on commit 534229a

Please sign in to comment.