Skip to content

7.0.0-alpha-13

Pre-release
Pre-release
Compare
Choose a tag to compare
@jbetancur jbetancur released this 12 Jun 17:46
· 43 commits to next since this release
6a5668b

🔥 🔥 🔥 BREAKING CHANGES 🔥 🔥 🔥

  • #818 expandableRowsComponent no longer accepts JSX and must now be passed in as a function/class. e.g:
    GOOD:
    expandableRowsComponent={MyExpander}
    BAD:
    expandableRowsComponent={<MyExpander />}

Features

  • #818 added a new prop: expandableRowsComponentProps now allows you to pass extra props to your custom expandableRowsComponent.

Documentation

  • #817 Fix typos in README, remove unnescessary gitattribute