Skip to content

Latest commit

 

History

History
115 lines (92 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

115 lines (92 loc) · 2.85 KB

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