File tree 3 files changed +23
-2
lines changed
src/packages/configprovider
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
- # v3.0.3
1
+ # v3.0.5
2
+
3
+ ` 2025-03-21 `
4
+
5
+ - feat(pickerview): 小程序支持自定义列表行高 (#3102 )
6
+ - feat: 优化了一下文档样式,更紧凑清晰 (#3105 )
7
+ - fix(ImagePreview): 优化代码,fix 因为popup最大宽度导致的问题 (#2939 )
8
+ - fix(badge): 解决中文偏上问题 (#3111 )
9
+ - fix(swipe): 调整 demo 中字体为 12 (#3093 )
10
+ - fix: correct import paths (#3089 )
11
+ - fix: 开发环境中导出 types 下的类型 (#3090 )
12
+ - fix(inputnumber): value 大于 max 图标应处于禁用态 (#3107 )
13
+ - fix(resultpage): 引入button样式 (#3103 )
14
+ - fix(SearchBar): demo 样式变量修订 (#3101 )
15
+ - fix: adjust site style (#3096 )
16
+ - refactor(fixednav): support harmony (#3095 )
17
+ - docs: 补充web 设置 px 转 rem时的文档 (#3098 )
18
+ - feat(pickerview): 选中值增加class类名用于自定义样式 (#3097 )
19
+ - test(uploader): optimize async test cases stability (#3104 )
20
+
21
+ # v3.0.4
2
22
3
23
` 2025-03-07 `
4
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nutui/nutui-react-taro" ,
3
- "version" : " 3.0.4 " ,
3
+ "version" : " 3.0.5 " ,
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 @@ -50,6 +50,7 @@ export type NutCSSVariables =
50
50
| 'nutuiColorTextDisabled'
51
51
| 'nutuiColorTextDark'
52
52
| 'nutuiColorTextLink'
53
+ | 'nutuiFontSizeXxxs'
53
54
| 'nutuiFontSizeXxs'
54
55
| 'nutuiFontSizeXs'
55
56
| 'nutuiFontSizeS'
You can’t perform that action at this time.
0 commit comments