Skip to content

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed
 

‎CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
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
222

323
`2025-03-07`
424

‎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.4",
3+
"version": "3.0.5",
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

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export type NutCSSVariables =
5050
| 'nutuiColorTextDisabled'
5151
| 'nutuiColorTextDark'
5252
| 'nutuiColorTextLink'
53+
| 'nutuiFontSizeXxxs'
5354
| 'nutuiFontSizeXxs'
5455
| 'nutuiFontSizeXs'
5556
| 'nutuiFontSizeS'

0 commit comments

Comments
 (0)
Please sign in to comment.