Skip to content

v3.9.0

Compare
Choose a tag to compare
@imballinst imballinst released this 27 Mar 01:30
· 45 commits to main since this release

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

  1. The first parameter of CheckboxOnChange is trimmed and adjusted. The prop prop is renamed to checkboxProp so we could make it consistent with the headers. Also, idProp and checkboxRefs are removed.
  2. If you are composing your own TableRow, then there is a new required prop: rowIdx. Fill this with the row index.