Releases: imballinst/react-bs-datatable
Releases · imballinst/react-bs-datatable
v3.9.0
What's Changed
- feat(checkbox): implement hooks to create checkbox handlers by @imballinst in #169
Full Changelog: v3.8.1...v3.9.0
Some (breaking) updates
- The first parameter of
CheckboxOnChange
is trimmed and adjusted. The propprop
is renamed tocheckboxProp
so we could make it consistent with the headers. Also,idProp
andcheckboxRefs
are removed. - If you are composing your own
TableRow
, then there is a new required prop:rowIdx
. Fill this with the row index.
v3.8.1
v3.8.0
What's Changed
- feat: implement event parameter on onCheckboxChange by @imballinst in #165
Full Changelog: v3.7.0...v3.8.0
v3.7.0
What's Changed
- chore(deps): bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #156
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #157
- chore(deps): bump express from 4.17.2 to 4.18.2 by @dependabot in #158
- chore(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #162
- feat: allow access event object from onRowClick by @imballinst in #163
Full Changelog: v3.6.0...v3.7.0
v3.6.0
What's Changed
- chore(deps-dev): bump @actions/core from 1.6.0 to 1.9.1 by @dependabot in #148
- Rename Filter.onFilter to Filter.onFilterChange by @luizgdi in #151
- feat: allow to make the table controlled without having to pass isControlled; deprecate isControlled by @imballinst in #152
New Contributors
Full Changelog: v3.5.0...v3.6.0
v3.5.0
This version is mostly just a bump in FontAwesome dependencies. It should not break, but I won't count it as a patch version either.
What's Changed
- chore: bump to Fontawesome 6 by @billypoke in #144
- chore(deps): bump terser from 4.8.0 to 4.8.1 by @dependabot in #146
- chore(deps): bump moment from 2.29.2 to 2.29.4 in /examples/next by @dependabot in #145
New Contributors
- @billypoke made their first contribution in #144
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- chore(deps): bump moment from 2.29.1 to 2.29.2 in /examples/next by @dependabot in #137
- feat: implement thProps in column definition by @imballinst in #139
- Allow search against null values by @shawnwall in #141
- feat: allow customizing table row render by @imballinst in #143
New Contributors
- @shawnwall made their first contribution in #141
Full Changelog: v3.3.1...v3.4.0
v3.3.1
- fix: fix initial sort porder is not assigned to default sort by @imballinst in #135