Releases: fjmorant/react-native-nested-listview
Releases · fjmorant/react-native-nested-listview
v0.11.2
Changes
- Fix performance issues.
- Upgrade dependencies.
v0.11.1
Changes
- Fix crash in node view.
- Added watch mode.
v0.11.0
Changes
- Upgrade React Native to 0.67.1
v0.10.0
- Implemented a new parameter in renderNode function to know if it is the last level or not.
v0.9.2
- Export type Node
- Added new command to check all
v0.9.1
- Upgrade dependencies in the library.
v0.9.0
Changes
- Added new prop keepOpenedState to maintain the opened state of nodes when data changes. #241
v0.8.0
Changes
- Improve TS types #114
- Upgrade React Native #111
- Remove Examples project from main repo #110
- Migrate to React Hooks #112
- Increase code coverage #115
- Add React and React Native as dev dependencies #120
- Security fixes.
v0.7.2
Bug Fixes
- Ignore .git folder in npm.