Skip to content

Releases: cheton/infinite-tree

v1.14.6

29 Jan 11:28
Compare
Choose a tag to compare

Toggler doesn't disappear if no data loaded for loadOnDemand node (a2354e1, PR #23 by @acierto)

v1.14.5

25 Jan 12:01
Compare
Choose a tag to compare

Fix for broken lazy loading nodes (c2f77be, PR #20 by @acierto)

v1.14.4

24 Jan 15:47
Compare
Choose a tag to compare

Fixed an issue when opening or closing nodes with closed parent (208eadb, fc51465, PR #19 by @acierto)

v1.14.3

22 Jan 15:28
Compare
Choose a tag to compare

Fix resize issues (like tree nodes disappearance on tree that is not displayed) (cfd6506, PR #18 by @aalbul)

v1.14.2

20 Jan 02:08
Compare
Choose a tag to compare

Bug Fixes

v1.14.1

21 Dec 02:30
Compare
Choose a tag to compare

Fixed a type error where filterText might not be a string (ddc3d27, #16)

v1.14.0

16 Nov 03:58
Compare
Choose a tag to compare

Add stealth mode support without rendering into DOM (8db6069)

Stealth Mode

Do not specify "el" when initializing infinite-tree.

const tree = new InfiniteTree(null, { data: treeData });

or

const tree = new InfiniteTree({ data: treeData });

v1.13.2

16 Nov 03:46
Compare
Choose a tag to compare

Fixed an issue that transpiled + (++v) + to +++v+ after code minification (03a5e96)

v1.13.1

14 Nov 11:35
Compare
Choose a tag to compare

Bump to v1.13.1

v1.13.0

14 Nov 11:33
Compare
Choose a tag to compare

Remove the dependency of clusterize.js (9d72dc6, resolves #13)