Skip to content

Releases: oblador/react-native-collapsible

0.9.0

30 Jul 23:16
Compare
Choose a tag to compare

New Features

  • You can now pass in a Touchable component for the Accordion 4aaba33

Bug fixes

  • Transitioned over to ViewPropTypes to avoid warnings in react-native@v0.45 and above 960fd76

0.8.0

03 Feb 09:14
Compare
Choose a tag to compare

Improved React Native 0.41 support

0.7.0

04 Jul 18:42
Compare
Choose a tag to compare
  • collapsedHeight prop on Collapsible.
  • activeSection prop on Accordion to programmatically control active section.

0.6.0

07 May 18:28
Compare
Choose a tag to compare
  • Support passing style prop to Collapsible component.
  • Breaking change: Splits imports between React and React Native to fix warnings in RN 0.25.

0.5.6

16 Mar 19:39
Compare
Choose a tag to compare
  • Fixes bug preventing layout to be triggered after first collapse/show.

0.5.5

31 Jan 22:24
Compare
Choose a tag to compare
  • Removed react-native as a peer dependency, make sure it's defined as a dependency in your application.

0.5.4

06 Dec 14:26
Compare
Choose a tag to compare
  • Fixes propTypes warning in Accordion.
  • Support for a bunch of release candidates.

0.5.3

20 Nov 16:39
Compare
Choose a tag to compare
  • Adds initiallyActiveSection prop to Accordion.
  • Adds underlayColor prop to Accordion.

0.5.2

27 Oct 18:05
Compare
Choose a tag to compare
  • New isActive argument is passed to renderHeader and renderContent functions which enables you to set different styles, transitions or animations depending on collapsed state on Accordion.

0.5.1

15 Oct 22:01
Compare
Choose a tag to compare
  • Accordion now passes properties down to underlying View which enables styling etc.
  • React Native 0.13-rc support.