v2.0.0-5
Pre-release
Pre-release
- [BREAKING CHANGE] Refactored drag'n'drop extension.
For examplednd.onDrop(node)
-->dnd.dragDrop(node, data)
.
See [[TutorialExtDnd]] - [BREAKING CHANGE] Renamed
rencercolumns
event torenderColumns
- [BREAKING CHANGE] Renamed
fancytree-focused
class tofancytree-treefocus
(container only) - [FEATURE] Experimental
ext-gridnav
implents key navigation for tables.
Refactored keyboard handling. Keydown handlers are now bound to the container instead of document
(Co-work with Koloto) - [FEATURE] Allow to return 'preventNav' in keydown event to prevent withput blocking keys in embedded input controls.
- [FEATURE] New method
node.navigate()
to support custom keyboard handlers - [FEATURE] Refactored CSS style to use a common LESS template
- [FEATURE] Improvement of lazy load errors handling (Koloto, issue #87)
- [FEATURE] Allow to pass metadata with
source
on initialization - [FEATURE] The edit extension is now beta
- [BUGFIX] Fixed BACKSPACE on top-level nodes
- [BUGFIX] Fixed #71, #75, #90, #104, #105
- Improved table render speed by 15%
grunt dev
combinesgrunt server
+grunt watch
(trigger jshint and
less on save)