Skip to content

Adieu ListView! (and other deprecated lifecycle methods) 👋

Compare
Choose a tag to compare
@sankhadeeproy007 sankhadeeproy007 released this 24 Jul 11:15
· 3955 commits to master since this release

This release gets rid of ListView and all the deprecated methods.

However there's one warning which is caused by this issue.
This also fixes #2673 which was causing android releases to break with transparent background. 💪@PlabanJr

Features

  • Accordion now has onAccordionOpen/onAccordionClose callbacks which provides item and index parameters. 👏 @Srishti-Sharma
  • Tabs have a disabled (boolean) prop. 👌@Srishti-Sharma

Also props to all the external contributors who pitched in with useful PR's and made our work easier 🙏

Breaking changes

  • Swipeable Lists are no longer supported. Swipeable lists depended on ListView and upgrading it didn't make sense as there are better alternatives available. We're still open to adding it back in if there many users depending on it. (Refactoring to the above component shouldn't be a difficult process either)

Fixes/Changes

v2.12.2...v2.13.0