File tree 3 files changed +20
-6
lines changed
src/packages/configprovider
3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
18
# v3.0.6
2
19
3
20
` 2025-03-28 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nutui/nutui-react-taro" ,
3
- "version" : " 3.0.6 " ,
3
+ "version" : " 3.0.7 " ,
4
4
"style" : " dist/style.css" ,
5
5
"main" : " dist/nutui.react.umd.js" ,
6
6
"module" : " dist/es/packages/nutui.react.build.js" ,
Original file line number Diff line number Diff line change @@ -553,16 +553,13 @@ export type NutCSSVariables =
553
553
| 'nutuiBadgeOutlineColor'
554
554
| 'nutuiBadgeOutlineBorder'
555
555
| 'nutuiPopoverBorderRadius'
556
- | 'nutuiPopoverBorderColor'
557
556
| 'nutuiPopoverFontSize'
558
557
| 'nutuiPopoverContentBackgroundColor'
559
558
| 'nutuiPopoverTextColor'
560
- | 'nutuiPopoverHoverBackgroundColor'
561
- | 'nutuiPopoverHoverTextColor'
562
559
| 'nutuiPopoverDisableColor'
563
560
| 'nutuiPopoverDividerColor'
564
- | 'nutuiPopoverMenuItemPadding '
565
- | 'nutuiPopoverMenuItemWidth '
561
+ | 'nutuiPopoverPadding '
562
+ | 'nutuiPopoverItemWidth '
566
563
| 'nutuiProgressHeight'
567
564
| 'nutuiProgressColor'
568
565
| 'nutuiProgressBackground'
You can’t perform that action at this time.
0 commit comments