You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.0 KiB
2.0 KiB
Changelog
3.2.0 2020-05-08
- Upgrade
rc-animate. - Remove
react-lifecycles-compatandprop-types.
2.1.0 / 2019-04-28
- TreeNode support
checkable.
2.0.0 / 2019-04-26
- Remove old animation api and use
motioninstead.
1.11.5 / 2018-04-19
- add
onClick&onDoubleClickfor node click event - add related className in treeNode
- fix drag into another tree will throw exception
1.10.0 / 2018-04-17
onCheckarguments provide nativeEventonSelectarguments provide nativeEventonExpandarguments provide nativeEvent
1.9.0 / 2018-04-09
- adjust
dragablelogic to make drag more smooth - fix
loadDatatrigger twice when expand node - add
iconprop onTree - fix check by prop not work on
disablednode
1.8.0 / 2018-03-29
- code refactor and optimize logic
- add
disabledAPI - add
iconAPI
1.4.0 / 2016-10-24
- add
onDragEndAPI and fix related issues.
1.3.0 / 2016-04-15
- make
autoExpandParentalso work in controlled mode.(Before just work in uncontrolled mode) - change
onExpandparams- old: function(node, expanded, expandedKeys)
- new: function(expandedKeys, {expanded: bool, node})
1.2.1 / 2016-04-08
- remove
halfCheckedKeysapi, and changecheckedKeysto an object on settingcheckStrictly.
1.2.0 / 2016-04-06
- improve performance.
- add
checkStrictly/halfCheckedKeysapi.
1.1.0 / 2016-01-25
- change
onDropparams (fromoriginExpandedKeystorawExpandedKeys)
1.0.x / 2016-01-15
- change
onSelect/onCheckparams
0.26.x / 2016-01-13
- change drag api (from
onTreeXXtoonXX)
0.23.x / 2015-12-31
- change
onDataLoadedapi toloadData
0.22.x / 2015-12-30
- add
expandedKeys/onExpand/filterTreeNodeapi
0.21.x / 2015-12-25
- add
onMouseEnter/onMouseLeaveapi
0.20.0 / 2015-12-01
- add draggable feature #5
0.18.0 / 2015-10-23
- add contextmenu feature #5
0.17.0 / 2015-10-14
- add dynamic feature #4
0.9.5 / 2015-05-26
- support checkbox