Releases: jakezatecky/react-checkbox-tree
Releases · jakezatecky/react-checkbox-tree
Release v1.2.4
v1.2.4 (2018-08-29)
Bug Fixes
- [#82], [#84]: Fix undefined Crypto API errors in Node environments
- [#104]: Fix issue where numeric node values could trigger PropType warnings
Release v1.2.3
v1.2.3 (2018-06-23)
Bug Fixes
- [#81]: Fix render errors for all numeric value types
Release v1.2.2
v1.2.2 (2018-05-24)
Bug Fixes
- [#89]: Fix misnamed variables in the Less stylesheets
- [#90]: Coerce NaN types to string when outputting DOM IDs
Release v1.2.1
v1.2.1 (2018-05-10)
Bug Fixes
- [#87]: Fix issue where passing the
onClick
property would trigger a warning about unique key
prop
Release v1.2.0
v1.2.0 (2018-05-08)
New Features
- [#68]: Add
onClick
and expandOnClick
properties
Other
- [#69]: Tree will no longer throw an exception if
checked
or expanded
contains values that do not recursively exist in the nodes
property
Release v1.1.0
v1.1.0 (2018-03-31)
New Features
- [#53]: Add
nativeCheckboxes
property to allow use of native browser checkboxes instead of pseudo-checkbox icons
- [#72]: Add the node that triggers
onCheck
or onExpand
as a second parameter to the callback functions
- [#80]: Add
onlyLeafCheckboxes
property and support showCheckbox
on the node-level
Release v1.0.2
v1.0.2 (2017-10-24)
Bug Fixes
- [#57]: Fix an issue where node values with spaces in them would cause validation errors
Release v1.0.1
v1.0.1 (2017-09-30)
Dependencies
- [#54]: Add support for React 16
Release v1.0.0
v1.0.0 (2017-09-21)
New Features
- [#49]: Add the ability to specify
disabled
to individual nodes
- [#50]: Allow
node.label
to be any valid React node
Usability
- [#51]: Apply additional background color when a node is active
Release v0.6.4
v0.6.4 (2017-07-22)
Bug Fix
- [#42]: Fix npm package not aligning with Git version