Skip to content

Commit 5445108

Browse files
committed
chore(release): v2.7.14
1 parent 3d38cf0 commit 5445108

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v2.7.14
2+
3+
`2025-04-30`
4+
5+
- 📖 docs(theme): 放开官方主题
6+
- :sparkles: feat(dialog): 新增按钮变量 (#3173)
7+
- :bug: fix(popup): 规范化写动效,兼容处理 (#3206)
8+
19
# v2.7.12
210

311
`2025-03-28`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@nutui/nutui-react-taro",
3-
"version": "2.7.13",
2+
"name": "@nutui/nutui-react",
3+
"version": "2.7.14",
44
"style": "dist/style.css",
55
"main": "dist/nutui.react.umd.js",
66
"module": "dist/esm/nutui-react.es.js",

src/packages/configprovider/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ export type NutCSSVariables =
418418
| 'nutuiDialogContentTextAlign'
419419
| 'nutuiDialogFooterButtonMinWidth'
420420
| 'nutuiDialogFooterCancelMarginRight'
421+
| 'nutuiDialogFooterCancelBg'
421422
| 'nutuiDialogFooterOkMaxWidth'
422423
| 'nutuiDialogHeaderFontSize'
423424
| 'nutuiDialogHeaderFontWeight'

0 commit comments

Comments
 (0)