v0.8.1
-
Updates the constructor interface. Now it can accept the element
el
as the first parameter. For example:new InfiniteTree(document.getElementById('#tree'), { ... });
-
Adds a max height for the
infinite-tree-content
class as default.infinite-tree-content { max-height: 400px; }