Skip to content

Commit 6d3e8a3

Browse files
author
Clauderic Demers
committed
2.1.6
1 parent 0f80d59 commit 6d3e8a3

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.1.6
4+
5+
Revert inner wrapper position to `relative`. Using `position: absolute` on the inner wrapper causes scrolling issues in Safari.
6+
37
### 2.1.5
48

59
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)

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