Skip to content

Releases: TinyWisp/twtree

3.7.0

13 Aug 14:05
Compare
Choose a tag to compare
3.7.0 add the fnCustomClasses property

3.6.0: - fixed:

16 May 16:44
Compare
Choose a tag to compare
    - 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

06 Dec 16:00
Compare
Choose a tag to compare
- added:
    - the dropToMove property
- removed:
    - the useDefaultDrop property
    - the useDefaultIsDroppable property
- fixed:
    - the tree ref is undefined sometimes

3.0.0

06 Dec 13:30
Compare
Choose a tag to compare
docs

2.8.0

14 Sep 01:22
Compare
Choose a tag to compare
add two test cases

2.4.0

01 Aug 14:07
Compare
Choose a tag to compare
fix: an example didn't display properly

2.2.0

26 Jul 12:28
Compare
Choose a tag to compare
    add props: node.style.showIcon, node.style.showSwitcher

    fix a bug: method isDroppable sometimes doesn't work improperly

2.1.1

25 Jul 00:42
Compare
Choose a tag to compare
upgrade some dependencies

2.0.0

18 Jul 02:42
Compare
Choose a tag to compare
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

26 Jun 03:35
Compare
Choose a tag to compare
modify: prop node.style.titleMaxWidth can be assigned with negative

value