From 47f918f02497f6e8777903516b8dc948d2590457 Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:41:01 +0900 Subject: [PATCH] 0.10.0 --- docs/API.md | 12 +++++----- docs/interfaces/CacheSnapshot.md | 2 +- docs/interfaces/CustomCellComponentProps.md | 4 ++-- docs/interfaces/CustomItemComponentProps.md | 4 ++-- .../CustomViewportComponentProps.md | 10 ++++---- docs/interfaces/VGridHandle.md | 12 +++++----- docs/interfaces/VGridProps.md | 20 ++++++++-------- docs/interfaces/VListHandle.md | 14 +++++------ docs/interfaces/VListProps.md | 24 +++++++++---------- docs/interfaces/WVListHandle.md | 2 +- docs/interfaces/WVListProps.md | 18 +++++++------- package-lock.json | 4 ++-- package.json | 2 +- 13 files changed, 64 insertions(+), 64 deletions(-) diff --git a/docs/API.md b/docs/API.md index 21caea38a..673d0f335 100644 --- a/docs/API.md +++ b/docs/API.md @@ -109,7 +109,7 @@ Alignment of item when calling scrollToIndex method. #### Defined in -[src/core/types.ts:25](https://github.com/inokawa/virtua/blob/b903f418/src/core/types.ts#L25) +[src/core/types.ts:25](https://github.com/inokawa/virtua/blob/d011b3fe/src/core/types.ts#L25) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/react/VList.tsx:38](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L38) +[src/react/VList.tsx:38](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L38) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/react/VGrid.tsx:45](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L45) +[src/react/VGrid.tsx:45](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L45) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/react/Viewport.tsx:9](https://github.com/inokawa/virtua/blob/b903f418/src/react/Viewport.tsx#L9) +[src/react/Viewport.tsx:9](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/Viewport.tsx#L9) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/react/Viewport.tsx:63](https://github.com/inokawa/virtua/blob/b903f418/src/react/Viewport.tsx#L63) +[src/react/Viewport.tsx:63](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/Viewport.tsx#L63) ___ @@ -159,4 +159,4 @@ ___ #### Defined in -[src/react/ListItem.tsx:23](https://github.com/inokawa/virtua/blob/b903f418/src/react/ListItem.tsx#L23) +[src/react/ListItem.tsx:23](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/ListItem.tsx#L23) diff --git a/docs/interfaces/CacheSnapshot.md b/docs/interfaces/CacheSnapshot.md index 305885f04..8a0a67cb1 100644 --- a/docs/interfaces/CacheSnapshot.md +++ b/docs/interfaces/CacheSnapshot.md @@ -18,4 +18,4 @@ Serializable cache snapshot. #### Defined in -[src/core/types.ts:16](https://github.com/inokawa/virtua/blob/b903f418/src/core/types.ts#L16) +[src/core/types.ts:16](https://github.com/inokawa/virtua/blob/d011b3fe/src/core/types.ts#L16) diff --git a/docs/interfaces/CustomCellComponentProps.md b/docs/interfaces/CustomCellComponentProps.md index be13b598b..7f6c513d2 100644 --- a/docs/interfaces/CustomCellComponentProps.md +++ b/docs/interfaces/CustomCellComponentProps.md @@ -17,7 +17,7 @@ Props of customized cell component for [VGrid](../API.md#vgrid). #### Defined in -[src/react/VGrid.tsx:41](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L41) +[src/react/VGrid.tsx:41](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L41) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[src/react/VGrid.tsx:42](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L42) +[src/react/VGrid.tsx:42](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L42) diff --git a/docs/interfaces/CustomItemComponentProps.md b/docs/interfaces/CustomItemComponentProps.md index 30d30b2a3..f447b5682 100644 --- a/docs/interfaces/CustomItemComponentProps.md +++ b/docs/interfaces/CustomItemComponentProps.md @@ -17,7 +17,7 @@ Props of customized item component for [VList](../API.md#vlist). #### Defined in -[src/react/ListItem.tsx:19](https://github.com/inokawa/virtua/blob/b903f418/src/react/ListItem.tsx#L19) +[src/react/ListItem.tsx:19](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/ListItem.tsx#L19) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[src/react/ListItem.tsx:20](https://github.com/inokawa/virtua/blob/b903f418/src/react/ListItem.tsx#L20) +[src/react/ListItem.tsx:20](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/ListItem.tsx#L20) diff --git a/docs/interfaces/CustomViewportComponentProps.md b/docs/interfaces/CustomViewportComponentProps.md index 63f0e6fa8..ab138244d 100644 --- a/docs/interfaces/CustomViewportComponentProps.md +++ b/docs/interfaces/CustomViewportComponentProps.md @@ -22,7 +22,7 @@ Renderable item elements. #### Defined in -[src/react/Viewport.tsx:22](https://github.com/inokawa/virtua/blob/b903f418/src/react/Viewport.tsx#L22) +[src/react/Viewport.tsx:22](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/Viewport.tsx#L22) ___ @@ -34,7 +34,7 @@ Attributes that should be passed to the scrollable element. #### Defined in -[src/react/Viewport.tsx:26](https://github.com/inokawa/virtua/blob/b903f418/src/react/Viewport.tsx#L26) +[src/react/Viewport.tsx:26](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/Viewport.tsx#L26) ___ @@ -46,7 +46,7 @@ Total height of items. It's undefined if component is not vertically scrollable. #### Defined in -[src/react/Viewport.tsx:30](https://github.com/inokawa/virtua/blob/b903f418/src/react/Viewport.tsx#L30) +[src/react/Viewport.tsx:30](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/Viewport.tsx#L30) ___ @@ -58,7 +58,7 @@ Total width of items. It's undefined if component is not horizontally scrollable #### Defined in -[src/react/Viewport.tsx:34](https://github.com/inokawa/virtua/blob/b903f418/src/react/Viewport.tsx#L34) +[src/react/Viewport.tsx:34](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/Viewport.tsx#L34) ___ @@ -70,4 +70,4 @@ Currently component is scrolling or not. #### Defined in -[src/react/Viewport.tsx:38](https://github.com/inokawa/virtua/blob/b903f418/src/react/Viewport.tsx#L38) +[src/react/Viewport.tsx:38](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/Viewport.tsx#L38) diff --git a/docs/interfaces/VGridHandle.md b/docs/interfaces/VGridHandle.md index 2444e07cb..20a7eb1c3 100644 --- a/docs/interfaces/VGridHandle.md +++ b/docs/interfaces/VGridHandle.md @@ -37,7 +37,7 @@ Scroll to the item specified by index. #### Defined in -[src/react/VGrid.tsx:165](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L165) +[src/react/VGrid.tsx:165](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L165) ___ @@ -60,7 +60,7 @@ Scroll to the given offset. #### Defined in -[src/react/VGrid.tsx:171](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L171) +[src/react/VGrid.tsx:171](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L171) ___ @@ -83,7 +83,7 @@ Scroll by the given offset. #### Defined in -[src/react/VGrid.tsx:177](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L177) +[src/react/VGrid.tsx:177](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L177) ## Properties @@ -95,7 +95,7 @@ Get current scrollTop or scrollLeft. #### Defined in -[src/react/VGrid.tsx:151](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L151) +[src/react/VGrid.tsx:151](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L151) ___ @@ -107,7 +107,7 @@ Get current scrollHeight or scrollWidth. #### Defined in -[src/react/VGrid.tsx:155](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L155) +[src/react/VGrid.tsx:155](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L155) ___ @@ -119,4 +119,4 @@ Get current offsetHeight or offsetWidth. #### Defined in -[src/react/VGrid.tsx:159](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L159) +[src/react/VGrid.tsx:159](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L159) diff --git a/docs/interfaces/VGridProps.md b/docs/interfaces/VGridProps.md index ddde82ce9..867e11289 100644 --- a/docs/interfaces/VGridProps.md +++ b/docs/interfaces/VGridProps.md @@ -107,7 +107,7 @@ A function to create elements rendered by this component. #### Defined in -[src/react/VGrid.tsx:187](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L187) +[src/react/VGrid.tsx:187](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L187) ___ @@ -119,7 +119,7 @@ Total row length of grid. #### Defined in -[src/react/VGrid.tsx:200](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L200) +[src/react/VGrid.tsx:200](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L200) ___ @@ -131,7 +131,7 @@ Total column length of grid. #### Defined in -[src/react/VGrid.tsx:204](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L204) +[src/react/VGrid.tsx:204](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L204) ___ @@ -147,7 +147,7 @@ Cell height hint for unmeasured items. It's recommended to specify this prop if #### Defined in -[src/react/VGrid.tsx:209](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L209) +[src/react/VGrid.tsx:209](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L209) ___ @@ -163,7 +163,7 @@ Cell width hint for unmeasured items. It's recommended to specify this prop if i #### Defined in -[src/react/VGrid.tsx:214](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L214) +[src/react/VGrid.tsx:214](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L214) ___ @@ -179,7 +179,7 @@ Number of items to render above/below the visible bounds of the grid. You can in #### Defined in -[src/react/VGrid.tsx:219](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L219) +[src/react/VGrid.tsx:219](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L219) ___ @@ -191,7 +191,7 @@ If set, the specified amount of rows will be mounted in the initial rendering re #### Defined in -[src/react/VGrid.tsx:223](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L223) +[src/react/VGrid.tsx:223](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L223) ___ @@ -203,7 +203,7 @@ If set, the specified amount of cols will be mounted in the initial rendering re #### Defined in -[src/react/VGrid.tsx:227](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L227) +[src/react/VGrid.tsx:227](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L227) ___ @@ -215,7 +215,7 @@ You have to set true if you use this component under `direction: rtl` style. #### Defined in -[src/react/VGrid.tsx:231](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L231) +[src/react/VGrid.tsx:231](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L231) ___ @@ -234,7 +234,7 @@ Customized components for advanced usage. #### Defined in -[src/react/VGrid.tsx:235](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L235) +[src/react/VGrid.tsx:235](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L235) ___ diff --git a/docs/interfaces/VListHandle.md b/docs/interfaces/VListHandle.md index e8ec4a9d0..63dae7bc2 100644 --- a/docs/interfaces/VListHandle.md +++ b/docs/interfaces/VListHandle.md @@ -38,7 +38,7 @@ Scroll to the item specified by index. #### Defined in -[src/react/VList.tsx:69](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L69) +[src/react/VList.tsx:69](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L69) ___ @@ -60,7 +60,7 @@ Scroll to the given offset. #### Defined in -[src/react/VList.tsx:74](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L74) +[src/react/VList.tsx:74](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L74) ___ @@ -82,7 +82,7 @@ Scroll by the given offset. #### Defined in -[src/react/VList.tsx:79](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L79) +[src/react/VList.tsx:79](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L79) ## Properties @@ -94,7 +94,7 @@ Get current [CacheSnapshot](CacheSnapshot.md). #### Defined in -[src/react/VList.tsx:51](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L51) +[src/react/VList.tsx:51](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L51) ___ @@ -106,7 +106,7 @@ Get current scrollTop or scrollLeft. #### Defined in -[src/react/VList.tsx:55](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L55) +[src/react/VList.tsx:55](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L55) ___ @@ -118,7 +118,7 @@ Get current scrollHeight or scrollWidth. #### Defined in -[src/react/VList.tsx:59](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L59) +[src/react/VList.tsx:59](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L59) ___ @@ -130,4 +130,4 @@ Get current offsetHeight or offsetWidth. #### Defined in -[src/react/VList.tsx:63](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L63) +[src/react/VList.tsx:63](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L63) diff --git a/docs/interfaces/VListProps.md b/docs/interfaces/VListProps.md index 193cc518c..e451545db 100644 --- a/docs/interfaces/VListProps.md +++ b/docs/interfaces/VListProps.md @@ -93,7 +93,7 @@ Elements rendered by this component. #### Defined in -[src/react/VList.tsx:89](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L89) +[src/react/VList.tsx:89](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L89) ___ @@ -109,7 +109,7 @@ Number of items to render above/below the visible bounds of the list. You can in #### Defined in -[src/react/VList.tsx:94](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L94) +[src/react/VList.tsx:94](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L94) ___ @@ -124,7 +124,7 @@ Item size hint for unmeasured items. It will help to reduce scroll jump when ite #### Defined in -[src/react/VList.tsx:101](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L101) +[src/react/VList.tsx:101](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L101) ___ @@ -136,7 +136,7 @@ If set, the specified amount of items will be mounted in the initial rendering r #### Defined in -[src/react/VList.tsx:105](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L105) +[src/react/VList.tsx:105](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L105) ___ @@ -148,7 +148,7 @@ While true is set, scroll position will be maintained from the end not usual sta #### Defined in -[src/react/VList.tsx:109](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L109) +[src/react/VList.tsx:109](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L109) ___ @@ -160,7 +160,7 @@ If true, rendered as a horizontally scrollable list. Otherwise rendered as a ver #### Defined in -[src/react/VList.tsx:113](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L113) +[src/react/VList.tsx:113](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L113) ___ @@ -175,7 +175,7 @@ Scroll modes that should be set in certain situations. #### Defined in -[src/react/VList.tsx:120](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L120) +[src/react/VList.tsx:120](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L120) ___ @@ -187,7 +187,7 @@ You can restore cache by passing a [CacheSnapshot](CacheSnapshot.md) on mount. T #### Defined in -[src/react/VList.tsx:124](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L124) +[src/react/VList.tsx:124](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L124) ___ @@ -206,7 +206,7 @@ Customized components for advanced usage. #### Defined in -[src/react/VList.tsx:128](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L128) +[src/react/VList.tsx:128](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L128) ___ @@ -232,7 +232,7 @@ Callback invoked whenever scroll offset changes. #### Defined in -[src/react/VList.tsx:144](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L144) +[src/react/VList.tsx:144](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L144) ___ @@ -252,7 +252,7 @@ Callback invoked when scrolling stops. #### Defined in -[src/react/VList.tsx:148](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L148) +[src/react/VList.tsx:148](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L148) ___ @@ -279,7 +279,7 @@ Callback invoked when visible items range changes. #### Defined in -[src/react/VList.tsx:152](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L152) +[src/react/VList.tsx:152](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L152) ___ diff --git a/docs/interfaces/WVListHandle.md b/docs/interfaces/WVListHandle.md index 6c7826b07..3eb516312 100644 --- a/docs/interfaces/WVListHandle.md +++ b/docs/interfaces/WVListHandle.md @@ -18,4 +18,4 @@ Get current [CacheSnapshot](CacheSnapshot.md). #### Defined in -[src/react/WVList.tsx:47](https://github.com/inokawa/virtua/blob/b903f418/src/react/WVList.tsx#L47) +[src/react/WVList.tsx:47](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L47) diff --git a/docs/interfaces/WVListProps.md b/docs/interfaces/WVListProps.md index 4fd2e3abf..9e0cfa2f7 100644 --- a/docs/interfaces/WVListProps.md +++ b/docs/interfaces/WVListProps.md @@ -90,7 +90,7 @@ Elements rendered by this component. #### Defined in -[src/react/WVList.tsx:57](https://github.com/inokawa/virtua/blob/b903f418/src/react/WVList.tsx#L57) +[src/react/WVList.tsx:57](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L57) ___ @@ -106,7 +106,7 @@ Number of items to render above/below the visible bounds of the list. You can in #### Defined in -[src/react/WVList.tsx:62](https://github.com/inokawa/virtua/blob/b903f418/src/react/WVList.tsx#L62) +[src/react/WVList.tsx:62](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L62) ___ @@ -121,7 +121,7 @@ Item size hint for unmeasured items. It will help to reduce scroll jump when ite #### Defined in -[src/react/WVList.tsx:69](https://github.com/inokawa/virtua/blob/b903f418/src/react/WVList.tsx#L69) +[src/react/WVList.tsx:69](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L69) ___ @@ -133,7 +133,7 @@ If set, the specified amount of items will be mounted in the initial rendering r #### Defined in -[src/react/WVList.tsx:73](https://github.com/inokawa/virtua/blob/b903f418/src/react/WVList.tsx#L73) +[src/react/WVList.tsx:73](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L73) ___ @@ -145,7 +145,7 @@ If true, rendered as a horizontally scrollable list. Otherwise rendered as a ver #### Defined in -[src/react/WVList.tsx:77](https://github.com/inokawa/virtua/blob/b903f418/src/react/WVList.tsx#L77) +[src/react/WVList.tsx:77](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L77) ___ @@ -157,7 +157,7 @@ You can restore cache by passing a [CacheSnapshot](CacheSnapshot.md) on mount. T #### Defined in -[src/react/WVList.tsx:81](https://github.com/inokawa/virtua/blob/b903f418/src/react/WVList.tsx#L81) +[src/react/WVList.tsx:81](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L81) ___ @@ -176,7 +176,7 @@ Customized components for advanced usage. #### Defined in -[src/react/WVList.tsx:85](https://github.com/inokawa/virtua/blob/b903f418/src/react/WVList.tsx#L85) +[src/react/WVList.tsx:85](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L85) ___ @@ -196,7 +196,7 @@ Callback invoked when scrolling stops. #### Defined in -[src/react/WVList.tsx:100](https://github.com/inokawa/virtua/blob/b903f418/src/react/WVList.tsx#L100) +[src/react/WVList.tsx:100](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L100) ___ @@ -223,7 +223,7 @@ Callback invoked when visible items range changes. #### Defined in -[src/react/WVList.tsx:104](https://github.com/inokawa/virtua/blob/b903f418/src/react/WVList.tsx#L104) +[src/react/WVList.tsx:104](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L104) ___ diff --git a/package-lock.json b/package-lock.json index 554cbfdf6..9118e1a4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "virtua", - "version": "0.9.1", + "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "virtua", - "version": "0.9.1", + "version": "0.10.0", "license": "MIT", "devDependencies": { "@babel/plugin-transform-react-pure-annotations": "7.22.5", diff --git a/package.json b/package.json index be73fc6d5..b5cc432a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "virtua", - "version": "0.9.1", + "version": "0.10.0", "description": "A zero-config, fast and small (~3kB) virtual list and grid component for React.", "main": "lib/index.js", "module": "lib/index.mjs",