You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#116]: Add id property to specify the DOM ID for the generated tree nodes
[#122]: Add label, isLeaf, isParent, parent, treeDepth, and level metadata to the target node of onCheck, onClick, and onExpand handlers
Bug Fixes
[#119]: Fix issue where an initially disabled tree could not be enabled after the initial render
[#120]: Fix issue where Internet Explorer and Microsoft Edge browsers would fail to update check state when a parent was in a half-check or indeterminate state
[#125]: Fix misalignment of TreeNode's label property between PropType and TypeScript definitions