From d411def5487aa1449632e3f4754a48766706c349 Mon Sep 17 00:00:00 2001 From: Viki Date: Thu, 29 Aug 2024 16:10:57 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 391b5df4..f4f700da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [1.6.0](https://github.com/sheinsight/react-use/compare/v1.5.0...v1.6.0) (2024-08-29) + + +### Bug Fixes + +* **useInfiniteScroll:** fix `isLoading` & `isLoadDone` state not update expectedly ([3ef21b9](https://github.com/sheinsight/react-use/commit/3ef21b9c5f7f8999ae2dd13e2b74d28e865f245a)) +* **useQuery:** fix `refresh` not controlled by `debounce` and `throttle` options ([701c7d0](https://github.com/sheinsight/react-use/commit/701c7d0f1d4383dedeb23d04e0cf5507131fbff8)) + + +### Features + +* add exports for `package.json` ([df08736](https://github.com/sheinsight/react-use/commit/df0873616db1dcc2165f633c7b2ed89abbeb5efb)) +* add new Hook `useVirtualList` to improve large list render performance, support both vertical and horizontal mode. ([429cc3c](https://github.com/sheinsight/react-use/commit/429cc3cbdb1e77867f3222eb47957fd1c5501e8c)) + + + # [1.5.0](https://github.com/sheinsight/react-use/compare/v1.4.0...v1.5.0) (2024-08-21)