Skip to content

v1.7.0

Compare
Choose a tag to compare
@jbetancur jbetancur released this 01 Jul 05:11
· 706 commits to master since this release

Features

  • #122 You may now disable individual expander rows using the expandableDisabledField. e.g. expandableDisabledField="disabled", then make sure every item in your data has a disabled` cool prop. Thank you @wiland

🔥 Breaking Changes 🔥

  • If you were overriding the expander icon via theming - this will no longer work. As such, you can now override the expander icon using expandableIcon : { collapsed, expanded } prop. collapsed and expanded accept a react component.