Releases: aboutbits/react-pagination
Releases · aboutbits/react-pagination
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
3.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
Release v3.0.9
New/Improved
- Dependency updates