Releases: jakezatecky/react-checkbox-tree
Releases · jakezatecky/react-checkbox-tree
Release v1.8.0
Release v1.7.3
Release v1.7.2
Release v1.7.0
Release v1.6.0
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
Release v1.5.0
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
Release v1.4.1
Release v1.4.0
Release v1.3.1
Release v1.3.0
v1.3.0 (2018-09-05)
New Features
- [#79]: Add
showExpandAll
property to give the user the ability to expand or collapse all nodes in the tree - [#96]: Add TypeScript definitions
- [#102]: Add
icons
property to allow specification of icon components - [#103]: Add
title
node property andshowNodeTitle
tree property - [#108]: Add
lang
property for language customization
Bug Fixes
- [#61]: Fix issue where disabled children would be checked if a parent node was checked