Skip to content

Commit abd2516

Browse files
committed
chore(release): v3.0.7
1 parent ab8edd5 commit abd2516

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v3.0.7
2+
3+
`2025-04-03`
4+
5+
- :sparkles: feat(jdesign): 修订变量名 (#3127)
6+
- :sparkles: feat(collapse): 适配鸿蒙 (#3139)
7+
- :bug: fix(tabs): 兼容16的处理 (#3150)
8+
- :bug: fix(dialog):修复函数式调用时 hidecancel 不生效问题 (#3145)
9+
- :bug: fix(button): 样式变量无法生效问题修复 (#3142)
10+
- :bug: fix(Popup): 调整最小高度设定为 26% (#3144)
11+
- :bug: fix: popover 无法关闭的问题,删除无用代码和无用的样式变量 (#3129)
12+
- :bug: fix: contribution img failed to display (#3141)
13+
- :bug: fix(switch): 简化props使用 (#3132)
14+
- :bug: fix: tabbar config json (#3134)
15+
- 🪵 refactor(dialog): 抽离types到标准spec下,去掉web h5 wrap层 (#3147)
16+
- 🏡 chore: 修复正式环境的 publicPath (#3137)
17+
118
# v3.0.6
219

320
`2025-03-28`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui-react-taro",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"style": "dist/style.css",
55
"main": "dist/nutui.react.umd.js",
66
"module": "dist/es/packages/nutui.react.build.js",

src/packages/configprovider/types.ts

+2-5
Original file line numberDiff line numberDiff line change
@@ -553,16 +553,13 @@ export type NutCSSVariables =
553553
| 'nutuiBadgeOutlineColor'
554554
| 'nutuiBadgeOutlineBorder'
555555
| 'nutuiPopoverBorderRadius'
556-
| 'nutuiPopoverBorderColor'
557556
| 'nutuiPopoverFontSize'
558557
| 'nutuiPopoverContentBackgroundColor'
559558
| 'nutuiPopoverTextColor'
560-
| 'nutuiPopoverHoverBackgroundColor'
561-
| 'nutuiPopoverHoverTextColor'
562559
| 'nutuiPopoverDisableColor'
563560
| 'nutuiPopoverDividerColor'
564-
| 'nutuiPopoverMenuItemPadding'
565-
| 'nutuiPopoverMenuItemWidth'
561+
| 'nutuiPopoverPadding'
562+
| 'nutuiPopoverItemWidth'
566563
| 'nutuiProgressHeight'
567564
| 'nutuiProgressColor'
568565
| 'nutuiProgressBackground'

0 commit comments

Comments
 (0)