v1.3.0
版本发布时间: 2018-09-06 05:31:57
jakezatecky/react-checkbox-tree最新发布版本:v1.8.0(2022-09-07 03:29:41)
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
Other
- [#91]: Prevent disconnection between Sass and Less files on build
- [#97]: Some performance optimizations