Skip to content

Commit 3e146cf

Browse files
committed
add changelog, upgrade package name, version, github url
1 parent e4f249a commit 3e146cf

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
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.3.0
4+
5+
Upgrade dependencies and mark `componentWillReceiveProps` as `UNSAFE` so that no react warnings would be logged to console.
6+
37
### 2.2.0
48

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-tiny-virtual-list",
3-
"version": "2.2.0",
2+
"name": "react-tiny-virtual-list-oss",
3+
"version": "2.3.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",
@@ -67,14 +67,14 @@
6767
"email": "me@ced.io"
6868
},
6969
"user": "clauderic",
70-
"homepage": "https://github.com/clauderic/react-tiny-virtual-list",
70+
"homepage": "https://github.com/manvydasu/react-tiny-virtual-list-oss",
7171
"license": "MIT",
7272
"repository": {
7373
"type": "git",
74-
"url": "https://github.com/clauderic/react-tiny-virtual-list.git"
74+
"url": "https://github.com/manvydasu/react-tiny-virtual-list-oss.git"
7575
},
7676
"bugs": {
77-
"url": "https://github.com/clauderic/react-tiny-virtual-list/issues"
77+
"url": "https://github.com/manvydasu/react-tiny-virtual-list-oss/issues"
7878
},
7979
"keywords": [
8080
"react",

0 commit comments

Comments
 (0)