# 2.3.0 / Unreleased * [CHANGED] renamed (undocumented) event 'loaderror' to 'loadError' * [Added] postProcess now allows to signal error conditions (so it becomes easy to handle custom ajax response formats) * [Added] node.setStatus() * [Improved] loadError allows to return `false` to prevent default handling * [Fixed] #258 Fix moveTo when moving a node to same parent * [Fixed] #257 Glyph expander sometimes disappears # 2.2.0 / 2014-06-28 * [Added] Option dnd.focusOnClick sets focus to tree widget, even when dragging is enabled * [Added] node.info() * [Improved] #245 tree.generateInput() now returns data using PHPs array convention, i.e. by appending brackets to the name: 'ft_1[]'. * [Fixed] #250: Children lazy empty nodes remain checked when parent is unchecked with hierarchical multi-selection * [Fixed] #272 Navigation in filtered trees # 2.1.0 / 2014-05-29 * [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()) # 2.0.0 / 2014-05-01 * [Added] [ext-clones] #213 New method Fancytree.changeRefKey() # 2.0.0-12 / 2014-04-29 * [Added] /dist/src folder contains uncompressed extensions for bower * [Improved] cleanup # 2.0.0-11 / 2014-04-27 * [Added] /dist/jquery.fancytree-custom.min.js with AMD support * [Added] #56: Allow to set special node.attributes from data-... * [Added] #191: Allow to set additional tree.data attributes from