react-checkbox-tree

A simple and elegant checkbox tree for React.

MIT License

Downloads
363.5K
Stars
707
Committers
23
react-checkbox-tree - Release v0.6.1

Published by jakezatecky over 7 years ago

v0.6.1 (2017-05-09)

Other

  • [#33]: Add a prepublish command to ensure that the ./lib folder is built before package is published to npm
react-checkbox-tree - Release v0.6.2

Published by jakezatecky over 7 years ago

v0.6.2 (2017-05-25)

New Features

  • [#34]: Add noCascade option to decouple parent check state from children
react-checkbox-tree - Release v0.6.3

Published by jakezatecky over 7 years ago

v0.6.3 (2017-05-30)

The v0.6.x series will likely be the last series before the v1.0 release. The API is not expected to significantly change, but new features will not be added to pre-1.0 versions.

New Features

  • [#35]: Add disabled and expandDisabled options to <CheckboxTree>
react-checkbox-tree - Release v0.6.0

Published by jakezatecky over 7 years ago

v0.6.0 (2017-05-06)

New Features

  • [#32]: Allow customization of className at the node level
  • [#30]: Add showNodeIcon property to optionally remove node icons

Other

  • [#14]: Component performance when rendering and updating a large number of nodes has been significantly increased
react-checkbox-tree - Release v0.5.2

Published by jakezatecky over 7 years ago

v0.5.2 (2017-05-03)

Bug Fixes

  • [#31]: Fix issue where expand buttons would submit a parent form
react-checkbox-tree - Release v0.5.1

Published by jakezatecky over 7 years ago

v0.5.1 (2017-03-21)

New Features

  • [#27]: Add rct-node-leaf and rct-node-parent classes to the TreeNode <li> element
react-checkbox-tree - Release v0.5.0

Published by jakezatecky over 7 years ago

v0.5.0 (2017-03-12)

Breaking Changes

  • [#20]: Remove deprecated title property in nodes (use label instead)

New Features

  • [#2]: Allow customization of icons via CSS
  • [#26]: Allow icon customization at node level
react-checkbox-tree - Release v0.4.2

Published by jakezatecky over 7 years ago

v0.4.2 (2017-02-27)

Bug Fixes

  • [#22]: Remove expand-like behavior on nodes without children
  • [#23]: Fix issue where property validation was not occurring on node items
react-checkbox-tree - Release v0.4.1

Published by jakezatecky over 7 years ago

v0.4.1 (2017-02-15)

Deprecations

  • [#20]: Add support for label in nodes property and deprecate title

New Features

  • [#21]: Add greater accessibility support
react-checkbox-tree - Release v0.4.0

Published by jakezatecky almost 8 years ago

v0.4.0 (2017-01-27)

Bug Fixes

  • [#17]: Auto-prefix CSS styles to support older browsers
  • [#18]: Remove unnecessary margin on tree lists

New Features

  • [#15]: Provide optimisticToggle configuration to toggle child nodes optimistically or pessimistically