Releases: aboutbits/react-pagination
Releases · aboutbits/react-pagination
Release list
v3.3.0
npm install @aboutbits/react-pagination@^3.3.0What's Changed
- eslint 9 by @lukasvice in #32
- Bump React to v19 by @Peter080202 in #33
New Contributors
- @Peter080202 made their first contribution in #33
Full Changelog: v3.2.0...v3.3.0
v3.2.0
npm install @aboutbits/react-pagination@^3.2.0What's Changed
- remove not-stringifyable params from query (e.g. null) (#26) by @lukasvice in #31
Full Changelog: v3.1.3...v3.2.0
v3.1.3
Release v3.1.3-beta.1
3.1.3-beta.1
Release v3.1.3-beta.0
Release v3.1.2
Release v3.1.1
What's Changed
- Make
useQueryhandle array parameters correctly
Before, the array values were concatenated (k=A,B). Now, they are passed to the router as array (nextRouter,inMemory), or to the URL correctly ask=A&k=B(reactRouter).
Full Changelog: v3.0.12...v3.1.1
Release v3.0.12
Notes
- Rollback to original package structure, so that imports do not break.
Full Changelog: v3.0.12...v3.0.12
Release v3.0.11
Fixes
- Fixes wrong module packaging
Release v3.0.10
Fixes
- Fixes wrong module packaging