Releases: fjmorant/react-native-nested-listview
Releases · fjmorant/react-native-nested-listview
v0.7.0
Changes
- Upgrade React Native to 0.60.4
v0.6.0
New
- Added extraData param to be able to re-renderNestedListView depending on an external state.
v0.5.0
New
- Added paddingLeftIncrement in NestedRow component
- Support for children as objects
Changes
- Set a new internal id for each node in order to prevent conflicts with user's data
v0.4.2
Bug fixes
- Remove ignore of src folder
v0.4.1
Changes
- Remove unnecessary files from releases
v0.4.0
New
- Add Typescript support #46
Changes
- React Native Upgrade (0.54.0) #54
- Update content dynamically #53
Bug fixes
- Fix small issue in the test example project
v0.3.0
Changes
- Support for React 16.2.0 and React Native 0.52.0
v0.2.0
Changes
- Added more examples.
- renderNode function receives the level of the node.
- Improved styling of error messages.
Bugfixes
- Issue when not passing an onNodePressed function.
New
- Check code coverage in a pull request.
- NestedRow component to make easier the creation of rows.
- Configure Circle CI
v0.1.1
Changes
- Made clearer the Readme file