Releases: cheton/infinite-tree
Releases · cheton/infinite-tree
v1.14.6
Toggler doesn't disappear if no data loaded for loadOnDemand node (a2354e1, PR #23 by @acierto)
v1.14.3
Fix resize issues (like tree nodes disappearance on tree that is not displayed) (cfd6506, PR #18 by @aalbul)
v1.14.1
Fixed a type error where filterText might not be a string (ddc3d27, #16)
v1.14.0
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
Fixed an issue that transpiled + (++v) +
to +++v+
after code minification (03a5e96)
v1.13.0
Remove the dependency of clusterize.js (9d72dc6, resolves #13)