Skip to content

Commit 2efeda4

Browse files
author
Clauderic Demers
committed
2.1.0
1 parent 88af483 commit 2efeda4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Changelog
22
------------
3+
### 2.1.0
4+
- 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)
5+
- 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)
6+
- Converted project to TypeScript and added `types` entry to `package.json`
7+
38
### 2.0.6
49
Fix PropType definitions for `width` and `height` props ([#13](https://github.com/clauderic/react-tiny-virtual-list/issues/13))
510

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tiny-virtual-list",
3-
"version": "2.0.6",
3+
"version": "2.1.0",
44
"description": "A tiny but mighty list virtualization component, with zero dependencies 💪",
55
"main": "build/react-tiny-virtual-list.cjs.js",
66
"module": "build/react-tiny-virtual-list.es.js",

0 commit comments

Comments
 (0)