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
CheckboxOnChangeis trimmed and adjusted. The proppropis renamed tocheckboxPropso we could make it consistent with the headers. Also,idPropandcheckboxRefsare removed. - If you are composing your own
TableRow, then there is a new required prop:rowIdx. Fill this with the row index.