v1.5.0
版本发布时间: 2019-01-25 19:29:48
jakezatecky/react-checkbox-tree最新发布版本:v1.8.0(2022-09-07 03:29:41)
v1.5.0 (2019-01-25)
New Features
- [#116]: Add
id
property to specify the DOM ID for the generated tree nodes - [#122]: Add
label
,isLeaf
,isParent
,parent
,treeDepth
, andlevel
metadata to the target node ofonCheck
,onClick
, andonExpand
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