File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
projects/angular-tree-component Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ <a name =" 11.0.0 " ></a >
2+ # 11.0.0 (2021-02-15)
3+
4+ ### Features
5+
6+ * update to angular 11 ([ 4528c96] ( https://github.com/CirclonGroup/angular-tree-component/commit/4528c96 ) )
7+ * remove lodash-es ([ f639c98] ( https://github.com/CirclonGroup/angular-tree-component/commit/f639c98 ) )
8+
9+ ### BREAKING CHANGES
10+
11+ BEFORE:
12+
13+ getNodeById(predicate) - predicate needs to support lodash find method
14+
15+ AFTER:
16+
17+ getNodeById(predicate) - predicate needs to support javaScript find method
18+
119<a name =" 10.0.2 " ></a >
220# 10.0.2 (2020-12-21)
321
Original file line number Diff line number Diff line change 11{
22 "name" : " @circlon/angular-tree-component" ,
3- "version" : " 10 .0.2 " ,
3+ "version" : " 11 .0.0 " ,
44 "description" : " A simple yet powerful tree component for Angular2" ,
55 "author" :
" Circlon Group <[email protected] >" ,
66 "homepage" : " https://github.com/CirclonGroup/angular-tree-component" ,
Original file line number Diff line number Diff line change 44 "homepage" : " https://github.com/CirclonGroup/angular-tree-component" ,
55 "description" : " A simple yet powerful tree component for Angular" ,
66 "license" : " MIT" ,
7- "version" : " 10 .0.2 " ,
7+ "version" : " 11 .0.0 " ,
88 "repository" : " https://github.com/CirclonGroup/angular-tree-component.git" ,
99 "bugs" : {
1010 "url" : " https://github.com/CirclonGroup/angular-tree-component/issues"
You can’t perform that action at this time.
0 commit comments