Skip to content

Releases: je0ngyun/react-use-pagination-hook

2.1.1 (2023-11-27)

27 Nov 04:44
Compare
Choose a tag to compare

Separated package.json and removed unnecessary dependencies. (bbb4f62)

2.1.0 (2023-11-06)

06 Nov 09:14
Compare
Choose a tag to compare

When considering pagination, it is common to closely integrate it with search parameters. However, I believe that there may have been many inconveniences when integrating search parameters with the current functionality alone. For this reason, I have added a feature to make it even easier to integrate with search parameters.

You may find more details in the readme!
https://github.com/je0ngyun/react-use-pagination-hook#with-searchparams

2.0.0 (2023-03-02)

02 Mar 14:30
Compare
Choose a tag to compare

Style

  • Change the naming of the hook return value that indicates the current page list to camel case (pagelist -> pageList) #12

v1.1.2

25 Dec 14:42
Compare
Choose a tag to compare

1.1.2 (2022-12-25)

Feature

  • Add type export to import type of object returned by usePagination hook (d8923a4)

v1.0.2

17 Oct 12:12
Compare
Choose a tag to compare

1.0.2 (2022-10-16)

Test

Docs

  • Update README (add badge)

v1.0.1

15 Oct 06:32
Compare
Choose a tag to compare

1.0.1 (2022-10-15)

Bug Fixes

  • Fix the bug where currentPage state of the hook does not change when props are changed (31940c8)
  • Throw Error when a value that is not in the page list is entered as an argument of setPage method (7065178)