Skip to content

Commit

Permalink
Merge pull request #25 from wellyshen/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
wellyshen authored May 23, 2021
2 parents 3024953 + 0036ac4 commit 03827f5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-kings-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-swans-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-lamps-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-phones-happen.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# react-cool-virtual

## 0.0.7

### Patch Changes

- [#28](https://github.com/wellyshen/react-cool-virtual/pull/28) [`e55c138`](https://github.com/wellyshen/react-cool-virtual/commit/e55c138be22f67a73c1f76b59217417c5bc13f47) Thanks [@wellyshen](https://github.com/wellyshen)! - Feat(useVirtual): support table

* [#24](https://github.com/wellyshen/react-cool-virtual/pull/24) [`8ff6c76`](https://github.com/wellyshen/react-cool-virtual/commit/8ff6c7697b3e979c43ca8a1070c41afa1ad702d4) Thanks [@wellyshen](https://github.com/wellyshen)! - Refactor(useVirtual): rename the event properties of `onScroll` from `itemStartIndex/itemStopIndex` to `visibleStartIndex/visibleStopIndex`

- [#27](https://github.com/wellyshen/react-cool-virtual/pull/27) [`ccb66c1`](https://github.com/wellyshen/react-cool-virtual/commit/ccb66c13109b3aaf137cc851a4ecdef9f09f2740) Thanks [@wellyshen](https://github.com/wellyshen)! - Fix(types): correct the type of `outerRef` and `innerRef`

* [#26](https://github.com/wellyshen/react-cool-virtual/pull/26) [`b7480d0`](https://github.com/wellyshen/react-cool-virtual/commit/b7480d0c63fee707f2b3ce468716d45bd3fa27de) Thanks [@wellyshen](https://github.com/wellyshen)! - Fix(types): correct the type of `outerRef` and `innerRef`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cool-virtual",
"version": "0.0.6",
"version": "0.0.7",
"description": "A tiny React hook for rendering large datasets like a breeze.",
"license": "MIT",
"homepage": "https://github.com/wellyshen/react-cool-virtual#readme",
Expand Down

0 comments on commit 03827f5

Please sign in to comment.