Skip to content

v2.1.0

Compare
Choose a tag to compare
@mar10 mar10 released this 29 May 15:20
· 1198 commits to master since this release
  • [Added] #210: [ext-persist] optionally store information in sessionStorage or localStorage
  • [Added] #64 [ext-filter] filterBranches() will restrict display to sub-trees
  • [Added] New options 'scrollParent' and 'scrollOfs' are evaluated by node.scrollIntoView()
    (which is also called on expand). This allows autoScroll to work with
    [ext-table]: set scrollParent to window or a wrapper DIV with overflow: auto
  • [Added] [ext-wide] use 100% wide selection bar (experimental)
  • [Added] $.ui.fancytree.debounce()
  • [Improved] [ext-columnview] css
  • [Improved] skin-win8 now includes the loading.gif as inline CSS for faster response
  • [Improved] Add 'fancytree-icon' class to icon IMG
  • [Improved] css v-align for checkboxes and icons
  • [Fixed] #217: persistence when node keys are numeric
  • [Fixed] #228: html in node title prevents click
  • [Fixed] #235: D'n'd helper is displaced, when window is scrolled
  • [Fixed] #241: fromDict() does not update node title
  • [Fixed] relative custom imagePath option
  • [Deprecated] [ext-filter] Use filterNodes() instead of applyFilter()
  • [Deprecated] [ext-filter] 'leavesOnly' option removed (see filterNodes())