Skip to content

v0.8.1

Compare
Choose a tag to compare
@cheton cheton released this 10 Apr 15:04
· 409 commits to master since this release
  • 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;
    }