Skip to content

Commit 778f989

Browse files
committed
0.39.0
1 parent d38b455 commit 778f989

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+301
-277
lines changed

docs/react/functions/VList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Virtualized list component. See [VListProps](../interfaces/VListProps.md) and [V
2020

2121
## Defined in
2222

23-
[src/react/VList.tsx:43](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/VList.tsx#L43)
23+
[src/react/VList.tsx:43](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/VList.tsx#L43)

docs/react/functions/Virtualizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Customizable list virtualizer for advanced usage. See [VirtualizerProps](../inte
2020

2121
## Defined in
2222

23-
[src/react/Virtualizer.tsx:171](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/Virtualizer.tsx#L171)
23+
[src/react/Virtualizer.tsx:171](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/Virtualizer.tsx#L171)

docs/react/functions/WindowVirtualizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
## Defined in
2222

23-
[src/react/WindowVirtualizer.tsx:122](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/WindowVirtualizer.tsx#L122)
23+
[src/react/WindowVirtualizer.tsx:122](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/WindowVirtualizer.tsx#L122)

docs/react/functions/experimental_VGrid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Virtualized grid component. See [VGridProps](../interfaces/VGridProps.md) and [V
2020

2121
## Defined in
2222

23-
[src/react/VGrid.tsx:205](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/VGrid.tsx#L205)
23+
[src/react/VGrid.tsx:205](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/VGrid.tsx#L205)

docs/react/interfaces/CacheSnapshot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Serializable cache snapshot.
1616
1717
#### Defined in
1818

19-
[src/core/types.ts:16](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/core/types.ts#L16)
19+
[src/core/types.ts:16](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/core/types.ts#L16)

docs/react/interfaces/CustomCellComponentProps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Props of customized cell component for [VGrid](../functions/experimental_VGrid.m
1414
1515
#### Defined in
1616

17-
[src/react/VGrid.tsx:35](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/VGrid.tsx#L35)
17+
[src/react/VGrid.tsx:35](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/VGrid.tsx#L35)
1818

1919
***
2020

@@ -24,4 +24,4 @@ Props of customized cell component for [VGrid](../functions/experimental_VGrid.m
2424
2525
#### Defined in
2626

27-
[src/react/VGrid.tsx:36](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/VGrid.tsx#L36)
27+
[src/react/VGrid.tsx:36](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/VGrid.tsx#L36)

docs/react/interfaces/CustomContainerComponentProps.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
#### Defined in
1414

15-
[src/react/types.ts:10](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/types.ts#L10)
15+
[src/react/types.ts:10](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/types.ts#L10)
1616

1717
***
1818

@@ -22,4 +22,16 @@
2222
2323
#### Defined in
2424

25-
[src/react/types.ts:11](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/types.ts#L11)
25+
[src/react/types.ts:11](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/types.ts#L11)
26+
27+
***
28+
29+
### ref?
30+
31+
> `optional` **ref**: `LegacyRef`\<`any`\>
32+
33+
only available after React 19
34+
35+
#### Defined in
36+
37+
[src/react/types.ts:15](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/types.ts#L15)

docs/react/interfaces/CustomItemComponentProps.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Props of customized item component for [Virtualizer](../functions/Virtualizer.md
1414
1515
#### Defined in
1616

17-
[src/react/types.ts:23](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/types.ts#L23)
17+
[src/react/types.ts:25](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/types.ts#L25)
1818

1919
***
2020

@@ -24,7 +24,7 @@ Props of customized item component for [Virtualizer](../functions/Virtualizer.md
2424
2525
#### Defined in
2626

27-
[src/react/types.ts:24](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/types.ts#L24)
27+
[src/react/types.ts:26](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/types.ts#L26)
2828

2929
***
3030

@@ -34,4 +34,16 @@ Props of customized item component for [Virtualizer](../functions/Virtualizer.md
3434
3535
#### Defined in
3636

37-
[src/react/types.ts:25](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/types.ts#L25)
37+
[src/react/types.ts:27](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/types.ts#L27)
38+
39+
***
40+
41+
### ref?
42+
43+
> `optional` **ref**: `LegacyRef`\<`any`\>
44+
45+
only available after React 19
46+
47+
#### Defined in
48+
49+
[src/react/types.ts:31](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/types.ts#L31)

docs/react/interfaces/ScrollToIndexOpts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Alignment of item.
2525

2626
#### Defined in
2727

28-
[src/core/types.ts:32](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/core/types.ts#L32)
28+
[src/core/types.ts:32](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/core/types.ts#L32)
2929

3030
***
3131

@@ -39,7 +39,7 @@ If true, scrolling animates smoothly with [`behavior: smooth` of scrollTo](https
3939

4040
#### Defined in
4141

42-
[src/core/types.ts:38](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/core/types.ts#L38)
42+
[src/core/types.ts:38](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/core/types.ts#L38)
4343

4444
***
4545

@@ -57,4 +57,4 @@ Additional offset from the scrolled position.
5757

5858
#### Defined in
5959

60-
[src/core/types.ts:43](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/core/types.ts#L43)
60+
[src/core/types.ts:43](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/core/types.ts#L43)

docs/react/interfaces/VGridHandle.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ vertical index of item
3434

3535
#### Defined in
3636

37-
[src/react/VGrid.tsx:132](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/VGrid.tsx#L132)
37+
[src/react/VGrid.tsx:132](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/VGrid.tsx#L132)
3838

3939
***
4040

@@ -64,7 +64,7 @@ offset from top
6464

6565
#### Defined in
6666

67-
[src/react/VGrid.tsx:138](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/VGrid.tsx#L138)
67+
[src/react/VGrid.tsx:138](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/VGrid.tsx#L138)
6868

6969
***
7070

@@ -94,7 +94,7 @@ vertical offset from current position
9494

9595
#### Defined in
9696

97-
[src/react/VGrid.tsx:144](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/VGrid.tsx#L144)
97+
[src/react/VGrid.tsx:144](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/VGrid.tsx#L144)
9898

9999
## Properties
100100

@@ -106,7 +106,7 @@ Get current scrollTop.
106106

107107
#### Defined in
108108

109-
[src/react/VGrid.tsx:106](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/VGrid.tsx#L106)
109+
[src/react/VGrid.tsx:106](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/VGrid.tsx#L106)
110110

111111
***
112112

@@ -118,7 +118,7 @@ Get current scrollLeft.
118118

119119
#### Defined in
120120

121-
[src/react/VGrid.tsx:110](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/VGrid.tsx#L110)
121+
[src/react/VGrid.tsx:110](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/VGrid.tsx#L110)
122122

123123
***
124124

@@ -130,7 +130,7 @@ Get current scrollHeight.
130130

131131
#### Defined in
132132

133-
[src/react/VGrid.tsx:114](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/VGrid.tsx#L114)
133+
[src/react/VGrid.tsx:114](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/VGrid.tsx#L114)
134134

135135
***
136136

@@ -142,7 +142,7 @@ Get current scrollWidth.
142142

143143
#### Defined in
144144

145-
[src/react/VGrid.tsx:118](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/VGrid.tsx#L118)
145+
[src/react/VGrid.tsx:118](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/VGrid.tsx#L118)
146146

147147
***
148148

@@ -154,7 +154,7 @@ Get current offsetHeight.
154154

155155
#### Defined in
156156

157-
[src/react/VGrid.tsx:122](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/VGrid.tsx#L122)
157+
[src/react/VGrid.tsx:122](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/VGrid.tsx#L122)
158158

159159
***
160160

@@ -166,4 +166,4 @@ Get current offsetWidth.
166166

167167
#### Defined in
168168

169-
[src/react/VGrid.tsx:126](https://github.com/inokawa/virtua/blob/4a7f66c9788e53f97a695274750013e5dc0e13b9/src/react/VGrid.tsx#L126)
169+
[src/react/VGrid.tsx:126](https://github.com/inokawa/virtua/blob/d38b45573a7cac6e3633108c8eb946f094cdcc02/src/react/VGrid.tsx#L126)

0 commit comments

Comments
 (0)