Releases: TinyWisp/twtree
Releases · TinyWisp/twtree
3.7.0
3.7.0 add the fnCustomClasses property
3.6.0: - fixed:
- the input box's width didn't fit its content well.
- the reload() method caused an animation playing.
- security:
- upgraded some dependencies.
3.1.0
- added:
- the dropToMove property
- removed:
- the useDefaultDrop property
- the useDefaultIsDroppable property
- fixed:
- the tree ref is undefined sometimes
2.4.0
fix: an example didn't display properly
2.2.0
add props: node.style.showIcon, node.style.showSwitcher
fix a bug: method isDroppable sometimes doesn't work improperly
2.1.1
upgrade some dependencies
2.0.0
add prop: node.__.dpos
add events: expand, collapse
lowercase some event names to be compatible with DOM templates
add prefix to css class names to avoid conflictions in some cases
1.4.0
modify: prop node.style.titleMaxWidth can be assigned with negative
value