Releases: oblador/react-native-collapsible
Releases · oblador/react-native-collapsible
0.9.0
New Features
- You can now pass in a Touchable component for the Accordion 4aaba33
Bug fixes
0.8.0
Improved React Native 0.41 support
0.7.0
collapsedHeight
prop on Collapsible
.
activeSection
prop on Accordion
to programmatically control active section.
0.6.0
- 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
- Fixes bug preventing layout to be triggered after first collapse/show.
0.5.5
- Removed
react-native
as a peer dependency, make sure it's defined as a dependency in your application.
0.5.4
- Fixes propTypes warning in
Accordion
.
- Support for a bunch of release candidates.
0.5.3
- Adds
initiallyActiveSection
prop to Accordion.
- Adds
underlayColor
prop to Accordion.
0.5.2
- 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
Accordion
now passes properties down to underlying View
which enables styling etc.
- React Native 0.13-rc support.