Skip to content

v2.0.0-5

Pre-release
Pre-release
Compare
Choose a tag to compare
@mar10 mar10 released this 23 Dec 09:25
· 1481 commits to master since this release
  • [BREAKING CHANGE] Refactored drag'n'drop extension.
    For example dnd.onDrop(node) --> dnd.dragDrop(node, data).
    See [[TutorialExtDnd]]
  • [BREAKING CHANGE] Renamed rencercolumns event to renderColumns
  • [BREAKING CHANGE] Renamed fancytree-focused class to fancytree-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 combines grunt server + grunt watch (trigger jshint and
    less on save)