v1.6.0
版本发布时间: 2019-12-12 07:35:17
jakezatecky/react-checkbox-tree最新发布版本:v1.8.0(2022-09-07 03:29:41)
v1.6.0 (2019-12-11)
New Features
- [#13]: Add
checkModel
property to specify which nodes should be stored in thechecked
array (currently"all"
and"leaf"
supported) - [#126]: Add
iconsClass
property and allow'fa5'
to fully support Font Awesome 5 icons - [#171]: Allow parent nodes to have an empty
children
array
Bug Fixes
- [#127]: Change TypeScript definition of TreeNode's
label
property toReact.ReactNode
to better align with the PropType - [#145]: Fix alignment of many React properties to TypeScript typings
- [#180]: Fix issue where the
id
property did not apply to the top-level CheckboxTree container