Skip to content

Releases: aboutbits/react-pagination

v3.2.0

26 Nov 09:03

Choose a tag to compare

npm install @aboutbits/react-pagination@^3.2.0

What'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

20 Nov 14:32

Choose a tag to compare

npm install @aboutbits/react-pagination@^3.1.3

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.1.3

Release v3.1.3-beta.1

25 Aug 12:18
e6188cd

Choose a tag to compare

Release v3.1.3-beta.1 Pre-release
Pre-release
3.1.3-beta.1

Release v3.1.3-beta.0

29 Jan 14:44
6c5b80b

Choose a tag to compare

3.1.3-beta.0

Release v3.1.2

08 Aug 07:56

Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

Release v3.1.1

28 Jun 05:31
0011036

Choose a tag to compare

What's Changed

  • Make useQuery handle 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 as k=A&k=B (reactRouter).

Full Changelog: v3.0.12...v3.1.1

Release v3.0.12

27 Mar 10:19
d922fba

Choose a tag to compare

Notes

  • Rollback to original package structure, so that imports do not break.

Full Changelog: v3.0.12...v3.0.12

Release v3.0.11

26 Mar 05:31
bcdaced

Choose a tag to compare

Fixes

  • Fixes wrong module packaging

Release v3.0.10

26 Mar 05:14
f1770a0

Choose a tag to compare

Fixes

  • Fixes wrong module packaging

Release v3.0.9

25 Mar 15:21
655b795

Choose a tag to compare

New/Improved

  • Dependency updates