Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Jun 3, 2021
1 parent c29c361 commit 9da939c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## 5.0.0 (2021.6.3)
- restruct internal state management using `use-tree-state` hook
- separate css file
- interface change: `onNameClick(defaultOnClick, nodeData)` => `onNameClick({ defaultOnClick, nodeData })`
- interface change: `onNameClick(defaultOnClick, nodeData)` => `onNameClick({ defaultOnClick, nodeData })`
- interface change: `onChange(newState)` => `onChange(newState, event)`
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# React Folder Tree
A versatile and customizable react treeview library. Features:
A versatile and customizable react treeview library. Features:
✅ custom icons
✅ custom event handlers
✅ inline add, modify, and delete tree nodes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-folder-tree",
"version": "4.2.0",
"version": "5.0.1",
"description": "customizable react folder tree library",
"main": "dist/react-folder-tree.bundle.js",
"files": [
Expand Down

0 comments on commit 9da939c

Please sign in to comment.