v3.11.0
New Props
The Pagination
component now has a new prop: paginationRange
. By default it's 3 and if it is, then the numbers would look like "1, 2, 3" or "2, 3, 4", and so on. To tweak it, we can set it to, say, 4, then it'll be "1, 2, 3, 4" and "2, 3, 4, 5" and so on, and so forth.
What's Changed
- feat: allow customizing pagination ranges by @imballinst in #176
Full Changelog: v3.10.0...v3.11.0