You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix itemSizeGetter bug when `scrollToIndex` is defined [#40](https://github.com/clauderic/react-tiny-virtual-list/issues/40), [#56](https://github.com/clauderic/react-tiny-virtual-list/pull/56)
6
+
7
+
### 2.1.4
8
+
4
9
Fix misuse of second argument of `componentDidUpdate` as `nextState` (the actual argument is `prevState`) [#27](https://github.com/clauderic/react-tiny-virtual-list/pull/27). Thanks [@gabrielecirulli](https://github.com/gabrielecirulli)!
5
10
6
11
### 2.1.3
12
+
7
13
Include TypeScript type definitions in npm package [#26](https://github.com/clauderic/react-tiny-virtual-list/issues/26)
8
14
9
15
### 2.1.2
16
+
10
17
Fixed build script for es modules build [#22](https://github.com/clauderic/react-tiny-virtual-list/issues/22)
11
18
12
19
### 2.1.1
20
+
13
21
Renamed `onRowsRendered` prop to `onItemsRendered`.
14
22
15
23
### 2.1.0
24
+
16
25
- Added `scrollToAlignment="auto"` option, which scrolls the least amount possible to ensure that the specified `scrollToIndex` item is fully visible [#19](https://github.com/clauderic/react-tiny-virtual-list/issues/19)
17
26
- Added `onRowsRendered` prop that is invoked with information about the slice of rows that were just rendered [#14](https://github.com/clauderic/react-tiny-virtual-list/issues/13)
18
27
- Converted project to TypeScript and added `types` entry to `package.json`
19
28
20
29
### 2.0.6
30
+
21
31
Fix PropType definitions for `width` and `height` props ([#13](https://github.com/clauderic/react-tiny-virtual-list/issues/13))
22
32
23
33
### 2.0.5
34
+
24
35
Fixes slow wheel scrolling / scroll-interruption issues with browsers such as Firefox (see [#7](https://github.com/clauderic/react-tiny-virtual-list/pull/7)). Thanks for the contribution [Magnitus-](https://github.com/Magnitus-)!
25
36
26
37
### 2.0.4
38
+
27
39
Use `prop-types` package for PropType validation for compatibility with React ^15.5
28
40
29
41
### 2.0.3
42
+
30
43
Fixes a bug introduced in `2.0.2` where `nextProps.estimatedItemSize` wasn't being passed down properly in `componentWillReceiveProps`
31
44
32
45
### 2.0.2
46
+
33
47
Added support for dynamic property updates to `itemCount` and `estimatedItemSize`[#3](https://github.com/clauderic/react-tiny-virtual-list/issues/3)
34
48
35
49
### 2.0.1
50
+
36
51
Fix certain unhandled scenarios in `componentWillReceiveProps`
37
52
38
53
### 2.0.0
54
+
39
55
Added support for horizontal lists via the `scrollDirection` prop
0 commit comments