Skip to content

Commit 8a096bf

Browse files
author
geo
committed
v2.0.0-rc.9
1 parent 8335cf9 commit 8a096bf

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="2.0.0-rc.9"></a>
2+
# [2.0.0-rc.9](https://github.com/valor-software/ng2-tree/compare/v2.0.0-rc.6...v2.0.0-rc.9) (2018-02-22)
3+
4+
5+
### Bug Fixes
6+
7+
* **custom-menu:** close menu when custom menu item gets clicked ([#218](https://github.com/valor-software/ng2-tree/issues/218)) ([ae75381](https://github.com/valor-software/ng2-tree/commit/ae75381))
8+
* **types:** export missed type definitions ([8335cf9](https://github.com/valor-software/ng2-tree/commit/8335cf9))
9+
10+
11+
### Features
12+
13+
* **selection:** add ability to allow and forbid a node selection (closes [#220](https://github.com/valor-software/ng2-tree/issues/220)) ([#221](https://github.com/valor-software/ng2-tree/issues/221)) ([12852c9](https://github.com/valor-software/ng2-tree/commit/12852c9))
14+
* **tree:** unselect tree via controller ([6c43391](https://github.com/valor-software/ng2-tree/commit/6c43391))
15+
16+
17+
118
<a name="2.0.0-rc.8"></a>
219

320
# [2.0.0-rc.8](https://github.com/valor-software/ng2-tree/compare/v2.0.0-rc.7...v2.0.0-rc.8) (2018-02-20)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-tree",
3-
"version": "2.0.0-rc.8",
3+
"version": "2.0.0-rc.9",
44
"description": "angular2 component for visualizing data that can be naturally represented as a tree",
55
"main": "index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)