File tree 3 files changed +25
-13
lines changed
src/packages/configprovider
3 files changed +25
-13
lines changed Original file line number Diff line number Diff line change
1
+ # v3.0.1
2
+
3
+ ` 2025-03-05 `
4
+
5
+ - feat: 增加一个以组为单位的编译逻辑 (#3042 )
6
+ - feat(shortpassword): harmony (#3017 )
7
+ - feat: datepickerview (#3026 )
8
+ - fix(drag): 解决 taro 不能滑动问题 (#3054 )
9
+ - fix(input): 显示设置 placeholder 字体颜色 (#3050 )
10
+ - fix: hoverbutton h5 border (#3053 )
11
+ - fix(navbar): 居左展示时,副标题居左 (#3049 )
12
+ - fix: demos full css (#3051 )
13
+ - fix: 调整 dd 展示 (#3052 )
14
+ - fix: H5 小程序走查中遇到的问题修复 (#3047 )
15
+ - fix(navbar): tabpane 展示控制只限于 navbar (#3048 )
16
+ - fix: config v15 调整 (#3046 )
17
+ - fix: change index (#3045 )
18
+ - fix: inactive color (#3044 )
19
+ - fix: merge tabs 2.x, 修复第一个项目无法滚动到视图的问题 (#3043 )
20
+ - fix: popup 鸿蒙下层级问题修复,dialog 的适配做了调整,日历卡片调整了 demo (#3038 )
21
+ - fix(watermark): 小程序图片高度未撑开 (#3040 )
22
+ - fix(collapse): 去掉 demo 顶部留白 (#3041 )
23
+ - fix: textarea 鸿蒙适配 (#3037 )
24
+
1
25
# v3.0.0
2
26
3
27
` 2025-02-28 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nutui/nutui-react-taro" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
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 @@ -439,7 +439,6 @@ export type NutCSSVariables =
439
439
| 'nutuiStepsDotIconHeight'
440
440
| 'nutuiStepsDotIconBorder'
441
441
| 'nutuiStepsDotHeadMargin'
442
- | 'nutuiDialogZIndex'
443
442
| 'nutuiDialogMinWidth'
444
443
| 'nutuiDialogWidth'
445
444
| 'nutuiDialogPadding'
@@ -753,17 +752,6 @@ export type NutCSSVariables =
753
752
| 'nutuiSidebarActiveColor'
754
753
| 'nutuiSidebarItemBackground'
755
754
| 'nutuiSidebarItemPadding'
756
- | 'nutuiSidenavbarContentBgColor'
757
- | 'nutuiSidenavbarItemHeight'
758
- | 'nutuiSidenavbarTitlePadding'
759
- | 'nutuiSidenavbarTitleBackground'
760
- | 'nutuiSidenavbarTitleColor'
761
- | 'nutuiSidenavbarSubTitlePadding'
762
- | 'nutuiSidenavbarSubTitleBackground'
763
- | 'nutuiSidenavbarSubTitleColor'
764
- | 'nutuiSidenavbarSubItemColor'
765
- | 'nutuiSidenavbarSubItemPadding'
766
- | 'nutuiSidenavbarSubListBackground'
767
755
| 'nutuiElevatorListBgColor'
768
756
| 'nutuiElevatorListFontSize'
769
757
| 'nutuiElevatorListColor'
You can’t perform that action at this time.
0 commit comments