File tree 4 files changed +19
-1
lines changed
4 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v3.0.3
2
+
3
+ ` 2025-03-07 `
4
+
5
+ - refactor(pagination): 组件重构, hooks 实现数据抽象 (#2988 )
6
+ - refactor(cascader): 组件重构,修订 lazy 属性的定义 (#3007 )
7
+ - fix(countdown): 秒位补 0 展示 (#3072 )
8
+ - fix(popup): 修复 popup 示例问题 (#3075 )
9
+ - fix(calendarcard): 修复日历卡片在 JD 小程序下的示例 (#3074 )
10
+ - fix(inputnumber): 组件重构, 增加 beforeChange,调整异步触发逻辑 (#3006 )
11
+ - chore: 类型文件中增加 jsdoc (#3073 )
12
+ - chore: 类型规范化 (#3034 )
13
+ - docs: 增加组件相关Issues和更新日志的展示 (#3027 )
14
+ - docs: 修复快速上手中的按需加载配置 (#3071 )
15
+ - docs: 更新迁移文档 (#3077 )
16
+
1
17
# v3.0.2
2
18
3
19
` 2025-03-07 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nutui/nutui-react-taro" ,
3
- "version" : " 3.0.3-beta.0 " ,
3
+ "version" : " 3.0.3" ,
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 @@ -113,6 +113,7 @@ async function buildES(p) {
113
113
'@/utils' : [ 'src/utils' ] ,
114
114
'@/hooks/*' : [ 'src/hooks/*' ] ,
115
115
'@/types/*' : [ 'src/types/*' ] ,
116
+ '@/types' : [ 'src/types' ] ,
116
117
'@/locales/*' : [ 'src/locales/*' ] ,
117
118
} ,
118
119
externalHelpers : true ,
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ async function buildES(p) {
93
93
'@/utils' : [ 'src/utils' ] ,
94
94
'@/hooks/*' : [ 'src/hooks/*' ] ,
95
95
'@/types/*' : [ 'src/types/*' ] ,
96
+ '@/types' : [ 'src/types' ] ,
96
97
'@/locales/*' : [ 'src/locales/*' ] ,
97
98
} ,
98
99
externalHelpers : true ,
You can’t perform that action at this time.
0 commit comments