Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Latest commit

 

History

History
89 lines (64 loc) · 2.5 KB

File metadata and controls

89 lines (64 loc) · 2.5 KB

Changelog

2.3.5

  • Added dataLookUpLeafValue prop

2.3.4

  • Fixed horizontal scrollbar

2.3.3

  • Fixed title width

2.3.2

  • Fixed selected parent node background color
  • Fixed Internet Explorer specific float left issues

2.3.1

  • Changed selected background color, area and opacity
  • Added hover background
  • Increased padding between lines

2.3.0

  • handleExpandedKeysManually and defaultExpandAll props

2.2.0

  • Remove redundant showLine prop
  • Remove external images from styles and use FontAwesome library instead

2.1.2

  • Remove base64 encoded images from the styles. Component should now be CSP-compliant.

2.1.1

  • Bug and layout fixes

2.1.0

  • Arrows for reordering tree elements (showOrderingArrows and onOrderButtonClick props)
  • Added @opuscapita/react-perfect-scrollbar around tree
  • Made some changes on how nodes are expanded. Now it's not necessary to provide external onExpand callback in most of the cases.

2.0.1

  • Hotfix: expandedKeys default value from [] to undefined.

2.0.0

  • Item shouldn't get deselected when clicking on the header. This is now fixed.
  • Removed defaultExpandedKeys, defaultSelectedKeys and defaultCheckedKeys props. You can achieve the same result with expandedKeys, selectedKeys and checkedKeys.

1.6.0

  • Added expand all toggle and showExpandAll, headerRight & title props

1.5.0

  • Added deselectOnContainerClick prop
  • Fixed README
  • Fixed examples
  • Fixed package name to react-tree-component

1.4.0

  • Rewrote the whole drag n' drop functionality. Hopefully it works better now.
  • Some CSS fixes. The Tree is now using oc-cm-common-styles library
  • A couple of new props (selectedKeys && isDragDropLegal)

1.3.1

  • Checkboxes are now implemented with CSS.

1.3.0

  • Removed extra padding around rc-tree and made a few other adjustments
  • Renamed treeClass prop to className, so that the component will play nicely with styled-components, etc.

1.2.1

  • Move react-icons from devDependencies to dependencies

1.2.0

  • Added a custom Checkbox component
  • Set 'caret' as a default iconClass for "switchers"

1.1.1

  • Changed disabling logic a bit (removed disableCheckboxes prop and added disabled prop)

1.1.0

  • Added a drag 'n drop functionality

1.0.1

  • Fixed a bug where tree rendered incorrectly when there were no items in the list
  • Fixed examples and a few eslint issues

1.0.0

  • Initial release