File tree 6 files changed +17
-5
lines changed
6 files changed +17
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.0.21] ( https://github.com/js-tool-pack/react-ui/compare/v0.0.20...v0.0.21 ) (2024-03-25)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** components/virtual-list:** 虚拟列表不定高度时从当 children 数量从多到少时会不显示元素 ([ 88e1b01] ( https://github.com/js-tool-pack/react-ui/commit/88e1b01d81499d19224b997e60739ee1ca02b605 ) )
6
+
7
+ ### Features
8
+
9
+ - ** components/loading:** 国际化 ([ b94a830] ( https://github.com/js-tool-pack/react-ui/commit/b94a8308a70718d7d874576fb94d10bbb60a69f3 ) )
10
+ - ** shared/hooks:** useOldValue ([ 38f0c6d] ( https://github.com/js-tool-pack/react-ui/commit/38f0c6ddf0d6d84049db461411a751ad004d3b74 ) )
11
+ - ** shared/hooks:** useOnline ([ 4fe7e00] ( https://github.com/js-tool-pack/react-ui/commit/4fe7e00ccb142635b07b3039fe4ae8b77cdbb619 ) )
12
+
1
13
## [ 0.0.20] ( https://github.com/js-tool-pack/react-ui/compare/v0.0.20-beta.2...v0.0.20 ) (2024-02-19)
2
14
3
15
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tool-pack/react-ui-monorepo" ,
3
- "version" : " 0.0.20 " ,
3
+ "version" : " 0.0.21 " ,
4
4
"private" : true ,
5
5
"packageManager" : " pnpm@7.1.0" ,
6
6
"workspaces" : [
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.20 " ,
2
+ "version" : " 0.0.21 " ,
3
3
"types" : " dist/index.d.ts" ,
4
4
"main" : " dist/index.js" ,
5
5
"private" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.20 " ,
2
+ "version" : " 0.0.21 " ,
3
3
"types" : " dist/index.d.ts" ,
4
4
"main" : " dist/index.js" ,
5
5
"private" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tool-pack/react-ui" ,
3
- "version" : " 0.0.20 " ,
3
+ "version" : " 0.0.21 " ,
4
4
"sideEffects" : false ,
5
5
"scripts" : {
6
6
"rm:dist" : " rimraf ./dist" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.20 " ,
2
+ "version" : " 0.0.21 " ,
3
3
"types" : " dist/index.d.ts" ,
4
4
"main" : " dist/index.js" ,
5
5
"private" : true ,
You can’t perform that action at this time.
0 commit comments