Releases: je0ngyun/react-use-pagination-hook
Releases · je0ngyun/react-use-pagination-hook
2.1.1 (2023-11-27)
2.1.0 (2023-11-06)
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)
Style
- Change the naming of the hook return value that indicates the current page list to camel case (pagelist -> pageList) #12