File tree 3 files changed +18
-3
lines changed
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change
1
+ # v2.6.18
2
+
3
+ ` 2024-09-06 `
4
+
5
+ - 🏡 chore: remove deprecated (#2573 )
6
+ - 🏡 chore(deps): update dependency marked to v14 (#2532 )
7
+ - :sparkles : feat: demos for popup & dialog (#2574 )
8
+ - :sparkles : feat: beforeupload (#2567 )
9
+ - :bug : fix: remove icons defaultprops (#2571 )
10
+ - :bug : fix(input): type props didnot work when equals number|digit (#2563 )
11
+ - :bug : fix: dialog
12
+ - :bug : fix(sticky): should rerender when zIndex changes (#2572 )
13
+ - :bug : fix(sticky): rerender sticky when threshold change (#2564 )
14
+ - :bug : fix(deps): update dependency jscodeshift to v17 (#2534 )
15
+
1
16
# v2.6.17
2
17
3
18
` 2024-08-30 `
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @nutui/nutui-react" ,
3
- "version" : " 2.6.17 " ,
2
+ "name" : " @nutui/nutui-react-taro " ,
3
+ "version" : " 2.6.18 " ,
4
4
"style" : " dist/style.css" ,
5
5
"main" : " dist/nutui.react.umd.js" ,
6
6
"module" : " dist/esm/nutui-react.es.js" ,
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ shell.exec(
51
51
perf : '* zap: ' ,
52
52
refactor : '* 🪵 ' ,
53
53
revert : '* 🚦 ' ,
54
- style : ':art: ' ,
54
+ style : '* :art: ' ,
55
55
test : '* 💡 ' ,
56
56
others : '* 🔔 ' ,
57
57
}
You can’t perform that action at this time.
0 commit comments