-
added reducers by prop:
- checkNodeByProp
- toggleOpenByProp
- renameNodeByProp
- deleteNodeByProp
- addNodeByProp
-
setup travis pipelien for codecov testing
-
added many badges 🤩
README update
solved a bug for infinite render. Internally shouldn't call initialize tree state when data change, since if data is defined in the functional component, each time it is a different reference.
Instead we should expsoe a api reinitializa()
in the future.
fixed a bug in custom reducer
README update
First release!! ✨✨