Skip to content

Commit 4d38121

Browse files
committed
chore(release): v3.0.1
1 parent 2690af4 commit 4d38121

File tree

3 files changed

+25
-13
lines changed

3 files changed

+25
-13
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
# v3.0.0
226

327
`2025-02-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.0",
3+
"version": "3.0.1",
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

-12
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ export type NutCSSVariables =
439439
| 'nutuiStepsDotIconHeight'
440440
| 'nutuiStepsDotIconBorder'
441441
| 'nutuiStepsDotHeadMargin'
442-
| 'nutuiDialogZIndex'
443442
| 'nutuiDialogMinWidth'
444443
| 'nutuiDialogWidth'
445444
| 'nutuiDialogPadding'
@@ -753,17 +752,6 @@ export type NutCSSVariables =
753752
| 'nutuiSidebarActiveColor'
754753
| 'nutuiSidebarItemBackground'
755754
| 'nutuiSidebarItemPadding'
756-
| 'nutuiSidenavbarContentBgColor'
757-
| 'nutuiSidenavbarItemHeight'
758-
| 'nutuiSidenavbarTitlePadding'
759-
| 'nutuiSidenavbarTitleBackground'
760-
| 'nutuiSidenavbarTitleColor'
761-
| 'nutuiSidenavbarSubTitlePadding'
762-
| 'nutuiSidenavbarSubTitleBackground'
763-
| 'nutuiSidenavbarSubTitleColor'
764-
| 'nutuiSidenavbarSubItemColor'
765-
| 'nutuiSidenavbarSubItemPadding'
766-
| 'nutuiSidenavbarSubListBackground'
767755
| 'nutuiElevatorListBgColor'
768756
| 'nutuiElevatorListFontSize'
769757
| 'nutuiElevatorListColor'

0 commit comments

Comments
 (0)