Releases: imballinst/react-bs-datatable
Releases · imballinst/react-bs-datatable
v3.15.0
v3.14.0
v3.13.1
v3.13.0
v3.12.0
What's Changed
- chore(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #181
- chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in #180
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #184
- feat: allow customizing valid tag names for onRowClick in TableBody and TableBodyRow by @imballinst in #187
Full Changelog: v3.11.2...v3.12.0
v3.11.2
What's Changed
- fix: fix pagination range not working as expected by @imballinst in #178
Full Changelog: v3.11.1...v3.11.2
v3.11.1
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
v3.10.0
What's Changed
- feat: allow override checkbox in Controlled tables by @Thomas-Boi in #174
New Contributors
- @Thomas-Boi made their first contribution in #174
Full Changelog: v3.9.1...v3.10.0