Skip to content

Commit 5548cc7

Browse files
author
Clauderic Demers
committed
2.2.0
1 parent cd80df3 commit 5548cc7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### 2.2.0
4+
5+
Added support for `stickyIndices`. Pass an array of indexes (eg. [0, 10, 25, 30]) to the `stickyIndices` prop to make certain items in the list sticky (position: sticky) [#55](https://github.com/clauderic/react-tiny-virtual-list/pull/55)
6+
37
### 2.1.6
48

59
Revert inner wrapper position to `relative`. Using `position: absolute` on the inner wrapper causes scrolling issues in Safari.

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.1.6",
3+
"version": "2.2.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)