Skip to content

Latest commit

 

History

History
164 lines (131 loc) · 4.13 KB

CHANGELOG.md

File metadata and controls

164 lines (131 loc) · 4.13 KB

2.7.0 (2017-01-05)

  • Promise based expand

2.6.1 (2017-01-03)

  • Added drop slot for empty tree

2.6.0 (2017-01-01)

  • Added index to node content template
  • Added nodeClass option

2.5.1 (2016-12-21)

  • Updated PeerDeps to allow for Angular 2.3

2.5.0 (2016-12-01)

  • Added treeAllowDrop to treeDrop directive
  • Added option allowDrop

2.4.0 (2016-11-28)

  • Added levelPadding option
  • Fix bug - async children isExpanded field is taken into account

2.3.0 (2016-11-28)

  • Breaking change - changed drop action from parameter, to be just the node, without parent & index
  • Breaking change - changed moveNode API to accept just the node, without parent & index
  • Breaking change - changed onMoveNode event to include the original nodes instead of TreeNode

2.2.0 (2016-11-27)

  • Allow drag between trees
  • Made treeDrop directive for dragging outside tree
  • Made treeDrag directive for dragging external elements into the tree

2.1.0 (2016-11-24)

  • Added AoT metadata
  • Added CLI example
  • Fixed alignment of childless nodes. Again.

2.0.1 (2016-11-24)

  • Fixed alignment of childless nodes

2.0.0 (2016-11-23)

  • Allow to change options object and immediately affect tree.
  • Breaking CSS change: added node-wrapper to HTML. Should only have an affect if you added custom CSS.

1.3.6 (2016-11-15)

  • Added onToggleExpanded Output
  • Fixed example in Firefox and IE (console.log)

1.3.5 (2016-10-19)

  • Exporting Tree Component

1.3.4 (2016-10-18)

  • Ignore version

1.3.3 (2016-10-15)

  • Bug fix #73 - check nodes hierarchy before moving node
  • Bug fix #71 - added onMoveNode as @Output
  • Bug fix #67 - ignoring hidden nodes when navigating the tree using keyboard

1.3.2 (2016-10-04)

  • Fixed bug dragging node to itself

1.3.0 (2016-10-04)

  • Added Drag & Drop functionality using allowDrag option

1.2.2 (2016-09-24)

  • Returning this in all action methods on node to allow chaining
  • Fixed Activated / Deactivated events
  • Added autoShow to filter
  • Added setActiveAndVisible

1.2.1 (2016-09-21)

  • align leaves with siblings that have children

1.2.0 (2016-09-14)

  • rc.7
  • support ngModule
  • Using ng2 templates instead of passing them in options

1.1.18 (2016-09-11)

  • Added isHidden field
  • Added filterNodes function

1.1.17 (2016-09-10)

  • Unused version - please use 1.1.18

1.1.16 (2016-08-15)

  • Handling empty nodes
  • Rename onToggle to onToggleExpanded
  • Added onEvent
  • Not trigerring key actions when input is focused
  • Removed shift, ctrl and alt from action mappings

1.1.15 (2016-08-14)

  • Fixed expander not turning on expand

1.1.14 (2016-08-11)

  • Widen expander click area (#24)
  • Not using deprecated methods (#24)
  • Fixed bug when running update() after async children were loaded
  • Setting focus on tree on all mouse actions

1.1.13 (2016-08-06)

  • Added action mappings (#19)
  • Moved typings to dependency (#13)

1.1.12 (2016-08-06)

  • Fixed update() re-expanding nodes marked with isExpanded field

1.1.11 (2016-08-06)

  • Added update() method to allow changing tree structure (add / remove nodes)

1.1.10 (2016-07-17)

  • Added context to options, to use in custom template component

1.1.9 (2016-07-13)

  • Fixed IE support
  • Supporting 'expanded' field on node for pre-expanded nodes

1.1.8 (2016-06-30)

  • Using View Encapsulation = None to allow override of CSS
  • Update to Angular2 Rc3

unpublished version

1.1.6 (2016-06-18)

  • Fixed key navigation bug
  • Update to Angular2 Rc2

1.1.5 (2016-06-17)

  • Fixed loading with SystemJS & webpack